<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.impvis.co.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
	<title>ImpVis Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.impvis.co.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
	<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Special:Contributions/Admin"/>
	<updated>2026-05-02T10:56:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.0</generator>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Hover_Text&amp;diff=1347</id>
		<title>Hover Text</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Hover_Text&amp;diff=1347"/>
		<updated>2022-03-09T19:26:28Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:HoverText(noHover).png|thumb|The iv-hover-text component when not being hovered over.]]&lt;br /&gt;
[[File:HoverText(Hover).png|thumb|The iv-hover-text component revealing a secret message when being hovered over.]]&lt;br /&gt;
The hover text component is designed to reveal text when hovered over with the mouse cursor. &lt;br /&gt;
==Technical information== &lt;br /&gt;
The &amp;lt;code&amp;gt;iv-hover-text&amp;lt;/code&amp;gt; is for general usage to create a hidden text box which appears when some other text is hovered over. The hoverElement prop may also be added using the slot.&lt;br /&gt;
&lt;br /&gt;
===Props===&lt;br /&gt;
&lt;br /&gt;
======hoverElement======&lt;br /&gt;
Type: String&lt;br /&gt;
&lt;br /&gt;
Default: &amp;quot;Hover over me&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Description: The text to be displayed when the mouse is not hovering over the component.&lt;br /&gt;
&lt;br /&gt;
====== defaultText ======&lt;br /&gt;
Type: String&lt;br /&gt;
&lt;br /&gt;
Default: &amp;quot;This is a secret message.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Description: The text to be displayed when the mouse is hovering over the component.&lt;br /&gt;
&lt;br /&gt;
====== clickInsteadOfHover ======&lt;br /&gt;
Type: Boolean&lt;br /&gt;
&lt;br /&gt;
Default: false&lt;br /&gt;
&lt;br /&gt;
Description: If set to true, hidden text will appear when clicking on the component instead of hovering.&lt;br /&gt;
&lt;br /&gt;
===Events===&lt;br /&gt;
None.&amp;lt;div class=&amp;quot;res-img&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Design Choices==&lt;br /&gt;
The blue is chosen to fit in with the general ImpVis blue.&lt;br /&gt;
&lt;br /&gt;
[[Category:ImpVis_Components]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Tutorial_for_setting_up_the_coding_environment&amp;diff=1346</id>
		<title>Tutorial for setting up the coding environment</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Tutorial_for_setting_up_the_coding_environment&amp;diff=1346"/>
		<updated>2022-03-09T19:24:26Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a brief tutorial on how to set up your coding environment and get started on your first visualisation. Make sure you have read about the [[Programming languages|coding languages]] we use. This page assumes knowledge of basic HTML and JavaScript.&lt;br /&gt;
&lt;br /&gt;
== Setting up the coding environment ==&lt;br /&gt;
&lt;br /&gt;
=== Visual Studio Code ===&lt;br /&gt;
[[File:Vscode welcome.c2acab37.png|right|VSCode welcome]]&lt;br /&gt;
Download: Visual Studio Code (VSCode) is the integrated development environment that we recommend. Still, you are free to use any code editor that supports JS and HTML. To download VSCode, please visit https://code.visualstudio.com/download. After installing and opening it, you should find this as your welcome page (right).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Creating a basic HTML and opening a folder in VSCode:''' On the top left, click on File &amp;gt; New File, and you should get an empty file called Untitled-1. Include the code in the following example and save it as ''some_name.html''.&lt;br /&gt;
&lt;br /&gt;
[[File:Hello world.767fb21f.png|left|VSCode hello world.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, open the file in a web browser (e.g., Google Chrome), you should see the the stuff on the image below:&lt;br /&gt;
[[File:Hello world display.9be7d830.png|left|Hello world display]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vscode folders.2b4948ba.png|thumb|VSCode folders]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have created a folder for your HTML, you may want to open the VS Code folder. You can do it by dragging the folder into the Explorer, which is shown in the screenshot on the right.&lt;br /&gt;
&lt;br /&gt;
==== Using the live server feature in VSCode ====&lt;br /&gt;
&lt;br /&gt;
It is often convenient to see changes on your website while editing. For that purpose, we make use of the live server. Click on the extension button, search for Live Server, and install it.&lt;br /&gt;
[[File:Live server.db9b223c.png|center|thumb|600x600px|Live server]]&lt;br /&gt;
Once you have done that, go back to the HTML file you have created and click on the ''‘Go Live’'' button on the bottom right.&lt;br /&gt;
[[File:Hello world.767fb21f.png|center|thumb|600x600px|Hello world going live]]&lt;br /&gt;
[[File:Hello world display.9be7d830.png|thumb|Hello world displayed on live server]]&lt;br /&gt;
Your HTML file will be opened in your default browser now. You can put the browser and VSCode side by side and see the changes being done live (after saving your changes). You may utilise the autosave function (in the File dropdown) if you like.&lt;br /&gt;
&lt;br /&gt;
To stop the Live Server, click on the ‘Port: 5500’ cancel button (at the bottom right).&lt;br /&gt;
&lt;br /&gt;
== Creating a new visualisation ==&lt;br /&gt;
&lt;br /&gt;
=== Node.js and npm ===&lt;br /&gt;
The best way to start creating visualisations is to use the ''create-impvistool'', which automatically sets you up with a project folder with a working template and git repository already set up! The ''create-impvis'' tool can be installed once you have [https://nodejs.org/en/ Node.js] installed by using the [https://www.npmjs.com/ Node Package Manager] (npm). To check that you have both of these programs installed correctly on your computer, you will need to open a terminal window (called 'Command Prompt' in Windows) and run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;node -v &amp;amp;&amp;amp; npm -v&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If Node.js and npm are correctly installed on your system, you should see two version numbers printed (the exact number doesn't matter). If you haven't yet got them installed, follow [https://docs.npmjs.com/downloading-and-installing-node-js-and-npm these guidelines] to download and install Node.js and npm. Only proceed with your visualisation once you have the packages properly installed.&lt;br /&gt;
&lt;br /&gt;
With Node and npm set up on your machine, you can install our ImpVis Command-Line Interface (CLI) by running globally in your terminal / Command Prompt: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;npm -g install @impvis/cli&amp;lt;/code&amp;gt; &amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and wait for the CLI to be downloaded and installed on your machine.&lt;br /&gt;
&lt;br /&gt;
=== Using the ImpVis template to start a new visualisation ===&lt;br /&gt;
Creating visualisations with the Vue CLI is a breeze! To create a visualisation, open a new terminal window in the directory you wish to create the visualisation folder. Then run: &amp;lt;center&amp;gt;&amp;lt;code&amp;gt;impvis create ''name''&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;Where ''name'' is the name of your visualisation (decide that here). You will then be guided through step by step prompts to allow you to configure the base visualisation template to suit your needs. At present, the CLI has four template options available for users to choose from:&lt;br /&gt;
&lt;br /&gt;
# [[ImpVis template description|Current template]] using Node.js&lt;br /&gt;
# Current template using a &amp;lt;script&amp;gt; import&lt;br /&gt;
# Basic legacy template from Summer 2019&lt;br /&gt;
# Advanced legacy template from Summer 2019&lt;br /&gt;
&lt;br /&gt;
If you're new to ImpVis, we recommend the first option.&lt;br /&gt;
&lt;br /&gt;
=== '''Running Your Vis''' ===&lt;br /&gt;
When you want to run your visualisation (i.e. use it in your browser), navigate to the folder where you created it in command prompt or terminal and run the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;npm run serve&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;The project will then build and you should be able to open it by navigating to one of the addresses shown in your browser. Any changes to the code will now be shown in real time. To end the server press &amp;quot;control + C&amp;quot; in the command prompt. &lt;br /&gt;
&lt;br /&gt;
=== Common ESLint error ===&lt;br /&gt;
If you get an ESLint error at this stage, saying something like &amp;quot;parsing error: require() of ES Module ....&amp;quot; then try downgrading your version of ESLint by running the following command in your project directory:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;npm install eslint@7.29.0&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The 2020 template using Node.js == &lt;br /&gt;
To read a description of the current template, view [[ImpVis template description]][[Vue Components|.]] For a brief tutorial on the basic components of the components used in the current template, view [[Basic Component Tutorial|Basic Component Tutorial]]. For a list of all components included with the template, view [[Vue Components]].&lt;br /&gt;
&lt;br /&gt;
The 2020 template using Node.js is the '''recommended''' template for all new projects from now on as it comes with a pre-configured node.js instance, which makes running automated tasks, linting your code for errors, and optimising your code for all browsers a breeze. It also includes the ImpVis Vue Components library as standard, already set up and ready to go! Using this template, you will create visualisations using the Vue Single File Component files ''(.vue)'', which allows you to divide your visualisation up into '''sub-components''', each containing all the HTML, JS, and CSS needed for the component to function correctly. For a refresher on how components work, you should check out the ''Introduction to Components'' video on the ImpVis Youtube channel.&lt;br /&gt;
&lt;br /&gt;
=== '''Installing additional packages''' ===&lt;br /&gt;
Using this template, it is easy to install additional modules after the fact simply by running: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;npm install ''my-package-name''&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;where ''my-package-name'' is the name of the package containing the modules you want to install. This automatically downloads and installs the relevant package from the npm repository. You can then use [https://hackernoon.com/import-export-default-require-commandjs-javascript-nodejs-es6-vs-cheatsheet-different-tutorial-example-5a321738b50f ES6 import statements] to access the features of the library.&lt;br /&gt;
&lt;br /&gt;
== The 2020 template using ''script'' tag == &lt;br /&gt;
This template is a different option for people new to or just getting started with Vue.js who do not want to install Node.js. It is easier to get started with, as it removes some of the additional complexity associated with a Node.js backend. However, it doesn't offer the comprehensive functionality that our full template does. In this template, you work entirely within a single .html file with Vue and the ImpVis library included with standard script tags located in the header.&lt;br /&gt;
&lt;br /&gt;
=== '''Installing additional packages''' ===&lt;br /&gt;
Installing additional packages for this template is not as convenient as using the Node template however is still relatively simple. The ''[https://unpkg.com/ UNPKG]'' repository can quickly retrieve a valid URL for any library located on npm. Additional dependencies can be added to the head section of the HTML file by writing: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;&amp;lt; script defer src=&amp;quot;&amp;lt;nowiki&amp;gt;https://unpkg.com/&amp;lt;/nowiki&amp;gt;&amp;lt;my-package-name&amp;gt;/@version-number&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may need to read the library documentation you are importing to see if there are any additional files such as CSS files that also need to be imported.&lt;br /&gt;
&lt;br /&gt;
== Legacy templates (Basic &amp;amp; Advanced) ==&lt;br /&gt;
These legacy templates are not recommended for most people who want to create visualisations. They do not contain the modern Vue component library created by the ImpVis team to help develop visualisations. These templates are, however, useful for those who wish to get a simple, no batteries included environment to play around with or for those who need a starting spot to upgrade old visualisations located on previous versions of the ImpVis website. This template comes with the Math.js library preloaded for this reason, as it is a popular library with many of the old visualisations.&lt;br /&gt;
&lt;br /&gt;
=== '''Installing additional packages''' ===&lt;br /&gt;
Additional dependencies can be installed using the same manner as described above for &amp;lt;script&amp;gt; templates.&lt;br /&gt;
[[Category:Setting Up]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Tutorial_for_setting_up_the_coding_environment&amp;diff=1345</id>
		<title>Tutorial for setting up the coding environment</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Tutorial_for_setting_up_the_coding_environment&amp;diff=1345"/>
		<updated>2022-03-09T19:24:02Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is a brief tutorial on how to set up your coding environment and get started on your first visualisation. Make sure you have read about the [[Programming languages|coding languages]] we use. This page assumes knowledge of basic HTML and JavaScript.&lt;br /&gt;
&lt;br /&gt;
== Setting up the coding environment ==&lt;br /&gt;
&lt;br /&gt;
=== Visual Studio Code ===&lt;br /&gt;
[[File:Vscode welcome.c2acab37.png|right|VSCode welcome]]&lt;br /&gt;
Download: Visual Studio Code (VSCode) is the integrated development environment that we recommend. Still, you are free to use any code editor that supports JS and HTML. To download VSCode, please visit https://code.visualstudio.com/download. After installing and opening it, you should find this as your welcome page (right).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Creating a basic HTML and opening a folder in VSCode:''' On the top left, click on File &amp;gt; New File, and you should get an empty file called Untitled-1. Include the code in the following example and save it as ''some_name.html''.&lt;br /&gt;
&lt;br /&gt;
[[File:Hello world.767fb21f.png|left|VSCode hello world.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, open the file in a web browser (e.g., Google Chrome), you should see the the stuff on the image below:&lt;br /&gt;
[[File:Hello world display.9be7d830.png|left|Hello world display]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Vscode folders.2b4948ba.png|thumb|VSCode folders]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have created a folder for your HTML, you may want to open the VS Code folder. You can do it by dragging the folder into the Explorer, which is shown in the screenshot on the right.&lt;br /&gt;
&lt;br /&gt;
==== Using the live server feature in VSCode ====&lt;br /&gt;
&lt;br /&gt;
It is often convenient to see changes on your website while editing. For that purpose, we make use of the live server. Click on the extension button, search for Live Server, and install it.&lt;br /&gt;
[[File:Live server.db9b223c.png|center|thumb|600x600px|Live server]]&lt;br /&gt;
Once you have done that, go back to the HTML file you have created and click on the ''‘Go Live’'' button on the bottom right.&lt;br /&gt;
[[File:Hello world.767fb21f.png|center|thumb|600x600px|Hello world going live]]&lt;br /&gt;
[[File:Hello world display.9be7d830.png|thumb|Hello world displayed on live server]]&lt;br /&gt;
Your HTML file will be opened in your default browser now. You can put the browser and VSCode side by side and see the changes being done live (after saving your changes). You may utilise the autosave function (in the File dropdown) if you like.&lt;br /&gt;
&lt;br /&gt;
To stop the Live Server, click on the ‘Port: 5500’ cancel button (at the bottom right).&lt;br /&gt;
&lt;br /&gt;
== Creating a new visualisation ==&lt;br /&gt;
&lt;br /&gt;
=== Node.js and npm ===&lt;br /&gt;
The best way to start creating visualisations is to use the ''create-impvistool'', which automatically sets you up with a project folder with a working template and git repository already set up! The ''create-impvis'' tool can be installed once you have [https://nodejs.org/en/ Node.js] installed by using the [https://www.npmjs.com/ Node Package Manager] (npm). To check that you have both of these programs installed correctly on your computer, you will need to open a terminal window (called 'Command Prompt' in Windows) and run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;node -v &amp;amp;&amp;amp; npm -v&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If Node.js and npm are correctly installed on your system, you should see two version numbers printed (the exact number doesn't matter). If you haven't yet got them installed, follow [https://docs.npmjs.com/downloading-and-installing-node-js-and-npm these guidelines] to download and install Node.js and npm. Only proceed with your visualisation once you have the packages properly installed.&lt;br /&gt;
&lt;br /&gt;
With Node and npm set up on your machine, you can install our ImpVis Command-Line Interface (CLI) by running globally in your terminal / Command Prompt: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;npm -g install @impvis/cli&amp;lt;/code&amp;gt; &amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and wait for the CLI to be downloaded and installed on your machine.&lt;br /&gt;
&lt;br /&gt;
=== Using the ImpVis template to start a new visualisation ===&lt;br /&gt;
Creating visualisations with the Vue CLI is a breeze! To create a visualisation, open a new terminal window in the directory you wish to create the visualisation folder. Then run: &amp;lt;center&amp;gt;&amp;lt;code&amp;gt;impvis create ''name''&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;Where ''name'' is the name of your visualisation (decide that here). You will then be guided through step by step prompts to allow you to configure the base visualisation template to suit your needs. At present, the CLI has four template options available for users to choose from:&lt;br /&gt;
&lt;br /&gt;
# [[ImpVis template description|Current template]] using Node.js&lt;br /&gt;
# Current template using a &amp;lt;script&amp;gt; import&lt;br /&gt;
# Basic legacy template from Summer 2019&lt;br /&gt;
# Advanced legacy template from Summer 2019&lt;br /&gt;
&lt;br /&gt;
If you're new to ImpVis, we recommend the first option.&lt;br /&gt;
&lt;br /&gt;
=== '''Running Your Vis''' ===&lt;br /&gt;
When you want to run your visualisation (i.e. use it in your browser), navigate to the folder where you created it in command prompt or terminal and run the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;npm run serve&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;The project will then build and you should be able to open it by navigating to one of the addresses shown in your browser. Any changes to the code will now be shown in real time. To end the server press &amp;quot;control + C&amp;quot; in the command prompt. &lt;br /&gt;
&lt;br /&gt;
== Common ESLint error ==&lt;br /&gt;
If you get an ESLint error at this stage, saying something like &amp;quot;parsing error: require() of ES Module ....&amp;quot; then try downgrading your version of ESLint by running the following command in your project directory:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;npm install eslint@7.29.0&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The 2020 template using Node.js == &lt;br /&gt;
To read a description of the current template, view [[ImpVis template description]][[Vue Components|.]] For a brief tutorial on the basic components of the components used in the current template, view [[Basic Component Tutorial|Basic Component Tutorial]]. For a list of all components included with the template, view [[Vue Components]].&lt;br /&gt;
&lt;br /&gt;
The 2020 template using Node.js is the '''recommended''' template for all new projects from now on as it comes with a pre-configured node.js instance, which makes running automated tasks, linting your code for errors, and optimising your code for all browsers a breeze. It also includes the ImpVis Vue Components library as standard, already set up and ready to go! Using this template, you will create visualisations using the Vue Single File Component files ''(.vue)'', which allows you to divide your visualisation up into '''sub-components''', each containing all the HTML, JS, and CSS needed for the component to function correctly. For a refresher on how components work, you should check out the ''Introduction to Components'' video on the ImpVis Youtube channel.&lt;br /&gt;
&lt;br /&gt;
=== '''Installing additional packages''' ===&lt;br /&gt;
Using this template, it is easy to install additional modules after the fact simply by running: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;npm install ''my-package-name''&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;where ''my-package-name'' is the name of the package containing the modules you want to install. This automatically downloads and installs the relevant package from the npm repository. You can then use [https://hackernoon.com/import-export-default-require-commandjs-javascript-nodejs-es6-vs-cheatsheet-different-tutorial-example-5a321738b50f ES6 import statements] to access the features of the library.&lt;br /&gt;
&lt;br /&gt;
== The 2020 template using ''script'' tag == &lt;br /&gt;
This template is a different option for people new to or just getting started with Vue.js who do not want to install Node.js. It is easier to get started with, as it removes some of the additional complexity associated with a Node.js backend. However, it doesn't offer the comprehensive functionality that our full template does. In this template, you work entirely within a single .html file with Vue and the ImpVis library included with standard script tags located in the header.&lt;br /&gt;
&lt;br /&gt;
=== '''Installing additional packages''' ===&lt;br /&gt;
Installing additional packages for this template is not as convenient as using the Node template however is still relatively simple. The ''[https://unpkg.com/ UNPKG]'' repository can quickly retrieve a valid URL for any library located on npm. Additional dependencies can be added to the head section of the HTML file by writing: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;code&amp;gt;&amp;lt; script defer src=&amp;quot;&amp;lt;nowiki&amp;gt;https://unpkg.com/&amp;lt;/nowiki&amp;gt;&amp;lt;my-package-name&amp;gt;/@version-number&amp;lt;/code&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may need to read the library documentation you are importing to see if there are any additional files such as CSS files that also need to be imported.&lt;br /&gt;
&lt;br /&gt;
== Legacy templates (Basic &amp;amp; Advanced) ==&lt;br /&gt;
These legacy templates are not recommended for most people who want to create visualisations. They do not contain the modern Vue component library created by the ImpVis team to help develop visualisations. These templates are, however, useful for those who wish to get a simple, no batteries included environment to play around with or for those who need a starting spot to upgrade old visualisations located on previous versions of the ImpVis website. This template comes with the Math.js library preloaded for this reason, as it is a popular library with many of the old visualisations.&lt;br /&gt;
&lt;br /&gt;
=== '''Installing additional packages''' ===&lt;br /&gt;
Additional dependencies can be installed using the same manner as described above for &amp;lt;script&amp;gt; templates.&lt;br /&gt;
[[Category:Setting Up]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=ImpVis_wiki_status_quo_summer_2021&amp;diff=592</id>
		<title>ImpVis wiki status quo summer 2021</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=ImpVis_wiki_status_quo_summer_2021&amp;diff=592"/>
		<updated>2021-09-17T13:08:11Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Permissions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On this page, everything with regards to the current (July 2021) state of the wiki will be stated; this includes things that have been accomplished, ideas that have been discussed but not yet implemented, and any other miscellaneous information regarding the wiki.&lt;br /&gt;
&lt;br /&gt;
== Implementation == &lt;br /&gt;
The ImpVis wiki is implemented through MediaWiki, which is both free and open-source. This decision was made after considering using the already existing organisation structure on the ImpVis website, as well as other free and paid Wiki services. Some of the later discussions regarding the choice of MediaWiki being made can be found at https://docs.google.com/document/d/1Ly28aOzML8BRNvKjWHGtVKnsYemzcqmx2wLbCt7bdJc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Structure == &lt;br /&gt;
&lt;br /&gt;
Currently the Wiki is divided into two main &amp;quot;departments&amp;quot; through the main page - those under &amp;quot;Wiki Divisions&amp;quot; on the main page, and those that are not. Everything on the wiki should be able to be found through following relevant links from the main page. The Wiki Divisions sub-title is the intended location for where everything will be housed within the Wiki eventually. Currently, Wiki Divisions is split into the three titles &amp;quot;Blackboard&amp;quot;, &amp;quot;Visualisations&amp;quot;, and &amp;quot;Knowledge&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The Blackboard section is intended to house all of the information that people taking the module need to see, and is intended to act as a homebase link for them to  be able to refer to whenever looking for information with regards to the course. The Visualisation section is intended to be tied to visualisations that are visible on the website (whether this means only visualisations that are complete, or both that as well as designs submitted from the module is up for decision). As of the time of writing, no visualisations have been posted or tagged to this section yet. &amp;quot;Knowledge&amp;quot; is intended to hold all knowledge that people have found useful in the creation process of a visualisation. This can be at any stage from design, right through to project completion. For example, &amp;quot;How to contact an academic professional&amp;quot;, &amp;quot;Things to consider when using discrete sliders&amp;quot;, or &amp;quot;How this awkward to use function works&amp;quot; would all be found under the knowledge division of the wiki. &lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Impvis website&amp;quot; wiki page has been linked through the Blackboard division of the wiki (links to [[ImpVis Website]]). Relevant links that exist for the page already posted on, but content not yet filled out (needs writing).&lt;br /&gt;
&lt;br /&gt;
== Tutorial ==&lt;br /&gt;
&lt;br /&gt;
The 2020 tutorial document has had all of its content worked into the wiki, with some minor modifications and additions. These pages can be found spread between the Blackboard and Knowledge divisions of the wiki. It must be noted that a lot of content has been copy and pasted in from the tutorial - a lot of improvements in writing to fit the context of being in the wiki need now to be made. In the tutorial there were some individual pages that had content missing/that needed expanding on anyway. The only page of real concern that we might not be able to write to though is the modal content written in red on this page: https://wiki.impvis.co.uk/index.php?title=Components_and_Vue_additional_comments. Outside of this, all content I've seen that's missing shouldn't require particular expertise to fill out (but they still do need filling out!). There is no &amp;quot;new&amp;quot; tutorial document as such; the pages are now just placed in the relevant places on the wiki (and shouldn't be difficult to find).&lt;br /&gt;
&lt;br /&gt;
== Permissions == &lt;br /&gt;
Robert Jones currently has the highest permission privileges out of students remaining into Autumn 2021. Cianne Park has edit permissions, as do some students who were part of the &amp;quot;tech team&amp;quot; in summer 2021. Not all of these students have admin privileges however.  &lt;br /&gt;
&lt;br /&gt;
There are 3 main user groups: &lt;br /&gt;
&lt;br /&gt;
* Autoconfirmed users &lt;br /&gt;
* Writers &lt;br /&gt;
* Administrators &lt;br /&gt;
&lt;br /&gt;
Autoconfirmed users have permissions to read all pages, but edit none. (All new users are members of this group) &lt;br /&gt;
&lt;br /&gt;
Writers have permissions to read all pages and edit all unprotected pages. (New pages are unprotected by default) &lt;br /&gt;
&lt;br /&gt;
Administrators have permissions to read and edit all pages.   &lt;br /&gt;
&lt;br /&gt;
It is advised to make structural pages protected so that writers can not edit them. &lt;br /&gt;
&lt;br /&gt;
It is expected that students on the iExplore module will be given writer permissions. &lt;br /&gt;
&lt;br /&gt;
=== Permissions Update (September 17) ===&lt;br /&gt;
Due to an influx of strange accounts being registered with the ImpVis wiki, we have decided to make the wiki read only (excluding the main page) unless users are specifically given writer access.  &lt;br /&gt;
&lt;br /&gt;
It also may be useful to have certain sections of the wiki only visible to certain users, however this will probably require using the access control mediawiki extension, which has poor documentation. &lt;br /&gt;
== Unfinished == &lt;br /&gt;
Discussions regarding setting up the permission structure (hierarchy of bureaucrats) to easily allow staff/students taking part in the module have been had, but not cleared up (no decisions were made). &lt;br /&gt;
&lt;br /&gt;
No visualisations have yet been tagged to the Visualisations division of the wiki. I suggest the first one that this could be done/trialed with would be Shahbanno's demo visualisation which shows off the components. &lt;br /&gt;
&lt;br /&gt;
Missing content: Welcome to ImpVis (in the context of the module, not the summer team or code and crisps).&lt;br /&gt;
&lt;br /&gt;
General tidyup of most wiki pages is needed at this point; &lt;br /&gt;
&lt;br /&gt;
Images on https://wiki.impvis.co.uk/index.php?title=Getting_connected_on_Github not sorted yet; need a conversation about the copyright for uploading screenshots of npm (might not be an issue at all). The images of concern are from the page https://impvis.co.uk/launch/impvis-tutorial-unpublished/page_10.html.&lt;br /&gt;
&lt;br /&gt;
Need to set up categories so that https://wiki.impvis.co.uk/index.php?title=Special%3AAllPages works properly.&lt;br /&gt;
&lt;br /&gt;
[[Category:Summer 2021]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Example_Submissions&amp;diff=591</id>
		<title>Example Submissions</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Example_Submissions&amp;diff=591"/>
		<updated>2021-09-17T13:01:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;== Example Wiki Submission == An example wiki submission for the solid angles visualisation is shown here. The template which your wiki submission shou...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Example Wiki Submission ==&lt;br /&gt;
An example wiki submission for the solid angles visualisation is shown [[Solid Angles Design|here]]. The template which your wiki submission should follow is shown [[Wiki Submission Template|here]]. Copy and paste into wherever you can all edit at once (e.g. Google Docs) then get one person to create a new wiki page when your submission is complete.&lt;br /&gt;
&lt;br /&gt;
== Example Design Project ==&lt;br /&gt;
[https://miro.com/app/board/o9J_lw6ZKws=/ This Miro board] includes an example tasks tree, skills matrix, assessment criteria, personal learning goals and poster.&lt;br /&gt;
&lt;br /&gt;
== Example Portfolio ==&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Main_Page&amp;diff=590</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Main_Page&amp;diff=590"/>
		<updated>2021-09-17T12:55:46Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Navigate Categories ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Everything&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== iExplore Module ==&lt;br /&gt;
&lt;br /&gt;
* [[Module Timetable]]&lt;br /&gt;
*[[Example Submissions]]&lt;br /&gt;
*[[Wiki Submission Template]]&lt;br /&gt;
*[[Tasks Tree]]&lt;br /&gt;
*[[Embedding Miro Boards]]&lt;br /&gt;
&lt;br /&gt;
== Wiki Divisions ==&lt;br /&gt;
&lt;br /&gt;
* [[Blackboard]]&lt;br /&gt;
* [[Visualisations]]&lt;br /&gt;
* [[Knowledge]]&lt;br /&gt;
&lt;br /&gt;
== Summer 2021==&lt;br /&gt;
*[[Tech Team Final Documentation]]&lt;br /&gt;
*[[Module Team Design Sprint]]&lt;br /&gt;
*[[ImpVis wiki status quo summer 2021]]&lt;br /&gt;
*[[ImpVis Website]]&lt;br /&gt;
*[[Module status quo July 2021]]&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:Configuration_settings|Configuration settings list]]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:FAQ|MediaWiki FAQ]]&lt;br /&gt;
*[https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Localisation#Translation_resources|Localise MediaWiki for your language]]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:Combating_spam|Learn how to combat spam on your wiki]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Main_Page&amp;diff=589</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Main_Page&amp;diff=589"/>
		<updated>2021-09-17T12:55:14Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Navigate Categories ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Everything&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== iExplore Module ==&lt;br /&gt;
&lt;br /&gt;
* [[Module Timetable]]&lt;br /&gt;
*[[Example Submissions]]&lt;br /&gt;
*[[Wiki Submission Template]]&lt;br /&gt;
*[[Tasks Tree]]&lt;br /&gt;
*[[Assessment Criteria]]&lt;br /&gt;
*[[Embedding Miro Boards]]&lt;br /&gt;
&lt;br /&gt;
== Wiki Divisions ==&lt;br /&gt;
&lt;br /&gt;
* [[Blackboard]]&lt;br /&gt;
* [[Visualisations]]&lt;br /&gt;
* [[Knowledge]]&lt;br /&gt;
&lt;br /&gt;
== Summer 2021==&lt;br /&gt;
*[[Tech Team Final Documentation]]&lt;br /&gt;
*[[Module Team Design Sprint]]&lt;br /&gt;
*[[ImpVis wiki status quo summer 2021]]&lt;br /&gt;
*[[ImpVis Website]]&lt;br /&gt;
*[[Module status quo July 2021]]&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:Configuration_settings|Configuration settings list]]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:FAQ|MediaWiki FAQ]]&lt;br /&gt;
*[https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Localisation#Translation_resources|Localise MediaWiki for your language]]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:Combating_spam|Learn how to combat spam on your wiki]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=588</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=588"/>
		<updated>2021-09-17T12:34:24Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Progress &amp;amp; Future Work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Cianne Park (student partner) 2021 Summer Team - BioEng&lt;br /&gt;
*Zhenghe Xuan (student partner) 2021 Summer Team - Physics&lt;br /&gt;
* Rishav Chatterjee (student partner) 2021 Summer Team - Computing&lt;br /&gt;
* Joshua Cheng (student partner) 2021 Summer Team - MechEng&lt;br /&gt;
* Robert Jones (student partner) 2021 Summer Team - Physics&lt;br /&gt;
&lt;br /&gt;
== Aims &amp;amp; Objectives ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
This visualisation is designed for self study use in 2nd year Electromagnetism course in the Physics department.&lt;br /&gt;
&lt;br /&gt;
The intended learning objectives were for the basic concept:&lt;br /&gt;
&lt;br /&gt;
* Solid angle is a (dimensionless, scalar) measure of '''field of view''' that a given object covers as seen from a particular point, expressed in units of steradians.&lt;br /&gt;
* Field of view depends on:&lt;br /&gt;
** the size of the object&lt;br /&gt;
** the distance of the object&lt;br /&gt;
* It can be seen as the surface area of the projection of the object onto a sphere surrounding the observer, at distance r=1. This means:&lt;br /&gt;
** the entire sphere would have solid angle 4pi steradians (as surface area of a sphere is 4pi*r^2)&lt;br /&gt;
** any size object at any distance has solid angle A/r^2, where A is the surface area of the projection on a sphere at distance r of the object.&lt;br /&gt;
&lt;br /&gt;
And for the use in integration:&lt;br /&gt;
&lt;br /&gt;
* The infinitesimal definition of solid angle is inner product of dS and r, divided by r^2. Here dS is the infinitesimal surface area element of a surface and the inner product is needed to only take into account the projection of the surface area vector along r.&lt;br /&gt;
* Integrating over solid angle rather than surface area is the same as the double integral over sin(theta) d(theta) d(phi), i.e. integrating over the surface area of a sphere with radius = 1.&lt;br /&gt;
* Infinitesimal definition of dOmega shows that flux from a point source through any surface with the '''same''' solid angle will be the same (basis for Gauss' law).&lt;br /&gt;
&lt;br /&gt;
== Design Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Design Justification ==&lt;br /&gt;
&lt;br /&gt;
=== Assessment criteria ===&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
=== Education Strand ===&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
=== Graphics Strand ===&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Interactivity Strand ===&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;br /&gt;
&lt;br /&gt;
== Progress &amp;amp; Future Work ==&lt;br /&gt;
A final design has been created for this visualisation, but coding has not started.&lt;br /&gt;
&lt;br /&gt;
Future work could include:&lt;br /&gt;
&lt;br /&gt;
* Adding an interactive visualisation for page 3.&lt;br /&gt;
*Apply Zhenghe's feedback.&lt;br /&gt;
*Make all diagrams in plotly.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* Miro board showing design progression and tasks tree and other bits https://miro.com/app/board/o9J_l6BMMjQ=/&lt;br /&gt;
* Miro board showing design progression of the poster https://miro.com/app/board/o9J_lxFnwQY=/&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=587</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=587"/>
		<updated>2021-09-17T12:34:09Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Cianne Park (student partner) 2021 Summer Team - BioEng&lt;br /&gt;
*Zhenghe Xuan (student partner) 2021 Summer Team - Physics&lt;br /&gt;
* Rishav Chatterjee (student partner) 2021 Summer Team - Computing&lt;br /&gt;
* Joshua Cheng (student partner) 2021 Summer Team - MechEng&lt;br /&gt;
* Robert Jones (student partner) 2021 Summer Team - Physics&lt;br /&gt;
&lt;br /&gt;
== Aims &amp;amp; Objectives ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
This visualisation is designed for self study use in 2nd year Electromagnetism course in the Physics department.&lt;br /&gt;
&lt;br /&gt;
The intended learning objectives were for the basic concept:&lt;br /&gt;
&lt;br /&gt;
* Solid angle is a (dimensionless, scalar) measure of '''field of view''' that a given object covers as seen from a particular point, expressed in units of steradians.&lt;br /&gt;
* Field of view depends on:&lt;br /&gt;
** the size of the object&lt;br /&gt;
** the distance of the object&lt;br /&gt;
* It can be seen as the surface area of the projection of the object onto a sphere surrounding the observer, at distance r=1. This means:&lt;br /&gt;
** the entire sphere would have solid angle 4pi steradians (as surface area of a sphere is 4pi*r^2)&lt;br /&gt;
** any size object at any distance has solid angle A/r^2, where A is the surface area of the projection on a sphere at distance r of the object.&lt;br /&gt;
&lt;br /&gt;
And for the use in integration:&lt;br /&gt;
&lt;br /&gt;
* The infinitesimal definition of solid angle is inner product of dS and r, divided by r^2. Here dS is the infinitesimal surface area element of a surface and the inner product is needed to only take into account the projection of the surface area vector along r.&lt;br /&gt;
* Integrating over solid angle rather than surface area is the same as the double integral over sin(theta) d(theta) d(phi), i.e. integrating over the surface area of a sphere with radius = 1.&lt;br /&gt;
* Infinitesimal definition of dOmega shows that flux from a point source through any surface with the '''same''' solid angle will be the same (basis for Gauss' law).&lt;br /&gt;
&lt;br /&gt;
== Design Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Design Justification ==&lt;br /&gt;
&lt;br /&gt;
=== Assessment criteria ===&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
=== Education Strand ===&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
=== Graphics Strand ===&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Interactivity Strand ===&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;br /&gt;
&lt;br /&gt;
== Progress &amp;amp; Future Work ==&lt;br /&gt;
A final design has been created for this visualisation, but coding has not started.&lt;br /&gt;
&lt;br /&gt;
Future work could include:&lt;br /&gt;
&lt;br /&gt;
* Adding an interactive visualisation for page 3.&lt;br /&gt;
*Apply Zhenge's feedback.&lt;br /&gt;
*Make all diagrams in plotly.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* Miro board showing design progression and tasks tree and other bits https://miro.com/app/board/o9J_l6BMMjQ=/&lt;br /&gt;
* Miro board showing design progression of the poster https://miro.com/app/board/o9J_lxFnwQY=/&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=585</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=585"/>
		<updated>2021-09-17T09:50:06Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Progress &amp;amp; Future Work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Cianne Park (student partner) 2021 Summer Team - BioEng&lt;br /&gt;
* Rishav Chatterjee (student partner) 2021 Summer Team - Computing&lt;br /&gt;
* Joshua Cheng (student partner) 2021 Summer Team - MechEng&lt;br /&gt;
* Robert Jones (student partner) 2021 Summer Team - Physics&lt;br /&gt;
&lt;br /&gt;
== Aims &amp;amp; Objectives ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
This visualisation is designed for self study use in 2nd year Electromagnetism course in the Physics department.&lt;br /&gt;
&lt;br /&gt;
The intended learning objectives were for the basic concept:&lt;br /&gt;
&lt;br /&gt;
* Solid angle is a (dimensionless, scalar) measure of '''field of view''' that a given object covers as seen from a particular point, expressed in units of steradians.&lt;br /&gt;
* Field of view depends on:&lt;br /&gt;
** the size of the object&lt;br /&gt;
** the distance of the object&lt;br /&gt;
* It can be seen as the surface area of the projection of the object onto a sphere surrounding the observer, at distance r=1. This means:&lt;br /&gt;
** the entire sphere would have solid angle 4pi steradians (as surface area of a sphere is 4pi*r^2)&lt;br /&gt;
** any size object at any distance has solid angle A/r^2, where A is the surface area of the projection on a sphere at distance r of the object.&lt;br /&gt;
&lt;br /&gt;
And for the use in integration:&lt;br /&gt;
&lt;br /&gt;
* The infinitesimal definition of solid angle is inner product of dS and r, divided by r^2. Here dS is the infinitesimal surface area element of a surface and the inner product is needed to only take into account the projection of the surface area vector along r.&lt;br /&gt;
* Integrating over solid angle rather than surface area is the same as the double integral over sin(theta) d(theta) d(phi), i.e. integrating over the surface area of a sphere with radius = 1.&lt;br /&gt;
* Infinitesimal definition of dOmega shows that flux from a point source through any surface with the '''same''' solid angle will be the same (basis for Gauss' law).&lt;br /&gt;
&lt;br /&gt;
== Design Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Design Justification ==&lt;br /&gt;
&lt;br /&gt;
=== Assessment criteria ===&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
=== Education Strand ===&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
=== Graphics Strand ===&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Interactivity Strand ===&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;br /&gt;
&lt;br /&gt;
== Progress &amp;amp; Future Work ==&lt;br /&gt;
A final design has been created for this visualisation, but coding has not started.&lt;br /&gt;
&lt;br /&gt;
Future work could include:&lt;br /&gt;
&lt;br /&gt;
* Adding an interactive visualisation for page 3.&lt;br /&gt;
*Apply Zhenge's feedback.&lt;br /&gt;
*Make all diagrams in plotly.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* Miro board showing design progression and tasks tree and other bits https://miro.com/app/board/o9J_l6BMMjQ=/&lt;br /&gt;
* Miro board showing design progression of the poster https://miro.com/app/board/o9J_lxFnwQY=/&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=584</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=584"/>
		<updated>2021-09-17T09:49:06Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Cianne Park (student partner) 2021 Summer Team - BioEng&lt;br /&gt;
* Rishav Chatterjee (student partner) 2021 Summer Team - Computing&lt;br /&gt;
* Joshua Cheng (student partner) 2021 Summer Team - MechEng&lt;br /&gt;
* Robert Jones (student partner) 2021 Summer Team - Physics&lt;br /&gt;
&lt;br /&gt;
== Aims &amp;amp; Objectives ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
This visualisation is designed for self study use in 2nd year Electromagnetism course in the Physics department.&lt;br /&gt;
&lt;br /&gt;
The intended learning objectives were for the basic concept:&lt;br /&gt;
&lt;br /&gt;
* Solid angle is a (dimensionless, scalar) measure of '''field of view''' that a given object covers as seen from a particular point, expressed in units of steradians.&lt;br /&gt;
* Field of view depends on:&lt;br /&gt;
** the size of the object&lt;br /&gt;
** the distance of the object&lt;br /&gt;
* It can be seen as the surface area of the projection of the object onto a sphere surrounding the observer, at distance r=1. This means:&lt;br /&gt;
** the entire sphere would have solid angle 4pi steradians (as surface area of a sphere is 4pi*r^2)&lt;br /&gt;
** any size object at any distance has solid angle A/r^2, where A is the surface area of the projection on a sphere at distance r of the object.&lt;br /&gt;
&lt;br /&gt;
And for the use in integration:&lt;br /&gt;
&lt;br /&gt;
* The infinitesimal definition of solid angle is inner product of dS and r, divided by r^2. Here dS is the infinitesimal surface area element of a surface and the inner product is needed to only take into account the projection of the surface area vector along r.&lt;br /&gt;
* Integrating over solid angle rather than surface area is the same as the double integral over sin(theta) d(theta) d(phi), i.e. integrating over the surface area of a sphere with radius = 1.&lt;br /&gt;
* Infinitesimal definition of dOmega shows that flux from a point source through any surface with the '''same''' solid angle will be the same (basis for Gauss' law).&lt;br /&gt;
&lt;br /&gt;
== Design Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Design Justification ==&lt;br /&gt;
&lt;br /&gt;
=== Assessment criteria ===&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
=== Education Strand ===&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
=== Graphics Strand ===&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Interactivity Strand ===&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;br /&gt;
&lt;br /&gt;
== Progress &amp;amp; Future Work ==&lt;br /&gt;
A final design has been created for this visualisation, but development has not started.&lt;br /&gt;
&lt;br /&gt;
Future work could include:&lt;br /&gt;
&lt;br /&gt;
* Adding an interactive visualisation for page 3.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* Miro board showing design progression and tasks tree and other bits https://miro.com/app/board/o9J_l6BMMjQ=/&lt;br /&gt;
* Miro board showing design progression of the poster https://miro.com/app/board/o9J_lxFnwQY=/&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=583</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=583"/>
		<updated>2021-09-17T09:38:26Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Cianne Park (student partner) 2021 Summer Team - BioEng&lt;br /&gt;
* Rishav Chatterjee (student partner) 2021 Summer Team - Computing&lt;br /&gt;
* Joshua Cheng (student partner) 2021 Summer Team - MechEng&lt;br /&gt;
* Robert Jones (student partner) 2021 Summer Team - Physics&lt;br /&gt;
&lt;br /&gt;
== Aims &amp;amp; Objectives ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
This visualisation is designed for self study use in 2nd year Electromagnetism course in the Physics department.&lt;br /&gt;
&lt;br /&gt;
The intended learning objectives were:&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
== Design Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Design Justification ==&lt;br /&gt;
&lt;br /&gt;
=== Assessment criteria ===&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
=== Education Strand ===&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
=== Graphics Strand ===&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Interactivity Strand ===&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;br /&gt;
&lt;br /&gt;
== Progress &amp;amp; Future Work ==&lt;br /&gt;
A final design has been created for this visualisation, but development has not started.&lt;br /&gt;
&lt;br /&gt;
Future work could include:&lt;br /&gt;
&lt;br /&gt;
* Adding an interactive visualisation for page 3.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* Miro board showing design progression and tasks tree and other bits https://miro.com/app/board/o9J_l6BMMjQ=/&lt;br /&gt;
* Miro board showing design progression of the poster https://miro.com/app/board/o9J_lxFnwQY=/&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=582</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=582"/>
		<updated>2021-09-17T09:19:15Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Cianne Park (student partner) 2021 Summer Team - BioEng&lt;br /&gt;
* Rishav Chatterjee (student partner) 2021 Summer Team - Computing&lt;br /&gt;
* Joshua Cheng (student partner) 2021 Summer Team - MechEng&lt;br /&gt;
* Robert Jones (student partner) 2021 Summer Team - Physics&lt;br /&gt;
&lt;br /&gt;
== Aims &amp;amp; Objectives ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
This visualisation is designed for self study use in 2nd year Electromagnetism course in the Physics department.&lt;br /&gt;
&lt;br /&gt;
The intended learning objectives were:&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
== Design Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Design Justification ==&lt;br /&gt;
&lt;br /&gt;
=== Assessment criteria ===&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
=== Education Strand ===&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
=== Graphics Strand ===&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Interactivity Strand ===&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;br /&gt;
&lt;br /&gt;
== Progress &amp;amp; Future Work ==&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=581</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=581"/>
		<updated>2021-09-16T13:45:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Cianne Park (student partner) 2021 Summer Team - BioEng&lt;br /&gt;
* Rishav Chatterjee (student partner) 2021 Summer Team - Computing&lt;br /&gt;
* Joshua Cheng (student partner) 2021 Summer Team - MechEng&lt;br /&gt;
* Robert Jones (student partner) 2021 Summer Team - Physics&lt;br /&gt;
&lt;br /&gt;
== Aims &amp;amp; Objectives ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
This visualisation is designed for self study use in 2nd year Electromagnetism course in the Physics department.&lt;br /&gt;
&lt;br /&gt;
The intended learning objectives were:&lt;br /&gt;
&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
== Design Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Design Justification ==&lt;br /&gt;
&lt;br /&gt;
=== Assessment criteria ===&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
=== Education Strand ===&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
=== Graphics Strand ===&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Interactivity Strand ===&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=580</id>
		<title>Wiki Submission Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=580"/>
		<updated>2021-09-16T13:32:11Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:iExplore Module]]&lt;br /&gt;
This is a template which you can use to help get you started on the wiki submission. It is just intended as a guide and you may modify the structure to suit your project.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Name and what department each person was in.&lt;br /&gt;
*Student or staff partner?&lt;br /&gt;
* How was each person involved?&lt;br /&gt;
* What rough dates did they contribute?&lt;br /&gt;
&lt;br /&gt;
== Aims &amp;amp; Objectives ==&lt;br /&gt;
&lt;br /&gt;
* Explain the motivation for your visualisation.&lt;br /&gt;
&lt;br /&gt;
* Introduce the subject of your visualisation.&lt;br /&gt;
*Which module and year is it intended for and which setting (lecture or self study)?&lt;br /&gt;
*List learning objectives. &lt;br /&gt;
&lt;br /&gt;
== Design Overview ==&lt;br /&gt;
&lt;br /&gt;
*What the final outcome was, how it looks, how it functions etc.&lt;br /&gt;
* Include graphics.&lt;br /&gt;
* Do not include justification or design progression, leave this for later sections.&lt;br /&gt;
&lt;br /&gt;
== Design Justification ==&lt;br /&gt;
&lt;br /&gt;
=== Assessment Criteria ===&lt;br /&gt;
&lt;br /&gt;
* List and explain your assessment criteria. You may want to number the assessment criteria so you can refer to them easily later.&lt;br /&gt;
&lt;br /&gt;
=== Education Design ===&lt;br /&gt;
&lt;br /&gt;
*What Methods were considered to convey concepts?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
=== Graphical Design ===&lt;br /&gt;
&lt;br /&gt;
*How were accessibility issues considered?&lt;br /&gt;
* How was space used effectively?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
* How is the design intuitive?&lt;br /&gt;
&lt;br /&gt;
=== Interaction Design ===&lt;br /&gt;
*Choice of interactive element(s) that fit in organically with the visualisation [inspiration of choice might be from lecture/in-class activity or other sources] - Sliders/Buttons/Cursor (hover/click).&lt;br /&gt;
*Keeping accessibility of interactive elements in mind during design phase.&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Progress and Future Work ==&lt;br /&gt;
&lt;br /&gt;
* Is the design finalised? &lt;br /&gt;
* Which pages have been uploaded to website?&lt;br /&gt;
* Any ideas for future improvements.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* Links to code or notes used.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=579</id>
		<title>Wiki Submission Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=579"/>
		<updated>2021-09-16T13:28:06Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:iExplore Module]]&lt;br /&gt;
This is a template which you can use to help get you started on the wiki submission. It is just intended as a guide and you may modify the structure to suit your project.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Name and what department each person was in.&lt;br /&gt;
* How was each person involved?&lt;br /&gt;
* What rough dates did they contribute?&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
* Explain the motivation for your visualisation.&lt;br /&gt;
&lt;br /&gt;
* Introduce the subject of your visualisation.&lt;br /&gt;
*Which module and year is it intended for and which setting (lecture or self study)?&lt;br /&gt;
*List learning objectives. &lt;br /&gt;
&lt;br /&gt;
== Design Overview ==&lt;br /&gt;
&lt;br /&gt;
*What the final outcome was, how it looks, how it functions etc.&lt;br /&gt;
* Include graphics.&lt;br /&gt;
* Do not include justification or design progression, leave this for later sections.&lt;br /&gt;
&lt;br /&gt;
== Design Justification ==&lt;br /&gt;
&lt;br /&gt;
=== Assessment Criteria ===&lt;br /&gt;
&lt;br /&gt;
* List and explain your assessment criteria. You may want to number the assessment criteria so you can refer to them easily later.&lt;br /&gt;
&lt;br /&gt;
=== Education Design ===&lt;br /&gt;
&lt;br /&gt;
*What Methods were considered to convey concepts?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
=== Graphical Design ===&lt;br /&gt;
&lt;br /&gt;
*How were accessibility issues considered?&lt;br /&gt;
* How was space used effectively?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
* How is the design intuitive?&lt;br /&gt;
&lt;br /&gt;
=== Interaction Design ===&lt;br /&gt;
*Choice of interactive element(s) that fit in organically with the visualisation [inspiration of choice might be from lecture/in-class activity or other sources] - Sliders/Buttons/Cursor (hover/click).&lt;br /&gt;
*Keeping accessibility of interactive elements in mind during design phase.&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Progress and Future Work ==&lt;br /&gt;
&lt;br /&gt;
* Is the design finalised? &lt;br /&gt;
* Which pages have been uploaded to website?&lt;br /&gt;
* Any ideas for future improvements.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* Links to code or notes used.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=578</id>
		<title>Wiki Submission Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=578"/>
		<updated>2021-09-16T13:20:07Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:iExplore Module]]&lt;br /&gt;
This is a template which you can use to help get you started on the wiki submission. It is just intended as a guide and you may modify the structure to suit your project.&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Name and what department each person was in.&lt;br /&gt;
* How was each person involved?&lt;br /&gt;
* What rough dates did they contribute?&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
*Explain the motivation for your visualisation.&lt;br /&gt;
* Introduce the subject of your visualisation.&lt;br /&gt;
*List learning objectives.&lt;br /&gt;
* List and explain your assessment criteria. You may want to number the assessment criteria so you can refer to them easily later.&lt;br /&gt;
&lt;br /&gt;
== Visualisation Overview ==&lt;br /&gt;
&lt;br /&gt;
* What the final outcome was, how it looks, how it functions etc.&lt;br /&gt;
* Include graphics.&lt;br /&gt;
* Do not include justification or design progression, leave this for later sections.&lt;br /&gt;
&lt;br /&gt;
== Education Strand ==&lt;br /&gt;
&lt;br /&gt;
* What Methods were considered to convey concepts?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Graphics Strand ==&lt;br /&gt;
&lt;br /&gt;
* How were accessibility issues considered?&lt;br /&gt;
* How was space used effectively?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Interactivity Strand ==&lt;br /&gt;
&lt;br /&gt;
* How is the design intuitive?&lt;br /&gt;
*Choice of interactive element(s) that fit in organically with the visualisation [inspiration of choice might be from lecture/in-class activity or other sources] - Sliders/Buttons/Cursor (hover/click).&lt;br /&gt;
*Keeping accessibility of interactive elements in mind during design phase.&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Main_Page&amp;diff=576</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Main_Page&amp;diff=576"/>
		<updated>2021-09-16T13:09:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* iExplore Module */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Navigate Categories ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Everything&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== iExplore Module ==&lt;br /&gt;
&lt;br /&gt;
* [[Module Timetable]]&lt;br /&gt;
*[[Example Design Project]]&lt;br /&gt;
*[[Example Self Assessment]]&lt;br /&gt;
*[[Example Portfolio]]&lt;br /&gt;
*[[Wiki Submission Template]]&lt;br /&gt;
*[[Tasks Tree]]&lt;br /&gt;
*[[Assessment Criteria]]&lt;br /&gt;
*[[Embedding Miro Boards]]&lt;br /&gt;
&lt;br /&gt;
== Wiki Divisions ==&lt;br /&gt;
&lt;br /&gt;
* [[Blackboard]]&lt;br /&gt;
* [[Visualisations]]&lt;br /&gt;
* [[Knowledge]]&lt;br /&gt;
&lt;br /&gt;
== Summer 2021==&lt;br /&gt;
*[[Tech Team Final Documentation]]&lt;br /&gt;
*[[Module Team Design Sprint]]&lt;br /&gt;
*[[ImpVis wiki status quo summer 2021]]&lt;br /&gt;
*[[ImpVis Website]]&lt;br /&gt;
*[[Module status quo July 2021]]&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:Configuration_settings|Configuration settings list]]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:FAQ|MediaWiki FAQ]]&lt;br /&gt;
*[https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Localisation#Translation_resources|Localise MediaWiki for your language]]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:Combating_spam|Learn how to combat spam on your wiki]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Embedding_Miro_Boards&amp;diff=575</id>
		<title>Embedding Miro Boards</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Embedding_Miro_Boards&amp;diff=575"/>
		<updated>2021-09-16T13:08:55Z</updated>

		<summary type="html">&lt;p&gt;Admin: Removed protection from &amp;quot;Embedding Miro Boards&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page explains how to embed a Miro board in Gather Town.&lt;br /&gt;
[[File:Export Icon.png|thumb|Export icon on Miro.]]&lt;br /&gt;
&lt;br /&gt;
# Go to your Miro board and click the export icon in the top left. &lt;br /&gt;
# In the menu that opens, click on &amp;quot;Embed&amp;quot;.&lt;br /&gt;
# Copy the link from the &amp;quot;src&amp;quot; section of the iframe html tag at the bottom of the page. [[File:MiroLink.png|thumb|The export link for Miro, circled in red.]]&lt;br /&gt;
# In the top right of your Miro board click the &amp;quot;Share&amp;quot; button, and edit the settings as required.&lt;br /&gt;
&lt;br /&gt;
[[Category:iExplore Module]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Module_Timetable&amp;diff=573</id>
		<title>Module Timetable</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Module_Timetable&amp;diff=573"/>
		<updated>2021-09-16T10:58:36Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This rough timetable is intended as a guide only to help you understand the structure of the course and the progress you should be making by different points. You should additionally be updating your personal portfolio throughout the project. The times indicated are just a rough guide and tasks may take longer. &lt;br /&gt;
&lt;br /&gt;
== Week 1: Introduction to Course ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute introduction lecture&lt;br /&gt;
* 15 minute intro to ImpVis lecture&lt;br /&gt;
* 15 minute intro to using Gather Town and Miro boards &lt;br /&gt;
* 30 minute ice breaker activity&lt;br /&gt;
* 15 minute creating assessment criteria on menti&lt;br /&gt;
* Homework: Fill out short form to help assign you to groups.&lt;br /&gt;
&lt;br /&gt;
== Week 2: Project Introduction ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by Freddie with Q/A on design principles and Freddie's experience designing MOOC visualisations.&lt;br /&gt;
* 10 minute lecture explaining group project work and how groups have been decided&lt;br /&gt;
* 10 minute introduction with other team members on Gather Town&lt;br /&gt;
* 20 minute topic discussion with group (Discuss when you can all meet and how you want to work together.)&lt;br /&gt;
*20 minute lecture introducing you to the portfolio and self reflection you should do each week.&lt;br /&gt;
*Homework: Research your topic to explain to your group next week.&lt;br /&gt;
*Homework: Miro brainstorm in groups ideas for educational design.&lt;br /&gt;
&lt;br /&gt;
== Week 3: Educational Design ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by subject expert + Q/A&lt;br /&gt;
* 30 minute group activity where each team member tries to explain their topic to each other&lt;br /&gt;
* 30 minute group discussion of the application of educational design ideas to their project&lt;br /&gt;
* 15 minute updating of assessment criteria and tasks tree (and skills matrix if necessary)&lt;br /&gt;
* Homework: Miro brainstorm ideas for graphical design in groups&lt;br /&gt;
&lt;br /&gt;
== Week 4: Graphical Design ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by subject expert + Q/A&lt;br /&gt;
* 30 minute group discussion of application of graphical design ideas to their project and what elements they will need&lt;br /&gt;
* 10 minute updating the skills matrix/task tree and assessment criteria&lt;br /&gt;
* Homework: Miro brainstorm ideas for interaction design in groups&lt;br /&gt;
&lt;br /&gt;
== Week 5: Interaction Design ==&lt;br /&gt;
[[File:VisCritique.png|thumb|An example of how students should critique their chosen visualisation.]]&lt;br /&gt;
* 30 minute lecture by subject expert + Q/A&lt;br /&gt;
* 30 minute hands on test of different visualisations and how they deal with interaction&lt;br /&gt;
* 30 minute group discussion of the application of interaction design ideas to their project&lt;br /&gt;
* 10 minute update of assessment criteria and skills matrix/task tree&lt;br /&gt;
* Homework: Annotate your favourite visualisation with what you do and don't like. &lt;br /&gt;
&lt;br /&gt;
== Week 6: Project work ==&lt;br /&gt;
&lt;br /&gt;
* 60 minute workshop session&lt;br /&gt;
* 10 minute talk on project timeline&lt;br /&gt;
* 20 minute discussion of skills matrix/task tree&lt;br /&gt;
* 20 minute discussion of important aspects of design related to each strand (education, graphical, interaction)&lt;br /&gt;
* 10 minute finalise assessment criteria for cohort and groups.&lt;br /&gt;
* Homework: Group work&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Recommended project status'''&lt;br /&gt;
[[File:Page1 Revised.png|thumb|A sketch of how the visualisation design should look in week 6.]]&lt;br /&gt;
* Task tree mostly complete, individual tasks ready to be assigned&lt;br /&gt;
* Personal Learning Goals complete (can be changed in the future)&lt;br /&gt;
* Have a good idea of how your visualisation will look, what components, etc.&lt;br /&gt;
* Adding info to wiki submission as you go along&lt;br /&gt;
&lt;br /&gt;
==Week 7: Project work==&lt;br /&gt;
&lt;br /&gt;
*60 minute workshop session&lt;br /&gt;
*20 minute lecture on how to give good feedback&lt;br /&gt;
*30 minute rapid feedback session&lt;br /&gt;
*10 minute update of assessment criteria and task tree/skills matrix&lt;br /&gt;
*Homework: Group work&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Recommended project status'''&lt;br /&gt;
[[File:Page1 Final.png|thumb|An example of a more polished visualisation design, which you should have in week 7.]]&lt;br /&gt;
* Wiki submission should be up to date with group's progress&lt;br /&gt;
* Design should be mostly complete, graphics made to whatever standard is possible with the timeframe and resources&lt;br /&gt;
&lt;br /&gt;
==Week 8: Project work==&lt;br /&gt;
&lt;br /&gt;
*30 minute rapid feedback session&lt;br /&gt;
*60-90 minute group discussion of project design&lt;br /&gt;
*Homework: Group work&lt;br /&gt;
&lt;br /&gt;
==Week 9: Project work==&lt;br /&gt;
&lt;br /&gt;
*30 minute rapid feedback session&lt;br /&gt;
*30 minute lecture introducing the self assessment&lt;br /&gt;
*Homework: Create a poster and upload miroboard link to GatherTown&lt;br /&gt;
*Homework: Critique your own visualisation design based on the 3 design strands (same format as week 5)&lt;br /&gt;
&lt;br /&gt;
==Week 10: Review==&lt;br /&gt;
&lt;br /&gt;
*60 minute GatherTown poster presentation (feel free to leave comments on other team's posters as feedback)&lt;br /&gt;
*30 minute final wrap up lecture reflecting on what has been done, and explain impvis wiki. Introduce students to Code &amp;amp; Crisps and give them the option to implement their designs.&lt;br /&gt;
*Homework: Complete self assessment and reflection&lt;br /&gt;
&lt;br /&gt;
[[Category:iExplore Module]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:Page1_Final.png&amp;diff=572</id>
		<title>File:Page1 Final.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:Page1_Final.png&amp;diff=572"/>
		<updated>2021-09-16T10:57:04Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of a more polished design, which you should have in week 7.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:Page1_Revised.png&amp;diff=571</id>
		<title>File:Page1 Revised.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:Page1_Revised.png&amp;diff=571"/>
		<updated>2021-09-16T10:55:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A sketch of how the visualisation design should look in week 6.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Embedding_Miro_Boards&amp;diff=568</id>
		<title>Embedding Miro Boards</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Embedding_Miro_Boards&amp;diff=568"/>
		<updated>2021-09-16T10:45:44Z</updated>

		<summary type="html">&lt;p&gt;Admin: Protected &amp;quot;Embedding Miro Boards&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page explains how to embed a Miro board in Gather Town.&lt;br /&gt;
[[File:Export Icon.png|thumb|Export icon on Miro.]]&lt;br /&gt;
&lt;br /&gt;
# Go to your Miro board and click the export icon in the top left. &lt;br /&gt;
# In the menu that opens, click on &amp;quot;Embed&amp;quot;.&lt;br /&gt;
# Copy the link from the &amp;quot;src&amp;quot; section of the iframe html tag at the bottom of the page. [[File:MiroLink.png|thumb|The export link for Miro, circled in red.]]&lt;br /&gt;
# In the top right of your Miro board click the &amp;quot;Share&amp;quot; button, and edit the settings as required.&lt;br /&gt;
&lt;br /&gt;
[[Category:iExplore Module]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Embedding_Miro_Boards&amp;diff=567</id>
		<title>Embedding Miro Boards</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Embedding_Miro_Boards&amp;diff=567"/>
		<updated>2021-09-16T10:40:00Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page explains how to embed a Miro board in Gather Town.&lt;br /&gt;
[[File:Export Icon.png|thumb|Export icon on Miro.]]&lt;br /&gt;
&lt;br /&gt;
# Go to your Miro board and click the export icon in the top left. &lt;br /&gt;
# In the menu that opens, click on &amp;quot;Embed&amp;quot;.&lt;br /&gt;
# Copy the link from the &amp;quot;src&amp;quot; section of the iframe html tag at the bottom of the page. [[File:MiroLink.png|thumb|The export link for Miro, circled in red.]]&lt;br /&gt;
# In the top right of your Miro board click the &amp;quot;Share&amp;quot; button, and edit the settings as required.&lt;br /&gt;
&lt;br /&gt;
[[Category:iExplore Module]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Embedding_Miro_Boards&amp;diff=566</id>
		<title>Embedding Miro Boards</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Embedding_Miro_Boards&amp;diff=566"/>
		<updated>2021-09-16T10:39:45Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;This page explains how to embed a Miro board in Gather Town. Export icon on Miro.  # Go to your Miro board and click the export icon in the top...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page explains how to embed a Miro board in Gather Town.&lt;br /&gt;
[[File:Export Icon.png|thumb|Export icon on Miro.]]&lt;br /&gt;
&lt;br /&gt;
# Go to your Miro board and click the export icon in the top left. &lt;br /&gt;
# In the menu that opens, click on &amp;quot;Embed&amp;quot;.&lt;br /&gt;
# Copy the link from the &amp;quot;src&amp;quot; section of the iframe html tag at the bottom of the page. [[File:MiroLink.png|thumb|The export link for Miro, circled in red.]]&lt;br /&gt;
# In the top right of your Miro board click the &amp;quot;Share&amp;quot; button, and edit the settings as required.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:MiroLink.png&amp;diff=563</id>
		<title>File:MiroLink.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:MiroLink.png&amp;diff=563"/>
		<updated>2021-09-16T10:36:39Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The export link for Miro, circled in red.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:Export_Icon.png&amp;diff=561</id>
		<title>File:Export Icon.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:Export_Icon.png&amp;diff=561"/>
		<updated>2021-09-16T10:33:25Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Export icon on Miro.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Module_Timetable&amp;diff=560</id>
		<title>Module Timetable</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Module_Timetable&amp;diff=560"/>
		<updated>2021-09-16T10:24:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This rough timetable is intended as a guide only to help you understand the structure of the course and the progress you should be making by different points. You should additionally be updating your personal portfolio throughout the project. The times indicated are just a rough guide and tasks may take longer. &lt;br /&gt;
&lt;br /&gt;
== Week 1: Introduction to Course ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute introduction lecture&lt;br /&gt;
* 15 minute intro to ImpVis lecture&lt;br /&gt;
* 15 minute into to using Gather Town and Miro boards&lt;br /&gt;
* 30 minute ice breaker activity&lt;br /&gt;
* 15 minute creating assessment criteria on menti&lt;br /&gt;
* Homework: Fill out short form to help assign you to groups.&lt;br /&gt;
&lt;br /&gt;
== Week 2: Project Introduction ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by Freddie with Q/A on design principles and Freddie's experience designing MOOC visualisations.&lt;br /&gt;
* 10 minute lecture explaining group project work and how groups have been decided&lt;br /&gt;
* 10 minute introduction with other team members on Gather Town&lt;br /&gt;
* 20 minute topic discussion with group (Discuss when you can all meet and how you want to work together.)&lt;br /&gt;
*20 minute lecture introducing you to the portfolio and self reflection you should do each week.&lt;br /&gt;
*Homework: Research your topic to explain to your group next week.&lt;br /&gt;
*Homework: Miro brainstorm in groups ideas for educational design.&lt;br /&gt;
&lt;br /&gt;
== Week 3: Educational Design ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by subject expert + Q/A&lt;br /&gt;
* 30 minute group activity where each team member tries to explain their topic to each other&lt;br /&gt;
* 30 minute group discussion of the application of educational design ideas to their project&lt;br /&gt;
* 15 minute creation of assessment criteria and tasks tree (or skills matrix)&lt;br /&gt;
* Homework: Miro brainstorm ideas for graphical design in groups&lt;br /&gt;
&lt;br /&gt;
== Week 4: Graphical Design ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by subject expert + Q/A&lt;br /&gt;
* 30 minute group discussion of application of graphical design ideas to their project and what elements they will need&lt;br /&gt;
* 10 minute updating the skills matrix/task tree and assessment criteria&lt;br /&gt;
* Homework: Miro brainstorm ideas for interaction design in groups&lt;br /&gt;
&lt;br /&gt;
== Week 5: Interaction Design ==&lt;br /&gt;
[[File:VisCritique.png|thumb|An example of how students should critique their chosen visualisation.]]&lt;br /&gt;
* 30 minute lecture by subject expert + Q/A&lt;br /&gt;
* 30 minute hands on test of different visualisations and how they deal with interaction&lt;br /&gt;
* 30 minute group discussion of the application of interaction design ideas to their project&lt;br /&gt;
* 10 minute update of assessment criteria and skills matrix/task tree&lt;br /&gt;
* Homework: Annotate your favourite visualisation with what you do and don't like. &lt;br /&gt;
&lt;br /&gt;
== Week 6: Project work ==&lt;br /&gt;
&lt;br /&gt;
* 60 minute workshop session&lt;br /&gt;
* 10 minute talk on project timeline&lt;br /&gt;
* 20 minute discussion of skills matrix/task tree&lt;br /&gt;
* 20 minute discussion of important aspects of design related to each strand (education, graphical, interaction)&lt;br /&gt;
* 10 minute update of assessment criteria and task tree/skills matrix&lt;br /&gt;
* Homework: Group work&lt;br /&gt;
&lt;br /&gt;
== Week 7: Project work ==&lt;br /&gt;
&lt;br /&gt;
* 60 minute workshop session &lt;br /&gt;
* 20 minute lecture on how to give good feedback&lt;br /&gt;
* 30 minute rapid feedback session&lt;br /&gt;
* 10 minute update of assessment criteria and task tree/skills matrix&lt;br /&gt;
* Homework: Group work&lt;br /&gt;
&lt;br /&gt;
== Week 8: Project work ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute rapid feedback session&lt;br /&gt;
* 60-90 minute group discussion of project design&lt;br /&gt;
* Homework: Group work&lt;br /&gt;
&lt;br /&gt;
== Week 9: Project work ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute rapid feedback session&lt;br /&gt;
* 30 minute lecture introducing the self assessment&lt;br /&gt;
* Homework: Create a poster and upload miroboard link to GatherTown&lt;br /&gt;
* Homework: Critique your own visualisation design based on the 3 design strands (same format as week 5)&lt;br /&gt;
&lt;br /&gt;
== Week 10: Review ==&lt;br /&gt;
&lt;br /&gt;
* 60 minute GatherTown poster presentation (feel free to leave comments on other team's posters as feedback)&lt;br /&gt;
* 30 minute final wrap up lecture reflecting on what has been done, and explain impvis wiki. Introduce students to Code &amp;amp; Crisps and give them the option to implement their designs.&lt;br /&gt;
* Homework: Complete self assessment and reflection&lt;br /&gt;
&lt;br /&gt;
[[Category:iExplore Module]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Module_Timetable&amp;diff=558</id>
		<title>Module Timetable</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Module_Timetable&amp;diff=558"/>
		<updated>2021-09-15T10:21:14Z</updated>

		<summary type="html">&lt;p&gt;Admin: Removed protection from &amp;quot;Module Timetable&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This rough timetable is intended as a guide only to help you understand the structure of the course and the progress you should be making by different points. You should additionally be updating your personal portfolio throughout the project.&lt;br /&gt;
&lt;br /&gt;
== Week 1: Introduction to Course ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute introduction lecture&lt;br /&gt;
* 15 minute intro to ImpVis lecture&lt;br /&gt;
* 15 minute into to using Gather Town and Miro boards&lt;br /&gt;
* 30 minute ice breaker activity&lt;br /&gt;
* 15 minute creating assessment criteria on menti&lt;br /&gt;
* Homework: Fill out short form to help assign you to groups.&lt;br /&gt;
&lt;br /&gt;
== Week 2: Project Introduction ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by Freddie with Q/A on design principles and Freddie's experience designing MOOC visualisations.&lt;br /&gt;
* 10 minute lecture explaining group project work and how groups have been decided&lt;br /&gt;
* 10 minute introduction with other team members on Gather Town&lt;br /&gt;
* 20 minute topic discussion with group (Discuss when you can all meet and how you want to work together.)&lt;br /&gt;
*20 minute lecture introducing you to the portfolio and self reflection you should do each week.&lt;br /&gt;
*Homework: Research your topic to explain to your group next week.&lt;br /&gt;
*Homework: Miro brainstorm in groups ideas for educational design.&lt;br /&gt;
&lt;br /&gt;
== Week 3: Educational Design ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by subject expert + Q/A&lt;br /&gt;
* 30 minute group activity where each team member tries to explain their topic to each other&lt;br /&gt;
* 30 minute group discussion of the application of educational design ideas to their project&lt;br /&gt;
* 15 minute creation of assessment criteria and tasks tree (or skills matrix)&lt;br /&gt;
* Homework: Miro brainstorm ideas for graphical design in groups&lt;br /&gt;
&lt;br /&gt;
== Week 4: Graphical Design ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by subject expert + Q/A&lt;br /&gt;
* 30 minute group discussion of application of graphical design ideas to their project and what elements they will need&lt;br /&gt;
* 10 minute updating the skills matrix/task tree and assessment criteria&lt;br /&gt;
* Homework: Miro brainstorm ideas for interaction design in groups&lt;br /&gt;
&lt;br /&gt;
== Week 5: Interaction Design ==&lt;br /&gt;
[[File:VisCriticism.png|thumb|An example of how students should criticise their chosen visualisation.]]&lt;br /&gt;
&lt;br /&gt;
* 30 minute lecture by subject expert + Q/A&lt;br /&gt;
* 30 minute hands on test of different visualisations and how they deal with interaction&lt;br /&gt;
* 30 minute group discussion of the application of interaction design ideas to their project&lt;br /&gt;
* 10 minute update of assessment criteria and skills matrix/task tree&lt;br /&gt;
* Homework: Annotate your favourite visualisation with what you do and don't like. &lt;br /&gt;
&lt;br /&gt;
== Week 6: Project work ==&lt;br /&gt;
&lt;br /&gt;
* 60 minute workshop session&lt;br /&gt;
* 10 minute talk on project timeline&lt;br /&gt;
* 20 minute discussion of skills matrix/task tree&lt;br /&gt;
* 20 minute discussion of important aspects of design related to each strand (education, graphical, interaction)&lt;br /&gt;
* 10 minute update of assessment criteria and task tree/skills matrix&lt;br /&gt;
* Homework: Group work&lt;br /&gt;
&lt;br /&gt;
== Week 7: Project work ==&lt;br /&gt;
&lt;br /&gt;
* 60 minute workshop session &lt;br /&gt;
* 20 minute lecture on how to give good feedback&lt;br /&gt;
* 30 minute rapid feedback session&lt;br /&gt;
* 10 minute update of assessment criteria and task tree/skills matrix&lt;br /&gt;
* Homework: Group work&lt;br /&gt;
&lt;br /&gt;
== Week 8: Project work ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute rapid feedback session&lt;br /&gt;
* 60-90 minute group discussion of project design&lt;br /&gt;
* Homework: Group work&lt;br /&gt;
&lt;br /&gt;
== Week 9: Project work ==&lt;br /&gt;
&lt;br /&gt;
* 30 minute rapid feedback session&lt;br /&gt;
* 30 minute lecture introducing the self assessment&lt;br /&gt;
* Homework: Create a poster and upload miroboard link to GatherTown&lt;br /&gt;
* Homework: Critique your own visualisation design based on the 3 design strands (same format as week 5)&lt;br /&gt;
&lt;br /&gt;
== Week 10: Review ==&lt;br /&gt;
&lt;br /&gt;
* 60 minute GatherTown poster presentation (feel free to leave comments on other team's posters as feedback)&lt;br /&gt;
* 30 minute final wrap up lecture reflecting on what has been done, and explain impvis wiki. Introduce students to Code &amp;amp; Crisps and give them the option to implement their designs.&lt;br /&gt;
* Homework: Complete self assessment and reflection&lt;br /&gt;
&lt;br /&gt;
[[Category:iExplore Module]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:VisCritique.png&amp;diff=557</id>
		<title>File:VisCritique.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:VisCritique.png&amp;diff=557"/>
		<updated>2021-09-15T10:18:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of how students should critique their chosen visualisation.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:VisCritique.png&amp;diff=556</id>
		<title>File:VisCritique.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:VisCritique.png&amp;diff=556"/>
		<updated>2021-09-15T10:17:41Z</updated>

		<summary type="html">&lt;p&gt;Admin: Admin moved page File:VisCriticism.png to File:VisCritique.png without leaving a redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of how students should criticise their chosen visualisation.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=554</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=554"/>
		<updated>2021-09-15T09:52:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
==== Assessment criteria ====&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
== Visualisation Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Education Strand ==&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
== Graphics Strand ==&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== Interactivity Strand ==&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=553</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=553"/>
		<updated>2021-09-15T09:52:25Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
==== Assessment criteria ====&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
== Visualisation Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.&lt;br /&gt;
&lt;br /&gt;
In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Education Strand ==&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
== Graphics Strand ==&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== Interactivity Strand ==&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=550</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=550"/>
		<updated>2021-09-15T09:48:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Visualisation Designs]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
==== Assessment criteria ====&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
== Visualisation Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.&lt;br /&gt;
&lt;br /&gt;
In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Education Strand ==&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
== Graphics Strand ==&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== Interactivity Strand ==&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=549</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=549"/>
		<updated>2021-09-15T09:47:50Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:iExplore Module]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
==== Assessment criteria ====&lt;br /&gt;
i) Explain the key concepts of the problem through clear and engaging visualisations designed with a target audience in mind, using analogies where appropriate&lt;br /&gt;
&lt;br /&gt;
ii) Create a simple and intuitive design with clear consideration of accessibility issues&lt;br /&gt;
&lt;br /&gt;
iii) Clear design progression with justifications for choices&lt;br /&gt;
&lt;br /&gt;
== Visualisation Overview ==&lt;br /&gt;
[[File:Solid Angles Page 1.png|thumb|The first page of the solid angles visualisation design.]]&lt;br /&gt;
The first page has a circle showing the definition of an angle, which the students should be very familiar with. On the right hand side, is the three dimensional analogue with solid angles instead of a normal angle. The plot is 3D and made with plotly.js, users are able to pan, rotate and zoom to get a clear idea of what the picture is showing. The green lines in both plots represent the radii of the circle and sphere. As the arc length or area sliders are changed the plots will update to extend the arc length or shaded area in the respective plots. When the radii sliders are updated the radii of the sphere or circle will update in the plot above the slider only. The numbers in the equations will update as the sliders are changed.&lt;br /&gt;
&lt;br /&gt;
In the second page there are two plots which are intended to show the same scenario from different perspectives, as a result, adjusting any sliders will change both plots simultaneously. The plot on the left hand side is two dimensional and shows the view from the observer. The plot on the right hand side shows the three dimensional scenario, where the user can pan, resize and zoom to look around and get a full picture of what is going on. The position of the observer is shown as a person in the right hand side plot, along with their field of view which is shown as a semi-transparent cone. &lt;br /&gt;
&lt;br /&gt;
The third page shows static images to help improve understanding of how to apply the theory to questions. There is one more key equation to learn however no interactive diagrams are provided as they would not provide any benefit. Instead, the page has a toggle which would switch to display some example questions, along with buttons to show the solution. &lt;br /&gt;
[[File:Solid Angles Page 3b.png|thumb|An example question on the third page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 2.png|left|thumb|The second page of the solid angles visualisation design.]]&lt;br /&gt;
[[File:Solid Angles Page 3a.png|center|thumb|The third page of the solid angles visualisation design.]]&lt;br /&gt;
&lt;br /&gt;
== Education Strand ==&lt;br /&gt;
The 2D/3D comparison in the first page allows users to see that solid angles are just an extension of something they already know and boosts their confidence in their understanding. This use of analogy satisfies assessment criteria i). The equations for solid angle and angle are displayed and the values in these equations update dynamically with the plots, as the sliders are adjusted; this gives the students another perspective and helps clarify how solid angles work, addressing assessment criteria i).&lt;br /&gt;
&lt;br /&gt;
In the second page, the student’s intuition about solid angles is improved by showing how solid angles are related to the familiar concept of field of view. This again satisfies assessment criteria i) with the analogy to a familiar concept. Allowing the user to move the object in 3D space and see how the solid angle changes introduces the fact that solid angles are dependent on the dot product of the separation vector and the surface vector through an intuitive example, satisfying assessment criteria ii).&lt;br /&gt;
&lt;br /&gt;
Initially, we planned to add an additional section to page two where a flashlight was added and arbitrary shapes could be selected, however we decided that this would add too much complexity and potentially confuse the user so we removed this section. This progression of ideas towards a simplified design satisfies assessment criteria ii) and iii). We also moved from explicitly mentioning that 3D objects have a solid angle to simply using a 3D object in the visualisation and letting the students figure this out by playing around with it themselves since this will give them a more intuitive understanding; this satisfies assessment criteria ii) and iii). We decided to add a static diagram to page 2 which shows clearly how it is the projection of the object which gives the solid angle, as we thought that this effect may be too subtle to notice on the visualisation without prompting. This change towards a design with greater clarity satisfies assessment criteria i) and iii). &lt;br /&gt;
&lt;br /&gt;
The third page shows students how solid angles are relevant to integration and Gauss’s law should motivate how important solid angles are. The integration example also shows how solid angles can be reached using simple trigonometry which the students should be familiar with; this gives an introduction to solid angles from a different perspective, helping the students get a more well rounded understanding. This satisfies assessment criteria i). &lt;br /&gt;
&lt;br /&gt;
== Graphics Strand ==&lt;br /&gt;
The design has used the Imperial Visualisation template due to its effective use of space along with appropriate positioning elements for the application. All of the interactive visualisations could be centred on the page as the main focus, with a clear information panel on the left to guide the user through the visualisation. This follows the Home Office Design recommendations for users with dyslexia, which could form a significant part of the target audience. Whilst there exist many other groups of users with various handicaps, catering to all of them would not be possible therefore efforts were focused on dyslexic users.&lt;br /&gt;
&lt;br /&gt;
For all diagrams where comparison was a key part in understanding, the graphics were displayed side by side horizontally. Whilst this limited the maximum size of the graphics, it allowed the user to more easily recognise similarities and differences; use of a toggle to switch between the images would potentially cause frustration when having to repeatedly change diagrams. The result was a more intuitive design in accordance with criteria ii).&lt;br /&gt;
&lt;br /&gt;
Colour coding the diagrams and sliders used would help to improve the user’s understanding, by improving comparison ability and highlighting key points of the images. On page one, the radius on both diagrams would have the same colour, whilst the arc length and surface area would also have their own colour. This highlights the similarity between the two concepts and aids the user in making this link. Similarly, the sliders corresponding to these variables also have the same respective colour; any use of the variable itself or its numerical value would also follow the same colour scheme as they are the key factors in the equation. &lt;br /&gt;
&lt;br /&gt;
Positioning of the elements on the main area of the visualisation required consideration of the intuitiveness of the design. The diagrams are placed in the most central position as they are the key focus, with their titles just above. The sliders and equation could have been placed in a toggled hotspot however as the focus of the page is to understand the key factors of solid angles, they are positioned directly below the diagrams. Equations relating the variables are situated below the sliders to simulate the natural flow of thought for the user, from the variables and their values to the equation and the result.&lt;br /&gt;
&lt;br /&gt;
Feedback noted the potential to improve the design by considering colourblind users when determining the colour scheme. [do research] Extensions for browsers exist which would automatically convert colours on a page to remove this issue. (&amp;lt;nowiki&amp;gt;https://addons.mozilla.org/en-GB/firefox/addon/axe-devtools/&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== Interactivity Strand ==&lt;br /&gt;
Use of Sliders to adjust the parameters of the 2D and 3D figures [2D - arc length, radius; 3D - area, radius]. In page one the motivation behind using sliders apart from the ease of use was that it was best suited to assist the student to move on to the 3d figure once their intuition about the 2d structure was built (Familiarity would make the transition for the student simpler). In page 2, to adjust the x and z position in 2d and the object size in the 3d figure, sliders were implemented in the design keeping the user’s convenience the first priority.&lt;br /&gt;
&lt;br /&gt;
The camera angles on the 3d figures on page 1 and 2 can be adjusted using a trackpad or mouse which would help the student get a better understanding of solid angles after using the visualisation by aiding the development of intuition regarding the topic.&lt;br /&gt;
&lt;br /&gt;
Accessibility - The use of low contrast coloured sliders in a simple layout makes the visualisation accessible to a large audience. The parameters of the 2d and 3d figures can be adjusted using sliders that can be controlled via touch, mouse, trackpad as well as a keyboard which is another reason behind using sliders.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:Solid_Angles_Page_3b.png&amp;diff=548</id>
		<title>File:Solid Angles Page 3b.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:Solid_Angles_Page_3b.png&amp;diff=548"/>
		<updated>2021-09-15T09:44:06Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example question on the third page of the solid angles visualisation design.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:Solid_Angles_Page_3a.png&amp;diff=547</id>
		<title>File:Solid Angles Page 3a.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:Solid_Angles_Page_3a.png&amp;diff=547"/>
		<updated>2021-09-15T09:42:54Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The third page of the solid angles visualisation design.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:Solid_Angles_Page_2.png&amp;diff=546</id>
		<title>File:Solid Angles Page 2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:Solid_Angles_Page_2.png&amp;diff=546"/>
		<updated>2021-09-15T09:41:09Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The second page of the solid angles visualisation design.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=File:Solid_Angles_Page_1.png&amp;diff=545</id>
		<title>File:Solid Angles Page 1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=File:Solid_Angles_Page_1.png&amp;diff=545"/>
		<updated>2021-09-15T09:39:25Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The first page of the solid angles visualisation design.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=544</id>
		<title>Solid Angles Design</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Solid_Angles_Design&amp;diff=544"/>
		<updated>2021-09-15T09:37:23Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Category:iExplore Module This is a template which you can use to help get you started on the wiki submission. It is just intended as a guide and you may modify the structu...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:iExplore Module]]&lt;br /&gt;
