<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gary Bishop &#187; Literacy</title>
	<atom:link href="http://wwwx.cs.unc.edu/~gb/wp/blog/category/et/literacy/feed/" rel="self" type="application/rss+xml" />
	<link>http://wwwx.cs.unc.edu/~gb/wp</link>
	<description>Geeks making the world a bit better</description>
	<lastBuildDate>Wed, 14 Oct 2009 00:31:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Big Words Interface Ideas</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/07/03/big-words-interface-ideas/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/07/03/big-words-interface-ideas/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:23:12 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Literacy]]></category>
		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=506</guid>
		<description><![CDATA[I&#8217;m thinking about the client-side interface to our Big Words project with the Center for Literacy and Disability Studies. Rebecca is making good progress on the server-side logic for the games, the instructive feedback machinery that is the essence of this approach. But we need a good looking user interface to keep kids coming back.

I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m thinking about the client-side interface to our Big Words project with the Center for Literacy and Disability Studies. Rebecca is making good progress on the server-side logic for the games, the instructive feedback machinery that is the essence of this approach. But we need a good looking user interface to keep kids coming back.</p>
<p><span id="more-506"></span></p>
<p>I want all the games to be as accessible as we can make them. That includes at least access by using 2 switches. We&#8217;ll want to allow the colors to be adjusted like Tar Heel Reader so that students who are VI have a better chance of reading it. Further, I&#8217;d like to make it accessible to students who are blind but that will be very challenging (perhaps the new WAI-ARIA stuff is applicable here).</p>
<p>The page colors, logo image, and title text should be easily changeable from the administrative back end so that we can customize the look for different schools and age groups.</p>
<p>I&#8217;d like to have an optional area of the screen where we can plug in a static or animated &#8220;reward zone&#8221;. This area might be a rectangle across the top, bottom, or side of the page. Or it might be in the empty spaces. The point of a reward zone is to have something happen when you get the right answer. We&#8217;d have a list of plug-ins that could be selected from the administrative back end. If several are enabled then the player gets to choose or they are randomly selected. I think this could enhance the game playing experience. </p>
<p>All of the animations could either be constantly active or, if that is too distracting, active only for a few seconds after a correct answer.</p>
<p>Here are some things I can think of to include in the reward zone. I&#8217;m sure students could come up with better ideas.</p>
<ul>
<li>A high-school football theme might include a lighted scoreboard that counts up.</li>
<li>A save the turtles theme might have animated turtle sprites that can&#8217;t climb over a curb. You&#8217;re helping them get out of the road by solving puzzles. (You can stop these animated gifs with the Escape key)<br/><img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2009/07/turtle.gif" alt="turtle" title="turtle" width="96" height="96" class="alignnone size-full wp-image-508" /></li>
<li>A zombie theme might have zombies wandering around the screen. One explodes each time you solve a puzzle. <br/> <img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2009/07/zombiewalking.gif" alt="zombie walking" title="zombie walking" width="46" height="44" class="alignnone size-full wp-image-512" /><img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2009/07/zombiedies.gif" alt="zombie dies" title="zombie dies" width="107" height="101" class="alignnone size-full wp-image-511" /></li>
<li>A flower might sprout up.</li>
<li>Fireworks might go off.</li>
<li>Maybe a trashy environment gets cleaned up.</li>
<li>These could optionally include sound effects.</li>
</ul>
<p>I think the reward zone plug-in could be responsible for the players perception of the score. Of course behind the scenes the system is tracking attempts, hints, right, wrong, time, etc. But in a football theme the score might be 6 points for correct without a hint, 3 points if only 1 hint is required, and only 1 point if more hints are required. In the zombie game the score might be displayed in little zombie silhouettes. </p>
<h3>Implementation ideas</h3>
<p>The database has records for students, groups of students (classes, whatever), themes (color, logo, etc.), rewards (which plugin to use), etc. After login the back-end knows what theme to use for the displays and what plug-ins are available to this student. </p>
<p>On the client (in javascript) we&#8217;ll handle the mouse (drag and drop, click, etc.) and keyboard (switch or full typing) input. We&#8217;ll submit answers to the back-end to get feedback using Ajax. The results will come back with right/wrong and some instructive feedback. The JS in the page will display these appropriately. As a side effect of displaying the right/wrong information the main JS code announces the result using a pub-sub model. If a plug-in subscribes to this information it can trigger the reward appropriately. We could also publish a &#8220;busy&#8221; event when the mouse is moving or a key is pressed. This way the animation could stop (or start) when the user is idle. </p>
<p>In the template on the server, we only have to fill in the script tag to load the plug-in js and provide a sized div to specify where it fits in the page. The plug-in js handles displaying itself and responding to events.</p>
<p>It would be fun to use the new canvas tag in html5 for the animation. </p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/07/03/big-words-interface-ideas/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using the WiiMote for Reading</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/03/using-the-wiimote-for-reading/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/03/using-the-wiimote-for-reading/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 13:28:18 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Blind]]></category>
		<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Literacy]]></category>
		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=478</guid>
		<description><![CDATA[Tricia from Texas wrote to say:

Who would benefit? students with visual impairment – and students that need more cuing than they get from visual supports on the printed page
Use vibration feedback in TTS, screen readers, digital auditory text

To cue for bold text, boxed info, important information
Software could “read” the text/page and insert vibration to cue [...]]]></description>
			<content:encoded><![CDATA[<p>Tricia from Texas wrote to say:</p>
<blockquote><p>
Who would benefit? students with visual impairment – and students that need more cuing than they get from visual supports on the printed page</p>
<p>Use vibration feedback in TTS, screen readers, digital auditory text</p>
<ul>
<li>To cue for bold text, boxed info, important information</li>
<li>Software could “read” the text/page and insert vibration to cue the student</li>
</ul>
<p>But more importantly, to allow the student to tag the auditory text – when they “re-read” the text, the tags trigger vibration. Use different types of vibration (intensity, pattern, etc) for different types of tags.</p>
<ul>
<li>Tag as a highlighter, tag a phrase or a paragraph</li>
<li>Tag specific info they need to capture (main characters, literary action)</li>
<li>Tag for references</li>
<li>Tag as notetaking – retrieve only tagged information for later?</li>
</ul>
</blockquote>
<p>Karen suggested long ago and I failed to blog about it, that the WiiMote could be useful for &#8220;keeping beat with reading. Kid reads along with program, keeps beat. Shakes the controller on the key words. That way you know the kid is reading.&#8221;</p>
<p>Seems to me there is great synergy between these ideas. This would make a great student research project.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/04/03/using-the-wiimote-for-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading with Franz</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/17/reading-with-franz/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/17/reading-with-franz/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 00:23:02 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Literacy]]></category>
		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=472</guid>
		<description><![CDATA[Paul posted a really nice video about using Tar Heel Reader over at YouTube. The puppet and the stop motion self assembly of the switch interface are great! Check out Reading with Franz.

]]></description>
			<content:encoded><![CDATA[<p>Paul posted a really nice video about using Tar Heel Reader over at YouTube. The puppet and the stop motion self assembly of the switch interface are great! Check out <a href="http://www.youtube.com/watch?v=nfu8sQH6428">Reading with Franz</a>.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/nfu8sQH6428&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nfu8sQH6428&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/17/reading-with-franz/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Daft Punk for fun and education</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/12/daft-punk-for-fun-and-education/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/12/daft-punk-for-fun-and-education/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:16:52 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Blind]]></category>
		<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Literacy]]></category>
		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=464</guid>
		<description><![CDATA[I saw iDaft today and think it rocks! You play the samples by typing the corresponding keys on your keyboard. Not surprising technically, its just Flash. But it makes me think about combining fun, music, and literacy. What could we do with music and samples like this to make fun and even educational games for [...]]]></description>
			<content:encoded><![CDATA[<p>I saw <a href="http://www.najle.com/idaft/">iDaft</a> today and think it rocks! You play the samples by typing the corresponding keys on your keyboard. Not surprising technically, its just Flash. But it makes me think about combining fun, music, and literacy. What could we do with music and samples like this to make fun and even educational games for kids with disabilities?</p>
<p>How about putting the samples on the 16 pads you get with 2 DDR pads? Then we could have a game that was something like Guitar Hero where you put the samples in the right places. DJ Hero? Or maybe DJ Revolution? I think our blind visitors would have a ton of fun on Maze Day trying to &#8220;sing&#8221; along with <a href="http://www.youtube.com/watch?v=oGECJP3phyY">Harder, Better, Faster, Stronger</a> by stepping on the DDR pads. Think <a href="http://www.youtube.com/watch?v=K2cYWfq--Nw">Daft Hands</a> or <a href="http://www.youtube.com/watch?v=bl6RJyZdBSU&#038;feature=related">Daft Bodies</a> on the DDR pad.</p>
<p>Or how about making an AAC device more fun by changing the pitch of the voice like this? Or somehow linking a &#8220;word wall&#8221; to music so when you put words together in appropriate ways they go with the music? </p>
<p>Suppose you could provide a list of words or word combinations to a web site and it would automagically assign them musical pitches like this. What cool games could we make where students play with words while making music? How could we integrate reading into it? Perhaps the &#8220;score&#8221; (the words to be spoken) is presented something like the <a href="http://www.youtube.com/watch?v=PeWk70_Gicw">Guitar Hero notes</a> so you have to at least recognize the words to know which to play.</p>
<p>How do we make such a game switch accessible?</p>
<p>I&#8217;m thinking out loud here. Help me out folks, some of you have to be more musical and creative than I am. Post a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/03/12/daft-punk-for-fun-and-education/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>CalcuType: Switch-enabled typing with integrated mathematics</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/02/12/calcutype-switch-enabled-typing-with-integrated-mathemetics/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/02/12/calcutype-switch-enabled-typing-with-integrated-mathemetics/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 15:02:21 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Literacy]]></category>
		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=442</guid>
		<description><![CDATA[This is a follow up to my post about Accessible Math Ideas from over a year ago. I finally got a smart high school student, William Condon from the NC School of Science and Math, to implement word prediction with built-in math.
Check out CalcuType online and let us know what you think. 
You can type [...]]]></description>
			<content:encoded><![CDATA[<p>This is a follow up to my post about <a href="http://wwwx.cs.unc.edu/~gb/wp/blog/2007/12/02/accessible-math-ideas/">Accessible Math Ideas</a> from over a year ago. I finally got a smart high school student, William Condon from the NC School of Science and Math, to implement word prediction with built-in math.</p>
<p>Check out <a href="http://gb-cs.cs.unc.edu/calcutype/">CalcuType</a> online and let us know what you think. </p>
<p>You can type using the virtual keyboard, the standard keyboard, or a mouse. The &#8220;mover&#8221; and &#8220;chooser&#8221; keys are adjustable and William included a 3rd &#8220;completer&#8221; key for quick access to completions. However you&#8217;re typing the program will suggest completions much like many other available tools. The key difference is when you type a mathematical expression it will suggest the answer as a completion. So if you type (3+5)*2 it will suggest =16. It handles complicated mathematical expressions including square root and trig functions. </p>
<p>One other neat feature William implemented is the ability to write on a worksheet represented as an HTML form. </p>
<p>It still needs work but we&#8217;re at the stage where we need feedback from users who need such a tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2009/02/12/calcutype-switch-enabled-typing-with-integrated-mathemetics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combining WordPress and Flickr to make accessible books for beginning readers</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/06/03/combining-wordpress-and-flickr-to-make-accessible-books-for-beginning-readers/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/06/03/combining-wordpress-and-flickr-to-make-accessible-books-for-beginning-readers/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 17:03:16 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Literacy]]></category>
		<category><![CDATA[Motor impaired]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=377</guid>
		<description><![CDATA[Tar Heel Reader is a web site designed to help teachers make easy-to-read books for children with disabilities. It has a growing selection of books to read and a simple process for creating new books using pictures found on Flickr.


img.alignleft { margin: 0pt; padding: 0pt; }

These pages are from a typical book at the site.

My [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tarheelreader.org/">Tar Heel Reader</a> is a web site designed to help teachers make easy-to-read books for children with disabilities. It has a growing selection of books to read and a simple process for creating new books using pictures found on <a href="http://www.flickr.com/">Flickr</a>.<br />
<span id="more-377"></span></p>
<style type="text/css">
img.alignleft { margin: 0pt; padding: 0pt; }
</style>
<p>These pages are from a typical <a href="http://tarheelreader.org/2008/05/21/my-birthday/">book</a> at the site.<br />
<a href='http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/05-page1fit.jpg'><img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/05-page1fit-150x150.jpg" alt="At my birthday, I want balloons." title="At my birthday, I want balloons." width="150" height="150" class="alignleft" size-thumbnail wp-image-379" /></a><a href='http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/06-page2.jpg'><img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/06-page2-150x150.jpg" alt="At my birthday, I want a cake." title="At my birthday, I want a cake." width="150" height="150" class="alignleft" size-thumbnail wp-image-380" /></a><a href='http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/07-page3.jpg'><img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/07-page3-150x150.jpg" alt="At my birthday, I want some friends." title="At my birthday, I want some friends." width="150" height="150" class="alignleft" size-thumbnail wp-image-381" /></a><a href='http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/08-page4.jpg'><img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/08-page4-150x150.jpg" alt="At my birthday, I want candy." title="At my birthday, I want candy." width="150" height="150" class="alignleft" size-thumbnail wp-image-382" /></a></p>
<p>My friends Karen Erickson and Gretchen Hanser of the <a href="http://www.med.unc.edu/ahs/clds/">Center for Literacy and Disability Studies</a> tell me that children with limited ability to speak or handle traditional books have few opportunities to learn to read and write. While typically developing children have access to dozens or even hundreds of books, severely disabled kids often have access to very few. Imagine being fifteen years old, unable to speak or to reliably use your hands to manipulate a book and getting your first opportunity to read. Books about baby farm animals aren&#8217;t going to cut it. You might be interested NASCAR, fashion, or spacecraft but beginner books on those subjects are rare and even more rarely accessible. Could we do something to make creating accessible books easier?</p>
<p>At the Tar Heel Reader site you can select a book and then advance through the pages with just about any of the characters commonly generated by switch interfaces (let me know if you need something not currently supported). You can have each page read out loud by a computer-generated voice if you wish. Also, each book is automatically available for download as a PowerPoint, Impress, or Flash show. </p>
<p>If you don&#8217;t find a book to suit your reader&#8217;s interest, making a new book is very easy. The book creator wizard guides you through the process of finding pictures on Flickr, and providing a simple sentence to go with each. Then, with the click of a button, you can create a new book that will immediately be available for reading or download.</p>
<h3>How it works</h3>
<p>I started hacking <a href="http://www.php.net/">PHP</a> using the <a href="http://www.flickr.com/services/api/">Flickr API</a> and quickly had a primitive book creator wizard working. When I started thinking about all the supporting infrastructure I would need to provide logins, searches, and multiple authors, it hit me that <a href="http://wordpress.org/">WordPress</a> already had everything I&#8217;d need. A <a href="http://www.nixonmcinnes.co.uk/2008/04/25/building-micro-web-applications-using-wordpress-pages/">blog post by Steve Winton</a>  encouraged me to examine the possibilities further. I&#8217;m very impressed with the ease of integrating the wizard and switch-accessible reading into WordPress by only hacking on the <a href="http://codex.wordpress.org/Using_Themes">theme</a>.</p>
<p><a href='http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/14-write1.jpg'><img src="http://wwwx.cs.unc.edu/~gb/wp/wp-content/uploads/2008/06/14-write1-300x225.jpg" alt="Book wizard" title="Book wizard in use." width="300" height="225" class="alignright" size-medium wp-image-378" /></a> I started with the default theme and hacked the <a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">css</a> a bit to create more space on the page. Then I created an empty <a href="http://codex.wordpress.org/Pages">page</a> for the wizard and gave it a custom template containing my PHP code. Working within the page framework in this way gave me access to all the great WordPress functions while leaving me free to program the page however I wished.  In the screen shot to the left you can see the wizard in use. The two rows of pictures at the top are the result of a Flickr search for the tag <em>squirrels</em>. The two boxes near the bottom are the pages constructed so far with an area in each for the short sentence for that page. I used the cool <a href="http://host.sonspring.com/hoverbox/">Hoverbox Image Gallery</a> css to make the Flickr search images zoom when you move your cursor over them.</p>
<p>The wizard would be much cooler if it used AJAX but the current version is simply a single <code>html form</code> that does a POST to the page URL. At the very top of the code I call the WordPress <code>auth_redirect</code> function to make sure the author is logged in. Then I check to see if the request method is GET or POST. A GET request signals starting to write; all other calls will use method POST. I used the <a href="http://phpflickr.com/">phpFlickr class</a> to manage access to Flickr. When the author has completed the book, pressing the Create my book button uses the WordPress <code><a href="http://codex.wordpress.org/Function_Reference/wp_insert_post">wp_insert_post</a></code> function to create post representing the book and then redirects the browser to the newly created post.</p>
<p>Each book is simply a multi-page post using the WordPress &lt;!&#8211;nextpage&#8211;> tag. They have a regular structure that allows me to parse them with a regular expression when invoking the wizard for editing a book. I customized the book display by modifying the <code>single.php</code> file to make a <code>singlebook.php</code> file that is used for posts in the <em>Book</em> category. The singlebook template eliminates the sidebar and other navigation to unclutter the layout. Switch enabling the reading is done with a bit of <a href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a> that advances to the next page on a KeyPress event. Speech enabling the books is implemented with a <a href="http://python.org">Python</a> CGI script that uses pyibmtts to convert the caption to a Flash movie that is embedded in the page.</p>
<p>Teachers sometimes use slide show tools such as PowerPoint to make accessible books for their disabled students. To support this and to allow reading books offline each book may be downloaded in Microsoft PowerPoint, OpenOffice Impress, and Adobe Flash format. I generate the Impress format XML using the PHP DOM functions and then convert to PowerPoint and/or Flash using soffice running as a server with the PyODConverter as described in <a href="http://wwwx.cs.unc.edu/~gb/wp/blog/2008/05/29/creating-powerpoint-slide-shows-from-wordpress-posts/">another post</a>.</p>
<h3>Future directions</h3>
<p>The <a href="http://tarheelreader.org/2008/05/19/jeff-gordon/">book on Jeff Gordon</a> illustrates a possible future direction for these books. I used the built-in WordPress editor to modify the last page to include a <a href="http://www.youtube.com/">YouTube</a> video instead of a static picture. I think we could extend the wizard to include YouTube searches if there is enough interest.</p>
<p>Karen suggested including <em>sentence frames</em> to encourage authors to create easy to read texts.  I didn&#8217;t understand her well enough to try to implement something. Hey, I&#8217;m just a computer guy!</p>
<p>Gretchen would like a way to make whatever book the class is currently reading available in this format. I think we could do something with a web cam and a bit of uploading assistance.</p>
<p>Developing this prototype was both fun and educational for me. If we get enough interest from teachers perhaps I&#8217;ll get a group of students to program an enhanced version this fall.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/06/03/combining-wordpress-and-flickr-to-make-accessible-books-for-beginning-readers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Karen notes</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/05/14/karen_notes/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/05/14/karen_notes/#comments</comments>
		<pubDate>Wed, 14 May 2008 15:27:22 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Literacy]]></category>
		<category><![CDATA[Motor impaired]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=372</guid>
		<description><![CDATA[Notes from a conversation with Karen. Always great fun.

Dec 10-13 Karen at a camp with a dozen or so AAC users in Umatilla, Fl. Kids work about 5 hours per day, rest of the time they need interesting activities. Teenagers. Similar interests to my class. What could my FYS seminar students do to help?
Ideas: Content [...]]]></description>
			<content:encoded><![CDATA[<p>Notes from a conversation with Karen. Always great fun.<br />
<span id="more-372"></span><br />
Dec 10-13 Karen at a camp with a dozen or so AAC users in Umatilla, Fl. Kids work about 5 hours per day, rest of the time they need interesting activities. Teenagers. Similar interests to my class. What could my FYS seminar students do to help?</p>
<p>Ideas: Content for Route 66, maybe Nascar?<br />
Games that are switch accessible, maybe racing?<br />
Maybe some FYS students could go? How does that work?<br />
Coordinate with Software Engineering and maybe a parallel ET class for CS students.</p>
<p>Scratch for interactive content generation?</p>
<p>Karen has a group at Forest View elementary, kids are using computers to make content of various kinds. For example recording themselves reading books for 1st graders. They could be a good group to get interested in content for device users. Visuals + Audio and simple text could be exciting to author and use. </p>
<p>Look at A to Z phonics website, content isn&#8217;t that good but reading level is appropriate, see what books should look like.</p>
<p>Check out <a href="http://www.amazon.com/Dirty-Bertie-David-Roberts/dp/1854308203/ref=pd_bbs_sr_1?ie=UTF8&#038;s=books&#038;qid=1210778447&#038;sr=8-1">Dirty Bertie</a></p>
<p>Take pictures from good book, get object name and descriptors from teacher and generate really simple sentences like &#8220;Butterflies can ______&#8221; or &#8220;Pirates are ______&#8221; to make lots of content quickly. Share on a web site. Make it easy to produce and share content. Patterns like &#8220;The noun is verbing&#8221; and &#8220;The adjective noun is verbing&#8221;. Generate text for beginning level reader. </p>
<p>Choose a topic, add descriptors, and generate sentences. Makes a &#8220;PowerPoint&#8221; or whatever for the teacher to use. Pictures from Flickr or somewhere. Teacher provides topic, gets a bunch of pictures, provides descriptors, system fills words into sentence frames. Make adding pictures easy. Site provides text to speech converted to mp3 and embedded. How about sounds for blind kids?</p>
<p>Something like SamiSays for recording &#8220;homework&#8221; answers from AAC devices that don&#8217;t interface to computers. Teacher/parent plugs device into line-in and computer records audio to send to teacher. Kid listens to questions and answers using their device, app sends mp3 to teacher with the results. Enables kid to do homework independently. Email access too. Use a VERY small number of words as controls for the computer by recognizing them in certain contexts. Provide independent computer access. email via mp3. </p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/05/14/karen_notes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gretchen ideas on reading aids</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/04/26/gretchen-ideas-on-reading-aids/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/04/26/gretchen-ideas-on-reading-aids/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 20:29:27 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Literacy]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/?p=368</guid>
		<description><![CDATA[Take pictures of the book during group reading (teacher is displaying it to the rest of the class using a projector say). Make it available for self selected reading later. Perhaps create PowerPoint presentation with the pictures and easily recorded audio of someone reading the text for each page. Enable typing in the text so [...]]]></description>
			<content:encoded><![CDATA[<p>Take pictures of the book during group reading (teacher is displaying it to the rest of the class using a projector say). Make it available for self selected reading later. Perhaps create PowerPoint presentation with the pictures and easily recorded audio of someone reading the text for each page. Enable typing in the text so it can be read using TTS either continuously or one word at a time. Make it easy to share these on some closed site. What about the copyright provisions related to people with disabilities?  <a href="http://www.loc.gov/nls/reference/factsheets/copyright.html">Public Law 104-197</a> would allow us to do this in a &#8220;specialized format&#8221;. That says to me it couldn&#8217;t be PowerPoint but that is not problem, we&#8217;d just have a specialized player. Very simple to show pictures and play speech. Might even be browser based. Could the whole thing be easily made browser based? Should it be? </p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/04/26/gretchen-ideas-on-reading-aids/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Literacy Bridge</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/01/23/literacy-bridge/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/01/23/literacy-bridge/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 00:47:02 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Literacy]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2008/01/23/literacy-bridge/</guid>
		<description><![CDATA[Literacy Bridge, a $5 digital audio player and distribution system for electronic books sounds like a great idea.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://literacybridge.org/">Literacy Bridge</a>, a $5 digital audio player and distribution system for electronic books sounds like a great idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2008/01/23/literacy-bridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One laptop per child links</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/04/13/one-laptop-per-child-links/</link>
		<comments>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/04/13/one-laptop-per-child-links/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 13:23:07 +0000</pubDate>
		<dc:creator>gb</dc:creator>
				<category><![CDATA[Enabling Technology]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Literacy]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/04/13/one-laptop-per-child-links/</guid>
		<description><![CDATA[Pete sent some interesting links about capabilities of the OLPC. This is going to be a great platform for accessible games and literacy tools.
Software specs
Developer LiveCD
Hardware specs
]]></description>
			<content:encoded><![CDATA[<p>Pete sent some interesting links about capabilities of the OLPC. This is going to be a great platform for accessible games and literacy tools.</p>
<p><a href="http://www.laptop.org/en/laptop/software/specs.shtml">Software specs</a><br />
<a href="http://www.0xdeadbeef.com/weblog/?p=277">Developer LiveCD</a><br />
<a href="http://www.laptop.org/laptop/hardware/specs.shtml">Hardware specs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/04/13/one-laptop-per-child-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
