<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ubc.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Corbo</id>
	<title>UBC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ubc.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Corbo"/>
	<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/Special:Contributions/Corbo"/>
	<updated>2026-07-24T01:44:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236494</id>
		<title>Learning Commons:Student Orientation/Working With Content/Wordpress Basics/Using Shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236494"/>
		<updated>2013-06-13T16:39:08Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Accordions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Using Shortcodes =&lt;br /&gt;
&lt;br /&gt;
UBC has created shortcodes that can be used on all of its websites. It makes creating many of our design elements much easier. The three main shortcodes we use are columns, tabs and accordions.&lt;br /&gt;
&lt;br /&gt;
== Columns ==&lt;br /&gt;
The column shortcode is used all over the site to help organize pages into vertical columns. It is incredibly simple to use and there is a detailed explanation of how to use it in the links above. The page is split up into 12 equal sections along the width of the page. If you want to make a column, you just need to use specify how wide you want each column of that row to be. Once you add up to a width of twelve, any new column will appear below. For example:&lt;br /&gt;
&lt;br /&gt;
[[File:Column code.png|Column code for the LC]]&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
The tab shortcode is used on the site to create tabs on a page to hide/display info to keep the page length shorter. It&#039;s very easy to use and doesn&#039;t require any javascript to work.&lt;br /&gt;
Usage:&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [tabs]&lt;br /&gt;
  [tab title=&amp;quot;tab1&amp;quot;]&lt;br /&gt;
     tab 1 content&lt;br /&gt;
  [/tab] &lt;br /&gt;
  [tab title=&amp;quot;tab2&amp;quot;]&lt;br /&gt;
     tab 2 content&lt;br /&gt;
  [/tab]&lt;br /&gt;
 [/tabs]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Accordions ==&lt;br /&gt;
The accordions are marginally more complicated than the columns. This is partially due to the fact that they require javascript for them to work. &lt;br /&gt;
&lt;br /&gt;
For accordions to stay collapsed when the page loads (i.e. the first accordion does not open automatically), add the parameters &#039;&#039;&#039;collapsible=true&#039;&#039;&#039; and &#039;&#039;&#039;active=false&#039;&#039;&#039;,&lt;br /&gt;
i.e., [accordions collapsible=true active=false].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See below, for example:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [accordions collapsible=true active=false]&lt;br /&gt;
  [accordion title=&amp;quot;section 1&amp;quot;]&lt;br /&gt;
   content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 2&amp;quot;]&lt;br /&gt;
   more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 3&amp;quot;]&lt;br /&gt;
   even more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
 [/accordions]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The below code will display the first accordion as &#039;open&#039; as this is the default behavior of accordions&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [accordions]&lt;br /&gt;
  [accordion title=&amp;quot;section 1&amp;quot;]&lt;br /&gt;
   content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 2&amp;quot;]&lt;br /&gt;
   more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 3&amp;quot;]&lt;br /&gt;
   even more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
 [/accordions]&lt;br /&gt;
&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236493</id>
		<title>Learning Commons:Student Orientation/Working With Content/Wordpress Basics/Using Shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236493"/>
		<updated>2013-06-13T16:33:04Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Accordions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Using Shortcodes =&lt;br /&gt;
&lt;br /&gt;
UBC has created shortcodes that can be used on all of its websites. It makes creating many of our design elements much easier. The three main shortcodes we use are columns, tabs and accordions.&lt;br /&gt;
&lt;br /&gt;
== Columns ==&lt;br /&gt;
The column shortcode is used all over the site to help organize pages into vertical columns. It is incredibly simple to use and there is a detailed explanation of how to use it in the links above. The page is split up into 12 equal sections along the width of the page. If you want to make a column, you just need to use specify how wide you want each column of that row to be. Once you add up to a width of twelve, any new column will appear below. For example:&lt;br /&gt;
&lt;br /&gt;
[[File:Column code.png|Column code for the LC]]&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
The tab shortcode is used on the site to create tabs on a page to hide/display info to keep the page length shorter. It&#039;s very easy to use and doesn&#039;t require any javascript to work.&lt;br /&gt;
Usage:&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [tabs]&lt;br /&gt;
  [tab title=&amp;quot;tab1&amp;quot;]&lt;br /&gt;
     tab 1 content&lt;br /&gt;
  [/tab] &lt;br /&gt;
  [tab title=&amp;quot;tab2&amp;quot;]&lt;br /&gt;
     tab 2 content&lt;br /&gt;
  [/tab]&lt;br /&gt;
 [/tabs]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Accordions ==&lt;br /&gt;
The accordions are marginally more complicated than the columns. This is partially due to the fact that they require javascript for them to work. &lt;br /&gt;
&lt;br /&gt;
For accordions to stay collapsed when the page loads (i.e. the first accordion does not open automatically), add the parameters &#039;&#039;&#039;collapsible=true&#039;&#039;&#039; and &#039;&#039;&#039;active=false&#039;&#039;&#039;,&lt;br /&gt;
i.e., [accordions collapsible=true active=false].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See below, for example:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [accordions collapsible=true active=false]&lt;br /&gt;
  [accordion title=&amp;quot;section 1&amp;quot;]&lt;br /&gt;
   content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 2&amp;quot;]&lt;br /&gt;
   more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 3&amp;quot;]&lt;br /&gt;
   even more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
 [/accordions]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The below code will display the first accordion as &#039;open&#039; as this is the default behavior of accordions&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [accordions]&lt;br /&gt;
  [accordion title=&amp;quot;section 1&amp;quot;]&lt;br /&gt;
   content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 2&amp;quot;]&lt;br /&gt;
   more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 3&amp;quot;]&lt;br /&gt;
   even more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
 [/accordions]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The final, and most important things to remember when creating accordions, is that you must insert the Javascript code into the page to make it work. The code for accordions is as follows: &lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236491</id>
		<title>Learning Commons:Student Orientation/Working With Content/Wordpress Basics/Using Shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236491"/>
		<updated>2013-06-13T16:30:06Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Accordions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Using Shortcodes =&lt;br /&gt;
&lt;br /&gt;
UBC has created shortcodes that can be used on all of its websites. It makes creating many of our design elements much easier. The three main shortcodes we use are columns, tabs and accordions.&lt;br /&gt;
&lt;br /&gt;
== Columns ==&lt;br /&gt;
The column shortcode is used all over the site to help organize pages into vertical columns. It is incredibly simple to use and there is a detailed explanation of how to use it in the links above. The page is split up into 12 equal sections along the width of the page. If you want to make a column, you just need to use specify how wide you want each column of that row to be. Once you add up to a width of twelve, any new column will appear below. For example:&lt;br /&gt;
&lt;br /&gt;
[[File:Column code.png|Column code for the LC]]&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
The tab shortcode is used on the site to create tabs on a page to hide/display info to keep the page length shorter. It&#039;s very easy to use and doesn&#039;t require any javascript to work.&lt;br /&gt;
Usage:&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [tabs]&lt;br /&gt;
  [tab title=&amp;quot;tab1&amp;quot;]&lt;br /&gt;
     tab 1 content&lt;br /&gt;
  [/tab] &lt;br /&gt;
  [tab title=&amp;quot;tab2&amp;quot;]&lt;br /&gt;
     tab 2 content&lt;br /&gt;
  [/tab]&lt;br /&gt;
 [/tabs]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Accordions ==&lt;br /&gt;
The accordions are marginally more complicated than the columns. This is partially due to the fact that they require javascript for them to work. &lt;br /&gt;
&lt;br /&gt;
For accordions to stay collapsed when the page loads (i.e. the first accordion does not open automatically), add the parameters &#039;&#039;&#039;collapsible=true&#039;&#039;&#039; and &#039;&#039;&#039;active=false&#039;&#039;&#039;,&lt;br /&gt;
i.e., [accordions collapsible=true active=false].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See below, for example:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [accordions collapsible=true active=false]&lt;br /&gt;
  [accordion title=&amp;quot;section 1&amp;quot;]&lt;br /&gt;
   content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 2&amp;quot;]&lt;br /&gt;
   more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 3&amp;quot;]&lt;br /&gt;
   even more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
 [/accordions]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The below code will display the first accordion as &#039;open&#039; as this is the default behavior of accordions&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [accordions]&lt;br /&gt;
  [accordion title=&amp;quot;section 1&amp;quot;]&lt;br /&gt;
   content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 2&amp;quot;]&lt;br /&gt;
   more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
  [accordion title=&amp;quot;section 3&amp;quot;]&lt;br /&gt;
   even more content&lt;br /&gt;
  [/accordion]&lt;br /&gt;
 [/accordions]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Built on top of jQueryUI Accordion: http://jqueryui.com/accordion/&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236490</id>
		<title>Learning Commons:Student Orientation/Working With Content/Wordpress Basics/Using Shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236490"/>
		<updated>2013-06-13T16:22:42Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Using Shortcodes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Using Shortcodes =&lt;br /&gt;
&lt;br /&gt;
UBC has created shortcodes that can be used on all of its websites. It makes creating many of our design elements much easier. The three main shortcodes we use are columns, tabs and accordions.&lt;br /&gt;
&lt;br /&gt;
== Columns ==&lt;br /&gt;
The column shortcode is used all over the site to help organize pages into vertical columns. It is incredibly simple to use and there is a detailed explanation of how to use it in the links above. The page is split up into 12 equal sections along the width of the page. If you want to make a column, you just need to use specify how wide you want each column of that row to be. Once you add up to a width of twelve, any new column will appear below. For example:&lt;br /&gt;
&lt;br /&gt;
[[File:Column code.png|Column code for the LC]]&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
The tab shortcode is used on the site to create tabs on a page to hide/display info to keep the page length shorter. It&#039;s very easy to use and doesn&#039;t require any javascript to work.&lt;br /&gt;
Usage:&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [tabs]&lt;br /&gt;
  [tab title=&amp;quot;tab1&amp;quot;]&lt;br /&gt;
     tab 1 content&lt;br /&gt;
  [/tab] &lt;br /&gt;
  [tab title=&amp;quot;tab2&amp;quot;]&lt;br /&gt;
     tab 2 content&lt;br /&gt;
  [/tab]&lt;br /&gt;
 [/tabs]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Accordions ==&lt;br /&gt;
The accordions are marginally more complicated than the columns. This is partially due to the fact that they require javascript for them to work. &lt;br /&gt;
&lt;br /&gt;
To have an accordion that looks exactly like the ones we use on the site, we have just done a little bit of extra styling to add a drop down arrow, but the basic elements of the code are the same:&lt;br /&gt;
[[File:Div styling for accordians.png|Styling for LC accordians]]&lt;br /&gt;
   &lt;br /&gt;
The final, and most important things to remember when creating accordions, is that you must insert the Javascript code into the page to make it work. The code for accordions is as follows:&lt;br /&gt;
[[File:Javascript for accordians.png|Javscript for LC accordians]]&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Word_Press_Basics&amp;diff=236486</id>
		<title>Learning Commons:Student Orientation/Working With Content/Word Press Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Word_Press_Basics&amp;diff=236486"/>
		<updated>2013-06-13T16:02:09Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WordPress is a content management system that learningcommons.ubc.ca is build on. Most of the work you do on the website will involve WordPress so do your best to learn how to us it. It is a good idea to familiarize yourself with the interface and some basic concepts within the first 3 weeks. &lt;br /&gt;
&lt;br /&gt;
*[[Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Common_HTML_tag_codes|Common HTML codes]]&lt;br /&gt;
*[[Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes|Using &amp;quot;accordion&amp;quot; &amp;quot;tab&amp;quot; and &amp;quot;column&amp;quot; shortcodes]]&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236485</id>
		<title>Learning Commons:Student Orientation/Working With Content/Wordpress Basics/Using Shortcodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Working_With_Content/Wordpress_Basics/Using_Shortcodes&amp;diff=236485"/>
		<updated>2013-06-13T16:00:46Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Using Shortcodes =&lt;br /&gt;
&lt;br /&gt;
UBC has created shortcodes that can be used on all of its websites. It makes creating many of our design elements much easier. The two main shortcodes we use are columns and accordions.&lt;br /&gt;
&lt;br /&gt;
== Columns ==&lt;br /&gt;
The column shortcode is used all over the site to help organize pages into vertical columns. It is incredibly simple to use and there is a detailed explanation of how to use it in the links above. The page is split up into 12 equal sections along the width of the page. If you want to make a column, you just need to use specify how wide you want each column of that row to be. Once you add up to a width of twelve, any new column will appear below. For example:&lt;br /&gt;
&lt;br /&gt;
[[File:Column code.png|Column code for the LC]]&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
The tab shortcode is used on the site to create tabs on a page to hide/display info to keep the page length shorter. It&#039;s very easy to use and doesn&#039;t require any javascript to work.&lt;br /&gt;
Usage:&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
 [tabs]&lt;br /&gt;
  [tab title=&amp;quot;tab1&amp;quot;]&lt;br /&gt;
     tab 1 content&lt;br /&gt;
  [/tab] &lt;br /&gt;
  [tab title=&amp;quot;tab2&amp;quot;]&lt;br /&gt;
     tab 2 content&lt;br /&gt;
  [/tab]&lt;br /&gt;
 [/tabs]&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Accordions ==&lt;br /&gt;
The accordions are marginally more complicated than the columns. This is partially due to the fact that they require javascript for them to work. &lt;br /&gt;
&lt;br /&gt;
To have an accordion that looks exactly like the ones we use on the site, we have just done a little bit of extra styling to add a drop down arrow, but the basic elements of the code are the same:&lt;br /&gt;
[[File:Div styling for accordians.png|Styling for LC accordians]]&lt;br /&gt;
   &lt;br /&gt;
The final, and most important things to remember when creating accordions, is that you must insert the Javascript code into the page to make it work. The code for accordions is as follows:&lt;br /&gt;
[[File:Javascript for accordians.png|Javscript for LC accordians]]&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235589</id>
		<title>Learning Commons:Student Orientation/Sessions/Frameworks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235589"/>
		<updated>2013-06-04T15:57:48Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Proposed Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your objective?==&lt;br /&gt;