This is a template which you can use to help get you started on the wiki submission. It is just intended as a guide and you may modify the structure to suit your project.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Solid angles are the 3D variant of a normal angle, commonly associated with the field of view of an observer. In physics, this topic is typically taught with a focus on its uses in Gauss’ law. Whilst the actual concept is not complex, the topic is not covered in as much detail as other areas, due to a lack of time and resources. Whilst resources exist online to improve their understanding, the time required to research and find suitable sources would be better spent on more difficult and vital concepts. For this reason, a visualisation has been designed to improve the conceptual understanding of solid angles along with its applications.&lt;br /&gt;
&lt;br /&gt;
== Visualisation Overview ==&lt;br /&gt;
&lt;br /&gt;
* What the final outcome was, how it looks, how it functions etc.&lt;br /&gt;
* Include graphics.&lt;br /&gt;
* Do not include justification or design progression, leave this for later sections.&lt;br /&gt;
&lt;br /&gt;
== Education Strand ==&lt;br /&gt;
&lt;br /&gt;
* What Methods were considered to convey concepts?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Graphics Strand ==&lt;br /&gt;
&lt;br /&gt;
* How were accessibility issues considered?&lt;br /&gt;
* How was space used effectively?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Interactivity Strand ==&lt;br /&gt;
&lt;br /&gt;
* How is the design intuitive?&lt;br /&gt;
*Choice of interactive element(s) that fit in organically with the visualisation [inspiration of choice might be from lecture/in-class activity or other sources] - Sliders/Buttons/Cursor (hover/click).&lt;br /&gt;
*Keeping accessibility of interactive elements in mind during design phase.&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Category:Maintaining_ImpVis&amp;diff=540</id>
		<title>Category:Maintaining ImpVis</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Category:Maintaining_ImpVis&amp;diff=540"/>
		<updated>2021-09-10T16:26:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pages here cover tasks required to keep ImpVis functioning and up to date.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development Process]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Category:ImpVis_Components&amp;diff=538</id>
		<title>Category:ImpVis Components</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Category:ImpVis_Components&amp;diff=538"/>
		<updated>2021-09-10T16:25:15Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Documentation for all of the ImpVis Vue.js components. &lt;br /&gt;
&lt;br /&gt;
ImpVis has its own front-end library, which can be found on the [https://github.com/Imperial-visualizations/Vue-Components Imperial Visualisations Github]. It provides a standardised set of components for educators &amp;amp; students to create powerful interactive educational visualisations. This page serves as the main page to navigate to the documentation of the components, which are categorised into the broader themes:&lt;br /&gt;
&lt;br /&gt;
* [[Dropdowns]]&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Buttons|Buttons]]&lt;br /&gt;
&lt;br /&gt;
*[[Loading tools]]&lt;br /&gt;
&lt;br /&gt;
*[[Navigation]]&lt;br /&gt;
&lt;br /&gt;
*[[Sliders]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Toggles|Toggles]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Layouts|Layouts]]&lt;br /&gt;
&lt;br /&gt;
*[[Hover Text]] &lt;br /&gt;
&lt;br /&gt;
*[[Tickbox]]&lt;br /&gt;
&lt;br /&gt;
[https://wiki.impvis.co.uk/index.php?title=Editing_ImpVis_Components How to edit the ImpVis components] &lt;br /&gt;
&lt;br /&gt;
[[Category:Development Process]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=537</id>
		<title>Wiki Submission Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=537"/>
		<updated>2021-09-10T12:26:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:iExplore Module]]&lt;br /&gt;