To answer (for yourself) 3 questions about learning design:&lt;br /&gt;
* What is it?&lt;br /&gt;
* Why is it important?&lt;br /&gt;
* How does it help us in our work?&lt;br /&gt;
&lt;br /&gt;
==Learning Design Overview==&lt;br /&gt;
&lt;br /&gt;
===Definition===&lt;br /&gt;
Simply put, it is the design of a learning experience. The purpose may be to support an articulated learning objective or intention or to address an expressed or defined challenge or problem in the learning environment. At its core is a  consideration of the actions that learners may take in order to learn and design decisions are based on current knowledge about how people learn. Like all design processes, it is not linear, it is messy and involves trying things out, seeing what works, making alterations, and re-working. A key component is feedback and dialogue at every step in the process. Coming up with ways to represent the design ideas (or skeleton frameworks for discussion) are essential to the conversation. A good learning design is flexible, re-usable and adaptable to a variety of learning preferences.&lt;br /&gt;
&lt;br /&gt;
===Frameworks===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! The Plan&lt;br /&gt;
! The Reality&lt;br /&gt;
! The Decisions&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Learning Design Approach.png|thumb|center|[http://wiki.ubc.ca/images/7/7b/Learning_Design_Approach.pdf Learning Design Approach] ]]&lt;br /&gt;
| [[File:LD_Iterative_Thumb.png|thumb|center|[http://wiki.ubc.ca/images/9/9c/Iterative_Learning_Design.pdf Iterative Learning Design] ]]&lt;br /&gt;
| [[File:LC LD Summary.png|thumb|center|[http://wiki.ubc.ca/images/7/74/LD_Summary_copy.pdf Summary of LD framework for the Learning Commons Website Project] ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
&lt;br /&gt;
====The Plan====&lt;br /&gt;
Take 5 minutes to discuss the last redesign of the LC website with the &amp;quot;Plan&amp;quot; framework in mind . If you weren&#039;t there, it will be your role to ask questions, did deeper. Reflect on the following questions. Document anything noteworthy in the discussions area.&lt;br /&gt;
* What parts of the learning design process did you feel went really smoothly?&lt;br /&gt;
* What did you struggle with?&lt;br /&gt;
* What would you do differently?&lt;br /&gt;
* What would you do again for the next web redesign (this summer)?&lt;br /&gt;
&lt;br /&gt;
====The Reality====&lt;br /&gt;
Reflect on the development of the Toolkits with the &amp;quot;Reality&amp;quot; framework in mind . If you weren&#039;t there, reflect on the last time you were part of a collaborative creation process. Take 5 minutes to discuss and document anything noteworthy in the discussions area.&lt;br /&gt;
* What are the personal qualities that are important to bring to the process of learning design? Why?&lt;br /&gt;
&lt;br /&gt;
====The Decisions====&lt;br /&gt;
Reflect on what you know about students and on your experience of the Learning Commons site so far. Take 5 minutes to respond to these questions:&lt;br /&gt;
* do these goals still make sense to you?&lt;br /&gt;
* is there anything missing?&lt;br /&gt;
&lt;br /&gt;
Students need to know how to apply the information --&amp;gt; How do we accomplish this?&lt;br /&gt;
Goal of the Learner: How can I do this?&lt;br /&gt;
&lt;br /&gt;
Rethink the strategies we use for the personalized learning environment (RSS feeds for example)&lt;br /&gt;
&lt;br /&gt;
If you think something is missing or needs a re-think, try to identify it, the strategy we could use to support it and the tie in with the learning principles referenced here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Research that informed the decisions:&lt;br /&gt;
* Carnegie-Mellon&#039;s [http://www.cmu.edu/teaching/principles/learning.html Principles of Learning]&lt;br /&gt;
* opportunity for connection with others to discuss ideas and clarify thoughts supports learning.&lt;br /&gt;
* exploration of additional resources encourages personal &amp;quot;meaning-making&amp;quot; important for motivation.&lt;br /&gt;
&lt;br /&gt;
==Proposed Site Architecture==&lt;br /&gt;
&lt;br /&gt;
==Your objective?== &lt;br /&gt;
To apply what you know (or are learning) so far to:&lt;br /&gt;
* evaluate the relative merits and downsides of the proposed architecture for the new site.&lt;br /&gt;
* begin to map out a plan for the design phase based on the proposed site architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Section Tabs===&lt;br /&gt;
===Proposed Changes===&lt;br /&gt;
&#039;&#039;&#039;Tutoring &amp;amp; Studying&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
:Academic Advising&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:Workshops&lt;br /&gt;
:Approach To Learning: Self Assessment&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Student Toolkits&#039;&#039;&#039;&lt;br /&gt;
:Choosing Technology&lt;br /&gt;
:Thinking Critically&lt;br /&gt;
:Preparing for Exams&lt;br /&gt;
:Working in Groups&lt;br /&gt;
:Library Research&lt;br /&gt;
:Taking Notes&lt;br /&gt;
:Presentation Skills&lt;br /&gt;
:Interacting with Profs&lt;br /&gt;
:Reading Textbooks&lt;br /&gt;
:Managing your Time&lt;br /&gt;
:Writing&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resource Guides&#039;&#039;&#039;&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:How to Find Articles&lt;br /&gt;
:Guide to Academic Integrity (change to Avoiding Plagiarism)&lt;br /&gt;
:Secrets of First Year&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Resources for Faculty&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tech Support&#039;&#039;&#039;&lt;br /&gt;
:Computers &amp;amp; Software &amp;amp; Printing&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Equipment Lending&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;About Us&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Add Blog Archive on the Related links widget area on any blog post pages&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==What to consider regarding architecture==&lt;br /&gt;
*Length of drop down should be roughly equivalent across categories&lt;br /&gt;
*Tab heading should be consistent in approach and single word preferable&lt;br /&gt;
*Try to take the position of someone coming to our site but wanting something to do with learning. So that tabs should give them hints as to what they can find. Looking through the tabs, you should have a sense of what the site is about without looking at what is beneath each heading&lt;br /&gt;
&lt;br /&gt;
====About====&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
:Secrets for First Year&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:7 Things to Know&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Working with Profs and TAs Toolkit&lt;br /&gt;
&lt;br /&gt;
====Prepare====&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Your Approach to Learning: Self-Assessment&lt;br /&gt;
:Time Management Toolkit&lt;br /&gt;
:Choosing Technology Toolkit&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
&lt;br /&gt;
====Learn====&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:Note Taking Toolkit&lt;br /&gt;
:Library Research Toolkit&lt;br /&gt;
:Critical Thinking Toolkit&lt;br /&gt;
:Exam/Study Prep Toolkit&lt;br /&gt;
:Textbook Reading Toolkit&lt;br /&gt;
&lt;br /&gt;
====Create====&lt;br /&gt;
:Equipment for Loan&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Computers, Printers, and Scanners&lt;br /&gt;
:Presentation Skills Toolkit&lt;br /&gt;
:Group Work Toolkit&lt;br /&gt;
:Writing Toolkit&lt;br /&gt;
&lt;br /&gt;
====Support====&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Workshops&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://wireframe.cc/gnG4Sm Wireframe for reference]&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
Consider the proposed architecture and take 10 minutes to discuss:&lt;br /&gt;
* What are the benefits of this architecture? What will learners/users gain?&lt;br /&gt;
Creates a path for learners&lt;br /&gt;
* Drawbacks? What will they lose?&lt;br /&gt;
Really have to think about something to know what tab it&#039;s under&lt;br /&gt;
* Other considerations moving forward?&lt;br /&gt;
Need to test search function well&lt;br /&gt;
* Questions that we need to answer?&lt;br /&gt;
How do we deal with service oriented things in terms of the architecture&lt;br /&gt;
&lt;br /&gt;
==Your Mission==&lt;br /&gt;
Focus on the design phase of the learning process.  You have 20 minutes to dig into this together, 10 minutes to share what you have come up with so far and then (as a team) we&#039;ll decide how to proceed.&lt;br /&gt;
From what you know of the learning design process so far (and using the frameworks as a reference), begin to map out a plan for the work we will need to start to do to design the site architecture.  Consider:&lt;br /&gt;
* the questions that we need to address&lt;br /&gt;
**How flexible are the changes? If the navigation is easily altered, since we have feedback saying this is how we should do something, lets go for it provided it&#039;s an easy change&lt;br /&gt;
**What questions do we ask of people? What are we asking people to do? (Etc. &amp;quot;Find where you would print&amp;quot; vs. &amp;quot;Poke around and interact on the site&amp;quot;)&lt;br /&gt;
**Do we need to set up redirects when changing the architecture since content is embedded in Arts web pages? --&amp;gt; Yes the changes are flexible but what&#039;s the impact?&lt;br /&gt;
* roles on the team&lt;br /&gt;
**Student Web Team: Building prototype, Carrying out assessment&lt;br /&gt;
**Staff Web Team: &lt;br /&gt;
**Full Team: Finalize categories and how the tabs are displayed&lt;br /&gt;
* prototypes&lt;br /&gt;
**Have a discussion to adjust a few things so that we are all in consensus before creating prototype&lt;br /&gt;
* feedback cycles&lt;br /&gt;
**How many people do we need to talk to to decide to make a change? Who decides what the critical number is?&lt;br /&gt;
* current users (strategies to minimize disruption)&lt;br /&gt;
**Do we have a notification that allows people to look at the beta and to inform them that changes are coming? Or do we just change it?&lt;br /&gt;
* anything else you think is important in this phase&lt;br /&gt;
&lt;br /&gt;
==Your Plan==&lt;br /&gt;
edit the wiki page and draft out your plan here.&lt;br /&gt;
&lt;br /&gt;
==Wiki Overview==&lt;br /&gt;
&lt;br /&gt;
Julie&#039;s words of wisdom.&lt;br /&gt;
&lt;br /&gt;
==Close==&lt;br /&gt;
Reflect on the opening questions.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
* Flesh out the plan and pass off to Rie to integrate with her workplan for site re-design.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235566</id>
		<title>Learning Commons:Student Orientation/Sessions/Frameworks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235566"/>
		<updated>2013-06-03T22:42:00Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Proposed Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your objective?==&lt;br /&gt;
To answer (for yourself) 3 questions about learning design:&lt;br /&gt;
* What is it?&lt;br /&gt;
* Why is it important?&lt;br /&gt;
* How does it help us in our work?&lt;br /&gt;
&lt;br /&gt;
==Learning Design Overview==&lt;br /&gt;
&lt;br /&gt;
===Definition===&lt;br /&gt;
Simply put, it is the design of a learning experience. The purpose may be to support an articulated learning objective or intention or to address an expressed or defined challenge or problem in the learning environment. At its core is a  consideration of the actions that learners may take in order to learn and design decisions are based on current knowledge about how people learn. Like all design processes, it is not linear, it is messy and involves trying things out, seeing what works, making alterations, and re-working. A key component is feedback and dialogue at every step in the process. Coming up with ways to represent the design ideas (or skeleton frameworks for discussion) are essential to the conversation. A good learning design is flexible, re-usable and adaptable to a variety of learning preferences.&lt;br /&gt;
&lt;br /&gt;
===Frameworks===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! The Plan&lt;br /&gt;
! The Reality&lt;br /&gt;
! The Decisions&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Learning Design Approach.png|thumb|center|[http://wiki.ubc.ca/images/7/7b/Learning_Design_Approach.pdf Learning Design Approach] ]]&lt;br /&gt;
| [[File:LD_Iterative_Thumb.png|thumb|center|[http://wiki.ubc.ca/images/9/9c/Iterative_Learning_Design.pdf Iterative Learning Design] ]]&lt;br /&gt;
| [[File:LC LD Summary.png|thumb|center|[http://wiki.ubc.ca/images/7/74/LD_Summary_copy.pdf Summary of LD framework for the Learning Commons Website Project] ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
&lt;br /&gt;
====The Plan====&lt;br /&gt;
Take 5 minutes to discuss the last redesign of the LC website with the &amp;quot;Plan&amp;quot; framework in mind . If you weren&#039;t there, it will be your role to ask questions, did deeper. Reflect on the following questions. Document anything noteworthy in the discussions area.&lt;br /&gt;
* What parts of the learning design process did you feel went really smoothly?&lt;br /&gt;
* What did you struggle with?&lt;br /&gt;
* What would you do differently?&lt;br /&gt;
* What would you do again for the next web redesign (this summer)?&lt;br /&gt;
&lt;br /&gt;
====The Reality====&lt;br /&gt;
Reflect on the development of the Toolkits with the &amp;quot;Reality&amp;quot; framework in mind . If you weren&#039;t there, reflect on the last time you were part of a collaborative creation process. Take 5 minutes to discuss and document anything noteworthy in the discussions area.&lt;br /&gt;
* What are the personal qualities that are important to bring to the process of learning design? Why?&lt;br /&gt;
&lt;br /&gt;
====The Decisions====&lt;br /&gt;
Reflect on what you know about students and on your experience of the Learning Commons site so far. Take 5 minutes to respond to these questions:&lt;br /&gt;
* do these goals still make sense to you?&lt;br /&gt;
* is there anything missing?&lt;br /&gt;
&lt;br /&gt;
Students need to know how to apply the information --&amp;gt; How do we accomplish this?&lt;br /&gt;
Goal of the Learner: How can I do this?&lt;br /&gt;
&lt;br /&gt;
Rethink the strategies we use for the personalized learning environment (RSS feeds for example)&lt;br /&gt;
&lt;br /&gt;
If you think something is missing or needs a re-think, try to identify it, the strategy we could use to support it and the tie in with the learning principles referenced here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Research that informed the decisions:&lt;br /&gt;
* Carnegie-Mellon&#039;s [http://www.cmu.edu/teaching/principles/learning.html Principles of Learning]&lt;br /&gt;
* opportunity for connection with others to discuss ideas and clarify thoughts supports learning.&lt;br /&gt;
* exploration of additional resources encourages personal &amp;quot;meaning-making&amp;quot; important for motivation.&lt;br /&gt;
&lt;br /&gt;
==Proposed Site Architecture==&lt;br /&gt;
&lt;br /&gt;
==Your objective?== &lt;br /&gt;
To apply what you know (or are learning) so far to:&lt;br /&gt;
* evaluate the relative merits and downsides of the proposed architecture for the new site.&lt;br /&gt;
* begin to map out a plan for the design phase based on the proposed site architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Section Tabs===&lt;br /&gt;
===Proposed Changes===&lt;br /&gt;
&#039;&#039;&#039;Tutoring &amp;amp; Studying&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
:Academic Advising&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:Workshops&lt;br /&gt;
:Approach To Learning: Self Assessment&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Student Toolkits&#039;&#039;&#039;&lt;br /&gt;
:Choosing Technology&lt;br /&gt;
:Critical Thinking&lt;br /&gt;
:Exam/Study Prep&lt;br /&gt;
:Group Work&lt;br /&gt;
:Library Research&lt;br /&gt;
:Note Taking&lt;br /&gt;
:Presentation Skills&lt;br /&gt;
:Profs &amp;amp; TAs&lt;br /&gt;
:Textbook Reading&lt;br /&gt;
:Time Management&lt;br /&gt;
:Writing&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resource Guides&#039;&#039;&#039;&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:How to Find Articles&lt;br /&gt;
:Guide to Academic Integrity (change to Avoiding Plagiarism)&lt;br /&gt;
:Secrets of First Year&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Resources for Faculty&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tech Support&#039;&#039;&#039;&lt;br /&gt;
:Computers &amp;amp; Software &amp;amp; Printing&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Equipment Lending&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;About Us&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Add Blog Archive on the Related links widget area on any blog post pages&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==What to consider regarding architecture==&lt;br /&gt;
*Length of drop down should be roughly equivalent across categories&lt;br /&gt;
*Tab heading should be consistent in approach and single word preferable&lt;br /&gt;
*Try to take the position of someone coming to our site but wanting something to do with learning. So that tabs should give them hints as to what they can find. Looking through the tabs, you should have a sense of what the site is about without looking at what is beneath each heading&lt;br /&gt;
&lt;br /&gt;
====About====&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
:Secrets for First Year&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:7 Things to Know&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Working with Profs and TAs Toolkit&lt;br /&gt;
&lt;br /&gt;
====Prepare====&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Your Approach to Learning: Self-Assessment&lt;br /&gt;
:Time Management Toolkit&lt;br /&gt;
:Choosing Technology Toolkit&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
&lt;br /&gt;
====Learn====&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:Note Taking Toolkit&lt;br /&gt;
:Library Research Toolkit&lt;br /&gt;
:Critical Thinking Toolkit&lt;br /&gt;
:Exam/Study Prep Toolkit&lt;br /&gt;
:Textbook Reading Toolkit&lt;br /&gt;
&lt;br /&gt;
====Create====&lt;br /&gt;
:Equipment for Loan&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Computers, Printers, and Scanners&lt;br /&gt;
:Presentation Skills Toolkit&lt;br /&gt;
:Group Work Toolkit&lt;br /&gt;
:Writing Toolkit&lt;br /&gt;
&lt;br /&gt;
====Support====&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Workshops&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://wireframe.cc/gnG4Sm Wireframe for reference]&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
Consider the proposed architecture and take 10 minutes to discuss:&lt;br /&gt;
* What are the benefits of this architecture? What will learners/users gain?&lt;br /&gt;
Creates a path for learners&lt;br /&gt;
* Drawbacks? What will they lose?&lt;br /&gt;
Really have to think about something to know what tab it&#039;s under&lt;br /&gt;
* Other considerations moving forward?&lt;br /&gt;
Need to test search function well&lt;br /&gt;
* Questions that we need to answer?&lt;br /&gt;
How do we deal with service oriented things in terms of the architecture&lt;br /&gt;
&lt;br /&gt;
==Your Mission==&lt;br /&gt;
Focus on the design phase of the learning process.  You have 20 minutes to dig into this together, 10 minutes to share what you have come up with so far and then (as a team) we&#039;ll decide how to proceed.&lt;br /&gt;
From what you know of the learning design process so far (and using the frameworks as a reference), begin to map out a plan for the work we will need to start to do to design the site architecture.  Consider:&lt;br /&gt;
* the questions that we need to address&lt;br /&gt;
**How flexible are the changes? If the navigation is easily altered, since we have feedback saying this is how we should do something, lets go for it provided it&#039;s an easy change&lt;br /&gt;
**What questions do we ask of people? What are we asking people to do? (Etc. &amp;quot;Find where you would print&amp;quot; vs. &amp;quot;Poke around and interact on the site&amp;quot;)&lt;br /&gt;
**Do we need to set up redirects when changing the architecture since content is embedded in Arts web pages? --&amp;gt; Yes the changes are flexible but what&#039;s the impact?&lt;br /&gt;
* roles on the team&lt;br /&gt;
**Student Web Team: Building prototype, Carrying out assessment&lt;br /&gt;
**Staff Web Team: &lt;br /&gt;
**Full Team: Finalize categories and how the tabs are displayed&lt;br /&gt;
* prototypes&lt;br /&gt;
**Have a discussion to adjust a few things so that we are all in consensus before creating prototype&lt;br /&gt;
* feedback cycles&lt;br /&gt;
**How many people do we need to talk to to decide to make a change? Who decides what the critical number is?&lt;br /&gt;
* current users (strategies to minimize disruption)&lt;br /&gt;
**Do we have a notification that allows people to look at the beta and to inform them that changes are coming? Or do we just change it?&lt;br /&gt;
* anything else you think is important in this phase&lt;br /&gt;
&lt;br /&gt;
==Your Plan==&lt;br /&gt;
edit the wiki page and draft out your plan here.&lt;br /&gt;
&lt;br /&gt;
==Wiki Overview==&lt;br /&gt;
&lt;br /&gt;
Julie&#039;s words of wisdom.&lt;br /&gt;
&lt;br /&gt;
==Close==&lt;br /&gt;
Reflect on the opening questions.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
* Flesh out the plan and pass off to Rie to integrate with her workplan for site re-design.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235557</id>
		<title>Learning Commons:Student Orientation/Sessions/Frameworks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235557"/>
		<updated>2013-06-03T20:59:25Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Proposed Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your objective?==&lt;br /&gt;
To answer (for yourself) 3 questions about learning design:&lt;br /&gt;
* What is it?&lt;br /&gt;
* Why is it important?&lt;br /&gt;
* How does it help us in our work?&lt;br /&gt;
&lt;br /&gt;
==Learning Design Overview==&lt;br /&gt;
&lt;br /&gt;
===Definition===&lt;br /&gt;
Simply put, it is the design of a learning experience. The purpose may be to support an articulated learning objective or intention or to address an expressed or defined challenge or problem in the learning environment. At its core is a  consideration of the actions that learners may take in order to learn and design decisions are based on current knowledge about how people learn. Like all design processes, it is not linear, it is messy and involves trying things out, seeing what works, making alterations, and re-working. A key component is feedback and dialogue at every step in the process. Coming up with ways to represent the design ideas (or skeleton frameworks for discussion) are essential to the conversation. A good learning design is flexible, re-usable and adaptable to a variety of learning preferences.&lt;br /&gt;
&lt;br /&gt;
===Frameworks===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! The Plan&lt;br /&gt;
! The Reality&lt;br /&gt;
! The Decisions&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Learning Design Approach.png|thumb|center|[http://wiki.ubc.ca/images/7/7b/Learning_Design_Approach.pdf Learning Design Approach] ]]&lt;br /&gt;
| [[File:LD_Iterative_Thumb.png|thumb|center|[http://wiki.ubc.ca/images/9/9c/Iterative_Learning_Design.pdf Iterative Learning Design] ]]&lt;br /&gt;
| [[File:LC LD Summary.png|thumb|center|[http://wiki.ubc.ca/images/7/74/LD_Summary_copy.pdf Summary of LD framework for the Learning Commons Website Project] ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
&lt;br /&gt;
====The Plan====&lt;br /&gt;
Take 5 minutes to discuss the last redesign of the LC website with the &amp;quot;Plan&amp;quot; framework in mind . If you weren&#039;t there, it will be your role to ask questions, did deeper. Reflect on the following questions. Document anything noteworthy in the discussions area.&lt;br /&gt;
* What parts of the learning design process did you feel went really smoothly?&lt;br /&gt;
* What did you struggle with?&lt;br /&gt;
* What would you do differently?&lt;br /&gt;
* What would you do again for the next web redesign (this summer)?&lt;br /&gt;
&lt;br /&gt;
====The Reality====&lt;br /&gt;
Reflect on the development of the Toolkits with the &amp;quot;Reality&amp;quot; framework in mind . If you weren&#039;t there, reflect on the last time you were part of a collaborative creation process. Take 5 minutes to discuss and document anything noteworthy in the discussions area.&lt;br /&gt;
* What are the personal qualities that are important to bring to the process of learning design? Why?&lt;br /&gt;
&lt;br /&gt;
====The Decisions====&lt;br /&gt;
Reflect on what you know about students and on your experience of the Learning Commons site so far. Take 5 minutes to respond to these questions:&lt;br /&gt;
* do these goals still make sense to you?&lt;br /&gt;
* is there anything missing?&lt;br /&gt;
&lt;br /&gt;
Students need to know how to apply the information --&amp;gt; How do we accomplish this?&lt;br /&gt;
Goal of the Learner: How can I do this?&lt;br /&gt;
&lt;br /&gt;
Rethink the strategies we use for the personalized learning environment (RSS feeds for example)&lt;br /&gt;
&lt;br /&gt;
If you think something is missing or needs a re-think, try to identify it, the strategy we could use to support it and the tie in with the learning principles referenced here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Research that informed the decisions:&lt;br /&gt;
* Carnegie-Mellon&#039;s [http://www.cmu.edu/teaching/principles/learning.html Principles of Learning]&lt;br /&gt;
* opportunity for connection with others to discuss ideas and clarify thoughts supports learning.&lt;br /&gt;
* exploration of additional resources encourages personal &amp;quot;meaning-making&amp;quot; important for motivation.&lt;br /&gt;
&lt;br /&gt;
==Proposed Site Architecture==&lt;br /&gt;
&lt;br /&gt;
==Your objective?== &lt;br /&gt;
To apply what you know (or are learning) so far to:&lt;br /&gt;
* evaluate the relative merits and downsides of the proposed architecture for the new site.&lt;br /&gt;
* begin to map out a plan for the design phase based on the proposed site architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Section Tabs===&lt;br /&gt;
===Proposed Changes===&lt;br /&gt;
&#039;&#039;&#039;Tutoring &amp;amp; Studying&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
:Academic Advising&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:Workshops&lt;br /&gt;
:Approach To Learning: Self Assessment&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Student Toolkits&#039;&#039;&#039;&lt;br /&gt;
:Choosing Technology&lt;br /&gt;
:Critical Thinking&lt;br /&gt;
:Exam/Study Prep&lt;br /&gt;
:Group Work&lt;br /&gt;
:Library Research&lt;br /&gt;
:Note Taking&lt;br /&gt;
:Presentation Skills&lt;br /&gt;
:Profs &amp;amp; TAs&lt;br /&gt;
:Textbook Reading&lt;br /&gt;
:Time Management&lt;br /&gt;
:Writing&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resource Guides&#039;&#039;&#039;&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:How to Find Articles&lt;br /&gt;
:Guide to Academic Integrity (change to Avoiding Plagiarism)&lt;br /&gt;
:Secrets of First Year&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Resources for Faculty&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tech Support&#039;&#039;&#039;&lt;br /&gt;
:Computers &amp;amp; Software &amp;amp; Printing&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Equipment Lending&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;About Us&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==What to consider regarding architecture==&lt;br /&gt;
*Length of drop down should be roughly equivalent across categories&lt;br /&gt;
*Tab heading should be consistent in approach and single word preferable&lt;br /&gt;
*Try to take the position of someone coming to our site but wanting something to do with learning. So that tabs should give them hints as to what they can find. Looking through the tabs, you should have a sense of what the site is about without looking at what is beneath each heading&lt;br /&gt;
&lt;br /&gt;
====About====&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
:Secrets for First Year&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:7 Things to Know&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Working with Profs and TAs Toolkit&lt;br /&gt;
&lt;br /&gt;
====Prepare====&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Your Approach to Learning: Self-Assessment&lt;br /&gt;
:Time Management Toolkit&lt;br /&gt;
:Choosing Technology Toolkit&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
&lt;br /&gt;
====Learn====&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:Note Taking Toolkit&lt;br /&gt;
:Library Research Toolkit&lt;br /&gt;
:Critical Thinking Toolkit&lt;br /&gt;
:Exam/Study Prep Toolkit&lt;br /&gt;
:Textbook Reading Toolkit&lt;br /&gt;
&lt;br /&gt;
====Create====&lt;br /&gt;
:Equipment for Loan&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Computers, Printers, and Scanners&lt;br /&gt;
:Presentation Skills Toolkit&lt;br /&gt;
:Group Work Toolkit&lt;br /&gt;
:Writing Toolkit&lt;br /&gt;
&lt;br /&gt;
====Support====&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Workshops&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://wireframe.cc/gnG4Sm Wireframe for reference]&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
Consider the proposed architecture and take 10 minutes to discuss:&lt;br /&gt;
* What are the benefits of this architecture? What will learners/users gain?&lt;br /&gt;
Creates a path for learners&lt;br /&gt;
* Drawbacks? What will they lose?&lt;br /&gt;
Really have to think about something to know what tab it&#039;s under&lt;br /&gt;
* Other considerations moving forward?&lt;br /&gt;
Need to test search function well&lt;br /&gt;
* Questions that we need to answer?&lt;br /&gt;
How do we deal with service oriented things in terms of the architecture&lt;br /&gt;
&lt;br /&gt;
==Your Mission==&lt;br /&gt;
Focus on the design phase of the learning process.  You have 20 minutes to dig into this together, 10 minutes to share what you have come up with so far and then (as a team) we&#039;ll decide how to proceed.&lt;br /&gt;
From what you know of the learning design process so far (and using the frameworks as a reference), begin to map out a plan for the work we will need to start to do to design the site architecture.  Consider:&lt;br /&gt;
* the questions that we need to address&lt;br /&gt;
**How flexible are the changes? If the navigation is easily altered, since we have feedback saying this is how we should do something, lets go for it provided it&#039;s an easy change&lt;br /&gt;
**What questions do we ask of people? What are we asking people to do? (Etc. &amp;quot;Find where you would print&amp;quot; vs. &amp;quot;Poke around and interact on the site&amp;quot;)&lt;br /&gt;
**Do we need to set up redirects when changing the architecture since content is embedded in Arts web pages? --&amp;gt; Yes the changes are flexible but what&#039;s the impact?&lt;br /&gt;
* roles on the team&lt;br /&gt;
**Student Web Team: Building prototype, Carrying out assessment&lt;br /&gt;
**Staff Web Team: &lt;br /&gt;
**Full Team: Finalize categories and how the tabs are displayed&lt;br /&gt;
* prototypes&lt;br /&gt;
**Have a discussion to adjust a few things so that we are all in consensus before creating prototype&lt;br /&gt;
* feedback cycles&lt;br /&gt;
**How many people do we need to talk to to decide to make a change? Who decides what the critical number is?&lt;br /&gt;
* current users (strategies to minimize disruption)&lt;br /&gt;
**Do we have a notification that allows people to look at the beta and to inform them that changes are coming? Or do we just change it?&lt;br /&gt;
* anything else you think is important in this phase&lt;br /&gt;
&lt;br /&gt;
==Your Plan==&lt;br /&gt;
edit the wiki page and draft out your plan here.&lt;br /&gt;
&lt;br /&gt;
==Wiki Overview==&lt;br /&gt;
&lt;br /&gt;
Julie&#039;s words of wisdom.&lt;br /&gt;
&lt;br /&gt;
==Close==&lt;br /&gt;
Reflect on the opening questions.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
* Flesh out the plan and pass off to Rie to integrate with her workplan for site re-design.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235556</id>
		<title>Learning Commons:Student Orientation/Sessions/Frameworks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235556"/>
		<updated>2013-06-03T20:23:38Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Proposed Changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your objective?==&lt;br /&gt;
To answer (for yourself) 3 questions about learning design:&lt;br /&gt;
* What is it?&lt;br /&gt;
* Why is it important?&lt;br /&gt;
* How does it help us in our work?&lt;br /&gt;
&lt;br /&gt;
==Learning Design Overview==&lt;br /&gt;
&lt;br /&gt;
===Definition===&lt;br /&gt;
Simply put, it is the design of a learning experience. The purpose may be to support an articulated learning objective or intention or to address an expressed or defined challenge or problem in the learning environment. At its core is a  consideration of the actions that learners may take in order to learn and design decisions are based on current knowledge about how people learn. Like all design processes, it is not linear, it is messy and involves trying things out, seeing what works, making alterations, and re-working. A key component is feedback and dialogue at every step in the process. Coming up with ways to represent the design ideas (or skeleton frameworks for discussion) are essential to the conversation. A good learning design is flexible, re-usable and adaptable to a variety of learning preferences.&lt;br /&gt;
&lt;br /&gt;
===Frameworks===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! The Plan&lt;br /&gt;
! The Reality&lt;br /&gt;
! The Decisions&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Learning Design Approach.png|thumb|center|[http://wiki.ubc.ca/images/7/7b/Learning_Design_Approach.pdf Learning Design Approach] ]]&lt;br /&gt;
| [[File:LD_Iterative_Thumb.png|thumb|center|[http://wiki.ubc.ca/images/9/9c/Iterative_Learning_Design.pdf Iterative Learning Design] ]]&lt;br /&gt;
| [[File:LC LD Summary.png|thumb|center|[http://wiki.ubc.ca/images/7/74/LD_Summary_copy.pdf Summary of LD framework for the Learning Commons Website Project] ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
&lt;br /&gt;
====The Plan====&lt;br /&gt;
Take 5 minutes to discuss the last redesign of the LC website with the &amp;quot;Plan&amp;quot; framework in mind . If you weren&#039;t there, it will be your role to ask questions, did deeper. Reflect on the following questions. Document anything noteworthy in the discussions area.&lt;br /&gt;
* What parts of the learning design process did you feel went really smoothly?&lt;br /&gt;
* What did you struggle with?&lt;br /&gt;
* What would you do differently?&lt;br /&gt;
* What would you do again for the next web redesign (this summer)?&lt;br /&gt;
&lt;br /&gt;
====The Reality====&lt;br /&gt;
Reflect on the development of the Toolkits with the &amp;quot;Reality&amp;quot; framework in mind . If you weren&#039;t there, reflect on the last time you were part of a collaborative creation process. Take 5 minutes to discuss and document anything noteworthy in the discussions area.&lt;br /&gt;
* What are the personal qualities that are important to bring to the process of learning design? Why?&lt;br /&gt;
&lt;br /&gt;
====The Decisions====&lt;br /&gt;
Reflect on what you know about students and on your experience of the Learning Commons site so far. Take 5 minutes to respond to these questions:&lt;br /&gt;
* do these goals still make sense to you?&lt;br /&gt;
* is there anything missing?&lt;br /&gt;
&lt;br /&gt;
Students need to know how to apply the information --&amp;gt; How do we accomplish this?&lt;br /&gt;
Goal of the Learner: How can I do this?&lt;br /&gt;
&lt;br /&gt;
Rethink the strategies we use for the personalized learning environment (RSS feeds for example)&lt;br /&gt;
&lt;br /&gt;
If you think something is missing or needs a re-think, try to identify it, the strategy we could use to support it and the tie in with the learning principles referenced here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Research that informed the decisions:&lt;br /&gt;
* Carnegie-Mellon&#039;s [http://www.cmu.edu/teaching/principles/learning.html Principles of Learning]&lt;br /&gt;
* opportunity for connection with others to discuss ideas and clarify thoughts supports learning.&lt;br /&gt;
* exploration of additional resources encourages personal &amp;quot;meaning-making&amp;quot; important for motivation.&lt;br /&gt;
&lt;br /&gt;
==Proposed Site Architecture==&lt;br /&gt;
&lt;br /&gt;
==Your objective?== &lt;br /&gt;
To apply what you know (or are learning) so far to:&lt;br /&gt;
* evaluate the relative merits and downsides of the proposed architecture for the new site.&lt;br /&gt;
* begin to map out a plan for the design phase based on the proposed site architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Section Tabs===&lt;br /&gt;
===Proposed Changes===&lt;br /&gt;
&#039;&#039;&#039;Tutoring &amp;amp; Studying&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
:Academic Advising&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:Workshops&lt;br /&gt;
:Approach To Learning: Self Assessment&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Student Toolkits&#039;&#039;&#039;&lt;br /&gt;
:Choosing Technology&lt;br /&gt;
:Critical Thinking&lt;br /&gt;
:Exam/Study Prep&lt;br /&gt;
:Group Work&lt;br /&gt;
:Library Research&lt;br /&gt;
:Note Taking&lt;br /&gt;
:Presentation Skills&lt;br /&gt;
:Profs &amp;amp; TAs&lt;br /&gt;
:Textbook Reading&lt;br /&gt;
:Time Management&lt;br /&gt;
:Writing&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Resource Guides&#039;&#039;&#039;&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:How to Find Articles&lt;br /&gt;
:Guide to Academic Integrity (Avoiding Plagiarism)&lt;br /&gt;
:Secrets of First Year&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Resources for Faculty&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Tech Support&#039;&#039;&#039;&lt;br /&gt;
:Computers &amp;amp; Software &amp;amp; Printing&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Equipment Lending&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;About Us&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==What to consider regarding architecture==&lt;br /&gt;
*Length of drop down should be roughly equivalent across categories&lt;br /&gt;
*Tab heading should be consistent in approach and single word preferable&lt;br /&gt;
*Try to take the position of someone coming to our site but wanting something to do with learning. So that tabs should give them hints as to what they can find. Looking through the tabs, you should have a sense of what the site is about without looking at what is beneath each heading&lt;br /&gt;
&lt;br /&gt;
====About====&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
:Secrets for First Year&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:7 Things to Know&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Working with Profs and TAs Toolkit&lt;br /&gt;
&lt;br /&gt;
====Prepare====&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Your Approach to Learning: Self-Assessment&lt;br /&gt;
:Time Management Toolkit&lt;br /&gt;
:Choosing Technology Toolkit&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
&lt;br /&gt;
====Learn====&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:Note Taking Toolkit&lt;br /&gt;
:Library Research Toolkit&lt;br /&gt;
:Critical Thinking Toolkit&lt;br /&gt;
:Exam/Study Prep Toolkit&lt;br /&gt;
:Textbook Reading Toolkit&lt;br /&gt;
&lt;br /&gt;
====Create====&lt;br /&gt;
:Equipment for Loan&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Computers, Printers, and Scanners&lt;br /&gt;
:Presentation Skills Toolkit&lt;br /&gt;
:Group Work Toolkit&lt;br /&gt;
:Writing Toolkit&lt;br /&gt;
&lt;br /&gt;
====Support====&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Workshops&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://wireframe.cc/gnG4Sm Wireframe for reference]&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
Consider the proposed architecture and take 10 minutes to discuss:&lt;br /&gt;
* What are the benefits of this architecture? What will learners/users gain?&lt;br /&gt;
Creates a path for learners&lt;br /&gt;
* Drawbacks? What will they lose?&lt;br /&gt;
Really have to think about something to know what tab it&#039;s under&lt;br /&gt;
* Other considerations moving forward?&lt;br /&gt;
Need to test search function well&lt;br /&gt;
* Questions that we need to answer?&lt;br /&gt;
How do we deal with service oriented things in terms of the architecture&lt;br /&gt;
&lt;br /&gt;
==Your Mission==&lt;br /&gt;
Focus on the design phase of the learning process.  You have 20 minutes to dig into this together, 10 minutes to share what you have come up with so far and then (as a team) we&#039;ll decide how to proceed.&lt;br /&gt;
From what you know of the learning design process so far (and using the frameworks as a reference), begin to map out a plan for the work we will need to start to do to design the site architecture.  Consider:&lt;br /&gt;
* the questions that we need to address&lt;br /&gt;
**How flexible are the changes? If the navigation is easily altered, since we have feedback saying this is how we should do something, lets go for it provided it&#039;s an easy change&lt;br /&gt;
**What questions do we ask of people? What are we asking people to do? (Etc. &amp;quot;Find where you would print&amp;quot; vs. &amp;quot;Poke around and interact on the site&amp;quot;)&lt;br /&gt;
**Do we need to set up redirects when changing the architecture since content is embedded in Arts web pages? --&amp;gt; Yes the changes are flexible but what&#039;s the impact?&lt;br /&gt;
* roles on the team&lt;br /&gt;
**Student Web Team: Building prototype, Carrying out assessment&lt;br /&gt;
**Staff Web Team: &lt;br /&gt;
**Full Team: Finalize categories and how the tabs are displayed&lt;br /&gt;
* prototypes&lt;br /&gt;
**Have a discussion to adjust a few things so that we are all in consensus before creating prototype&lt;br /&gt;
* feedback cycles&lt;br /&gt;
**How many people do we need to talk to to decide to make a change? Who decides what the critical number is?&lt;br /&gt;
* current users (strategies to minimize disruption)&lt;br /&gt;
**Do we have a notification that allows people to look at the beta and to inform them that changes are coming? Or do we just change it?&lt;br /&gt;
* anything else you think is important in this phase&lt;br /&gt;
&lt;br /&gt;
==Your Plan==&lt;br /&gt;
edit the wiki page and draft out your plan here.&lt;br /&gt;
&lt;br /&gt;
==Wiki Overview==&lt;br /&gt;
&lt;br /&gt;
Julie&#039;s words of wisdom.&lt;br /&gt;
&lt;br /&gt;
==Close==&lt;br /&gt;
Reflect on the opening questions.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
* Flesh out the plan and pass off to Rie to integrate with her workplan for site re-design.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235555</id>
		<title>Learning Commons:Student Orientation/Sessions/Frameworks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=235555"/>
		<updated>2013-06-03T20:22:51Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* proposed changes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your objective?==&lt;br /&gt;
To answer (for yourself) 3 questions about learning design:&lt;br /&gt;
* What is it?&lt;br /&gt;
* Why is it important?&lt;br /&gt;
* How does it help us in our work?&lt;br /&gt;
&lt;br /&gt;
==Learning Design Overview==&lt;br /&gt;
&lt;br /&gt;
===Definition===&lt;br /&gt;
Simply put, it is the design of a learning experience. The purpose may be to support an articulated learning objective or intention or to address an expressed or defined challenge or problem in the learning environment. At its core is a  consideration of the actions that learners may take in order to learn and design decisions are based on current knowledge about how people learn. Like all design processes, it is not linear, it is messy and involves trying things out, seeing what works, making alterations, and re-working. A key component is feedback and dialogue at every step in the process. Coming up with ways to represent the design ideas (or skeleton frameworks for discussion) are essential to the conversation. A good learning design is flexible, re-usable and adaptable to a variety of learning preferences.&lt;br /&gt;
&lt;br /&gt;
===Frameworks===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! The Plan&lt;br /&gt;
! The Reality&lt;br /&gt;
! The Decisions&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Learning Design Approach.png|thumb|center|[http://wiki.ubc.ca/images/7/7b/Learning_Design_Approach.pdf Learning Design Approach] ]]&lt;br /&gt;
| [[File:LD_Iterative_Thumb.png|thumb|center|[http://wiki.ubc.ca/images/9/9c/Iterative_Learning_Design.pdf Iterative Learning Design] ]]&lt;br /&gt;
| [[File:LC LD Summary.png|thumb|center|[http://wiki.ubc.ca/images/7/74/LD_Summary_copy.pdf Summary of LD framework for the Learning Commons Website Project] ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
&lt;br /&gt;
====The Plan====&lt;br /&gt;
Take 5 minutes to discuss the last redesign of the LC website with the &amp;quot;Plan&amp;quot; framework in mind . If you weren&#039;t there, it will be your role to ask questions, did deeper. Reflect on the following questions. Document anything noteworthy in the discussions area.&lt;br /&gt;
* What parts of the learning design process did you feel went really smoothly?&lt;br /&gt;
* What did you struggle with?&lt;br /&gt;
* What would you do differently?&lt;br /&gt;
* What would you do again for the next web redesign (this summer)?&lt;br /&gt;
&lt;br /&gt;
====The Reality====&lt;br /&gt;
Reflect on the development of the Toolkits with the &amp;quot;Reality&amp;quot; framework in mind . If you weren&#039;t there, reflect on the last time you were part of a collaborative creation process. Take 5 minutes to discuss and document anything noteworthy in the discussions area.&lt;br /&gt;
* What are the personal qualities that are important to bring to the process of learning design? Why?&lt;br /&gt;
&lt;br /&gt;
====The Decisions====&lt;br /&gt;
Reflect on what you know about students and on your experience of the Learning Commons site so far. Take 5 minutes to respond to these questions:&lt;br /&gt;
* do these goals still make sense to you?&lt;br /&gt;
* is there anything missing?&lt;br /&gt;
&lt;br /&gt;
Students need to know how to apply the information --&amp;gt; How do we accomplish this?&lt;br /&gt;
Goal of the Learner: How can I do this?&lt;br /&gt;
&lt;br /&gt;
Rethink the strategies we use for the personalized learning environment (RSS feeds for example)&lt;br /&gt;
&lt;br /&gt;
If you think something is missing or needs a re-think, try to identify it, the strategy we could use to support it and the tie in with the learning principles referenced here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Research that informed the decisions:&lt;br /&gt;
* Carnegie-Mellon&#039;s [http://www.cmu.edu/teaching/principles/learning.html Principles of Learning]&lt;br /&gt;
* opportunity for connection with others to discuss ideas and clarify thoughts supports learning.&lt;br /&gt;
* exploration of additional resources encourages personal &amp;quot;meaning-making&amp;quot; important for motivation.&lt;br /&gt;
&lt;br /&gt;
==Proposed Site Architecture==&lt;br /&gt;
&lt;br /&gt;
==Your objective?== &lt;br /&gt;
To apply what you know (or are learning) so far to:&lt;br /&gt;
* evaluate the relative merits and downsides of the proposed architecture for the new site.&lt;br /&gt;
* begin to map out a plan for the design phase based on the proposed site architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Section Tabs===&lt;br /&gt;
===Proposed Changes===&lt;br /&gt;
&#039;&#039;&#039;Tutoring &amp;amp; Studying&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
:Academic Advising&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:Workshops&lt;br /&gt;
:Approach To Learning: Self Assessment&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Student Toolkits&#039;&#039;&#039;&lt;br /&gt;
:Choosing Technology&lt;br /&gt;
:Critical Thinking&lt;br /&gt;
:Exam/Study Prep&lt;br /&gt;
:Group Work&lt;br /&gt;
:Library Research&lt;br /&gt;
:Note Taking&lt;br /&gt;
:Presentation Skills&lt;br /&gt;
:Profs &amp;amp; TAs&lt;br /&gt;
:Textbook Reading&lt;br /&gt;
:Time Management&lt;br /&gt;
:Writing&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&#039;Resource Guides&#039;&#039;&#039;&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:How to Find Articles&lt;br /&gt;
:Guide to Academic Integrity (Avoiding Plagiarism)&lt;br /&gt;
:Secrets of First Year&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Resources for Faculty&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&#039;Tech Support&amp;quot;&#039;&lt;br /&gt;
:Computers &amp;amp; Software &amp;amp; Printing&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Equipment Lending&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&#039;About Us&amp;quot;&#039;&lt;br /&gt;
&lt;br /&gt;
==What to consider regarding architecture==&lt;br /&gt;
*Length of drop down should be roughly equivalent across categories&lt;br /&gt;
*Tab heading should be consistent in approach and single word preferable&lt;br /&gt;
*Try to take the position of someone coming to our site but wanting something to do with learning. So that tabs should give them hints as to what they can find. Looking through the tabs, you should have a sense of what the site is about without looking at what is beneath each heading&lt;br /&gt;
&lt;br /&gt;
====About====&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
:Secrets for First Year&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:7 Things to Know&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Working with Profs and TAs Toolkit&lt;br /&gt;
&lt;br /&gt;
====Prepare====&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Your Approach to Learning: Self-Assessment&lt;br /&gt;
:Time Management Toolkit&lt;br /&gt;
:Choosing Technology Toolkit&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
&lt;br /&gt;
====Learn====&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:Note Taking Toolkit&lt;br /&gt;
:Library Research Toolkit&lt;br /&gt;
:Critical Thinking Toolkit&lt;br /&gt;
:Exam/Study Prep Toolkit&lt;br /&gt;
:Textbook Reading Toolkit&lt;br /&gt;
&lt;br /&gt;
====Create====&lt;br /&gt;
:Equipment for Loan&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Computers, Printers, and Scanners&lt;br /&gt;
:Presentation Skills Toolkit&lt;br /&gt;
:Group Work Toolkit&lt;br /&gt;
:Writing Toolkit&lt;br /&gt;
&lt;br /&gt;
====Support====&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Workshops&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://wireframe.cc/gnG4Sm Wireframe for reference]&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
Consider the proposed architecture and take 10 minutes to discuss:&lt;br /&gt;
* What are the benefits of this architecture? What will learners/users gain?&lt;br /&gt;
Creates a path for learners&lt;br /&gt;
* Drawbacks? What will they lose?&lt;br /&gt;
Really have to think about something to know what tab it&#039;s under&lt;br /&gt;
* Other considerations moving forward?&lt;br /&gt;
Need to test search function well&lt;br /&gt;
* Questions that we need to answer?&lt;br /&gt;
How do we deal with service oriented things in terms of the architecture&lt;br /&gt;
&lt;br /&gt;
==Your Mission==&lt;br /&gt;
Focus on the design phase of the learning process.  You have 20 minutes to dig into this together, 10 minutes to share what you have come up with so far and then (as a team) we&#039;ll decide how to proceed.&lt;br /&gt;
From what you know of the learning design process so far (and using the frameworks as a reference), begin to map out a plan for the work we will need to start to do to design the site architecture.  Consider:&lt;br /&gt;
* the questions that we need to address&lt;br /&gt;
**How flexible are the changes? If the navigation is easily altered, since we have feedback saying this is how we should do something, lets go for it provided it&#039;s an easy change&lt;br /&gt;
**What questions do we ask of people? What are we asking people to do? (Etc. &amp;quot;Find where you would print&amp;quot; vs. &amp;quot;Poke around and interact on the site&amp;quot;)&lt;br /&gt;
**Do we need to set up redirects when changing the architecture since content is embedded in Arts web pages? --&amp;gt; Yes the changes are flexible but what&#039;s the impact?&lt;br /&gt;
* roles on the team&lt;br /&gt;
**Student Web Team: Building prototype, Carrying out assessment&lt;br /&gt;
**Staff Web Team: &lt;br /&gt;
**Full Team: Finalize categories and how the tabs are displayed&lt;br /&gt;
* prototypes&lt;br /&gt;
**Have a discussion to adjust a few things so that we are all in consensus before creating prototype&lt;br /&gt;
* feedback cycles&lt;br /&gt;
**How many people do we need to talk to to decide to make a change? Who decides what the critical number is?&lt;br /&gt;
* current users (strategies to minimize disruption)&lt;br /&gt;
**Do we have a notification that allows people to look at the beta and to inform them that changes are coming? Or do we just change it?&lt;br /&gt;
* anything else you think is important in this phase&lt;br /&gt;
&lt;br /&gt;
==Your Plan==&lt;br /&gt;
edit the wiki page and draft out your plan here.&lt;br /&gt;
&lt;br /&gt;
==Wiki Overview==&lt;br /&gt;
&lt;br /&gt;
Julie&#039;s words of wisdom.&lt;br /&gt;
&lt;br /&gt;
==Close==&lt;br /&gt;
Reflect on the opening questions.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
* Flesh out the plan and pass off to Rie to integrate with her workplan for site re-design.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=232778</id>
		<title>Learning Commons:Student Orientation/Sessions/Frameworks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=232778"/>
		<updated>2013-05-02T19:09:50Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Your Mission */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your objective?==&lt;br /&gt;
To answer (for yourself) 3 questions about learning design:&lt;br /&gt;
* What is it?&lt;br /&gt;
* Why is it important?&lt;br /&gt;
* How does it help us in our work?&lt;br /&gt;
&lt;br /&gt;
==Learning Design Overview==&lt;br /&gt;
&lt;br /&gt;
===Definition===&lt;br /&gt;
Simply put, it is the design of a learning experience. The purpose may be to support an articulated learning objective or intention or to address an expressed or defined challenge or problem in the learning environment. At its core is a  consideration of the actions that learners may take in order to learn and design decisions are based on current knowledge about how people learn. Like all design processes, it is not linear, it is messy and involves trying things out, seeing what works, making alterations, and re-working. A key component is feedback and dialogue at every step in the process. Coming up with ways to represent the design ideas (or skeleton frameworks for discussion) are essential to the conversation. A good learning design is flexible, re-usable and adaptable to a variety of learning preferences.&lt;br /&gt;
&lt;br /&gt;
===Frameworks===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! The Plan&lt;br /&gt;
! The Reality&lt;br /&gt;
! The Decisions&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Learning Design Approach.png|thumb|center|[http://wiki.ubc.ca/images/7/7b/Learning_Design_Approach.pdf Learning Design Approach] ]]&lt;br /&gt;
| [[File:LD_Iterative_Thumb.png|thumb|center|[http://wiki.ubc.ca/images/9/9c/Iterative_Learning_Design.pdf Iterative Learning Design] ]]&lt;br /&gt;
| [[File:LC LD Summary.png|thumb|center|[http://wiki.ubc.ca/images/7/74/LD_Summary_copy.pdf Summary of LD framework for the Learning Commons Website Project] ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
&lt;br /&gt;
====The Plan====&lt;br /&gt;
Take 5 minutes to discuss the last redesign of the LC website with the &amp;quot;Plan&amp;quot; framework in mind . If you weren&#039;t there, it will be your role to ask questions, did deeper. Reflect on the following questions. Document anything noteworthy in the discussions area.&lt;br /&gt;
* What parts of the learning design process did you feel went really smoothly?&lt;br /&gt;
* What did you struggle with?&lt;br /&gt;
* What would you do differently?&lt;br /&gt;
* What would you do again for the next web redesign (this summer)?&lt;br /&gt;
&lt;br /&gt;
====The Reality====&lt;br /&gt;
Reflect on the development of the Toolkits with the &amp;quot;Reality&amp;quot; framework in mind . If you weren&#039;t there, reflect on the last time you were part of a collaborative creation process. Take 5 minutes to discuss and document anything noteworthy in the discussions area.&lt;br /&gt;
* What are the personal qualities that are important to bring to the process of learning design? Why?&lt;br /&gt;
&lt;br /&gt;
====The Decisions====&lt;br /&gt;
Reflect on what you know about students and on your experience of the Learning Commons site so far. Take 5 minutes to respond to these questions:&lt;br /&gt;
* do these goals still make sense to you?&lt;br /&gt;
* is there anything missing?&lt;br /&gt;
&lt;br /&gt;
Students need to know how to apply the information --&amp;gt; How do we accomplish this?&lt;br /&gt;
Goal of the Learner: How can I do this?&lt;br /&gt;
&lt;br /&gt;
Rethink the strategies we use for the personalized learning environment (RSS feeds for example)&lt;br /&gt;
&lt;br /&gt;
If you think something is missing or needs a re-think, try to identify it, the strategy we could use to support it and the tie in with the learning principles referenced here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Research that informed the decisions:&lt;br /&gt;
* Carnegie-Mellon&#039;s [http://www.cmu.edu/teaching/principles/learning.html Principles of Learning]&lt;br /&gt;
* opportunity for connection with others to discuss ideas and clarify thoughts supports learning.&lt;br /&gt;
* exploration of additional resources encourages personal &amp;quot;meaning-making&amp;quot; important for motivation.&lt;br /&gt;
&lt;br /&gt;
==Proposed Site Architecture==&lt;br /&gt;
&lt;br /&gt;
==Your objective?== &lt;br /&gt;
To apply what you know (or are learning) so far to:&lt;br /&gt;
* evaluate the relative merits and downsides of the proposed architecture for the new site.&lt;br /&gt;
* begin to map out a plan for the design phase based on the proposed site architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Section Tabs===&lt;br /&gt;
====About====&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
:Secrets for First Year&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:7 Things to Know&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Working with Profs and TAs Toolkit&lt;br /&gt;
&lt;br /&gt;
====Prepare====&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Your Approach to Learning: Self-Assessment&lt;br /&gt;
:Time Management Toolkit&lt;br /&gt;
:Choosing Technology Toolkit&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
&lt;br /&gt;
====Learn====&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:Note Taking Toolkit&lt;br /&gt;
:Library Research Toolkit&lt;br /&gt;
:Critical Thinking Toolkit&lt;br /&gt;
:Exam/Study Prep Toolkit&lt;br /&gt;
:Textbook Reading Toolkit&lt;br /&gt;
&lt;br /&gt;
====Create====&lt;br /&gt;
:Equipment for Loan&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Computers, Printers, and Scanners&lt;br /&gt;
:Presentation Skills Toolkit&lt;br /&gt;
:Group Work Toolkit&lt;br /&gt;
:Writing Toolkit&lt;br /&gt;
&lt;br /&gt;
====Support====&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Workshops&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://wireframe.cc/gnG4Sm Wireframe for reference]&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
Consider the proposed architecture and take 10 minutes to discuss:&lt;br /&gt;
* What are the benefits of this architecture? What will learners/users gain?&lt;br /&gt;
Creates a path for learners&lt;br /&gt;
* Drawbacks? What will they lose?&lt;br /&gt;
Really have to think about something to know what tab it&#039;s under&lt;br /&gt;
* Other considerations moving forward?&lt;br /&gt;
Need to test search function well&lt;br /&gt;
* Questions that we need to answer?&lt;br /&gt;
How do we deal with service oriented things in terms of the architecture&lt;br /&gt;
&lt;br /&gt;
==Your Mission==&lt;br /&gt;
Focus on the design phase of the learning process.  You have 20 minutes to dig into this together, 10 minutes to share what you have come up with so far and then (as a team) we&#039;ll decide how to proceed.&lt;br /&gt;
From what you know of the learning design process so far (and using the frameworks as a reference), begin to map out a plan for the work we will need to start to do to design the site architecture.  Consider:&lt;br /&gt;
* the questions that we need to address&lt;br /&gt;
     How flexible are the changes? If the navigation is easily altered, since we have feedback saying this is how we should do something, lets go for it provided it&#039;s an easy change&lt;br /&gt;
     What questions do we ask of people? What are we asking people to do? (Etc. &amp;quot;Find where you would print&amp;quot; vs. &amp;quot;Poke around and interact on the site&amp;quot;)&lt;br /&gt;
     Do we need to set up redirects when changing the architecture since content is embedded in Arts web pages? --&amp;gt; Yes the changes are flexible but what&#039;s the impact?&lt;br /&gt;
* roles on the team&lt;br /&gt;
     Student Web Team: Building prototype, Carrying out assessment&lt;br /&gt;
     Staff Web Team: &lt;br /&gt;
     Full Team: Finalize categories and how the tabs are displayed&lt;br /&gt;
* prototypes&lt;br /&gt;
     Have a discussion to adjust a few things so that we are all in consensus before creating prototype&lt;br /&gt;
* feedback cycles&lt;br /&gt;
    How many people do we need to talk to to decide to make a change? Who decides what the critical number is?&lt;br /&gt;
* current users (strategies to minimize disruption)&lt;br /&gt;
    Do we have a notification that allows people to look at the beta and to inform them that changes are coming? Or do we just change it?&lt;br /&gt;
* anything else you think is important in this phase&lt;br /&gt;
&lt;br /&gt;
==Your Plan==&lt;br /&gt;
edit the wiki page and draft out your plan here.&lt;br /&gt;
&lt;br /&gt;
==Wiki Overview==&lt;br /&gt;
&lt;br /&gt;
Julie&#039;s words of wisdom.&lt;br /&gt;
&lt;br /&gt;
==Close==&lt;br /&gt;
Reflect on the opening questions.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
* Flesh out the plan and pass off to Rie to integrate with her workplan for site re-design.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=232775</id>
		<title>Learning Commons:Student Orientation/Sessions/Frameworks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=232775"/>
		<updated>2013-05-02T19:05:28Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Your Mission */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your objective?==&lt;br /&gt;
To answer (for yourself) 3 questions about learning design:&lt;br /&gt;
* What is it?&lt;br /&gt;
* Why is it important?&lt;br /&gt;
* How does it help us in our work?&lt;br /&gt;
&lt;br /&gt;
==Learning Design Overview==&lt;br /&gt;
&lt;br /&gt;
===Definition===&lt;br /&gt;
Simply put, it is the design of a learning experience. The purpose may be to support an articulated learning objective or intention or to address an expressed or defined challenge or problem in the learning environment. At its core is a  consideration of the actions that learners may take in order to learn and design decisions are based on current knowledge about how people learn. Like all design processes, it is not linear, it is messy and involves trying things out, seeing what works, making alterations, and re-working. A key component is feedback and dialogue at every step in the process. Coming up with ways to represent the design ideas (or skeleton frameworks for discussion) are essential to the conversation. A good learning design is flexible, re-usable and adaptable to a variety of learning preferences.&lt;br /&gt;
&lt;br /&gt;
===Frameworks===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! The Plan&lt;br /&gt;
! The Reality&lt;br /&gt;
! The Decisions&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Learning Design Approach.png|thumb|center|[http://wiki.ubc.ca/images/7/7b/Learning_Design_Approach.pdf Learning Design Approach] ]]&lt;br /&gt;
| [[File:LD_Iterative_Thumb.png|thumb|center|[http://wiki.ubc.ca/images/9/9c/Iterative_Learning_Design.pdf Iterative Learning Design] ]]&lt;br /&gt;
| [[File:LC LD Summary.png|thumb|center|[http://wiki.ubc.ca/images/7/74/LD_Summary_copy.pdf Summary of LD framework for the Learning Commons Website Project] ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
&lt;br /&gt;
====The Plan====&lt;br /&gt;
Take 5 minutes to discuss the last redesign of the LC website with the &amp;quot;Plan&amp;quot; framework in mind . If you weren&#039;t there, it will be your role to ask questions, did deeper. Reflect on the following questions. Document anything noteworthy in the discussions area.&lt;br /&gt;
* What parts of the learning design process did you feel went really smoothly?&lt;br /&gt;
* What did you struggle with?&lt;br /&gt;
* What would you do differently?&lt;br /&gt;
* What would you do again for the next web redesign (this summer)?&lt;br /&gt;
&lt;br /&gt;
====The Reality====&lt;br /&gt;
Reflect on the development of the Toolkits with the &amp;quot;Reality&amp;quot; framework in mind . If you weren&#039;t there, reflect on the last time you were part of a collaborative creation process. Take 5 minutes to discuss and document anything noteworthy in the discussions area.&lt;br /&gt;
* What are the personal qualities that are important to bring to the process of learning design? Why?&lt;br /&gt;
&lt;br /&gt;
====The Decisions====&lt;br /&gt;
Reflect on what you know about students and on your experience of the Learning Commons site so far. Take 5 minutes to respond to these questions:&lt;br /&gt;
* do these goals still make sense to you?&lt;br /&gt;
* is there anything missing?&lt;br /&gt;
&lt;br /&gt;
Students need to know how to apply the information --&amp;gt; How do we accomplish this?&lt;br /&gt;
Goal of the Learner: How can I do this?&lt;br /&gt;
&lt;br /&gt;
Rethink the strategies we use for the personalized learning environment (RSS feeds for example)&lt;br /&gt;
&lt;br /&gt;
If you think something is missing or needs a re-think, try to identify it, the strategy we could use to support it and the tie in with the learning principles referenced here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Research that informed the decisions:&lt;br /&gt;
* Carnegie-Mellon&#039;s [http://www.cmu.edu/teaching/principles/learning.html Principles of Learning]&lt;br /&gt;
* opportunity for connection with others to discuss ideas and clarify thoughts supports learning.&lt;br /&gt;
* exploration of additional resources encourages personal &amp;quot;meaning-making&amp;quot; important for motivation.&lt;br /&gt;
&lt;br /&gt;
==Proposed Site Architecture==&lt;br /&gt;
&lt;br /&gt;
==Your objective?== &lt;br /&gt;
To apply what you know (or are learning) so far to:&lt;br /&gt;
* evaluate the relative merits and downsides of the proposed architecture for the new site.&lt;br /&gt;
* begin to map out a plan for the design phase based on the proposed site architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Section Tabs===&lt;br /&gt;
====About====&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
:Secrets for First Year&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:7 Things to Know&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Working with Profs and TAs Toolkit&lt;br /&gt;
&lt;br /&gt;
====Prepare====&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Your Approach to Learning: Self-Assessment&lt;br /&gt;
:Time Management Toolkit&lt;br /&gt;
:Choosing Technology Toolkit&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
&lt;br /&gt;
====Learn====&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:Note Taking Toolkit&lt;br /&gt;
:Library Research Toolkit&lt;br /&gt;
:Critical Thinking Toolkit&lt;br /&gt;
:Exam/Study Prep Toolkit&lt;br /&gt;
:Textbook Reading Toolkit&lt;br /&gt;
&lt;br /&gt;
====Create====&lt;br /&gt;
:Equipment for Loan&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Computers, Printers, and Scanners&lt;br /&gt;
:Presentation Skills Toolkit&lt;br /&gt;
:Group Work Toolkit&lt;br /&gt;
:Writing Toolkit&lt;br /&gt;
&lt;br /&gt;
====Support====&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Workshops&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://wireframe.cc/gnG4Sm Wireframe for reference]&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
Consider the proposed architecture and take 10 minutes to discuss:&lt;br /&gt;
* What are the benefits of this architecture? What will learners/users gain?&lt;br /&gt;
Creates a path for learners&lt;br /&gt;
* Drawbacks? What will they lose?&lt;br /&gt;
Really have to think about something to know what tab it&#039;s under&lt;br /&gt;
* Other considerations moving forward?&lt;br /&gt;
Need to test search function well&lt;br /&gt;
* Questions that we need to answer?&lt;br /&gt;
How do we deal with service oriented things in terms of the architecture&lt;br /&gt;
&lt;br /&gt;
==Your Mission==&lt;br /&gt;
Focus on the design phase of the learning process.  You have 20 minutes to dig into this together, 10 minutes to share what you have come up with so far and then (as a team) we&#039;ll decide how to proceed.&lt;br /&gt;
From what you know of the learning design process so far (and using the frameworks as a reference), begin to map out a plan for the work we will need to start to do to design the site architecture.  Consider:&lt;br /&gt;
* the questions that we need to address&lt;br /&gt;
     How flexible are the changes? If the navigation is easily altered, since we have feedback saying this is how we should do something, lets go for it provided it&#039;s an easy change&lt;br /&gt;
     What questions do we ask of people? What are we asking people to do? (Etc. &amp;quot;Find where you would print&amp;quot; vs. &amp;quot;Poke around and interact on the site&amp;quot;&lt;br /&gt;
* roles on the team&lt;br /&gt;
     Student Web Team: Building prototype, Carrying out assessment&lt;br /&gt;
     Staff Web Team: &lt;br /&gt;
     Full Team: Finalize categories and how the tabs are displayed&lt;br /&gt;
* prototypes&lt;br /&gt;
     Have a discussion to adjust a few things so that we are all in consensus before creating prototype&lt;br /&gt;
* feedback cycles&lt;br /&gt;
    How many people do we need to talk to to decide to make a change? Who decides what the critical number is?&lt;br /&gt;
* current users (strategies to minimize disruption)&lt;br /&gt;
    Do we have a notification that allows people to look at the beta and to inform them that changes are coming? Or do we just change it?&lt;br /&gt;
* anything else you think is important in this phase&lt;br /&gt;
&lt;br /&gt;
==Your Plan==&lt;br /&gt;
edit the wiki page and draft out your plan here.&lt;br /&gt;
&lt;br /&gt;
==Wiki Overview==&lt;br /&gt;
&lt;br /&gt;
Julie&#039;s words of wisdom.&lt;br /&gt;
&lt;br /&gt;
==Close==&lt;br /&gt;
Reflect on the opening questions.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
* Flesh out the plan and pass off to Rie to integrate with her workplan for site re-design.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=232769</id>
		<title>Learning Commons:Student Orientation/Sessions/Frameworks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=232769"/>
		<updated>2013-05-02T18:52:10Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your objective?==&lt;br /&gt;
To answer (for yourself) 3 questions about learning design:&lt;br /&gt;
* What is it?&lt;br /&gt;
* Why is it important?&lt;br /&gt;
* How does it help us in our work?&lt;br /&gt;
&lt;br /&gt;
==Learning Design Overview==&lt;br /&gt;
&lt;br /&gt;
===Definition===&lt;br /&gt;
Simply put, it is the design of a learning experience. The purpose may be to support an articulated learning objective or intention or to address an expressed or defined challenge or problem in the learning environment. At its core is a  consideration of the actions that learners may take in order to learn and design decisions are based on current knowledge about how people learn. Like all design processes, it is not linear, it is messy and involves trying things out, seeing what works, making alterations, and re-working. A key component is feedback and dialogue at every step in the process. Coming up with ways to represent the design ideas (or skeleton frameworks for discussion) are essential to the conversation. A good learning design is flexible, re-usable and adaptable to a variety of learning preferences.&lt;br /&gt;
&lt;br /&gt;
===Frameworks===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! The Plan&lt;br /&gt;
! The Reality&lt;br /&gt;
! The Decisions&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Learning Design Approach.png|thumb|center|[http://wiki.ubc.ca/images/7/7b/Learning_Design_Approach.pdf Learning Design Approach] ]]&lt;br /&gt;
| [[File:LD_Iterative_Thumb.png|thumb|center|[http://wiki.ubc.ca/images/9/9c/Iterative_Learning_Design.pdf Iterative Learning Design] ]]&lt;br /&gt;
| [[File:LC LD Summary.png|thumb|center|[http://wiki.ubc.ca/images/7/74/LD_Summary_copy.pdf Summary of LD framework for the Learning Commons Website Project] ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
&lt;br /&gt;
====The Plan====&lt;br /&gt;
Take 5 minutes to discuss the last redesign of the LC website with the &amp;quot;Plan&amp;quot; framework in mind . If you weren&#039;t there, it will be your role to ask questions, did deeper. Reflect on the following questions. Document anything noteworthy in the discussions area.&lt;br /&gt;
* What parts of the learning design process did you feel went really smoothly?&lt;br /&gt;
* What did you struggle with?&lt;br /&gt;
* What would you do differently?&lt;br /&gt;
* What would you do again for the next web redesign (this summer)?&lt;br /&gt;
&lt;br /&gt;
====The Reality====&lt;br /&gt;
Reflect on the development of the Toolkits with the &amp;quot;Reality&amp;quot; framework in mind . If you weren&#039;t there, reflect on the last time you were part of a collaborative creation process. Take 5 minutes to discuss and document anything noteworthy in the discussions area.&lt;br /&gt;
* What are the personal qualities that are important to bring to the process of learning design? Why?&lt;br /&gt;
&lt;br /&gt;
====The Decisions====&lt;br /&gt;
Reflect on what you know about students and on your experience of the Learning Commons site so far. Take 5 minutes to respond to these questions:&lt;br /&gt;
* do these goals still make sense to you?&lt;br /&gt;
* is there anything missing?&lt;br /&gt;
&lt;br /&gt;
Students need to know how to apply the information --&amp;gt; How do we accomplish this?&lt;br /&gt;
Goal of the Learner: How can I do this?&lt;br /&gt;
&lt;br /&gt;
Rethink the strategies we use for the personalized learning environment (RSS feeds for example)&lt;br /&gt;
&lt;br /&gt;
If you think something is missing or needs a re-think, try to identify it, the strategy we could use to support it and the tie in with the learning principles referenced here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Research that informed the decisions:&lt;br /&gt;
* Carnegie-Mellon&#039;s [http://www.cmu.edu/teaching/principles/learning.html Principles of Learning]&lt;br /&gt;
* opportunity for connection with others to discuss ideas and clarify thoughts supports learning.&lt;br /&gt;
* exploration of additional resources encourages personal &amp;quot;meaning-making&amp;quot; important for motivation.&lt;br /&gt;
&lt;br /&gt;
==Proposed Site Architecture==&lt;br /&gt;
&lt;br /&gt;
==Your objective?== &lt;br /&gt;
To apply what you know (or are learning) so far to:&lt;br /&gt;
* evaluate the relative merits and downsides of the proposed architecture for the new site.&lt;br /&gt;
* begin to map out a plan for the design phase based on the proposed site architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Section Tabs===&lt;br /&gt;
====About====&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
:Secrets for First Year&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:7 Things to Know&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Working with Profs and TAs Toolkit&lt;br /&gt;
&lt;br /&gt;
====Prepare====&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Your Approach to Learning: Self-Assessment&lt;br /&gt;
:Time Management Toolkit&lt;br /&gt;
:Choosing Technology Toolkit&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
&lt;br /&gt;
====Learn====&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:Note Taking Toolkit&lt;br /&gt;
:Library Research Toolkit&lt;br /&gt;
:Critical Thinking Toolkit&lt;br /&gt;
:Exam/Study Prep Toolkit&lt;br /&gt;
:Textbook Reading Toolkit&lt;br /&gt;
&lt;br /&gt;
====Create====&lt;br /&gt;
:Equipment for Loan&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Computers, Printers, and Scanners&lt;br /&gt;
:Presentation Skills Toolkit&lt;br /&gt;
:Group Work Toolkit&lt;br /&gt;
:Writing Toolkit&lt;br /&gt;
&lt;br /&gt;
====Support====&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Workshops&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://wireframe.cc/gnG4Sm Wireframe for reference]&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
Consider the proposed architecture and take 10 minutes to discuss:&lt;br /&gt;
* What are the benefits of this architecture? What will learners/users gain?&lt;br /&gt;
Creates a path for learners&lt;br /&gt;
* Drawbacks? What will they lose?&lt;br /&gt;
Really have to think about something to know what tab it&#039;s under&lt;br /&gt;
* Other considerations moving forward?&lt;br /&gt;
Need to test search function well&lt;br /&gt;
* Questions that we need to answer?&lt;br /&gt;
How do we deal with service oriented things in terms of the architecture&lt;br /&gt;
&lt;br /&gt;
==Your Mission==&lt;br /&gt;
Focus on the design phase of the learning process.  You have 20 minutes to dig into this together, 10 minutes to share what you have come up with so far and then (as a team) we&#039;ll decide how to proceed.&lt;br /&gt;
From what you know of the learning design process so far (and using the frameworks as a reference), begin to map out a plan for the work we will need to start to do to design the site architecture.  Consider:&lt;br /&gt;
* the questions that we need to address&lt;br /&gt;
* roles on the team&lt;br /&gt;
* prototypes&lt;br /&gt;
* feedback cycles&lt;br /&gt;
* current users (strategies to minimize disruption)&lt;br /&gt;
* anything else you think is important in this phase&lt;br /&gt;
&lt;br /&gt;
==Your Plan==&lt;br /&gt;
edit the wiki page and draft out your plan here.&lt;br /&gt;
&lt;br /&gt;
==Wiki Overview==&lt;br /&gt;
&lt;br /&gt;
Julie&#039;s words of wisdom.&lt;br /&gt;
&lt;br /&gt;
==Close==&lt;br /&gt;
Reflect on the opening questions.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
* Flesh out the plan and pass off to Rie to integrate with her workplan for site re-design.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=232757</id>
		<title>Learning Commons:Student Orientation/Sessions/Frameworks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/Frameworks&amp;diff=232757"/>
		<updated>2013-05-02T18:25:49Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* The Decisions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Your objective?==&lt;br /&gt;
To answer (for yourself) 3 questions about learning design:&lt;br /&gt;
* What is it?&lt;br /&gt;
* Why is it important?&lt;br /&gt;
* How does it help us in our work?&lt;br /&gt;
&lt;br /&gt;
==Learning Design Overview==&lt;br /&gt;
&lt;br /&gt;
===Definition===&lt;br /&gt;
Simply put, it is the design of a learning experience. The purpose may be to support an articulated learning objective or intention or to address an expressed or defined challenge or problem in the learning environment. At its core is a  consideration of the actions that learners may take in order to learn and design decisions are based on current knowledge about how people learn. Like all design processes, it is not linear, it is messy and involves trying things out, seeing what works, making alterations, and re-working. A key component is feedback and dialogue at every step in the process. Coming up with ways to represent the design ideas (or skeleton frameworks for discussion) are essential to the conversation. A good learning design is flexible, re-usable and adaptable to a variety of learning preferences.&lt;br /&gt;
&lt;br /&gt;
===Frameworks===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! The Plan&lt;br /&gt;
! The Reality&lt;br /&gt;
! The Decisions&lt;br /&gt;
|-&lt;br /&gt;
| [[File:Learning Design Approach.png|thumb|center|[http://wiki.ubc.ca/images/7/7b/Learning_Design_Approach.pdf Learning Design Approach] ]]&lt;br /&gt;
| [[File:LD_Iterative_Thumb.png|thumb|center|[http://wiki.ubc.ca/images/9/9c/Iterative_Learning_Design.pdf Iterative Learning Design] ]]&lt;br /&gt;
| [[File:LC LD Summary.png|thumb|center|[http://wiki.ubc.ca/images/7/74/LD_Summary_copy.pdf Summary of LD framework for the Learning Commons Website Project] ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
&lt;br /&gt;
====The Plan====&lt;br /&gt;
Take 5 minutes to discuss the last redesign of the LC website with the &amp;quot;Plan&amp;quot; framework in mind . If you weren&#039;t there, it will be your role to ask questions, did deeper. Reflect on the following questions. Document anything noteworthy in the discussions area.&lt;br /&gt;
* What parts of the learning design process did you feel went really smoothly?&lt;br /&gt;
* What did you struggle with?&lt;br /&gt;
* What would you do differently?&lt;br /&gt;
* What would you do again for the next web redesign (this summer)?&lt;br /&gt;
&lt;br /&gt;
====The Reality====&lt;br /&gt;
Reflect on the development of the Toolkits with the &amp;quot;Reality&amp;quot; framework in mind . If you weren&#039;t there, reflect on the last time you were part of a collaborative creation process. Take 5 minutes to discuss and document anything noteworthy in the discussions area.&lt;br /&gt;
* What are the personal qualities that are important to bring to the process of learning design? Why?&lt;br /&gt;
&lt;br /&gt;
====The Decisions====&lt;br /&gt;
Reflect on what you know about students and on your experience of the Learning Commons site so far. Take 5 minutes to respond to these questions:&lt;br /&gt;
* do these goals still make sense to you?&lt;br /&gt;
* is there anything missing?&lt;br /&gt;
&lt;br /&gt;
Students need to know how to apply the information --&amp;gt; How do we accomplish this?&lt;br /&gt;
Goal of the Learner: How can I do this?&lt;br /&gt;
&lt;br /&gt;
Rethink the strategies we use for the personalized learning environment (RSS feeds for example)&lt;br /&gt;
&lt;br /&gt;
If you think something is missing or needs a re-think, try to identify it, the strategy we could use to support it and the tie in with the learning principles referenced here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Research that informed the decisions:&lt;br /&gt;
* Carnegie-Mellon&#039;s [http://www.cmu.edu/teaching/principles/learning.html Principles of Learning]&lt;br /&gt;
* opportunity for connection with others to discuss ideas and clarify thoughts supports learning.&lt;br /&gt;
* exploration of additional resources encourages personal &amp;quot;meaning-making&amp;quot; important for motivation.&lt;br /&gt;
&lt;br /&gt;
==Proposed Site Architecture==&lt;br /&gt;
&lt;br /&gt;
==Your objective?== &lt;br /&gt;
To apply what you know (or are learning) so far to:&lt;br /&gt;
* evaluate the relative merits and downsides of the proposed architecture for the new site.&lt;br /&gt;
* begin to map out a plan for the design phase based on the proposed site architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Section Tabs===&lt;br /&gt;
====About====&lt;br /&gt;
&lt;br /&gt;
====Start====&lt;br /&gt;
:Secrets for First Year&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
:Study Spaces&lt;br /&gt;
:7 Things to Know&lt;br /&gt;
:Live Well Learn Well&lt;br /&gt;
:Resources for Online Learners&lt;br /&gt;
:Working with Profs and TAs Toolkit&lt;br /&gt;
&lt;br /&gt;
====Prepare====&lt;br /&gt;
:Assignment Calculator&lt;br /&gt;
:Your Approach to Learning: Self-Assessment&lt;br /&gt;
:Time Management Toolkit&lt;br /&gt;
:Choosing Technology Toolkit&lt;br /&gt;
:Guide to Academic Integrity&lt;br /&gt;
&lt;br /&gt;
====Learn====&lt;br /&gt;
:How to Cite Sources&lt;br /&gt;
:Note Taking Toolkit&lt;br /&gt;
:Library Research Toolkit&lt;br /&gt;
:Critical Thinking Toolkit&lt;br /&gt;
:Exam/Study Prep Toolkit&lt;br /&gt;
:Textbook Reading Toolkit&lt;br /&gt;
&lt;br /&gt;
====Create====&lt;br /&gt;
:Equipment for Loan&lt;br /&gt;
:Tech Help&lt;br /&gt;
:Computers, Printers, and Scanners&lt;br /&gt;
:Presentation Skills Toolkit&lt;br /&gt;
:Group Work Toolkit&lt;br /&gt;
:Writing Toolkit&lt;br /&gt;
&lt;br /&gt;
====Support====&lt;br /&gt;
:Tutoring&lt;br /&gt;
:Workshops&lt;br /&gt;
:Peer Academic Coaching&lt;br /&gt;
:Improve Your Writing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://wireframe.cc/gnG4Sm Wireframe for reference]&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
Consider the proposed architecture and take 10 minutes to discuss:&lt;br /&gt;
* What are the benefits of this architecture? What will learners/users gain?&lt;br /&gt;
* Drawbacks? What will they lose?&lt;br /&gt;
* Other considerations moving forward?&lt;br /&gt;
* Questions that we need to answer?&lt;br /&gt;
&lt;br /&gt;
==Your Mission==&lt;br /&gt;
Focus on the design phase of the learning process.  You have 20 minutes to dig into this together, 10 minutes to share what you have come up with so far and then (as a team) we&#039;ll decide how to proceed.&lt;br /&gt;
From what you know of the learning design process so far (and using the frameworks as a reference), begin to map out a plan for the work we will need to start to do to design the site architecture.  Consider:&lt;br /&gt;
* the questions that we need to address&lt;br /&gt;
* roles on the team&lt;br /&gt;
* prototypes&lt;br /&gt;
* feedback cycles&lt;br /&gt;
* current users (strategies to minimize disruption)&lt;br /&gt;
* anything else you think is important in this phase&lt;br /&gt;
&lt;br /&gt;
==Your Plan==&lt;br /&gt;
edit the wiki page and draft out your plan here.&lt;br /&gt;
&lt;br /&gt;
==Wiki Overview==&lt;br /&gt;
&lt;br /&gt;
Julie&#039;s words of wisdom.&lt;br /&gt;
&lt;br /&gt;
==Close==&lt;br /&gt;
Reflect on the opening questions.&lt;br /&gt;
&lt;br /&gt;
==Homework==&lt;br /&gt;
* Flesh out the plan and pass off to Rie to integrate with her workplan for site re-design.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232408</id>
		<title>Learning Commons:Student Orientation/Sessions/User Profiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232408"/>
		<updated>2013-05-01T18:05:11Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;User Scenario&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These scenarios should describe the user, and outline in detail what their goals are when they reach the Learning Commons site.&lt;br /&gt;
&lt;br /&gt;
Our target student is in 1st or 2nd Year&lt;br /&gt;
&lt;br /&gt;
USER 1: Struggling Student (Writing &amp;amp; Research Courses)&lt;br /&gt;
*Student needs to write a paper&lt;br /&gt;
*Needs to use services in the Library&lt;br /&gt;
*Needs to conduct research&lt;br /&gt;
*Looking for a person to help them with Academics (Tutor, Coach)&lt;br /&gt;
*Needs examples of what they should be doing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 2: Struggling Student (Problem-based Courses)&lt;br /&gt;
*Breakdown large concept into manageable parts&lt;br /&gt;
*I need to practice this concept&lt;br /&gt;
*Need to retain information&lt;br /&gt;
*Organize large amounts of information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 3: High Achievers&lt;br /&gt;
*I need to not feel stressed&lt;br /&gt;
*I need MORE --&amp;gt; I want to learn something that will make me that much better&lt;br /&gt;
*I need a quiet place to study&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 4: New-to-UBC&lt;br /&gt;
*I need to know what services are available to me&lt;br /&gt;
*I need to know where stuff is&lt;br /&gt;
*I need to know how to be a University student&lt;br /&gt;
*How to do stuff in the LC&lt;br /&gt;
*First Year Students&lt;br /&gt;
    *Transition from Highschool&lt;br /&gt;
*Transfer Students&lt;br /&gt;
    *I need advising&lt;br /&gt;
*Mature Students&lt;br /&gt;
    *I need community&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 5: Crisis/Panic Mode Students&lt;br /&gt;
*I need academic help (I need to talk to a PERSON)&lt;br /&gt;
*I need a plan of attack&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 6: Specialty User (International, commuter, online, aboriginal, residence)&lt;br /&gt;
*I need information specific to me&lt;br /&gt;
*Online user resources&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 7: Educators/Staff/Faculty/Student Leaders&lt;br /&gt;
*I need more information/contacts&lt;br /&gt;
*I need context about this information&lt;br /&gt;
*Resources to disseminate to students&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232406</id>
		<title>Learning Commons:Student Orientation/Sessions/User Profiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232406"/>
		<updated>2013-05-01T18:04:28Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;User Scenario&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These scenarios should describe the user, and outline in detail what their goals are when they reach the Learning Commons site.&lt;br /&gt;
&lt;br /&gt;
Our target student is in 1st or 2nd Year&lt;br /&gt;
&lt;br /&gt;
USER 1: Struggling Student (Writing &amp;amp; Research Courses)&lt;br /&gt;
*Student needs to write a paper&lt;br /&gt;
*Needs to use services in the Library&lt;br /&gt;
*Needs to conduct research&lt;br /&gt;
*Looking for a person to help them with Academics (Tutor, Coach)&lt;br /&gt;
*Needs examples of what they should be doing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 2: Struggling Student (Problem-based Courses)&lt;br /&gt;
*Breakdown large concept into manageable parts&lt;br /&gt;
*I need to practice this concept&lt;br /&gt;
*Need to retain information&lt;br /&gt;
*Organize large amounts of information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 3: High Achievers&lt;br /&gt;
*I need to not feel stressed&lt;br /&gt;
*I need MORE --&amp;gt; I want to learn something that will make me that much better&lt;br /&gt;
*I need a quiet place to study&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 4: New-to-UBC&lt;br /&gt;
*I need to know what services are available to me&lt;br /&gt;
*I need to know where stuff is&lt;br /&gt;
*I need to know how to be a University student&lt;br /&gt;
*How to do stuff in the LC&lt;br /&gt;
*First Year Students&lt;br /&gt;
 -Transition from Highschool&lt;br /&gt;
*Transfer Students&lt;br /&gt;
 - I need advising&lt;br /&gt;
*Mature Students&lt;br /&gt;
 - I need community&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 5: Crisis/Panic Mode Students&lt;br /&gt;
*I need academic help (I need to talk to a PERSON)&lt;br /&gt;
*I need a plan of attack&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 6: Specialty User (International, commuter, online, aboriginal, residence)&lt;br /&gt;
*I need information specific to me&lt;br /&gt;
*Online user resources&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 7: Educators/Staff/Faculty/Student Leaders&lt;br /&gt;
*I need more information/contacts&lt;br /&gt;
*I need context about this information&lt;br /&gt;
*Resources to disseminate to students&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232405</id>
		<title>Learning Commons:Student Orientation/Sessions/User Profiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232405"/>
		<updated>2013-05-01T18:03:57Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;User Scenario&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These scenarios should describe the user, and outline in detail what their goals are when they reach the Learning Commons site.&lt;br /&gt;
&lt;br /&gt;
Our target student is in 1st or 2nd Year&lt;br /&gt;
&lt;br /&gt;
USER 1: Struggling Student (Writing &amp;amp; Research Courses)&lt;br /&gt;
*Student needs to write a paper&lt;br /&gt;
*Needs to use services in the Library&lt;br /&gt;
*Needs to conduct research&lt;br /&gt;
*Looking for a person to help them with Academics (Tutor, Coach)&lt;br /&gt;
*Needs examples of what they should be doing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 2: Struggling Student (Problem-based Courses)&lt;br /&gt;
*Breakdown large concept into manageable parts&lt;br /&gt;
*I need to practice this concept&lt;br /&gt;
*Need to retain information&lt;br /&gt;
*Organize large amounts of information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 3: High Achievers&lt;br /&gt;
*I need to not feel stressed&lt;br /&gt;
*I need MORE --&amp;gt; I want to learn something that will make me that much better&lt;br /&gt;
*I need a quiet place to study&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 4: New-to-UBC&lt;br /&gt;
*I need to know what services are available to me&lt;br /&gt;
*I need to know where stuff is&lt;br /&gt;
*I need to know how to be a University student&lt;br /&gt;
*How to do stuff in the LC&lt;br /&gt;
*First Year Students&lt;br /&gt;
      -Transition from Highschool&lt;br /&gt;
*Transfer Students&lt;br /&gt;
     - I need advising&lt;br /&gt;
*Mature Students&lt;br /&gt;
    - I need community&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 5: Crisis/Panic Mode Students&lt;br /&gt;
*I need academic help (I need to talk to a PERSON)&lt;br /&gt;
*I need a plan of attack&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 6: Specialty User (International, commuter, online, aboriginal, residence)&lt;br /&gt;
*I need information specific to me&lt;br /&gt;
*Online user resources&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 7: Educators/Staff/Faculty/Student Leaders&lt;br /&gt;
*I need more information/contacts&lt;br /&gt;
*I need context about this information&lt;br /&gt;
*Resources to disseminate to students&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232402</id>
		<title>Learning Commons:Student Orientation/Sessions/User Profiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232402"/>
		<updated>2013-05-01T17:57:59Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;User Scenario&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These scenarios should describe the user, and outline in detail what their goals are when they reach the Learning Commons site.&lt;br /&gt;
&lt;br /&gt;
Our target student is in 1st or 2nd Year&lt;br /&gt;
&lt;br /&gt;
USER 1: Struggling Student (Writing &amp;amp; Research Courses)&lt;br /&gt;
*Student needs to write a paper&lt;br /&gt;
*Needs to use services in the Library&lt;br /&gt;
*Needs to conduct research&lt;br /&gt;
*Looking for a person to help them with Academics (Tutor, Coach)&lt;br /&gt;
*Needs examples of what they should be doing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 2: Struggling Student (Problem-based Courses)&lt;br /&gt;
*Breakdown large concept into manageable parts&lt;br /&gt;
*I need to practice this concept&lt;br /&gt;
*Need to retain information&lt;br /&gt;
*Organize large amounts of information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 3: High Achievers&lt;br /&gt;
*I need to not feel stressed&lt;br /&gt;
*I need MORE --&amp;gt; I want to learn something that will make me that much better&lt;br /&gt;
*I need a quiet place to study&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 4: New-to-UBC (1st year, transfer &amp;amp; mature)&lt;br /&gt;
*I need to know what services are available to me&lt;br /&gt;
*I need to know where stuff is&lt;br /&gt;
*I need to know how to be a University student&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 5: Crisis/Panic Mode Students&lt;br /&gt;
*I need academic help (I need to talk to a PERSON)&lt;br /&gt;
*I need a plan of attack&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 6: Specialty User (International, commuter, online, aboriginal, residence)&lt;br /&gt;
*I need information specific to me&lt;br /&gt;
*Online user resources&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 7: Educators/Staff/Faculty&lt;br /&gt;
*I need more information/contacts&lt;br /&gt;
*I need context about this information&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232399</id>
		<title>Learning Commons:Student Orientation/Sessions/User Profiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232399"/>
		<updated>2013-05-01T17:42:51Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;User Scenario&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These scenarios should describe the user, and outline in detail what their goals are when they reach the Learning Commons site.&lt;br /&gt;
&lt;br /&gt;
Our target student is in 1st or 2nd Year&lt;br /&gt;
&lt;br /&gt;
USER 1: Struggling Student (Writing &amp;amp; Research Courses)&lt;br /&gt;
*Student needs to write a paper&lt;br /&gt;
*Needs to use services in the Library&lt;br /&gt;
*Needs to conduct research&lt;br /&gt;
*Looking for a person to help them with Academics (Tutor, Coach)&lt;br /&gt;
*Needs examples of what they should be doing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 2: Struggling Student (Problem-based Courses)&lt;br /&gt;
*Breakdown large concept into manageable parts&lt;br /&gt;
*I need to practice this concept&lt;br /&gt;
*Need to retain information&lt;br /&gt;
*Organize large amounts of information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 3: High Achievers&lt;br /&gt;
*I need to not feel stressed&lt;br /&gt;
*I need MORE --&amp;gt; I want to learn something that will make me that much better&lt;br /&gt;
*I need a quiet place to study&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 4: New-to-UBC&lt;br /&gt;
*I need to know what services are available to me&lt;br /&gt;
*I need to know where stuff is&lt;br /&gt;
*I need to know how to be a University student&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 5: Crisis/Panic Mode Students&lt;br /&gt;
*I need academic help (I need to talk to a PERSON)&lt;br /&gt;
*I need a plan of attack&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 6: Specialty User (International, commuter, online)&lt;br /&gt;
*I need information specific to me&lt;br /&gt;
*Online user resources&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 7: Educators/Staff/Faculty&lt;br /&gt;
*I need more information/contacts&lt;br /&gt;
*I need context about this information&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232397</id>
		<title>Learning Commons:Student Orientation/Sessions/User Profiles</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Student_Orientation/Sessions/User_Profiles&amp;diff=232397"/>
		<updated>2013-05-01T17:31:27Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;User Scenario&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These scenarios should describe the user, and outline in detail what their goals are when they reach the Learning Commons site.&lt;br /&gt;
&lt;br /&gt;
**Our target student is in 1st or 2nd Year**&lt;br /&gt;
&lt;br /&gt;
USER 1: Struggling Student (Writing &amp;amp; Research Courses)&lt;br /&gt;
*Student needs to write a paper&lt;br /&gt;
*Needs to use services in the Library&lt;br /&gt;
*Needs to conduct research&lt;br /&gt;
*Looking for a person to help them with Academics (Tutor, Coach)&lt;br /&gt;
*Needs examples of what they should be doing&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 2: Struggling Student (Problem-based Courses)&lt;br /&gt;
*Breakdown large concept into manageable parts&lt;br /&gt;
*I need to practice this concept&lt;br /&gt;
*Need to retain information&lt;br /&gt;
*Organize large amounts of information&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 3: High Achievers&lt;br /&gt;
*I need to not feel stressed&lt;br /&gt;
*I need more --&amp;gt; I want to learn something that will make me that much better&lt;br /&gt;
*I need a quiet place to study&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 4: New-to-UBC&lt;br /&gt;
*I need to know what services are available to me?&lt;br /&gt;
*I need to know where stuff is&lt;br /&gt;
*I need to know how to be a University Student&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 5: Crisis/Panic Mode Students&lt;br /&gt;
*I need academic help (I need to talk to a PERSON)&lt;br /&gt;
*I need a plan of attack&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 6: Specialty User (International, commuter, online)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
USER 7: Educators/Staff/Faculty&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Sandbox:I_am_Awesome_At...&amp;diff=173325</id>
		<title>Sandbox:I am Awesome At...</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Sandbox:I_am_Awesome_At...&amp;diff=173325"/>
		<updated>2012-06-06T20:47:40Z</updated>

		<summary type="html">&lt;p&gt;Corbo: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Hi Summer 2012 SD Staff!&amp;#039;&amp;#039;&amp;#039;  This is where you can let everyone else know what you&amp;#039;re great at...or in the words of Moses, what you&amp;#039;re &amp;quot;better than decent at&amp;quot;. Please fill ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Hi Summer 2012 SD Staff!&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This is where you can let everyone else know what you&#039;re great at...or in the words of Moses, what you&#039;re &amp;quot;better than decent at&amp;quot;.&lt;br /&gt;
Please fill in your name and any soft or hard skills you want to share with the team, and feel free to ask your fellow staff members for help in their areas of expertise!&lt;br /&gt;
&lt;br /&gt;
== Staff ==&lt;br /&gt;
* Gillian: Wordpress &amp;amp; reading body language&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Peer_Academic_Coaching_Hours&amp;diff=170727</id>
		<title>Peer Academic Coaching Hours</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Peer_Academic_Coaching_Hours&amp;diff=170727"/>
		<updated>2012-05-24T16:34:42Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Coaching Hours==&lt;br /&gt;
&lt;br /&gt;
Coaches Corner will re-open in October 2012.&lt;br /&gt;
&lt;br /&gt;
Coaching is free, and offered on a drop-in basis.&lt;br /&gt;
&lt;br /&gt;
Coaching sessions take place in the Chapman Learning Commons - Irving K Barber Learning Center, Level 3&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Thread:Library_talk:Copyright_Resources/Student_Copyright_Guide/Why_Should_I_Care/Student_Feedback/reply&amp;diff=168175</id>
		<title>Thread:Library talk:Copyright Resources/Student Copyright Guide/Why Should I Care/Student Feedback/reply</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Thread:Library_talk:Copyright_Resources/Student_Copyright_Guide/Why_Should_I_Care/Student_Feedback/reply&amp;diff=168175"/>
		<updated>2012-05-09T22:28:28Z</updated>

		<summary type="html">&lt;p&gt;Corbo: Reply to Student Feedback&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;One of the myths that I seem to hear a lot is that if it doesn&#039;t say &amp;quot;copyrighted&amp;quot; or doesn&#039;t have the C symbol than you are free to use it. But my understanding is that something has to explicitly say &amp;quot;creative commons&amp;quot; for it to be used.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Peer_Academic_Coaching_Hours&amp;diff=109985</id>
		<title>Peer Academic Coaching Hours</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Peer_Academic_Coaching_Hours&amp;diff=109985"/>
		<updated>2011-08-18T18:08:41Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Coaching Hours==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Resuming in September, stay posted for details!&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Peer_Academic_Coaching_Hours&amp;diff=109983</id>
		<title>Peer Academic Coaching Hours</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Peer_Academic_Coaching_Hours&amp;diff=109983"/>
		<updated>2011-08-18T18:05:17Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Coaching Hours&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Resuming in September, stay posted for details!&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Chapman_Learning_Commons/Facilities&amp;diff=103351</id>
		<title>Learning Commons:Chapman Learning Commons/Facilities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Chapman_Learning_Commons/Facilities&amp;diff=103351"/>
		<updated>2011-07-15T18:57:17Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Learning_Commons:Chapman_Learning_Commons/Computer_and_Software_Intro}} &lt;br /&gt;
&lt;br /&gt;
The software available at our computer workstations is outlined below:&lt;br /&gt;
&lt;br /&gt;
{{Learning_Commons:Chapman_Learning_Commons/PC_Workstations}}&lt;br /&gt;
&lt;br /&gt;
{{Learning_Commons:Chapman_Learning_Commons/Mac_Workstations}}&lt;br /&gt;
&lt;br /&gt;
{{Learning_Commons:Chapman_Learning_Commons/Multimedia_Mac_Workstations}}&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Chapman_Learning_Commons/Facilities&amp;diff=103349</id>
		<title>Learning Commons:Chapman Learning Commons/Facilities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Chapman_Learning_Commons/Facilities&amp;diff=103349"/>
		<updated>2011-07-15T18:54:24Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{{intro|==Computers &amp;amp; Software in The Chapman Learning Commons==&lt;br /&gt;
&lt;br /&gt;
Take advantage of the computer facilities in the Chapman Learning Commons which include 23 PC and 16 Mac workstations.  Students, faculty and staff can access our computers with a CWL login or library barcode and pin number. Community members and public users can obtain guest access IDs from the Irving K. Barber Learning Centre [http://parsnip.library.ubc.ca/ikblc/findme/findme.php?level=level2&amp;amp;x=358&amp;amp;y=243&amp;amp;icon=j0432610.png circulation desk]. Government issued photo ID is required for the guest access IDs. &lt;br /&gt;
&lt;br /&gt;
The software available at our computer workstations is outlined below:&lt;br /&gt;
}}}&lt;br /&gt;
{{Learning_Commons:Chapman_Learning_Commons/PC_Workstations}}&lt;br /&gt;
&lt;br /&gt;
{{Learning_Commons:Chapman_Learning_Commons/Mac_Workstations}}&lt;br /&gt;
&lt;br /&gt;
{{Learning_Commons:Chapman_Learning_Commons/Multimedia_Mac_Workstations}}&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Learning_Commons:Chapman_Learning_Commons/Facilities&amp;diff=102623</id>
		<title>Learning Commons:Chapman Learning Commons/Facilities</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Learning_Commons:Chapman_Learning_Commons/Facilities&amp;diff=102623"/>
		<updated>2011-07-08T18:50:40Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{{intro|==Computers &amp;amp; Software in The Chapman Learning Commons==&lt;br /&gt;
&lt;br /&gt;
Take advantage of the computer facilities in the Chapman Learning Commons which include 23 PC and 16 Mac workstations.  Students, faculty and staff can access our computers with a CWL login or library barcode and pin number. Community members and public users can obtain guest access IDs from the Irving K. Barber Learning Centre [http://parsnip.library.ubc.ca/ikblc/findme/findme.php?level=level2&amp;amp;x=358&amp;amp;y=243&amp;amp;icon=j0432610.png circulation desk]. Government issued photo ID is required for the guest access IDs. &lt;br /&gt;
&lt;br /&gt;
The software available at our computer workstations is outlined below:&lt;br /&gt;
}}}{{{PCinfo|&lt;br /&gt;
:&#039;&#039;&#039;PC Workstations&#039;&#039;&#039;&lt;br /&gt;
:[[File:CLCComputers.jpg|thumb]]&lt;br /&gt;
&lt;br /&gt;
:The 23 PC Workstations have the following software installed:&lt;br /&gt;
::*[https://secure.wikimedia.org/wikipedia/en/wiki/Microsoft_Office_2003 Microsoft Office 2003] (includes [https://secure.wikimedia.org/wikipedia/en/wiki/Microsoft_Word Word], [https://secure.wikimedia.org/wikipedia/en/wiki/Microsoft_Excel Excel] and [https://secure.wikimedia.org/wikipedia/en/wiki/Microsoft_PowerPoint PowerPoint])&lt;br /&gt;
::*[http://www.refworks.com/ Refworks]&lt;br /&gt;
::*[http://earth.google.com/tour.html Google Earth]&lt;br /&gt;
::*[https://www.microsoft.com/windows/internet-explorer/default.aspx Internet Explorer] and [https://www.mozilla.com/en-US/products/firefox/ Mozilla Firefox]&lt;br /&gt;
}}}&lt;br /&gt;
:&#039;&#039;&#039;Mac Workstations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:The 8 regular Mac Workstations have the following software installed:&lt;br /&gt;
::*[http://www.microsoftstore.ca/shop/en-CA/Microsoft/Office/Office-for-Mac-2011 Microsoft Office for Mac 2011] (includes Word, Excel and PowerPoint)&lt;br /&gt;
::*[http://www.apple.com/iwork/ Apple iWork &#039;09] (includes [http://www.apple.com/iwork/pages/Pages Pages], [http://www.apple.com/iwork/numbers/ Numbers] and [http://www.apple.com/iwork/keynote/ Keynote])&lt;br /&gt;
::*[http://www.openoffice.org/ Open Office]&lt;br /&gt;
::*[http://www.apple.com/ilife/ Apple iLife &#039;09] (includes [http://www.apple.com/ilife/iphoto/ iPhoto], [http://www.apple.com/ilife/idvd/ iDVD], [http://www.apple.com/ilife/imovie/ iMovie], [http://www.apple.com/ilife/iweb/ iWeb] and [http://www.apple.com/ilife/garageband/Garage Band])&lt;br /&gt;
::*[http://earth.google.com/tour.html Google Earth]&lt;br /&gt;
::*[http://picasa.google.com/mac/ Picasa]&lt;br /&gt;
::*[http://cyberduck.ch/ CyberDuck] (for FTP)&lt;br /&gt;
::*[http://www.apple.com/safari/ Safari], [http://www.google.com/chrome Google Chrome] and [http://www.mozilla.com/firefox/ Mozilla Firefox]&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Multimedia Mac Workstations&#039;&#039;&#039;&lt;br /&gt;
{{{imageMac|&lt;br /&gt;
:[[File:MacWorkstation.jpg|thumb]]&lt;br /&gt;
}}}&lt;br /&gt;
:In addition to the software on the Mac Workstations (see above), the 8 Multimedia Mac Workstations also have:&lt;br /&gt;
::*[http://www.adobe.com/products/creativesuite/design/ Adobe CS5] (includes [http://layersmagazine.com/category/photoshop Photoshop], [http://layersmagazine.com/category/indesign In Design], [http://layersmagazine.com/category/illustrator Illustrator], [http://layersmagazine.com/category/dreamweaver Dreamweaver] and [http://layersmagazine.com/category/flash Flash])&lt;br /&gt;
::*[http://www.adobe.com/products/acrobatpro.html Adobe Acrobat Professional]&lt;br /&gt;
::*[http://www.apple.com/finalcutexpress/tutorials/ Final Cut Express 4]&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Sandbox:Computers,_Printers_%26_Scanners&amp;diff=98930</id>
		<title>Sandbox:Computers, Printers &amp; Scanners</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Sandbox:Computers,_Printers_%26_Scanners&amp;diff=98930"/>
		<updated>2011-06-14T21:09:46Z</updated>

		<summary type="html">&lt;p&gt;Corbo: Created page with &amp;quot;&amp;lt;table&amp;gt; &amp;lt;tr&amp;gt;&amp;lt;td rowspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;h2&amp;gt;&amp;lt;font color=&amp;quot;#002859&amp;quot;&amp;gt;Computer Location List&amp;lt;/font color&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;[wiki-embed url=&amp;#039;http://wiki.ubc.ca/Learning_Commons:Chapman_Learning_C...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table&amp;gt; &amp;lt;tr&amp;gt;&amp;lt;td rowspan=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;h2&amp;gt;&amp;lt;font color=&amp;quot;#002859&amp;quot;&amp;gt;Computer Location List&amp;lt;/font color&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;[wiki-embed url=&#039;http://wiki.ubc.ca/Learning_Commons:Chapman_Learning_Commons/Computer_Labs&#039;  tabs no-edit no-contents ]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt; &amp;lt;h2&amp;gt;&amp;lt;font color=&amp;quot;#002859&amp;quot;&amp;gt;Computer Location Map&amp;lt;/font color&amp;gt;&amp;lt;/h2&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;iframe width=&amp;quot;425&amp;quot; height=&amp;quot;350&amp;quot; frameborder=&amp;quot;0&amp;quot; scrolling=&amp;quot;no&amp;quot; marginheight=&amp;quot;0&amp;quot; marginwidth=&amp;quot;0&amp;quot; src=&amp;quot;http://maps.google.ca/maps?f=q&amp;amp;amp;source=s_q&amp;amp;amp;hl=en&amp;amp;amp;geocode=&amp;amp;amp;q=http:%2F%2Fmaps.google.com%2Fmaps%2Fms%3Fie%3DUTF8%26hl%3Den%26t%3Dp%26msa%3D0%26output%3Dnl%26msid%3D112396591754434735820.000497515c1965c1b6645%26z%3D19&amp;amp;amp;aq=&amp;amp;amp;sll=49.261226,-123.113927&amp;amp;amp;sspn=0.277381,0.702438&amp;amp;amp;ie=UTF8&amp;amp;amp;t=h&amp;amp;amp;ll=49.26528,-123.251404&amp;amp;amp;spn=0.008617,0.014694&amp;amp;amp;output=embed&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;small&amp;gt;&amp;lt;a href=&amp;quot;http://maps.google.ca/maps?f=q&amp;amp;amp;source=embed&amp;amp;amp;hl=en&amp;amp;amp;geocode=&amp;amp;amp;q=http:%2F%2Fmaps.google.com%2Fmaps%2Fms%3Fie%3DUTF8%26hl%3Den%26t%3Dp%26msa%3D0%26output%3Dnl%26msid%3D112396591754434735820.000497515c1965c1b6645%26z%3D19&amp;amp;amp;aq=&amp;amp;amp;sll=49.261226,-123.113927&amp;amp;amp;sspn=0.277381,0.702438&amp;amp;amp;ie=UTF8&amp;amp;amp;t=h&amp;amp;amp;ll=49.26528,-123.251404&amp;amp;amp;spn=0.008617,0.014694&amp;quot; style=&amp;quot;color:#0000FF;text-align:left&amp;quot;&amp;gt;View Larger Map&amp;lt;/a&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/tr&amp;gt;  &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;h2&amp;gt;&amp;lt;font color=&amp;quot;#002859&amp;quot;&amp;gt;Find Available Computers on Campus&amp;lt;/font color&amp;gt;&amp;lt;/h2&amp;gt; &amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;Check out our handy &#039;live&#039; computer availability map. It tells you how many computers are available at all UBC Library locations, and it refreshes constantly to give you up-to-date information. Avoid standing in line waiting for a computer, by checking out the map here - &amp;lt;a href=&amp;quot;http://computers.library.ubc.ca/&amp;quot;&amp;gt;UBC Computer Availability Map&amp;lt;/a&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;  &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; &amp;lt;h2&amp;gt;&amp;lt;font color=&amp;quot;#002859&amp;quot;&amp;gt;Computers &amp;amp; Software in The Chapman Learning Commons&amp;lt;/font color&amp;gt;&amp;lt;/h2&amp;gt; &amp;lt;br /&amp;gt;Take advantage of the computer facilities in the Chapman Learning Commons which include 23 PC and 16 Mac workstations. Students, faculty and staff can access our computers with a CWL login or library barcode and pin number. Community members and public users can obtain guest access IDs from the Irving K. Barber Learning Centre circulation desk. Government issued photo ID is required for the guest access IDs. The software available at our computer workstations is outlined below:  &amp;lt;strong&amp;gt;PC Workstations&amp;lt;/strong&amp;gt; The 23 PC Workstations have the following software installed: &amp;lt;ul&amp;gt; 	&amp;lt;li&amp;gt;Microsoft Office 2003 (includes Word, Excel and PowerPoint)&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Refworks&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Google Earth&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Internet Explorer and Mozilla Firefox&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;  &amp;lt;strong&amp;gt;Mac Workstations&amp;lt;/strong&amp;gt; The 8 regular Mac Workstations have the following software installed: &amp;lt;ul&amp;gt; 	&amp;lt;li&amp;gt;Microsoft Office for Mac 2011 (includes Word, Excel and PowerPoint)&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Apple iWork &#039;09 (includes Pages, Numbers and Keynote)&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Open Office&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Apple iLife &#039;09 (includes iPhoto, iDVD, iMovie, iWeb and Band)&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Google Earth&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Picasa&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;CyberDuck (for FTP)&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Safari, Google Chrome and Mozilla Firefox&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;  &amp;lt;strong&amp;gt;Multimedia Mac Workstations&amp;lt;/strong&amp;gt; In addition to the software on the Mac Workstations (see above), the 8 Multimedia Mac Workstations also have: &amp;lt;ul&amp;gt; 	&amp;lt;li&amp;gt;Adobe CS5 (includes Photoshop, In Design, Illustrator, Dreamweaver and Flash)&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Adobe Acrobat Professional&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Final Cut Express 4&amp;lt;/li&amp;gt;   &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;  &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; &amp;lt;h2&amp;gt;&amp;lt;font color=&amp;quot;#002859&amp;quot;&amp;gt;List of Printers on Campus&amp;lt;/font color&amp;gt;&amp;lt;/h2&amp;gt; &amp;lt;br /&amp;gt; &amp;lt;ul&amp;gt; 	&amp;lt;li&amp;gt;Asian Library&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Irving K. Barber - &amp;lt;em&amp;gt;levels 1,2,3,4&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;David Lam Library&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Education Library&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Koerner Library - &amp;lt;em&amp;gt;levels 2 &amp;amp; 3&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Law Library&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Music Library&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Woodward Library&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;WI7XWA Library&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;  &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt; &amp;lt;h2&amp;gt;&amp;lt;font color=&amp;quot;#002859&amp;quot;&amp;gt;Scanners &amp;amp; Printers&amp;lt;/font color&amp;gt;&amp;lt;/h2&amp;gt; &amp;lt;br /&amp;gt; There are two flatbed scanners available in the Chapman Learning Commons. Please visit our Help Desk on level 3 of the Irving K. Barber Learning Centre for assistance or more information. Printing &amp;amp; photocopy facilities are located throughout the Library, including the Chapman Learning Commons. Black &amp;amp; white printing/photocopying is 7¢ per page - Colour printing/photocopying is 40¢ per page - Double-sided printing is available. Note that each side counts as one page (i.e. a double-sided B/W page costs 14¢ instead of 7¢). Ask at the Chapman Learning Commons Help Desk for assistance with double-sided printin &amp;lt;/td&amp;gt; &amp;lt;/tr&amp;gt; &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;h2&amp;gt;&amp;lt;font color=&amp;quot;#002859&amp;quot;&amp;gt;Equipment Lending&amp;lt;/font color&amp;gt;&amp;lt;/h2&amp;gt; &amp;lt;br /&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;  &amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Sandbox:Study_Spaces&amp;diff=98928</id>
		<title>Sandbox:Study Spaces</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Sandbox:Study_Spaces&amp;diff=98928"/>
		<updated>2011-06-14T21:07:32Z</updated>

		<summary type="html">&lt;p&gt;Corbo: Created page with &amp;quot;[column size=4 border] &amp;lt;strong&amp;gt;Irving K. Barber Learning Center&amp;lt;/strong&amp;gt;  [caption id=&amp;quot;attachment_11158&amp;quot; align=&amp;quot;aligncenter&amp;quot; width=&amp;quot;285&amp;quot; caption=&amp;quot;Photo by tyfn @flickr.com&amp;quot;]&amp;lt;a hr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[column size=4 border] &amp;lt;strong&amp;gt;Irving K. Barber Learning Center&amp;lt;/strong&amp;gt;  [caption id=&amp;quot;attachment_11158&amp;quot; align=&amp;quot;aligncenter&amp;quot; width=&amp;quot;285&amp;quot; caption=&amp;quot;Photo by tyfn @flickr.com&amp;quot;]&amp;lt;a href=&amp;quot;http://www.flickr.com/photos/tyfn/3155755100/sizes/l/in/photostream/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;size-medium wp-image-11158&amp;quot; title=&amp;quot;Riddington Room&amp;quot; src=&amp;quot;http://learningcommons-redesign.sites.olt.ubc.ca/files/2011/05/3155755100_63b46827cf_b-300x199.jpg&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;quot;285&amp;quot; height=&amp;quot;200&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;[/caption]  High ceilings, movable furniture, and in the heart of campus, this Library is a favorite study spot for students. Open 7am-1am, seven days a week. Group study rooms are available for booking, and during exams it&#039;s open 24/7! [/column] [column size=4 border] &amp;lt;strong&amp;gt;Brock Hall + The CSI&amp;lt;/strong&amp;gt;  With nooks and crannies around every corner, there&#039;s always a cubicle to study in. Or kick back and interact with other students on the comfy couches of the CSI! The CSI is open Monday-Friday, 10am-6pm  [caption id=&amp;quot;attachment_11185&amp;quot; align=&amp;quot;aligncenter&amp;quot; width=&amp;quot;285&amp;quot; caption=&amp;quot;Photo by Center for Student Involvement&amp;quot;]&amp;lt;a href=&amp;quot;http://learningcommons-redesign.sites.olt.ubc.ca/files/2011/05/P1020349.jpg&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;size-medium wp-image-11185&amp;quot; title=&amp;quot;CSI&amp;quot; src=&amp;quot;http://learningcommons-redesign.sites.olt.ubc.ca/files/2011/05/P1020349-300x225.jpg&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;quot;285&amp;quot; height=&amp;quot;200&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;[/caption] &amp;lt;p style=&amp;quot;text-align: center;&amp;quot;&amp;gt;[/column] [column size=4] &amp;lt;strong&amp;gt;Abdul Ladha Science Center&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;   [caption id=&amp;quot;attachment_11161&amp;quot; align=&amp;quot;aligncenter&amp;quot; width=&amp;quot;285&amp;quot; caption=&amp;quot;Photo by dydcheung @ flickr.com&amp;quot;]&amp;lt;a href=&amp;quot;http://www.flickr.com/photos/duckducksnap/2400010388/sizes/o/in/photostream/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;size-medium wp-image-11161&amp;quot; title=&amp;quot;Abdul Ladha&amp;quot; src=&amp;quot;http://learningcommons-redesign.sites.olt.ubc.ca/files/2011/05/2400010388_9e445a3e05_o-300x200.jpg&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;quot;285&amp;quot; height=&amp;quot;200&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;[/caption]  The new home to Science students, but anyone can study there! Comfy couches and tables for group study, and bookable rooms and quiet study on the ground floor. Also has a kitchen to heat up and prepare your lunch! [/column]  &amp;lt;hr&amp;gt;  [column size=4 border] &amp;lt;strong&amp;gt;International House&amp;lt;/strong&amp;gt;  Not only does the Upper Lounge have a nice big table to spread out on, I-House always has something going on. And if you’re hankering to go on exchange, travel, or have an international experience, hanging around I-House can also put you in touch with International students.  [caption id=&amp;quot;attachment_11196&amp;quot; align=&amp;quot;aligncenter&amp;quot; width=&amp;quot;285&amp;quot; caption=&amp;quot;Photo by fboudville @ flickr.com&amp;quot;]&amp;lt;a href=&amp;quot;http://www.flickr.com/photos/29471479@N07/3842118250/sizes/l/in/photostream/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;size-medium wp-image-11196&amp;quot; title=&amp;quot;International House&amp;quot; src=&amp;quot;http://learningcommons-redesign.sites.olt.ubc.ca/files/2011/05/3842118250_3328136fc9_b-300x225.jpg&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;quot;285&amp;quot; height=&amp;quot;200&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;[/caption]  [/column] [column size=4 border]&amp;lt;strong&amp;gt;Student Union Building&amp;lt;/strong&amp;gt;  [caption id=&amp;quot;attachment_11182&amp;quot; align=&amp;quot;aligncenter&amp;quot; width=&amp;quot;285&amp;quot; caption=&amp;quot;Photo by kardboard604 @ flickr.com&amp;quot;]&amp;lt;a href=&amp;quot;http://www.flickr.com/photos/moov4/5505142537/sizes/l/in/photostream/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;size-medium wp-image-11182&amp;quot; title=&amp;quot;SUB&amp;quot; src=&amp;quot;http://learningcommons-redesign.sites.olt.ubc.ca/files/2011/05/5505142537_ea9784e35c_b-300x199.jpg&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;quot;285&amp;quot; height=&amp;quot;200&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;[/caption]  There are rooms upstairs that are central meeting locations, and if the weather is nice you can study in the courtyard on the roof! Also the SUB cafeteria during off-peak hours (before 11am or after 2pm) has plenty of tables and is conveniently located if you need a snack. [/column] [column size=4 border] &amp;lt;strong&amp;gt;Forestry Building&amp;lt;/strong&amp;gt;  If you&#039;re looking for group study areas or silent study areas, this is one of the nicest buildings in which you&#039;ll find them. It&#039;s a beautiful building with lots of natural light, calming wood, as well as our favorite coffee place, Tim Horton&#039;s!  [caption id=&amp;quot;attachment_11199&amp;quot; align=&amp;quot;aligncenter&amp;quot; width=&amp;quot;285&amp;quot; caption=&amp;quot;Photo by Nick Thornton @ flickr.com&amp;quot;]&amp;lt;a href=&amp;quot;http://www.flickr.com/photos/56866338@N06/5595800789/sizes/l/in/photostream/&amp;quot;&amp;gt;&amp;lt;img class=&amp;quot;size-medium wp-image-11199&amp;quot; title=&amp;quot;Forestry Building&amp;quot; src=&amp;quot;http://learningcommons-redesign.sites.olt.ubc.ca/files/2011/05/5595800789_bc051f0b17_b-300x200.jpg&amp;quot; alt=&amp;quot;&amp;quot; width=&amp;quot;285&amp;quot; height=&amp;quot;200&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;[/caption]  [/column]  &amp;lt;hr /&amp;gt;  [column size=4 border] &amp;lt;strong&amp;gt;Aquatic Center Bleachers&amp;lt;/strong&amp;gt;  The upstairs bleachers overhanging the pool are very popular with commuter students. Probably the warmest place on campus in the winter, this area can be the perfect place to take that much deserved study break (just remember to set an alarm!)[/column] [column size=4 border]&amp;lt;strong&amp;gt;Department Lounges&amp;lt;/strong&amp;gt;  Department lounges are often frequented by professors and grad students filling up their coffee mugs, so why not take advantage! You just might find the opportunity to ask some important questions or get to know your prof better![/column] [column size=4]&amp;lt;strong&amp;gt;The MASS&amp;lt;/strong&amp;gt;  The Meekison Arts Student Space is a relaxing space conceived, designed, and fundraised by students. It&#039;s located in Buchanan D and it&#039;s a great place to study or even meet friends for lunch while you&#039;re waiting for a  class to start.[/column] &amp;lt;hr&amp;gt;  [column size=6 border]&amp;lt;strong&amp;gt;IKBLC Group Study Spaces&amp;lt;/strong&amp;gt;  &amp;lt;ul&amp;gt; 	&amp;lt;li&amp;gt;Chapman Learning Commons - &amp;lt;em&amp;gt;3rd floor&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Qualicum Reading Room - &amp;lt;em&amp;gt;3rd floor&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt; Bookable Group Study Rooms - &amp;lt;em&amp;gt;levels 3 &amp;amp; 4&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt; [/column] [column size=6 border]&amp;lt;strong&amp;gt;IKBLC Silent Study Spaces&amp;lt;/strong&amp;gt;  &amp;lt;ul&amp;gt; 	&amp;lt;li&amp;gt;NASS Reading Room - &amp;lt;em&amp;gt;4th floor&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt; 	&amp;lt;li&amp;gt;Musqueam Reading Room - &amp;lt;em&amp;gt;4th floor&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt;         &amp;lt;li&amp;gt;Ridington Room - &amp;lt;em&amp;gt;levels 3 &amp;amp; 4&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt; [/column]&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Peer_Academic_Coaching_Hours&amp;diff=80411</id>
		<title>Peer Academic Coaching Hours</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Peer_Academic_Coaching_Hours&amp;diff=80411"/>
		<updated>2011-03-04T01:07:59Z</updated>

		<summary type="html">&lt;p&gt;Corbo: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Coaches Corner Hours&amp;#039;&amp;#039;&amp;#039; * Beginning Monday, January 17, 2011 Monday/Wednesday/Friday 12pm-2pm&amp;lt;br /&amp;gt; Tuesday 12:30pm-6pm&amp;lt;br /&amp;gt; Thursday 12pm-5pm&amp;lt;br /&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Coaches Corner Hours&#039;&#039;&#039;&lt;br /&gt;
* Beginning Monday, January 17, 2011&lt;br /&gt;
Monday/Wednesday/Friday 12pm-2pm&amp;lt;br /&amp;gt;&lt;br /&gt;
Tuesday 12:30pm-6pm&amp;lt;br /&amp;gt;&lt;br /&gt;
Thursday 12pm-5pm&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:Social_Web_Tools/Tips&amp;diff=78825</id>
		<title>Documentation:Social Web Tools/Tips</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:Social_Web_Tools/Tips&amp;diff=78825"/>
		<updated>2011-02-23T19:33:10Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Tips==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Facilitate students helping each other to learn how to use the technology&#039;&#039;&#039;. Remember, although some of your students may be very comfortable with these tools, some will never have even heard of them.&lt;br /&gt;
* &#039;&#039;&#039;Explain that you are experimenting&#039;&#039;&#039; with new technology and are just as new to it as some of them.&lt;br /&gt;
* &#039;&#039;&#039;Seek help from your students&#039;&#039;&#039; who have used these systems before.&lt;br /&gt;
* &#039;&#039;&#039;Provide technical support and contact information&#039;&#039;&#039;&lt;br /&gt;
[[Category:Tips]][[Category:Resources]]&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Social_Web_Tools&amp;diff=78634</id>
		<title>Social Web Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Social_Web_Tools&amp;diff=78634"/>
		<updated>2011-02-22T20:41:17Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:SocialWeb.jpg|frame|Flickr image: [http://www.flickr.com/photos/garyhayes/2973684461/ GaryHayes]]]&lt;br /&gt;
== Introduction ==ramona&lt;br /&gt;
&lt;br /&gt;
Social Web tools or technologies are those that make it possible, even easy, to collaborate, share, participate, communicate, and form &amp;amp; re-form relationships along the path of learning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;There is a match between what are seen as 21st-century learning skills, 21st-century employability skills and those engendered by engagement with Web 2.0 – communication, participation, networking, sharing.&#039;&#039; &amp;lt;ref&amp;gt;from: [http://www.jisc.ac.uk/publications/documents/heweb2.aspx Higher Education in a Web 2.0 World]: [http://www.jisc.ac.uk/ JISC], 2009.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For an interesting review of educational uses of social software , see the [http://www.jisc.ac.uk/ JISC] Study: The Effective Use of Social Software in Education: Final Report &amp;lt;ref&amp;gt;[http://www.jisc.ac.uk/media/documents/projects/effective-use-of-social-software-in-education-finalreport.pdf JISC: The Effective Use of Social Software in Education:Final Report]&amp;lt;/ref&amp;gt; and Case Studies &amp;lt;ref&amp;gt;[http://www.jisc.ac.uk/media/documents/projects/effective-use-of-social-software-in-education-casestudies.pdf JISC: The Effective Use of Social Software in Education:Case Studies]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wiki ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
[from [http://en.wikipedia.org/wiki/Markup_language Wikipedia] ] A &#039;&#039;&#039;wiki&#039;&#039;&#039; is a collection of [http://en.wikipedia.org/wiki/Web_page web pages] designed to enable anyone with access to contribute or modify content, using a simplified [[http://en.wikipedia.org/wiki/Markup_language markup language]]. Wikis are often used to create collaboration|collaborative websites and to power community websites. The collaborative encyclopedia [[http://en.wikipedia.org/wiki/Main_Page Wikipedia]] is one of the best-known wikis.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
* [http://www.mediawiki.org/wiki/MediaWiki Mediawiki]&lt;br /&gt;
* [http://pbwiki.com/ pbwiki]&lt;br /&gt;
* [http://wikkawiki.org/HomePage wikkawiki.org]&lt;br /&gt;
* [http://www.wikispaces.com/ wikispaces.com]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
[http://epac.pbwiki.com/ Collaborative project development], collaborative writing, peer-reviewed authorship, keeping track of resources for group projects, sharing resources for [http://wiki.elearning.ubc.ca/PhysicsHelp tutoring], organizing group events, communities of practice, [http://wiki.ubc.ca/Social_Networking_at_UBC collaborative resource development], etc. Publishing in a web format allows for easy sharing via rss or simple url (link).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC Supported:&#039;&#039;&#039;&lt;br /&gt;
* OLT is piloting a [[http://wiki.ubc.ca/Main_Page Mediawiki]] service for the UBC community.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Murder_Madness_and_Mayhem Murder, Madness, and Mayhem Project Page] on Wikipedia, [http://blogs.ubc.ca/span322/about/ North of the Rio Grande] course blog - the work of UBC Professor [http://faculty.arts.ubc.ca/jbmurray/research/index.htm Jon Beasley-Murray],  ([http://en.wikipedia.org/wiki/User:Jbmurray Wikipedia Page], [http://posthegemony.blogspot.com/ Blog])&lt;br /&gt;
* [http://en.wikipedia.org/wiki/El_Se%C3%B1or_Presidente Article: El Señor Presidente]&lt;br /&gt;
* [http://wiki.elearning.ubc.ca/tela/HomePage UBC&#039;s English Language Arts Wiki] (2007)&lt;br /&gt;
* LEAP wikis for tutoring: [http://wiki.ubc.ca/ChemHelp Chemistry], [http://wiki.ubc.ca/PhysicsHelp Physics], [http://wiki.ubc.ca/EconHelp Economics], [http://wiki.ubc.ca/MathHelp Math]&lt;br /&gt;
* [http://hlwiki.slais.ubc.ca/index.php/ Creating_an_LIS_course_on_social_software Creating an LIS Course on Social Software]: planning and research&lt;br /&gt;
* [http://cis.apsc.ubc.ca/wiki/index.php/Team-Based_Learning Team-based Learning: Faculty of Applied Science:] resource wiki.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
* [WikiMatrix:http://www.wikimatrix.org/]&lt;br /&gt;
* [http://www.oreillynet.com/pub/a/network/2006/07/07/what-is-a-wiki.html?page=1 O&#039;Reilly&#039;s: What is a Wiki...?]&lt;br /&gt;
&lt;br /&gt;
== Weblog ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
[from [http://en.wikipedia.org/wiki/Markup_language Wikipedia] ] A blog (a contraction of the term weblog) is a type of [http://en.wikipedia.org/wiki/Website website], usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://wordpress.com Wordpress ]&lt;br /&gt;
* [http://www.movabletype.com/ Moveable Type]&lt;br /&gt;
* [http://blogger.com Blogger/Blogspot] &lt;br /&gt;
* [http://livejournal.com Livejournal]&lt;br /&gt;
* [http://xanga.com Xanga]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Blogging allows you to share your thoughts, views, ideas, observations and learnings via an online journal of sorts.  Most blogging applications allow you to upload your own (or other shared) media files. An important feature of blogging is that (through reader comments) it allows you to build a community of people who are interested in what you write and you want you to read what they write. Blogs can come in many flavors and have many uses beyond the single author, journal type blog.  It may look like a website or a portfolio. It may include many authors or just one. It can be about text or just images.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC Supported:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
OLT is piloting a service for the UBC community: [http://blogs.ubc.ca UBC Blogs]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://blogs.ubc.ca/etec522/ ETEC 522 Course Blog]&lt;br /&gt;
* [http://leap.ubc.ca/ LEAP]: academic support resource: multi-author blog&lt;br /&gt;
* [http://digitaltattoo.ubc.ca/ Digital Tattoo]: digital literacy tutorial: multi-author blog&lt;br /&gt;
* [http://blogs.ubc.ca/parsia/ Parsia: An Insight into the Art and Architecture of Iran]: student directed seminar&lt;br /&gt;
* [http://blogs.ubc.ca/sciencefictionandthecity/ Science Fiction and the City]: student directed seminar&lt;br /&gt;
* [http://celebratelearning.ubc.ca/ Celebrate Learning]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://blogger.com Blogger/Blogspot] provide a short tour discussing what a blog actually is and what it can be used for at the following link: [http://www.blogger.com/tour_start.g Blog Tour].&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a list of [http://mashable.com/2007/08/06/free-blog-hosts/ 40+ free blog hosts].&lt;br /&gt;
&lt;br /&gt;
== Microblog ==&lt;br /&gt;
			&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Micro-blogging is very similar to weblogs, but the major difference is that long posts are restricted by setting an upper limit to the number of characters that the user is permitted to use.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://twitter.com/ Twitter]&lt;br /&gt;
* [http://www.jaiku.com/ Jaiku]&lt;br /&gt;
* [http://www.tumblr.com/ Tumblr]&lt;br /&gt;
* [http://www.yammer.com/ Yammer]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The uses of micro-blogs are the similar to weblogs, except that blog posts are limited to 150 characters, encouraging snippets of &amp;quot;water-cooler&amp;quot; conversation rather than full on dialogues.&lt;br /&gt;
* [http://chronicle.com/media/video/v54/i25/twitter/ Teaching With Twitter]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
UBC is experimenting with Yammer as a way to engage in &amp;quot;internal&amp;quot; conversations among various groups. It integrates with Twitter (in a superficial way) allowing Twitter users to send posts to Yammer by use of a [http://www.twitip.com/tweet-your-message-to-a-larger-audience-with-hashtags/ hashtag] #yam.&lt;br /&gt;
&lt;br /&gt;
A Creative writing class uses Twitter to create stories, 142 characters at a time.  Students receive an account with their order, they add to the story when it is their turn.  High tech version of the campfire story.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A list of the [http://www.smartbloggerz.com/2008/09/top-5-micro-blogging-sites-for-blog/ Top 5 Micro Blogging Websites] with descriptions and links to the respective sites.&lt;br /&gt;
&lt;br /&gt;
== Online Presentation/Meeting Tools ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Web presentation tools and technologies provide the means to deliver any [http://office.microsoft.com/en-us/powerpoint/default.aspx PowerPoint-based] or similar type of visual presentation to an Internet-connected audience, no matter where participants are connecting from. Many applications also provide audio and application-sharing capabilities - which enhance the collaborative learning experience.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://www.wimba.com/ Wimba] - The leading provider of collaborative learning software applications and services to the education industry.&lt;br /&gt;
* [http://www.teamslide.com/ Teamslide]&lt;br /&gt;
* [http://www.ivocalize.com/ Ivocalize]&lt;br /&gt;
* [http://www.webex.com/solutions/web-presentation-svc.html Webex]&lt;br /&gt;
* [http://prezi.com/ Prezi]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Web presentation and meeting technologies reduce the requirement for face to face meetings, encourage broader participation (especially when travel to meetings/workshops is a barrier to participation) and open up access (potentially) to participants located anywhere in the world.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;In the classroom&#039;&#039;&#039;: Wimba Live Classroom in collaboration with [http://www.it.ubc.ca/learningapps/webctvista.html WebCT Vista] - offers a synchronous experience to the online classroom.&lt;br /&gt;
* &#039;&#039;&#039;Outside of the classroom&#039;&#039;&#039;: UBC departments are using Wimba&#039;s Live Classroom for:&lt;br /&gt;
** [http://leap.ubc.ca/get_study_help/online_tutoring/ Tutoring(AMS)]&lt;br /&gt;
** [https://secure.students.ubc.ca/workshops/study.cfm Workshop Delivery (Student Development)]&lt;br /&gt;
** [https://secure.students.ubc.ca/workshops/firstyear.cfm Academic Advising (Arts)]&lt;br /&gt;
** Recruitment (Enrolment Services)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[http://www.kolabora.com/news/2007/01/25/web_presentation_tools_and_technologies.htm Web Presentations and Tools and Technologies] are broken down with costs and features on this site as well as more examples and descriptions of individual pieces of software.&lt;br /&gt;
&lt;br /&gt;
== Instant Messaging ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
[from [http://en.wikipedia.org/wiki/Instant_messaging Wikipedia]] &#039;&#039;&#039;Instant messaging&#039;&#039;&#039; (&#039;&#039;&#039;IM&#039;&#039;&#039;) is a form of [http://en.wikipedia.org/wiki/Real-time_computing Real-time computing] communication between two or more people based on typed text. The text is conveyed via devices connected over a network such as the [http://en.wikipedia.org/wiki/Internet Internet].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://dashboard.aim.com/aim AIM] - AOL Instant Messenger&lt;br /&gt;
* [http://www.microsoft.com/mac/products/messenger/default.mspx Windows Live Messenger]&lt;br /&gt;
* [http://messenger.yahoo.com/ Yahoo! Messenger]&lt;br /&gt;
* [http://www.meebo.com/ Meebo]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Instant messaging (IM) clients are tools that make real-time text-based communication possible between two or more active participants at the same time, using the Internet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* LEAP/Chapman Learning Commons (CLC): &lt;br /&gt;
[http://leap.ubc.ca/ LEAP] Meebo chat connects students online with CLC Help Desk Assistants on site at the Chapman Learning Commons in the Ike Barber Learning Centre.   &lt;br /&gt;
* LEAP/ [http://leap.ubc.ca/get_study_help/online_tutoring/ AMS Tutoring]: uses IM to support their 1:1 online tutoring service.&lt;br /&gt;
* [http://www.library.ubc.ca/home/ask.html UBC Library uses IM] to respond to reference questions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Wikipedia provides an extensive [http://en.wikipedia.org/wiki/Comparison_of_instant_messaging_clients IM Comparison Chart] that shows which features are offered by which instant messaging clients and the type of communication that is possible using one client over another.&lt;br /&gt;
&lt;br /&gt;
== Visual Organizers ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Visual organization tools and technologies enable the creation of any kinds or charts and diagrams for [http://en.wikipedia.org/wiki/Statistical statistical] purposes as well as creating a visual to help interpret the data set at hand.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://www.gliffy.com/ Gliffy]&lt;br /&gt;
* [http://www.edrawsoft.com/MindMap.php Edraw Soft]&lt;br /&gt;
* [http://www.bubbl.us/ Bubbl.us]&lt;br /&gt;
* [http://cmap.ihmc.us/conceptmap.html CmapTools]&lt;br /&gt;
* [http://creately.com Creately]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Visual organization tools are very useful for brainstorming ideas, organizing similar or distinct content and for providing a visual display of the information that can be easily presented and understandable for others.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Mind Mapping Resources]]: a collection of resources related to mindmapping and demo of Bubbl.us for collaborative presentation.&lt;br /&gt;
&lt;br /&gt;
A compilation of different diagrams that can be used as visual aids are shown at the following link: [http://my.hrw.com/nsmedia/intgos/html/igo.htm Interactive Graphic Organizers]&lt;br /&gt;
&lt;br /&gt;
== Social Bookmarking ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[from [http://en.wikipedia.org/wiki/Social_bookmarking Wikipedia]] Social bookmarking is a method for Internet users to store, organize, search, and manage bookmarks of web pages on the Internet with the help of [http://en.wikipedia.org/wiki/Metadata metadata], typically in the form of [http://en.wikipedia.org/wiki/Tag_(metadata) tags] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://delicious.com/ Delicious]&lt;br /&gt;
* [http://www.diigo.com/ Diigo]&lt;br /&gt;
* [http://digg.com/ Digg]&lt;br /&gt;
* [https://addons.mozilla.org/en-US/firefox/addon/1407 Clipmarks] - Firefox Add-on]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Social bookmarking allows users to  save links to web pages that they want to remember for the future and/or share with others. The stored bookmarks are usually public, but can be saved privately, or shared only with specified people or groups, shared strictly inside certain networks, or another combination of public and private domains. The allowed people can usually view these bookmarks chronologically, by category or tags, or via a search engine.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
* Social Media and Marketing class blog and [http://www.darrenbarefoot.com/archives/2009/02/delicious-links-from-our-ubc-class.html Del.icio.us links]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The [http://websearch.about.com/od/bestwebsites/tp/freebookmarks.htm top ten best social bookmarking] sites are listed on this website, with a brief description and link to the sites of each of these social bookmarking technologies.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s a list of [http://mashable.com/2007/08/08/social-bookmarking-2/ 50+ social bookmarking sites]&lt;br /&gt;
&lt;br /&gt;
== Social Networking ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
Social networking is a term used to describe the way that people build online networks of contacts and interact with them in a secure environment. Some of the most popular social networking sites include Facebook and MySpace.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
* [http://blog.facebook.com/ Facebook.com]&lt;br /&gt;
* [http://www.myspace.com/ My Space]&lt;br /&gt;
* [http://www.linkedin.com/ Linked In]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
* sharing resources/ideas&lt;br /&gt;
* socializing&lt;br /&gt;
* learning&lt;br /&gt;
* connecting with colleagues&lt;br /&gt;
* keeping friends/contacts updated with your activities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
* [http://www.facebook.com/group.php?gid=17412870081 Live-in for Literacy Campaign] &lt;br /&gt;
* [http://www.facebook.com/pages/Vancouver-BC/The-University-of-British-Columbia-UBC/16761458703?ref=s UBC&#039;s Facebook Page]&lt;br /&gt;
* UBC&#039;s [http://www.facebook.com/group.php?gid=2351148130 1st Year Engineering Student Group]&lt;br /&gt;
* UBC&#039;s [http://www.facebook.com/group.php?sid=ec9537e3b87464b94ef44293665abb54&amp;amp;gid=2615812119 Terry Program]&lt;br /&gt;
* UBC&#039;s Forestry course: [http://www.facebook.com/group.php?gid=45753921121 Sustainable Energy Policy and Governance: CONS 425]&lt;br /&gt;
* LEAP: [http://www.facebook.com/stanford#/profile.php?sid=a8a4d639c8a054356b72d53ca693c637&amp;amp;id=587373733&amp;amp;hiq=ubc%2Cleap&amp;amp;ref=search FB Profile] and [http://www.facebook.com/s.php?q=leap+at+UBC&amp;amp;n=16777427&amp;amp;k=200000010&amp;amp;sf=nf&amp;amp;init=q&amp;amp;sid=d28d878207ab8ffb9d524449c7cd5cd5#/group.php?gid=18376164760&amp;amp;ref=ts FB Group]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Others &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
* [http://www.facebook.com/stanford#/video/video.php?v=616065342953&amp;amp;ref=mf Stanford&#039;s Open Office Hours] on Facebook&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
* Social Networking Technologies: A Poke for Campus Services (Educause, 2007) &amp;lt;ref&amp;gt;[http://www.educause.edu/EDUCAUSE+Review/EDUCAUSEReviewMagazineVolume42/SocialNetworkingTechnologiesAP/158119 Social Networking Technologies: A Poke for Campus Services (Educause, 2007)] &amp;lt;/ref&amp;gt;&lt;br /&gt;
* [http://news.stanford.edu/news/2009/may6/facebook-050609.html Stanford&#039;s Open Office Hours Comes to Facebook]&lt;br /&gt;
&lt;br /&gt;
== Collaborative Writing ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[from [http://en.wikipedia.org/wiki/Collaborative_writing  Wikipedia]] The term collaborative writing refers to projects where written works are created by multiple people together (collaboratively) rather than individually. Some projects are overseen by an editor or editorial team, but many grow without any of this top-down oversight.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://writer.zoho.com/home?serviceurl=%2Findex.do Zoho Writer]&lt;br /&gt;
* [http://www.writeboard.com/ Writeboard]&lt;br /&gt;
* [http://docs.google.com/ Google Docs]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In a true collaborative environment, each contributor has an almost equal ability to add, edit, and remove text. The writing process becomes a [http://en.wikipedia.org/wiki/Recursion recursive] task, where each change prompts others to make more changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A small guide for collaborative writing and available [http://www.kolabora.com/news/2007/03/01/collaborative_writing_tools_and_technology.htm writing tools and technology] are available here with brief descriptions of the individual pieces of software.&lt;br /&gt;
&lt;br /&gt;
== Feed Reading - shared ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[from [http://en.wikipedia.org/wiki/Aggregator Wikipedia]] Feed Reading is also known as feed aggregating, news reader or simply as an aggregator.  This is [http://en.wikipedia.org/wiki/Client_(computing) client] software or a [http://en.wikipedia.org/wiki/Web_application Web application] which aggregates [http://en.wikipedia.org/wiki/Web_Syndication syndicated Web] content such as news headlines, blogs, [http://en.wikipedia.org/wiki/Podcasting podcasts], and [http://en.wikipedia.org/wiki/Vlog vlogs] in a single location for easy viewing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://www.google.com/reader/view/#welcome-page Google Reader]&lt;br /&gt;
* [http://www.netvibes.com/ Netvibes]&lt;br /&gt;
* [http://www.newsgator.com/Individuals/FeedDemon/Default.aspx Feed Demon]&lt;br /&gt;
* [http://www.jetbrains.com/omea/reader/ Omea Reader]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Aggregators reduce the time and effort needed to regularly check websites for updates, creating a unique information space or &amp;quot;personal newspaper.&amp;quot; Once subscribed to a feed, an aggregator is able to check for new content at user-determined intervals and retrieve the update. The content is sometimes described as being &amp;quot;pulled&amp;quot; to the subscriber, as opposed to &amp;quot;pushed&amp;quot; with email or IM. Unlike recipients of some &amp;quot;pushed&amp;quot; information, the aggregator user can easily unsubscribe from a feed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A list of the [http://www.nirmaltv.com/2007/07/27/top-10-rss-feed-readers/ Top 10 RSS Feed Readers] with their descriptions and functionality can be found at this website.&lt;br /&gt;
&lt;br /&gt;
== Media Sharing ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Description:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sites that allow users to share any type of media with other people that they know or publicly on the Internet.  All forms of media including photos, songs and even video can be shared between two people using these content sharing technologies.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://www.youtube.com/ Youtube]&lt;br /&gt;
* [http://odeo.com/ Odeo]&lt;br /&gt;
* [http://photobucket.com/ Photobucket]&lt;br /&gt;
* [http://www.flickr.com/ Flickr]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Uses:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
These technologies are used for uploading videos, images and music to various websites that are available on the Internet and these allow people to share these types of media with their friends, family or anyone that they choose online.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC &#039;&#039;In Practice&#039;&#039;:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [http://www.flickr.com/groups/ubc UBC&#039;s group on Flickr]&lt;br /&gt;
* LEAP: Photos submitted to [http://www.flickr.com/groups/ubcleap/ LEAP&#039;s group on Flickr] by students for use on LEAP site.&lt;br /&gt;
* Digital Tattoo Project: screencasts on [http://www.youtube.com/user/digitaltattoo Digital Tattoo YouTube channel]&lt;br /&gt;
* [http://www.youtube.com/watch?v=HTGewu13yNY 2007 Engineering Physics 253]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Learn More:&#039;&#039;&#039;&lt;br /&gt;
* How You Tube Changes the Way We Think - Wired Magazine. &amp;lt;ref&amp;gt; How You Tube Changes the Way We Think - [http://www.wired.com/techbiz/people/magazine/17-01/st_thompson Wired Magazine (2008)]: &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Common Craft Videos on You Tube: [http://www.youtube.com/watch?v=MpIOClX1jPE Social Media]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Additional Resources:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Alex Couros&#039; [http://couros.wikispaces.com/cnie2010 Understanding and Using Social Networks &amp;amp; Social Media]&lt;br /&gt;
&lt;br /&gt;
[http://cooltoolsforschools.wikispaces.com/ Cooltoolsforschools]: a compendium of web resources suitable for use in educational environments.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
[[Category:eLearning Resources]] [[Category:Social Media]]&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
{{cc-by-sa-1.0}}&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=File:The_Koerner_Library_HDR.jpg&amp;diff=61432</id>
		<title>File:The Koerner Library HDR.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=File:The_Koerner_Library_HDR.jpg&amp;diff=61432"/>
		<updated>2010-11-13T23:42:25Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Course:PHYS100/showers_vs_baths&amp;diff=61430</id>
		<title>Course:PHYS100/showers vs baths</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Course:PHYS100/showers_vs_baths&amp;diff=61430"/>
		<updated>2010-11-13T23:31:05Z</updated>

		<summary type="html">&lt;p&gt;Corbo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Showers vs. Baths ==&lt;br /&gt;
 &lt;br /&gt;
*Cameron Costley - 29726106&lt;br /&gt;
*Jennifer Deol-71189096&lt;br /&gt;
*Darren Suderman-70488085&lt;br /&gt;
*Ravina Binning - 82724105&lt;br /&gt;
*Alexa Creelman - 44833101 &lt;br /&gt;
&lt;br /&gt;
== Topic ==&lt;br /&gt;
Baths and showers are both commonly used in daily life, each using different quantities of water and electricity. Noting the differences in consumption between the two allows consumers to be more environmentally and consumption friendly, and save money! Our goal is to investigate the difference, in the amount and cost of energy, between taking a bath and taking a shower.&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
We want to compare the environmental and financial impact of two means of bathing: taking a shower and taking a bath.  Both bathing and showering are commonly used by many people, but which is more efficient( &amp;quot;greener&amp;quot; and financially benefical)?  We will evaluate this based on the difference in energy used to heat the water.&lt;br /&gt;
&lt;br /&gt;
== Appropriate Physics ==&lt;br /&gt;
&lt;br /&gt;
*The difference between water temperatures,&lt;br /&gt;
*The energy required to heat the water,&lt;br /&gt;
*The volume of water used.&lt;br /&gt;
Power (W) = Energy (J)/Time (s)&lt;br /&gt;
&lt;br /&gt;
1 BTU = energy required to raise the temperature of 1lb of water by 1 degrees Fahrenheit&lt;br /&gt;
&lt;br /&gt;
1 BTU = 1055 J&lt;br /&gt;
&lt;br /&gt;
1kwh = 3.06x10^6 J&lt;br /&gt;
&lt;br /&gt;
== Model ==&lt;br /&gt;
In both models we will be measuring the amount of water used as well as the temperature so that we can determine the amount of energy used in both bathing and showering. The temperature of the bath will be taken separately from the temperature of the shower.  Using the temperature and volume we can determine the amount of electricity used per shower/bath. &lt;br /&gt;
&lt;br /&gt;
The hot water tank being used is a 270L electric hot water heater with a power usage of 4622 Kilowatt Hours per Year. &lt;br /&gt;
The average price of electricity is $0.07/kWh in Vancouver.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model 1: Showering&#039;&#039;&#039;&lt;br /&gt;
*The showers will be run for 15 minutes &lt;br /&gt;
*Temperature will be taken directly under the shower head to minimize heat loss&lt;br /&gt;
*Water will be collected from the shower head for 30 seconds, from this we can determine the total volume of water used in 15 minutes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model 2: Bathing&#039;&#039;&#039;&lt;br /&gt;
*The bathtub will be filled to exactly 35gal&lt;br /&gt;
*Temperature will be recorded upon completely filling tub&lt;br /&gt;
&lt;br /&gt;
== Assumptions ==&lt;br /&gt;
 &lt;br /&gt;
* Shower does not have a tap, water comes directly from shower head &lt;br /&gt;
* Rate of water usage in shower is constant over the 15 minutes&lt;br /&gt;
* Water temperature is being heated from 55 degrees F to 105 degrees F&lt;br /&gt;
* A 15min shower uses 20gal of water&lt;br /&gt;
* A bath uses 35gal of water&lt;br /&gt;
* The rate of water usage is constant&lt;br /&gt;
* Both the bath and the shower will last for exactly 15 minutes (excluding the time it takes to fill the tub)&lt;br /&gt;
* Bath loses no water to leaking or spilling&lt;br /&gt;
* Hot Water tank is 270L and is heated by electricity&lt;br /&gt;
* Calculations are for a single person having one shower or one bath per day&lt;br /&gt;
&lt;br /&gt;
== Calculations ==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Shower&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20gal water x 8.3lb/1gal = 166lb&lt;br /&gt;
&lt;br /&gt;
(pounds of water) x (change in temp of 50F)&lt;br /&gt;
&lt;br /&gt;
166lb x 50F = 8300 BTU&lt;br /&gt;
&lt;br /&gt;
8300BTU x 1055J/1BTU = 8756500J/1 shower&lt;br /&gt;
&lt;br /&gt;
8756500J x 1kwh/3.60x10^6 = 2.43236kwh/1 shower&lt;br /&gt;
&lt;br /&gt;
2.43236kwh/1day x 365 days/1year = &#039;&#039;887.81kwh/year&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
887.81kwh/year x $0.07/kwh = &#039;&#039;&#039;$62.15/ year to shower&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Bath&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
35gal water x 8.3lb/1gal = 290.5lb&lt;br /&gt;
&lt;br /&gt;
(pounds of water) x (change in temp of 50F)&lt;br /&gt;
&lt;br /&gt;
290.5 x 50F = 14525BTU&lt;br /&gt;
&lt;br /&gt;
14525BTU x 1055J/1BTU = 15323875J/1 shower&lt;br /&gt;
&lt;br /&gt;
15323875J x 1kwh/3.60x10^6 = 4.25663kwh/1 shower&lt;br /&gt;
&lt;br /&gt;
4.25663kwh/1 day x 365 days/ 1 year =&#039;&#039;1553.67kwh/year&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1553.67kwh/year x $0.07/kwh = &#039;&#039;&#039;$108.76/ year to take a bath&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Results Interpretation ==&lt;br /&gt;
&lt;br /&gt;
*Shower uses 166 lbs of water/shower and to heat this amount of water over the entire year requires 887.1 kwh/year.  &lt;br /&gt;
*Bath uses 887.1 lbs of water/bath and to heat this amount of water over the entire year requires 1553.67 kwh/year.&lt;br /&gt;
*Therefore shower consumes the least amount of water and energy therefore more &#039;greener&#039; choice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Shower costs $62.15 to heat the water over the year.&lt;br /&gt;
*Bath costs $108.76 to heat the water over the year.&lt;br /&gt;
*Therefore the shower is a better financial choice over taking a bath since it costs less.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
In this project, we assessed the energy and cost efficiency of taking a shower compared to taking a bath. We found that taking a shower is more energy and cost efficient, showing a 43% reduction in energy usage and cost. Over the course of a year (assuming a shower is taken every day), this accounts for savings of $46.61 and 665.95 kWh for a single person. So although baths may be more soothing and comforting, the greener and environmentally friendly option would be to shower.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Hot water tank info: http://www.kenmore.com/shc/s/p_10154_12604_04232184000P?vName=Home&amp;amp;cName=Water+Heaters&amp;amp;sName=Electric+Water+Heaters&amp;amp;prdNo=7&amp;amp;blockNo=7&amp;amp;blockType=L7&lt;br /&gt;
* Electricity prices: http://www.hydro.mb.ca/regulatory_affairs/energy_rates/electricity/utility_rate_comp.shtml&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Library:How_to_Find_Articles/List_of_Articles&amp;diff=60501</id>
		<title>Library:How to Find Articles/List of Articles</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Library:How_to_Find_Articles/List_of_Articles&amp;diff=60501"/>
		<updated>2010-11-10T22:14:26Z</updated>

		<summary type="html">&lt;p&gt;Corbo: /* List of Articles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of Articles==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Help! I’ve got a list of articles I need to read . . . what do I do next?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you have a citation like the one below from the bibliography at the back of a book, or the end of an article, course notes, internet search, etc. follow these steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Slayton, Rebecca. Speaking as scientists: computer professionals in the star wars debate. History &amp;amp; Technology, 2003, Vol. 99:4, p. 335&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Confirm that it is a citation to an article by making sure it includes:&lt;br /&gt;
*&#039;&#039;&#039;Article Title&#039;&#039;&#039;: Speaking as scientists: computer professionals in the star wars debate.&lt;br /&gt;
*&#039;&#039;&#039;Journal Title&#039;&#039;&#039;: History and Technology&lt;br /&gt;
*&#039;&#039;&#039;Volume&#039;&#039;&#039;: 99&lt;br /&gt;
*&#039;&#039;&#039;Issue&#039;&#039;&#039;: 4&lt;br /&gt;
*&#039;&#039;&#039;Page&#039;&#039;&#039;: 335-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. If your citation has an abbreviated title (e.g., Bull at Sci, J. Appl. Econom), cut and paste the title into [http://www.google.ca Google] or consult the [http://scieng.library.ubc.ca/coden Science &amp;amp; Engineering Journal Abbreviations] list to discover the complete title. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Once you know the full title of the journal, do a Journal Search from the [http://www.library.ubc.ca UBC Library homepage]&lt;br /&gt;
&lt;br /&gt;
[[File:JournalBoxSearch.JPG]]&lt;br /&gt;
&lt;br /&gt;
4. Enter your journal title and click &#039;&#039;&#039;Search&#039;&#039;&#039;.&lt;/div&gt;</summary>
		<author><name>Corbo</name></author>
	</entry>
</feed>