This is a template which you can use to help get you started on the wiki submission. It is just intended as a guide and you may modify the structure to suit your project.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
* Explain the motivation for your visualisation.&lt;br /&gt;
* Introduce the subject of your visualisation.&lt;br /&gt;
* List and explain your assessment criteria. You may want to number the assessment criteria so you can refer to them easily later.&lt;br /&gt;
&lt;br /&gt;
== Visualisation Overview ==&lt;br /&gt;
&lt;br /&gt;
* What the final outcome was, how it looks, how it functions etc.&lt;br /&gt;
* Include graphics.&lt;br /&gt;
* Do not include justification or design progression, leave this for later sections.&lt;br /&gt;
&lt;br /&gt;
== Education Strand ==&lt;br /&gt;
&lt;br /&gt;
* What Methods were considered to convey concepts?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Graphics Strand ==&lt;br /&gt;
&lt;br /&gt;
* How were accessibility issues considered?&lt;br /&gt;
* How was space used effectively?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Interactivity Strand ==&lt;br /&gt;
&lt;br /&gt;
* How is the design intuitive?&lt;br /&gt;
*Choice of interactive element(s) that fit in organically with the visualisation [inspiration of choice might be from lecture/in-class activity or other sources] - Sliders/Buttons/Cursor (hover/click).&lt;br /&gt;
*Keeping accessibility of interactive elements in mind during design phase.&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=536</id>
		<title>Wiki Submission Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=536"/>
		<updated>2021-09-10T10:21:18Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:iExplore Module]]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
* Explain the motivation for your visualisation.&lt;br /&gt;
* Introduce the subject of your visualisation.&lt;br /&gt;
* List and explain your assessment criteria. You may want to number the assessment criteria so you can refer to them easily later.&lt;br /&gt;
&lt;br /&gt;
== Visualisation Overview ==&lt;br /&gt;
&lt;br /&gt;
* What the final outcome was, how it looks, how it functions etc.&lt;br /&gt;
* Include graphics.&lt;br /&gt;
* Do not include justification or design progression, leave this for later sections.&lt;br /&gt;
&lt;br /&gt;
== Education Strand ==&lt;br /&gt;
&lt;br /&gt;
* What Methods were considered to convey concepts?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Graphics Strand ==&lt;br /&gt;
&lt;br /&gt;
* How were accessibility issues considered?&lt;br /&gt;
* How was space used effectively?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Interactivity Strand ==&lt;br /&gt;
&lt;br /&gt;
* How is the design intuitive?&lt;br /&gt;
*Choice of interactive element(s) that fit in organically with the visualisation [inspiration of choice might be from lecture/in-class activity or other sources] - Sliders/Buttons/Cursor (hover/click).&lt;br /&gt;
*Keeping accessibility of interactive elements in mind during design phase.&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=535</id>
		<title>Wiki Submission Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=535"/>
		<updated>2021-09-10T10:02:41Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:iExplore Module]]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
* Explain the motivation for your visualisation.&lt;br /&gt;
* Introduce the subject of your visualisation.&lt;br /&gt;
* List and explain your assessment criteria.&lt;br /&gt;
&lt;br /&gt;
== Visualisation Overview ==&lt;br /&gt;
&lt;br /&gt;
* What the final outcome was, how it looks, how it functions etc.&lt;br /&gt;
* Include graphics.&lt;br /&gt;
* Do not include justification or design progression, leave this for later sections.&lt;br /&gt;
&lt;br /&gt;
== Education Strand ==&lt;br /&gt;
&lt;br /&gt;
* What Methods were considered to convey concepts?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Graphics Strand ==&lt;br /&gt;
&lt;br /&gt;
* How were accessibility issues considered?&lt;br /&gt;
* How was space used effectively?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;br /&gt;
&lt;br /&gt;
== Interactivity Strand ==&lt;br /&gt;
&lt;br /&gt;
* How is the design intuitive?&lt;br /&gt;
* Design progression, key choices with justifications.&lt;br /&gt;
* How has feedback been incorporated.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=534</id>
		<title>Wiki Submission Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Wiki_Submission_Template&amp;diff=534"/>
		<updated>2021-09-10T09:46:48Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Category:iExplore Module&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:iExplore Module]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Main_Page&amp;diff=533</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Main_Page&amp;diff=533"/>
		<updated>2021-09-10T09:46:27Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Navigate Categories ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Everything&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== iExplore Module ==&lt;br /&gt;
&lt;br /&gt;
* [[Module Timetable]]&lt;br /&gt;
*[[Example Design Project]]&lt;br /&gt;
*[[Example Self Assessment]]&lt;br /&gt;
*[[Example Portfolio]]&lt;br /&gt;
*[[Wiki Submission Template]]&lt;br /&gt;
*[[Tasks Tree]]&lt;br /&gt;
*[[Assessment Criteria]]&lt;br /&gt;
&lt;br /&gt;
== Wiki Divisions ==&lt;br /&gt;
&lt;br /&gt;
* [[Blackboard]]&lt;br /&gt;
* [[Visualisations]]&lt;br /&gt;
* [[Knowledge]]&lt;br /&gt;
&lt;br /&gt;
== Summer 2021==&lt;br /&gt;
*[[Tech Team Final Documentation]]&lt;br /&gt;
*[[Module Team Design Sprint]]&lt;br /&gt;
*[[ImpVis wiki status quo summer 2021]]&lt;br /&gt;
*[[ImpVis Website]]&lt;br /&gt;
*[[Module status quo July 2021]]&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
Consult the [[mediawikiwiki:Special:MyLanguage/Help:Contents|User's Guide]] for information on using the wiki software.&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:Configuration_settings|Configuration settings list]]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:FAQ|MediaWiki FAQ]]&lt;br /&gt;
*[https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Localisation#Translation_resources|Localise MediaWiki for your language]]&lt;br /&gt;
*[[mediawikiwiki:Special:MyLanguage/Manual:Combating_spam|Learn how to combat spam on your wiki]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=Module_status_quo_July_2021&amp;diff=532</id>
		<title>Module status quo July 2021</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=Module_status_quo_July_2021&amp;diff=532"/>
		<updated>2021-09-09T10:54:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Status Quo Document, July 2021 &lt;br /&gt;
&lt;br /&gt;
In this document, we survey the current state of the module design project and identify key areas that still need to be worked on. This document is split up into three themes: general, activities, and assessments.  &lt;br /&gt;
&lt;br /&gt;
Each section starts with an overview table listing the sub-tasks (essentially open questions), status (either not started, in progress, or done), and comments (explaining what actions have been or need to be taken). The summary then gives a bird eye view of the section.  &lt;br /&gt;
&lt;br /&gt;
Each section ends with detailed discussions on each of the sub-tasks (detailed discussion should include links to current work on the sub-task, an explanation of those links, and list of todo that need to be done). The sections should be written with sufficient detail such that any person can use this document to pick up the project.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Table of contents:&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;categorytree mode=&amp;quot;pages&amp;quot;&amp;gt;Everything&amp;lt;/categorytree&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General  ==&lt;br /&gt;
This section includes discussion on the module specification, guest lecturers, and technology.  &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Sub-task &lt;br /&gt;
|Status &lt;br /&gt;
|Comments &lt;br /&gt;
|-&lt;br /&gt;
|Module specification &lt;br /&gt;
|Done &lt;br /&gt;
|&lt;br /&gt;
* Submitted for review by Caroline &lt;br /&gt;
|-&lt;br /&gt;
|Guest lecturers &lt;br /&gt;
|In progress &lt;br /&gt;
|&lt;br /&gt;
* Main lecturers invited, response from 2  &lt;br /&gt;
* Yet to invite specialism workshop lecturers  &lt;br /&gt;
|-&lt;br /&gt;
|Staff-partners &lt;br /&gt;
|In progress &lt;br /&gt;
|&lt;br /&gt;
* Some contacted, most yet to be decided  &lt;br /&gt;
|-&lt;br /&gt;
|Teaching platform &lt;br /&gt;
|In progress &lt;br /&gt;
|&lt;br /&gt;
* Have thought about gather.town space requirements &lt;br /&gt;
* Initial draft space made and tested with different features &lt;br /&gt;
|-&lt;br /&gt;
|Submission platform &lt;br /&gt;
|In progress &lt;br /&gt;
|&lt;br /&gt;
* Decided to use wiki + Miro  &lt;br /&gt;
* Yet to try sharepoint as assignment submission platform  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Summary'''  &lt;br /&gt;
&lt;br /&gt;
Overall, all tasks in this category are in progress. The module specification is done and should be approved soon. We have sent out invites for guest lecturers, however the ones for the specialism workshops have not been sent. We have a few candidates for staff-partners but have not formally confirmed any. Finally, the technology platforms are basically decided (and if they are not, it is not super important, e.g. where module materials are going to be hosted).  &lt;br /&gt;
&lt;br /&gt;
Moving forward, we need to finalize the list of guest lecturers and find a list of 5-6 staff-partners who have a project and are willing to mentor students. The gather.town space also needs to be designed such that it facilitates the activities we have planned.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Details&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Module Specification &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Final module spec location: &amp;lt;nowiki&amp;gt;https://imperiallondon.sharepoint.com/:w:/r/sites/ImpVis2020-EQ/Shared%20Documents/Summer%20project%2021%20-%20STEMM%20module%20team/Module%20Specification%20Revised.docx?d=wd43b4dd4fa8645e794e039d2bd93f1d9&amp;amp;csf=1&amp;amp;web=1&amp;amp;e=06VuHk&amp;lt;/nowiki&amp;gt;  &lt;br /&gt;
* Submitted for review, awaiting final approval &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Guest Lecturers&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Main lecturers: invited &lt;br /&gt;
&lt;br /&gt;
* Education: Juan ~ &lt;br /&gt;
* Graphical: Tracey ~ &lt;br /&gt;
* Interactive: Bob √ &lt;br /&gt;
* General: Freddie √ &lt;br /&gt;
&lt;br /&gt;
* Specialism workshops: not yet invited  &lt;br /&gt;
&lt;br /&gt;
* See miro board for status: &amp;lt;nowiki&amp;gt;https://miro.com/app/board/o9J_l6ZdCjY=/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Todo&amp;lt;/span&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
* Decide on who to invite for specialism workshops  &lt;br /&gt;
* Communicate on topic of lectures to design activities for that day  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Staff-partners&amp;lt;/span&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
* Caroline invited people in MBBS  &lt;br /&gt;
* Rest not yet invited or decided  &lt;br /&gt;
* See miro board for potential invites: &amp;lt;nowiki&amp;gt;https://miro.com/app/board/o9J_l6ZdCjY=/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Todo&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* Create table to track progress of invites  &lt;br /&gt;
&lt;br /&gt;
* Find 5-6 staff-partners  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Teaching Platform&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Draft space (on a free plan): &amp;lt;nowiki&amp;gt;https://gather.town/app/yctcFVqJTSDJ7jMU/Design%20Sprint&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
* Miro board for planning: &amp;lt;nowiki&amp;gt;https://miro.com/app/board/o9J_l6Cy4vM=/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
* Teams will be used for main information as will automatically have all students &lt;br /&gt;
&lt;br /&gt;
* Will have a main room for initial teaching, although this may take place on teams, to be decided fully &lt;br /&gt;
* We want round tables if possible, but might need square to fit correct numbers &lt;br /&gt;
* Want individual group rooms for each team which will depend on the number of students/number of groups we have, each as a private space &lt;br /&gt;
* Colour coded rooms to make it easy to direct people &lt;br /&gt;
* Can use spotlight square/mode to e.g. call back groups to main room &lt;br /&gt;
&lt;br /&gt;
* Can show a video to a group in a synchronous way with a start time if a guest lecturer were to record a video &lt;br /&gt;
* Can have 1:1 private spaces for rapid feedback sessions &lt;br /&gt;
* Will have a conference-style poster space with final designs embedded in poster boards, will need to colour code these posters in the same way as the group rooms for consistency and create a private space around each with enough room for a few people at a time &lt;br /&gt;
* Final account (with paid plan if needed) to be made and then final space constructed in this &lt;br /&gt;
* On a paid plan, can have iCal integration for sessions if wanted &lt;br /&gt;
&lt;br /&gt;
* Need to remember to add in the impassable squares so that people can’t just walk around anywhere as walls don’t initially do this, as well as the private spaces &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;To-do:&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* Create gather.town space with features detailed above &lt;br /&gt;
* Decide on integration/use alongside Teams &lt;br /&gt;
* Get the correct paid plan for use and number of students &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Submission platform &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Options for submission platform: sharepoint, blackboard, wiki…  &lt;br /&gt;
&lt;br /&gt;
* Most likely will use Sharepoint within teams  &lt;br /&gt;
* Flexible, as students will work in wiki + Miro + pdf  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Todo  &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Try out Sharepoint assignment submission  &lt;br /&gt;
* Try out creating page in wiki  &lt;br /&gt;
* Page Break &lt;br /&gt;
&lt;br /&gt;
== Activities ==&lt;br /&gt;
This section includes discussion on the planning for the activities for each week with emphasis on the time distribution for the activities and how complete the activity materials are.  &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Sub-task &lt;br /&gt;
|Status &lt;br /&gt;
|Comments &lt;br /&gt;
|-&lt;br /&gt;
|Macro-design &lt;br /&gt;
|Done &lt;br /&gt;
|&lt;br /&gt;
* General topic for each week decided  &lt;br /&gt;
* Decided to move project introduction to W2 of module  &lt;br /&gt;
|-&lt;br /&gt;
|Module Introduction [W1] &lt;br /&gt;
|In-progress &lt;br /&gt;
|&lt;br /&gt;
* Decided on icebreaker - List of random question and each person answers one or introduces themselves &lt;br /&gt;
|-&lt;br /&gt;
|Introduction to Groups and Projects [W2] &lt;br /&gt;
|In-progress &lt;br /&gt;
|&lt;br /&gt;
* Students introduce themselves after they are assigned project groups and a staff partner &lt;br /&gt;
* Preliminary discussion of the topic with staff partner &lt;br /&gt;
* Skills matrix introduction  &lt;br /&gt;
|-&lt;br /&gt;
|Individual design strand lectures [W3-W5] &lt;br /&gt;
|In-progress &lt;br /&gt;
|&lt;br /&gt;
* Q/A after 30-minute guest lecture &lt;br /&gt;
* Design strand specific group discussions for each of the 3 weeks &lt;br /&gt;
* Exchange of ideas within group on the general term &lt;br /&gt;
* Updating Skills Matrix &lt;br /&gt;
* Asynchronous Activity [W5] - Critique visualisation of choice based on the three strands of design &lt;br /&gt;
|-&lt;br /&gt;
|Specialism Workshops + Project [W6-W7] &lt;br /&gt;
|In-progress &lt;br /&gt;
|&lt;br /&gt;
* 4 specialism workshops (2 per week) [Presentation + Q/A] &lt;br /&gt;
* Discussions on project with group and staff partner &lt;br /&gt;
* Pending – Finalize activities during/post specialism workshop after discussion with lecturer conducting that specific workshop &lt;br /&gt;
|-&lt;br /&gt;
|Project Presentation + Final Review [W8-W10] &lt;br /&gt;
|In-progress &lt;br /&gt;
|&lt;br /&gt;
* Complete project design and present to panel of judges &lt;br /&gt;
* Asynchronous Activity [W10] (for Portfolio) - Students critique their own visualisations based on the three strands of design as done in W5  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Summary''' &lt;br /&gt;
&lt;br /&gt;
We have a very solid overall plan as to the topic of each week of the module. In addition, we have completed more detailed hour by hour plan for each week. Furthermore, we have multiple guest lecturers who we have invited and are waiting for a reply on. &lt;br /&gt;
&lt;br /&gt;
However, the activities board is not finalised and there are multiple ideas for the activities to do on each day. To move forward, we need to do a week-by-week discussion on which activities are necessary to do in-class, which activities specifically target the ILOs, and how long the activities will actually take. Furthermore, the activities for now are general pointers and ideas, not yet written up as a document that can be given to a TA or instructor. Finally, a lot more work needs to be done to consider how to scaffold the project design process. Or if it isn’t going to be scaffolded, guidance needs to be written up for the instructor/TA for how to guide the project creation within the groups.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Details &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Course Structure and Activities - &amp;lt;nowiki&amp;gt;https://miro.com/app/board/o9J_l8ecJCk=/&amp;lt;/nowiki&amp;gt; [Course Activities, Course Flow v5] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Macro-design &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* General topic for each week and outline of course decided   &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;To-do:&amp;lt;/span&amp;gt; Consider time constraint that might arise and star-mark activities that might need to be done Asynchronously if time runs out &lt;br /&gt;
&lt;br /&gt;
Module Introduction [W1]   &lt;br /&gt;
&lt;br /&gt;
* Introduce course  &lt;br /&gt;
* what will happen each week &lt;br /&gt;
* course aim &lt;br /&gt;
* course submission &lt;br /&gt;
* Assessment &lt;br /&gt;
* Icebreaker &lt;br /&gt;
* list of random questions, each person answers one or introduce yourself one by one &lt;br /&gt;
* Introduce related tools &lt;br /&gt;
* Introduce to ImpVis &lt;br /&gt;
* Introduce how to use Miro &lt;br /&gt;
* Introduce how to use Gather town &lt;br /&gt;
* Cianne: creating assessment criteria + Menti Exercise &lt;br /&gt;
* Asynchronous Activity  &lt;br /&gt;
* Students fill out preference forms by W2 so that they can be assigned to project groups &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Still uncertain:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Form of Icebreaker &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Introduction to Groups and Projects [W2]   &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Freddie’s lecture – Holistic overview of designing interactive visualisations, his experience with working on MOOC visualisations and his own projects &lt;br /&gt;
* Portfolio explanation &lt;br /&gt;
* Show group division and how to communicate &lt;br /&gt;
* Introduce self in group &lt;br /&gt;
* Discuss their topic &lt;br /&gt;
* asynchronous activity &lt;br /&gt;
* students research their topic to explain to the group next week &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Individual design strand lectures [W3-W5]   &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;W3 - Educational design &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Before Week 3 &lt;br /&gt;
* Miro brainstorm in groups ideas about educational design strand &lt;br /&gt;
* Expert Talk  &lt;br /&gt;
* Experts Talk (Presenter: Juan Nunez) &lt;br /&gt;
* Q/A after 30-minute guest lecture  &lt;br /&gt;
* Workshop &lt;br /&gt;
* each member of group tries to explain their topic to each other &lt;br /&gt;
* group discussion of application of educational design ideas to their project &lt;br /&gt;
* Cianne: creating assessment criteria + skills matrix skills &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;W4 - Graphical design &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Before Week 4 &lt;br /&gt;
* Miro brainstorm in groups ideas about Graphical design strand &lt;br /&gt;
* Expert Talk  &lt;br /&gt;
* Experts Talk (Presenter: XXX) &lt;br /&gt;
* Q/A after 30-minute guest lecture  &lt;br /&gt;
* Workshop &lt;br /&gt;
* group discussion of application of graphical design ideas to their project and what elements they will need &lt;br /&gt;
* Cianne: creating assessment criteria + skills matrix skills &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;W5: Interaction design &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Before Week 5 &lt;br /&gt;
* Miro brainstorm in groups ideas about Interaction design strand &lt;br /&gt;
* Expert Talk  &lt;br /&gt;
* Experts Talk (Presenter: Bob Spence) &lt;br /&gt;
* Q/A after 30-minute guest lecture  &lt;br /&gt;
* Workshop &lt;br /&gt;
* students try out different methods of interaction (through links to different visualisations) &lt;br /&gt;
* group discussion of application of interaction design ideas to their project &lt;br /&gt;
* Cianne: creating assessment criteria + skills matrix skills &lt;br /&gt;
* asynchronous activity &lt;br /&gt;
* Miro - critique your favourite vis based on the three design strands &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Still uncertain: &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* How much time we need for creating assessment criteria + skills matrix skills &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Specialism Workshops + Project [W6-W7]   &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;W6-project &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Workshop (experts give topic or lecturer set) &lt;br /&gt;
* Group Skills matrix discussion &lt;br /&gt;
* Group discussion: What are the important aspects for the design related to each strand? &lt;br /&gt;
* give students a timeline for their project &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Still uncertain: &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* When the timeline will be delivered and content &lt;br /&gt;
* Experts give topic or lecturer set &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Pending&amp;lt;/span&amp;gt; – Finalize activities during/post specialism workshop after discussion with lecturer conducting that specific workshop &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;W7-project &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Workshop (experts give topic or lecturer set) &lt;br /&gt;
&lt;br /&gt;
* Introduce how to give good feedback &lt;br /&gt;
* Rapid Feedback Sessions &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Still uncertain: &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Workshop form &lt;br /&gt;
* How to get Rapid Feedback Sessions &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Pending&amp;lt;/span&amp;gt; – Finalize activities during/post specialism workshop after discussion with lecturer conducting that specific workshop &lt;br /&gt;
&lt;br /&gt;
Project Presentation + Final Review [W8-W10]  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;W8-project &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Rapid Feedback Sessions &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Still uncertain: &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* How to get Rapid Feedback Sessions &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;W9-review &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Rapid Feedback Sessions &lt;br /&gt;
* introduction to self-assessment &lt;br /&gt;
* Asynchronous -&amp;gt; Critique your own visualisation - Three strands of design [template similar to the exercise in W5] (As part of the student’s portfolio) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;W10-final review &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Poster in public place of gather town. Teams are free to leave comments to other teams (might serve as encouragement) &lt;br /&gt;
* Final Wrap up - Reflect on what they've done for 10W + ImpVis Wiki an if students want to join code &amp;amp; crisps to implement design &lt;br /&gt;
* Asynchronous activity - fill out self-assessment/ reflection&lt;br /&gt;
&lt;br /&gt;
== Assessments   ==&lt;br /&gt;
This section includes discussion on the three assessments and related items (such as the design of the assessment criteria and skills matrix, though there is some overlap with the activities section).  &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|Sub-task &lt;br /&gt;
|Status &lt;br /&gt;
|Comments &lt;br /&gt;
|-&lt;br /&gt;
|Assessment criteria  &lt;br /&gt;
|Done &lt;br /&gt;
|&lt;br /&gt;
* Assessment criteria for design project will be completed by students in class  &lt;br /&gt;
* Timeline for producing the criteria has been created &lt;br /&gt;
* Some more specific details of how the in-class discussion will work might be needed &lt;br /&gt;
|-&lt;br /&gt;
|Design project &lt;br /&gt;
|In progress &lt;br /&gt;
|&lt;br /&gt;
* Tried design sprint &lt;br /&gt;
* Need to decide on how to scaffold design process  &lt;br /&gt;
|-&lt;br /&gt;
|Self-assessment &lt;br /&gt;
|In progress &lt;br /&gt;
|&lt;br /&gt;
* Meetings with staff in charge of the Imperial Award and Change Makers programmes have given ideas &lt;br /&gt;
* Specific template / structure needs deciding  &lt;br /&gt;
|-&lt;br /&gt;
|Portfolio &lt;br /&gt;
|In progress &lt;br /&gt;
|&lt;br /&gt;
* There are thoughts about what should be included &lt;br /&gt;
* Specific structure needs to be considered further &lt;br /&gt;
|-&lt;br /&gt;
|Feedback &lt;br /&gt;
|Done &lt;br /&gt;
|&lt;br /&gt;
* Not a direct assessment &lt;br /&gt;
* Ideas of how students can give useful feedback &lt;br /&gt;
* Will always be possible to add more examples/more detail to this if there is time, but can be used as is &lt;br /&gt;
|-&lt;br /&gt;
|Skills Matrix &lt;br /&gt;
|In progress &lt;br /&gt;
|&lt;br /&gt;
* Timeline for producing the skills matrix in class has been created and skills that should be included have been considered &lt;br /&gt;
* Decisions on template to use and skills to include need finalising &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Summary''' &lt;br /&gt;
&lt;br /&gt;
Overall, we have made great strides in improving the original three assessments. In particular, we have changed the structure to include external-, instructor-, and student-led assessment to give the student more agency. Furthermore, we switched to assessing a whole portfolio that allows the student to better show their learning versus only the final product. In the process, we have a clear idea for how to do feedback and through the design sprint have an idea for the requirements of the final design project submission. &lt;br /&gt;
&lt;br /&gt;
However, a number of key questions have yet to be answered. In particular, we have not yet tried the entire process for creating the assessment criteria. We have not done a proper run through of creating and refining the skills matrix. We have not created an exemplar design project. And we have not decided the format or content of the portfolio. These tasks are important to see how much we have to scaffold these activities and to test how the process will actually work with a group of students.  &lt;br /&gt;
&lt;br /&gt;
Moving forward, we need to find time (most likely in September) to try out each of the assessments. From there, we can decide whether to tweak timings of the sessions and what materials we still need to develop.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Details &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Assessment Criteria &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Students will co-create the assessment criteria with the module lead in class through a combination of small group discussion, in-class discussion, and Menti submissions – time has been allocated for this in weeks 1-6 - the proposed plan is on Assessment Criteria and Skills Matrix, Online Whiteboard for Visual Collaboration (miro.com) (The specific weeks listed have been adjusted due to moving the formation of project groups to week 2 instead of week 5) &lt;br /&gt;
* No specific assessment criteria have been created as this will be done in class – this will be led by Caroline  &lt;br /&gt;
* Some more thought might need to be given to how to structure the in-class discussions  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;To-do: &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Ensure assessment criteria creation has been incorporated into course structure &amp;amp; activities timeline (Course Structure and Activities, Online Whiteboard for Visual Collaboration (miro.com)) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Design Project &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Design sprint:  &lt;br /&gt;
&lt;br /&gt;
* For the design created, see &amp;lt;nowiki&amp;gt;https://miro.com/app/board/o9J_l6BMMjQ=/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
* For comments on the process, see homebase miro board, heading “Design sprint observations”  &lt;br /&gt;
&lt;br /&gt;
* Initial planning for formatting final design: &amp;lt;nowiki&amp;gt;https://miro.com/app/board/o9J_l5-ymT8=/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
* Interactive elements for students to test and use: &amp;lt;nowiki&amp;gt;https://impvis.co.uk/launch/impvis-layouts-v2/page1.html?collection=39&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Todo &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Decide how to scaffold the design process &lt;br /&gt;
&lt;br /&gt;
* E.g. give prompts for the students to think about or ideas for how to do effective brainstorming  &lt;br /&gt;
&lt;br /&gt;
* Finalise guidelines for the submission of the final design  &lt;br /&gt;
* Create example project of a “good” submission  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Self-assessment &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Meetings with staff involved in the Imperial Award and Change Makers programmes have given ideas about how to create a good self-assessment format – notes from these meetings are on Assessment Criteria and Skills Matrix, Online Whiteboard for Visual Collaboration (miro.com) under the ‘self-assessment brainstorm’ and ‘self-assessment comments’ sections &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;To-do: &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Compile ideas to determine final plan for how self-assessment will be structured &lt;br /&gt;
* Decide on the template, if any, that will be given to students  &lt;br /&gt;
* Decide on the time allocated, either in-class or asynchronously, for students to complete it &lt;br /&gt;
&lt;br /&gt;
* Decide on how much introduction / guidance will be given to students about how to complete a good self-assessment in class  &lt;br /&gt;
* Incorporate the self-assessment plan into the course structure &amp;amp; activities timeline (Course Structure and Activities, Online Whiteboard for Visual Collaboration (miro.com)) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Portfolio &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Will be via a Miro board for each student &lt;br /&gt;
&lt;br /&gt;
* Used for the self-assessment/reflection as well as being a record of what they did during the project and their learning journey &lt;br /&gt;
* Some example templates that could be used, but will give a lot of freedom &lt;br /&gt;
* Will need to give areas on the Miro board for each activity &lt;br /&gt;
* Would be nice to use a timeline type structure for their learning journey to help with their self-reflection at the end &lt;br /&gt;
* A to-do list created at the start of each week and then reviewed before the next week could be useful for tracking what has been done &lt;br /&gt;
&lt;br /&gt;
* Plan so far: &amp;lt;nowiki&amp;gt;https://miro.com/app/board/o9J_l6YC4ic=/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;To-do: &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Create structured Miro board for portfolio &lt;br /&gt;
* Create spaces for individual weeks/activities &lt;br /&gt;
* Create areas for linking to group project work &lt;br /&gt;
&lt;br /&gt;
* Create an area for self-reflection with some limitations/guidance so that people don’t go over the top/not give enough (e.g. specific locked frame size, text size, space to review their own design) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Feedback &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Focus on reviewing rather than feedback to fit with ImpVis procedure &lt;br /&gt;
* Using a traffic light system (RAG) for priority of points &lt;br /&gt;
* Focusing on points being Specific, Formative and Rich, which are detailed in the word doc &lt;br /&gt;
&lt;br /&gt;
* Examples of traffic light review systems have been found, but there will always be room for more, especially in biology/medicine (there are more on physics/engineering right now) &lt;br /&gt;
* Could add more detail about the ImpVis review process, maybe with screenshots if there is time, but not necessary &lt;br /&gt;
* Some templates have been created, some more creative than others, to make use of these methods and give choice to suit different kinds of learners, found on the Miro board &lt;br /&gt;
* Tested cloning Miro boards and annotating pdfs as well as access/editing permissions: &amp;lt;nowiki&amp;gt;https://miro.com/app/board/o9J_l7CTGkk=/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
* Word doc detailing good review practices and giving examples: &amp;lt;nowiki&amp;gt;https://imperiallondon.sharepoint.com/:w:/s/ImpVis2020-EQ/Ef-dKtgL9UBKh-OI5uZIqUkBXiloOJbtGp5w-G7zZ33n5g?e=YrCbIf&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
* Miro board with plan for final word doc (above) and feedback templates: &amp;lt;nowiki&amp;gt;https://miro.com/app/board/o9J_l6p-lcw=/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;To-do: &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Create Miro boards for students to review designs at time of use &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Skills Matrix &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The broad skills matrix will be filled in by students in-class, then students will add to this in their project groups to create a project-specific skills matrix  &lt;br /&gt;
&lt;br /&gt;
* Students will use the project-specific skills matrix to set personal learning goals for the project  &lt;br /&gt;
* The purpose of the skills matrix is to allow students to identify what skills their group requires, what skills each group member already has, and what skills each group member will work to develop during the project &lt;br /&gt;
* A timeline for producing the skills matrix in weeks 1-6 has been created on Assessment Criteria and Skills Matrix, Online Whiteboard for Visual Collaboration (miro.com) (The specific weeks listed have been adjusted due to moving the group formation from week 5 to week 2) &lt;br /&gt;
* An example skills matrix was created in the design sprint to trial the process - Solid Angles Design Sprint, Online Whiteboard for Visual Collaboration (miro.com)  &lt;br /&gt;
* Observations of the process of creating the skills matrix can be found on Homebase, Online Whiteboard for Visual Collaboration (miro.com) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;To-do: &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Decide on if there are any specific skills that need to be included, or whether this will be done completely in class &lt;br /&gt;
* Determine the final template to be used (most competency matrixes seem quite similar so lots of examples online) &lt;br /&gt;
* Some consideration might need to be given to how in-class discussions will be structured &lt;br /&gt;
* Ensure skills matrix production plan is incorporated into course structure &amp;amp; activities timeline (Course Structure and Activities, Online Whiteboard for Visual Collaboration (miro.com))&lt;br /&gt;
&lt;br /&gt;
[[Category:Summer 2021]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=ImpVis_Website&amp;diff=531</id>
		<title>ImpVis Website</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=ImpVis_Website&amp;diff=531"/>
		<updated>2021-09-09T10:54:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;step-by-step guides of:&lt;br /&gt;
&lt;br /&gt;
- How to upload. *Not written yet*&lt;br /&gt;
&lt;br /&gt;
- How to update (incl. crediting authors) *Not written yet* (perhaps [[Upgrading Visualisation's Templates]] is relevant?)&lt;br /&gt;
&lt;br /&gt;
is relevant) - How to create a collection *Not written yet*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some relevant links: &lt;br /&gt;
&lt;br /&gt;
- How to [[review]]&lt;br /&gt;
&lt;br /&gt;
- [[The ImpVis Visual Identity - Ethos]]&lt;br /&gt;
&lt;br /&gt;
- [[Tutorial for setting up the coding environment]]&lt;br /&gt;
&lt;br /&gt;
- [[The visualisation development cycle]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Explanation of:&lt;br /&gt;
&lt;br /&gt;
- Learn, teach, code environments *Not written yet*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GitHub: &lt;br /&gt;
&lt;br /&gt;
[[Getting connected on Github]] &lt;br /&gt;
&lt;br /&gt;
- ImpVis user (link to ImpVis GitHub: https://github.com/Imperial-visualizations)&lt;br /&gt;
&lt;br /&gt;
- Reflects every latest upload of vis on the website&lt;br /&gt;
&lt;br /&gt;
- When you upload a new vis, a repo is created and the dist folder is pushed, together with a zip folder of the src folder.&lt;br /&gt;
&lt;br /&gt;
- When you update a vis, any changes are pushed to the repo. So what is there is always the latest upload (not the latest approved or published version).&lt;br /&gt;
&lt;br /&gt;
- If you want to specifically download a previous version, you need to do that via the website (you will need developer or reviewer permissions to the vis). Go to versions --&amp;gt; press the download button alongside the version you are looking for.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Summer 2021]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.impvis.co.uk/index.php?title=ImpVis_wiki_status_quo_summer_2021&amp;diff=530</id>
		<title>ImpVis wiki status quo summer 2021</title>
		<link rel="alternate" type="text/html" href="https://wiki.impvis.co.uk/index.php?title=ImpVis_wiki_status_quo_summer_2021&amp;diff=530"/>
		<updated>2021-09-09T10:54:20Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On this page, everything with regards to the current (July 2021) state of the wiki will be stated; this includes things that have been accomplished, ideas that have been discussed but not yet implemented, and any other miscellaneous information regarding the wiki.&lt;br /&gt;
&lt;br /&gt;
== Implementation == &lt;br /&gt;
The ImpVis wiki is implemented through MediaWiki, which is both free and open-source. This decision was made after considering using the already existing organisation structure on the ImpVis website, as well as other free and paid Wiki services. Some of the later discussions regarding the choice of MediaWiki being made can be found at https://docs.google.com/document/d/1Ly28aOzML8BRNvKjWHGtVKnsYemzcqmx2wLbCt7bdJc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Structure == &lt;br /&gt;
&lt;br /&gt;
Currently the Wiki is divided into two main &amp;quot;departments&amp;quot; through the main page - those under &amp;quot;Wiki Divisions&amp;quot; on the main page, and those that are not. Everything on the wiki should be able to be found through following relevant links from the main page. The Wiki Divisions sub-title is the intended location for where everything will be housed within the Wiki eventually. Currently, Wiki Divisions is split into the three titles &amp;quot;Blackboard&amp;quot;, &amp;quot;Visualisations&amp;quot;, and &amp;quot;Knowledge&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The Blackboard section is intended to house all of the information that people taking the module need to see, and is intended to act as a homebase link for them to  be able to refer to whenever looking for information with regards to the course. The Visualisation section is intended to be tied to visualisations that are visible on the website (whether this means only visualisations that are complete, or both that as well as designs submitted from the module is up for decision). As of the time of writing, no visualisations have been posted or tagged to this section yet. &amp;quot;Knowledge&amp;quot; is intended to hold all knowledge that people have found useful in the creation process of a visualisation. This can be at any stage from design, right through to project completion. For example, &amp;quot;How to contact an academic professional&amp;quot;, &amp;quot;Things to consider when using discrete sliders&amp;quot;, or &amp;quot;How this awkward to use function works&amp;quot; would all be found under the knowledge division of the wiki. &lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Impvis website&amp;quot; wiki page has been linked through the Blackboard division of the wiki (links to [[ImpVis Website]]). Relevant links that exist for the page already posted on, but content not yet filled out (needs writing).&lt;br /&gt;
&lt;br /&gt;
== Tutorial ==&lt;br /&gt;
&lt;br /&gt;
The 2020 tutorial document has had all of its content worked into the wiki, with some minor modifications and additions. These pages can be found spread between the Blackboard and Knowledge divisions of the wiki. It must be noted that a lot of content has been copy and pasted in from the tutorial - a lot of improvements in writing to fit the context of being in the wiki need now to be made. In the tutorial there were some individual pages that had content missing/that needed expanding on anyway. The only page of real concern that we might not be able to write to though is the modal content written in red on this page: https://wiki.impvis.co.uk/index.php?title=Components_and_Vue_additional_comments. Outside of this, all content I've seen that's missing shouldn't require particular expertise to fill out (but they still do need filling out!). There is no &amp;quot;new&amp;quot; tutorial document as such; the pages are now just placed in the relevant places on the wiki (and shouldn't be difficult to find).&lt;br /&gt;
&lt;br /&gt;
== Permissions == &lt;br /&gt;
Robert Jones currently has the highest permission privileges out of students remaining into Autumn 2021. Cianne Park has edit permissions, as do some students who were part of the &amp;quot;tech team&amp;quot; in summer 2021. Not all of these students have admin privileges however.  &lt;br /&gt;
&lt;br /&gt;
There are 3 main user groups: &lt;br /&gt;
&lt;br /&gt;
* Autoconfirmed users &lt;br /&gt;
* Writers &lt;br /&gt;
* Administrators &lt;br /&gt;
&lt;br /&gt;
Autoconfirmed users have permissions to read all pages, but edit none. (All new users are members of this group) &lt;br /&gt;
&lt;br /&gt;
Writers have permissions to read all pages and edit all unprotected pages. (New pages are unprotected by default) &lt;br /&gt;
&lt;br /&gt;
Administrators have permissions to read and edit all pages.   &lt;br /&gt;
&lt;br /&gt;
It is advised to make structural pages protected so that writers can not edit them. &lt;br /&gt;
&lt;br /&gt;
It is expected that students on the iExplore module will be given writer permissions. &lt;br /&gt;
== Unfinished == &lt;br /&gt;
Discussions regarding setting up the permission structure (hierarchy of bureaucrats) to easily allow staff/students taking part in the module have been had, but not cleared up (no decisions were made). &lt;br /&gt;
&lt;br /&gt;
No visualisations have yet been tagged to the Visualisations division of the wiki. I suggest the first one that this could be done/trialed with would be Shahbanno's demo visualisation which shows off the components. &lt;br /&gt;
&lt;br /&gt;
Missing content: Welcome to ImpVis (in the context of the module, not the summer team or code and crisps).&lt;br /&gt;
&lt;br /&gt;
General tidyup of most wiki pages is needed at this point; &lt;br /&gt;
&lt;br /&gt;
Images on https://wiki.impvis.co.uk/index.php?title=Getting_connected_on_Github not sorted yet; need a conversation about the copyright for uploading screenshots of npm (might not be an issue at all). The images of concern are from the page https://impvis.co.uk/launch/impvis-tutorial-unpublished/page_10.html.&lt;br /&gt;
&lt;br /&gt;
Need to set up categories so that https://wiki.impvis.co.uk/index.php?title=Special%3AAllPages works properly.&lt;br /&gt;
&lt;br /&gt;
[[Category:Summer 2021]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>