<?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>Educational Technologies Center</title>
	<atom:link href="http://blogs.princeton.edu/etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.princeton.edu/etc</link>
	<description>Princeton University</description>
	<lastBuildDate>Tue, 18 Jun 2013 18:07:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating an HTML Widget for iBooks Author to Embed a PDF File</title>
		<link>http://blogs.princeton.edu/etc/2013/06/14/creating-an-html-widget-for-ibooks-author-to-embed-a-pdf-file/</link>
		<comments>http://blogs.princeton.edu/etc/2013/06/14/creating-an-html-widget-for-ibooks-author-to-embed-a-pdf-file/#comments</comments>
		<pubDate>Fri, 14 Jun 2013 13:54:15 +0000</pubDate>
		<dc:creator>Angel Brady</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ibook]]></category>
		<category><![CDATA[ibooks author]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4910</guid>
		<description><![CDATA[<p>iBooks Author is a free app that allows  you to create interactive eBooks for iOS devices. iBooks Author is simple to use and an appealing feature of the app is that media can be included in the iBook. An HTML &#8230; <a href="http://blogs.princeton.edu/etc/2013/06/14/creating-an-html-widget-for-ibooks-author-to-embed-a-pdf-file/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://i2.wp.com/blogs.princeton.edu/etc/files/2013/06/apple_ibooks_author1.png" class="liimagelink"><img class="alignleft size-full wp-image-4911" alt="apple_ibooks_author" src="http://i2.wp.com/blogs.princeton.edu/etc/files/2013/06/apple_ibooks_author1.png?resize=200%2C210" data-recalc-dims="1" /></a>iBooks Author is a free app that allows  you to create interactive eBooks for iOS devices. iBooks Author is simple to use and an appealing feature of the app is that media can be included in the iBook. An HTML widget allows you to create your own HTML tools to add extra functionality to an iBook. A limitation of iBooks Author is that you cannot embed a multi-page pdf into an ebook. You can create links to a website where a PDF is hosted, but you are then limited to reading the PDF when you have an active connection. I wanted to explore how to embed a pdf into an iBook using the HTML widget tool, so that PDFs can be included in the body of the book, and are not dependent upon an Internet connection.<span id="more-4910"></span></p>
<p>I built my widget based off a project in GitHub by Trevor Burnham called the<a href="https://github.com/TrevorBurnham/iBooks-HTML-Widget-Boilerplate" title="iBooks HTML Widget Bolier Plate" target="_blank" class="liexternal"> iBooks HTML Widget Boilerplate</a>. To customize this widget for your needs, all you need is an HTML editor for the Mac (TextEdit works fine) and an image editor to create the widget image.</p>
<p>Here’s the steps I took to create my widget (Note: I kept all the filenames used in the boilerplate, replacing my own files for the examples (for, example, I renamed my widget icon &#8220;default.png,&#8221; replacing the default.png in the Widget Boilerplate folder and I did the same for the main.html file):</p>
<ul>
<li>I copied my pdf into the Widget Boilerplate folder</li>
<li>I edited my widget image and renamed it default.png and copied and replaced the default image inside the folder</li>
<li>I opened main.html in TextEdit (set your preferences to ignore rich text so you can edit this file in plain text)</li>
<li>I deleted everything in the body and put this JavaScript in between the head tags (this is code for redirecting to a page or in this case, a file):<span style="color: #0000ff">&lt;script type=”text/javascript”&gt;</span><br />
<span style="color: #0000ff"> &lt;!–</span><br />
<span style="color: #0000ff"> window.location = “<span style="color: #ff0000">my_pdf_file_name.pdf</span>“</span><br />
<span style="color: #0000ff"> //–&gt;</span><br />
<span style="color: #0000ff"> &lt;/script&gt;</span></li>
<li>Once you are finished editing the files, add the extension <strong>.wdgt</strong> to the entire folder. This will make the folder contents a widget.</li>
<li>Open iBooks Author and drag and drop this widget into your iBook. To edit the size and text, use the iBooks Author Inspector and choose the widget section.</li>
</ul>
<p>If you need to back and tweak your iBooks HTML widget, delete the .wdgt extension (go into the info of the widget (i+Command), and delete it in the name) and you’ll see your folder with all its files.</p>
<p>Also remember to optimize your pdfs so they balance legibility with the smallest possible file size. The more assets you add to an iBook, the bigger the file size, impacting load time on the device.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/06/14/creating-an-html-widget-for-ibooks-author-to-embed-a-pdf-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with QGIS</title>
		<link>http://blogs.princeton.edu/etc/2013/06/08/getting-started-with-qgis/</link>
		<comments>http://blogs.princeton.edu/etc/2013/06/08/getting-started-with-qgis/#comments</comments>
		<pubDate>Sat, 08 Jun 2013 11:08:48 +0000</pubDate>
		<dc:creator>Ben Johnston</dc:creator>
				<category><![CDATA[Educational Technology]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4868</guid>
		<description><![CDATA[<p>Quantum GIS, or QGIS, is an open source geographic information system application available for Windows, Mac, or Linux. The software allows you to import, manipulate, and layer geographic data. Fred Gibbs, Director of Digital Scholarship at the Roy Rosenzweig Center &#8230; <a href="http://blogs.princeton.edu/etc/2013/06/08/getting-started-with-qgis/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.qgis.org/" title="Quantum GIS website" class="liexternal">Quantum GIS</a>, or QGIS, is an open source geographic information system application available for Windows, Mac, or Linux. The software allows you to import, manipulate, and layer geographic data. Fred Gibbs, Director of Digital Scholarship at the <a href="http://chnm.gmu.edu/" title="CHNM - George Mason University" class="liexternal">Roy Rosenzweig Center for History and New Media</a>, provides <a href="http://fredgibbs.net/blog/maps/getting-started-with-qgis/" title="Getting started with QGIS mapping software" class="liexternal">a very useful quickstart guide</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/06/08/getting-started-with-qgis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geotemporal Exhibit Builder for Collections of Archives and Artifacts</title>
		<link>http://blogs.princeton.edu/etc/2013/05/24/geotemporal-exhibit-builder-for-collections-of-archives-and-artifacts/</link>
		<comments>http://blogs.princeton.edu/etc/2013/05/24/geotemporal-exhibit-builder-for-collections-of-archives-and-artifacts/#comments</comments>
		<pubDate>Fri, 24 May 2013 16:20:24 +0000</pubDate>
		<dc:creator>Angel Brady</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[artifacts]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[geotemporal]]></category>
		<category><![CDATA[humanities]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[neatline]]></category>
		<category><![CDATA[omeka]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4841</guid>
		<description><![CDATA[<p>Like Omeka1? You might love Neatline. Neatline, a creation of the Scholars&#8217;s Lab, is a geo-temporal exhibit builder that uses archives and artifacts from an Omeka collection to create interactive timelines and maps. Neatline imports collections created in Omeka and &#8230; <a href="http://blogs.princeton.edu/etc/2013/05/24/geotemporal-exhibit-builder-for-collections-of-archives-and-artifacts/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://i0.wp.com/blogs.princeton.edu/etc/files/2013/06/neatline71.png" class="liimagelink"><img class="alignleft size-full wp-image-4842" alt="neatline" src="http://i0.wp.com/blogs.princeton.edu/etc/files/2013/06/neatline71.png?resize=300%2C114" data-recalc-dims="1" /></a>Like Omeka<sup class='footnote'><a href="#fn-4841-1" id='fnref-4841-1' onclick='return fdfootnote_show(4841)' class="liinternal">1</a></sup>? You might love Neatline.</p>
<p>Neatline, a creation of the <a href="http://scholarslab.org/" title="The Scholars' Lab" target="_blank" class="liexternal">Scholars&#8217;s Lab</a>, is a geo-temporal exhibit builder that uses archives and artifacts from an Omeka collection to create interactive timelines and maps. <a title="Scholars' lab" href="http://scholarslab.org/" target="_blank"><br />
</a></p>
<p>Neatline imports collections created in Omeka and makes it possible to plot them on a map. Text, images, and timelines can be added to points of interest on the map, or a stand-alone timeline can be created. No special software is required to view completed Neatline &#8220;exhibits.&#8221;</p>
<p>There are many ways to navigate through an exhibit created with Neatline. A user can click on a point of interest on the map, a title, or click through the timeline. The simple layout of Neatline makes it a valuable visualization tool for digital humanists.</p>
<p>To learn more, <a href="http://neatline.org/" title="Neatline" target="_blank" class="liexternal">visit the Neatline site</a>.</p>
<p>Below is a screenshot of an exhibit I built in Neatline from an Omeka Collection.</p>
<p><a href="http://i2.wp.com/blogs.princeton.edu/etc/files/2013/06/neatline_example31.png" class="liimagelink"><img class="alignnone  wp-image-4855" alt="neatline_example" src="http://i2.wp.com/blogs.princeton.edu/etc/files/2013/06/neatline_example31.png?resize=560%2C350" data-recalc-dims="1" /></a></p>
<div class='footnotes' id='footnotes-4841'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-4841-1'>If you&#8217;re not familiar with <a href="http://omeka.org/" title="Omeka Homepage" target="_blank" class="liexternal">Omeka</a>, it&#8217;s a free, open source content management system for online digital collections. <span class='footnotereverse'><a href="#fnref-4841-1" class="liinternal">&#8617;</a></span></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/05/24/geotemporal-exhibit-builder-for-collections-of-archives-and-artifacts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take a MOOC, Learn a Language</title>
		<link>http://blogs.princeton.edu/etc/2013/05/14/language-learning-mooc/</link>
		<comments>http://blogs.princeton.edu/etc/2013/05/14/language-learning-mooc/#comments</comments>
		<pubDate>Tue, 14 May 2013 13:36:07 +0000</pubDate>
		<dc:creator>Angel Brady</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[language learing]]></category>
		<category><![CDATA[mooc]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4834</guid>
		<description><![CDATA[<p>Instreamia is a new MOOC that focuses on learning languages. The MOOC offers free courses in Spanish, English, Italian, Japanese, and Portuguese, using some surprising, but abundant, course materials. Instreamia uses YouTube videos from recording artists, pop culture, TED lectures, &#8230; <a href="http://blogs.princeton.edu/etc/2013/05/14/language-learning-mooc/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://i0.wp.com/blogs.princeton.edu/etc/files/2013/06/instreamia-logo-circleonly-new-150x15011.png" class="liimagelink"><img class="size-full wp-image-4885 alignleft" alt="instreamia-logo-circleonly-new-150x1501" src="http://i1.wp.com/blogs.princeton.edu/etc/files/2013/06/instreamia-logo-circleonly-new.png?resize=150%2C150" data-recalc-dims="1" /></a>Instreamia is a new MOOC that focuses on learning languages. The MOOC offers free courses in Spanish, English, Italian, Japanese, and Portuguese, using some surprising, but abundant, course materials.</p>
<p>Instreamia uses YouTube videos from recording artists, pop culture, TED lectures, and other entertainment resources created by native speakers in the language you&#8217;d like to learn. These videos are supplemented with listening exercises and flashcards. During listening exercises, you can simultaneously view a translation, gradually building your vocabulary. Questions are posted in a public forum, to be answered by other course members and/or course instructors so that everyone can benefit. Instreamia also has a social aspect, in that you can friend other course members and native speakers.</p>
<p>You can sign up for a course <a href="www.instreamia.com" title="Instreamia" target="_blank" class="liinternal">on the Instreamia website</a>. <a href="http://www.instreamia.com/"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/05/14/language-learning-mooc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An iPad Whiteboard App for Recording Audio and Video</title>
		<link>http://blogs.princeton.edu/etc/2013/05/02/whiteboard-ipad-app-for-recording-audio-and-video/</link>
		<comments>http://blogs.princeton.edu/etc/2013/05/02/whiteboard-ipad-app-for-recording-audio-and-video/#comments</comments>
		<pubDate>Thu, 02 May 2013 16:20:44 +0000</pubDate>
		<dc:creator>Angel Brady</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[classroom]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[lecture]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[whiteboard]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4823</guid>
		<description><![CDATA[<p>Have you ever wished you could write a comment or direction on your screen while demonstrating an app? A free iPad app called ShowMe allows you to do that. As an added bonus, you can record audio (using the internal &#8230; <a href="http://blogs.princeton.edu/etc/2013/05/02/whiteboard-ipad-app-for-recording-audio-and-video/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://i1.wp.com/blogs.princeton.edu/etc/files/2013/06/show_me_app1.png" class="liimagelink"><img class="alignleft size-full wp-image-4824" alt="show_me_app" src="http://i1.wp.com/blogs.princeton.edu/etc/files/2013/06/show_me_app1.png?resize=176%2C177" data-recalc-dims="1" /></a>Have you ever wished you could write a comment or direction on your screen while demonstrating an app? A free iPad app called ShowMe allows you to do that. As an added bonus, you can record audio (using the internal mic of the iPad) while you record a whiteboard session that you can share with students.<span id="more-4823"></span></p>
<p>ShowMe has basic whiteboard functions. You have the options to erase part or all of the whiteboard, add an image, undo an action, record your whiteboard session, and choose from 7 different pen colors. In the app, you have the ability to hide the menu at the top to give yourself more real estate to write on the whiteboard. To record a whiteboard session, you simply hit the record button at the top of the screen. (A counter at the bottom of the whiteboard lets you know how long you have been recording.) If you add an image from  your iPad (either from camera roll, from the web, or take a picture with the iPad), the app will pause the recording session so the import process is not recorded. You can pause and resume at anytime in a recording.</p>
<p>Once you are finished recording,you can click on the Save ShowMe button. You can preview your work to finish the save, or start again. After saving, you name your recording, tag it with a topic, and post it to the ShowMe website, which requires a free ShowMe account. Recordings can be public, private, or shared with users you select. Sharing groups can be created (all members need a free account on ShowMe); links mailed to others can be viewed without an account. Recordings can be downloaded and stored on your personal device.</p>
<p><a href="https://itunes.apple.com/us/app/showme-interactive-whiteboard/id445066279?mt=8" title="ShowMe" target="_blank" class="liexternal">To download this free app, visit the iTunes store.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/05/02/whiteboard-ipad-app-for-recording-audio-and-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture Audio from Your Applications (like a Web Browser) on a Mac</title>
		<link>http://blogs.princeton.edu/etc/2013/04/23/capture-audio-from-your-applications-like-a-web-browser-on-a-mac/</link>
		<comments>http://blogs.princeton.edu/etc/2013/04/23/capture-audio-from-your-applications-like-a-web-browser-on-a-mac/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 16:12:35 +0000</pubDate>
		<dc:creator>Angel Brady</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[Training and Outreach]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4812</guid>
		<description><![CDATA[<p>Sometimes, you would like to capture audio coming from different applications on your computer. A question we sometimes get at the ETC is, how can I capture audio that is playing from my web browser? They would like to record &#8230; <a href="http://blogs.princeton.edu/etc/2013/04/23/capture-audio-from-your-applications-like-a-web-browser-on-a-mac/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://i0.wp.com/blogs.princeton.edu/etc/files/2013/04/products-icon-soundflower2.jpg" class="liimagelink"><img class="alignleft size-full wp-image-4813" alt="products-icon-soundflower" src="http://i0.wp.com/blogs.princeton.edu/etc/files/2013/04/products-icon-soundflower2.jpg?resize=99%2C99" data-recalc-dims="1" /></a>Sometimes, you would like to capture audio coming from different applications on your computer. A question we sometimes get at the ETC is, how can I capture audio that is playing from my web browser? They would like to record the audio and save it for teaching purposes. If you&#8217;re on a Mac, a free tool called Soundflower can help you capture audio playing on a web browser. Other people have used Soundflower with other built in applications on the Mac, like Quicktime Player, to capture both audio and video in the web browser.</p>
<p>You can download Soundflower for free here: <a href="http://code.google.com/p/soundflower/" title="Soundflower" target="_blank" class="liexternal">http://code.google.com/p/soundflower/</a>.</p>
<p>When using Soundflower, you will have to configure the output and input options for your audio to capture audio using Quicktime Player. When capturing audio, you will not hear the output of the audio through your normal speakers, but you can always open the Soundflower software to hear what you are capturing. This application will capture any sound on your computer, including notification sounds and audio adjustments you make on your computer, so just be aware what you are capturing when using this application. You may want to disable some sounds on your computer before capturing audio.</p>
<p>To see a comprehensive walk-through on how to use Soundflower with Quicktime Player, check out Christopher Breen&#8217;s Macworld post here: <a href="http://www.macworld.com/article/1159440/soundflower_capture.html" title="How to Use Soundflower with Quicktime Player on Mac" target="_blank" class="liexternal">www.macworld.com/article/1159440/soundflower_capture.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/04/23/capture-audio-from-your-applications-like-a-web-browser-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Productive Scholar: OpenScholar-Personal Websites for Scholars</title>
		<link>http://blogs.princeton.edu/etc/2013/04/19/productive-scholar-openscholar-personal-websites-for-scholars/</link>
		<comments>http://blogs.princeton.edu/etc/2013/04/19/productive-scholar-openscholar-personal-websites-for-scholars/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 18:28:29 +0000</pubDate>
		<dc:creator>Angel Brady</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[The Productive Scholar]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[OpenScholar]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4686</guid>
		<description><![CDATA[<p>In this Productive Scholar Session, Angel Brady of the Educational Technologies Center, presented OpenScholar, an OIT-supported web page creation service that allows for faculty and graduate students to create personal, professional academic sites.  OpenScholar can host personal CVs, current publications &#8230; <a href="http://blogs.princeton.edu/etc/2013/04/19/productive-scholar-openscholar-personal-websites-for-scholars/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://i0.wp.com/blogs.princeton.edu/etc/files/2013/04/openscholar-logo1.png" class="liimagelink"><img class="alignleft size-full wp-image-4697" alt="openscholar-logo" src="http://i0.wp.com/blogs.princeton.edu/etc/files/2013/04/openscholar-logo1.png?resize=272%2C139" data-recalc-dims="1" /></a>In this Productive Scholar Session, Angel Brady of the Educational Technologies Center, presented OpenScholar, an OIT-supported web page creation service that allows for faculty and graduate students to create personal, professional academic sites.  OpenScholar can host personal CVs, current publications and information about past and current research. The OpenScholar system is very easy to use and is focused on the types of information presented on academic profile websites.<span id="more-4686"></span></p>
<p>OpenScholar was developed, and continues to be developed, at Harvard University&#8217;s Institution of Quantitative Social Science as an open-source project.  The system is based on the very popular Drupal content management system.</p>
<p>OpenScholar websites at Princeton can be requested by contacting the <a href="http://www.princeton.edu/etc/services/openscholar/#request-site" class="liexternal">Educational Technologies Center </a>. OpenScholar websites are only available for Princeton faculty and graduate studentsand for special project sites.  You must have a valid Princeton e-mail address to request a website.</p>
<p>Once their site has been created, editing the website is done completely through the web browser. Pages on an OpenScholar website can be edited in two ways:  in-page editing and editing pages through the &#8216;Control Panel&#8217;. Features are tools that can be added or removed from a website, such as blogs, publications, or feeds. These features can be enabled and configured by going into the &#8216;Control Panel&#8217; of your site after logging in to the system. The layout and design of your site can also be modified in the &#8216;Control Panel&#8217;.  The system includes fifteen different designs to choose from, some of which offer color variations.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/04/19/productive-scholar-openscholar-personal-websites-for-scholars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lunch and Learn: Timothy Recuber on Teaching with WordPress</title>
		<link>http://blogs.princeton.edu/etc/2013/04/16/lunch-and-learn-timothy-recuber-on-teaching-with-wordpress/</link>
		<comments>http://blogs.princeton.edu/etc/2013/04/16/lunch-and-learn-timothy-recuber-on-teaching-with-wordpress/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 16:00:28 +0000</pubDate>
		<dc:creator>Angel Brady</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[Lunch & Learn]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4740</guid>
		<description><![CDATA[<p>Timothy Recuber, lecturer in the Writing Program at Princeton University, spoke about using WordPress as a platform for student writing in his WRI 128/129 courses. The course, entitled &#8216;Witnessing Disaster&#8217;, investigates media depictions of disaster and human suffering.  In the &#8230; <a href="http://blogs.princeton.edu/etc/2013/04/16/lunch-and-learn-timothy-recuber-on-teaching-with-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://blogs.princeton.edu/etc/files/2013/04/wordpress-logo-notext-rgb.png" class="liimagelink"><img class="alignleft size-thumbnail wp-image-4758" alt="wordpress-logo-notext-rgb" src="http://i0.wp.com/blogs.princeton.edu/etc/files/2013/04/wordpress-logo-notext-rgb.png?resize=150%2C150" data-recalc-dims="1" /></a>Timothy Recuber, lecturer in the Writing Program at Princeton University, spoke about using WordPress as a platform for student writing in his WRI 128/129 courses. The course, entitled &#8216;Witnessing Disaster&#8217;, investigates media depictions of disaster and human suffering.  In the assignment for which WordPress was used, Dr. Recuber asked students to &#8220;envision an alternative way of representing the suffering of others by creating a website, online memorial, or blog devoted to the disaster or tragedy that you research this semester&#8221;.  The students, having chosen and written about significant events previously in the semester, expanded upon their research by posting writings, videos, images, and sound recordings to the course blog. As a supplement to the more formal writing done during the semester, the blog was intended to provide a more creative outlet for the students.<span id="more-4740"></span></p>
<p>During the process of completing this assignment, students were able to see other students&#8217; postings and to leave comments. Dr. Recuber notes that although students did not choose to leave comments on the blog as much as he might have wished, active discussions occurred in class, centered around the work that had been done on the blog. Students also shared information about formatting their blog posts and embedding materials in their writing.</p>
<p>Students integrated many types of multimedia materials into their online memorials, including images, videos, and audio files. Dr. Recuber described a student project investigating the famous sinking of the Edmund Fitzgerald that included the music written to commemorate the event. Dr. Recuber said that it was one thing to read about the disaster and experience the music related to the disaster, but it was quite another level to actually hear the music while reading the essay. It was also noted, that, given the subject matter, images included in the projects sometimes proved to be quite graphic.</p>
<p>Timothy Recuber reports that he had positive outcomes from the project, but that he learns more about these types of assignments each semester. The project allowed students, who may have struggled with other forms of writing during the semester, to find additional ways to express themselves. For many students however, the open-ended nature of the project was daunting and, for the instructor, a challenge to grade.</p>
<p>The use of WordPress for this assignment was as more of a &#8216;content management system&#8217; than of a blog. Dr. Recuber expressed an interest in using WordPress in future semesters in more a more traditional blog format in which writings are displayed in a chronological sequence. Dr. Recuber also indicated that he might encourage the use of the commenting feature of the platform.</p>
<p>If you are interested in using WordPress for your course, you can always contact the ETC (Educational Technologies Center) to get you started. To view the video of the session, use the media player below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/04/16/lunch-and-learn-timothy-recuber-on-teaching-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Productive Scholar: Customizing Google&#8217;s Chrome Browser</title>
		<link>http://blogs.princeton.edu/etc/2013/04/12/the-productive-scholar-customizing-googles-chrome-browser/</link>
		<comments>http://blogs.princeton.edu/etc/2013/04/12/the-productive-scholar-customizing-googles-chrome-browser/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 18:28:51 +0000</pubDate>
		<dc:creator>Angel Brady</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[The Productive Scholar]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4713</guid>
		<description><![CDATA[<p>There are many browsers to choose from when you want to surf the web. The choice for a browser may depend on which operating system you are logged into, or maybe there are certain applications that needs a certain browser. &#8230; <a href="http://blogs.princeton.edu/etc/2013/04/12/the-productive-scholar-customizing-googles-chrome-browser/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://blogs.princeton.edu/etc/files/2013/04/chrome-logo-1301044215-300x3002.jpg" class="liimagelink"><img class="alignleft size-thumbnail wp-image-4723" alt="chrome-logo-1301044215-300x3002" src="http://i1.wp.com/blogs.princeton.edu/etc/files/2013/04/chrome-logo-1301044215-300x3002.jpg?resize=150%2C150" data-recalc-dims="1" /></a>There are many browsers to choose from when you want to surf the web. The choice for a browser may depend on which operating system you are logged into, or maybe there are certain applications that needs a certain browser. Sometimes, browsers have certain features built into them that a user likes for their web experience. Google&#8217;s Chrome browser recently passed Firefox (a highly customizable web browser) as the most used browser in the world (second in the United States after Internet Explorer). This talk discusses a little bit of Chrome&#8217;s background and why this browser&#8217;s ability to customize has made it a popular choice for web browsing.<span id="more-4713"></span></p>
<p>The Google Chrome browser seemed to peak peoples&#8217; interests back in March 2009. At that time, Google introduced a site called Chrome Experiments. The purpose of the experiments was to test how  Chrome could handle Javascript. To view the experiments back in 2009, you needed to download Chrome and open the experiments in Chrome. You can now view the experiment page in with other browsers like Firefox. This site demonstrates how HTML5, WebGL, Canvas, SVG, and CSS are rendered and used inside a browser without having to install extra plugins to view content like 2D images and 3D models.</p>
<p>A big advantage to using Google Chrome over another browser is the ability to sync your browser history, apps, and extensions across multiple devices using a Google account. Chrome allows you to log into the browser. As you create bookmarks and build a browsing history, you can sync this browser customization with other Chrome browsers running on different machines and Chrome devices (like an Android phone running the Chrome browser or a Chromebook). Google warns that you should only log in to the Chrome browser on personal machines, not public machines. The reason for this is that app data gets stored on the computer or device you log into and then others may be able to access your apps and extensions and bookmarks if they are using the same machine.</p>
<p>Chrome allows for Apps and Extensions to be installed in the browser. The difference between the two are that Apps usually link to a web service or web page and usually do not work offline. Extensions are not specific to a certain web page or web service and can work offline. Both Apps and Extensions can be downloaded from the Chrome App Store. Depending on the app or extension, you might be charged to install it on Chrome. The Apps and Extensions that were demo-ed where:</p>
<ul id="internal-source-marker_0.21069645536138926">
<li dir="ltr">
<p dir="ltr">Anatronica 3D Interactive Anatomy</p>
</li>
<li dir="ltr">
<p dir="ltr">3D Solar System Web</p>
</li>
<li dir="ltr">
<p dir="ltr">Simple Whiteboard</p>
</li>
<li dir="ltr">
<p dir="ltr">OWeb Voice Input</p>
</li>
<li dir="ltr">
<p dir="ltr">Print Friendly and PDF</p>
</li>
<li dir="ltr">
<p dir="ltr">Google Drive</p>
</li>
<li dir="ltr">
<p dir="ltr">Share LaTeX</p>
</li>
<li dir="ltr">
<p dir="ltr">Audiotool</p>
</li>
</ul>
<p>A brief overview of safety features that are built into Chrome were discussed. Sandboxing is a safety feature that tries to contain malware that was executed on one tab inside that tab so it doesn&#8217;t spread to other tabs in the browser. It makes it easier to a process by closing just the infected tab. Other features like basic malware detection on a site and auto-updating where mentioned.</p>
<p>Incognito Mode inside Chrome allows for a user to not have their web history tracked and it deletes any stored cookies after the Incognito Mode session is closed. Google lets users know that Incognito mode does not mean a user is browsing the web anonymously. Any files you download will stay on your computer and if site is collecting data on you, this mode may not prevent that from happening.</p>
<p>Given the choices you have for web browsing, Chrome offers a Google Power user many features that help them work with their Google apps and devices. Even if you&#8217;re not a Google power user, the features and extensions that Chrome has to offer for education should be explored no matter what operating system an educator runs (Chrome runs on Linux, Mac, and Windows).</p>
<p>Please use the slideshow viewer below to view the slides for the presentation:</p>
<p><iframe src="http://docs.google.com/presentation/d/1grKaIRnqNkcx8cWFV1m7uYrE8fFjDVVqrYrU1gmVJEw/embed?start=false&amp;loop=false&amp;delayms=3000" height="389" width="480" allowfullscreen="true" frameborder="0"></iframe></p>
<p>To view the audio and video of the presentation, please use the video player below:</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/04/12/the-productive-scholar-customizing-googles-chrome-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Network Graphs in Excel</title>
		<link>http://blogs.princeton.edu/etc/2013/03/26/creating-network-graphs-in-excel/</link>
		<comments>http://blogs.princeton.edu/etc/2013/03/26/creating-network-graphs-in-excel/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 15:24:55 +0000</pubDate>
		<dc:creator>Angel Brady</dc:creator>
				<category><![CDATA[Educational Technology]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://blogs.princeton.edu/etc/?p=4666</guid>
		<description><![CDATA[<p>Network graphs have become a popular visualization in the past couple of years in not only the Mathematics and Computer Science, but in different fields such as the Humanities and Politics. It is one thing to read a piece of &#8230; <a href="http://blogs.princeton.edu/etc/2013/03/26/creating-network-graphs-in-excel/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
				<content:encoded><![CDATA[<div id="attachment_4670" class="wp-caption alignleft" style="width: 310px"><a href="http://blogs.princeton.edu/etc/files/2013/03/nodexl.png" class="liimagelink"><img class="size-medium wp-image-4670" title="NodeXL" alt="nodexl" src="http://i1.wp.com/blogs.princeton.edu/etc/files/2013/03/nodexl.png?resize=300%2C186" data-recalc-dims="1" /></a>
<p class="wp-caption-text">NodeXL: A Microsoft Excel Template for Creating Network Graph Visualizations.</p>
</div>
<p>Network graphs have become a popular visualization in the past couple of years in not only the Mathematics and Computer Science, but in different fields such as the Humanities and Politics. It is one thing to read a piece of text and to be introduced to different characters and their relationship to each other in a novel, but it&#8217;s quite another thing to visually see the connects each character has with each other. These visual relationships can draw new conclusions or points of interest for research that were never discovered or approached before. This is in part why network graphs have gained popularity in the recent years.<span id="more-4666"></span></p>
<p>In the Digital Humanities, network graphs are popular with sociologist to study social networks using these visualizations. The topic of bibliometrics, the study of patterns and relationships in the formal record of scholarly communication, has been given a refreshed look using visualizations via network graphs to help Humanists study the structure of academic disciplines through connections among scholars. There are a few tools out there that take the data and produce the network graph, but the ones that always stand out in this field for the Digital Humanities are Gephi (which has a big learning curve if you are starting from square one) and NodeXL (which uses Microsoft Excel to create a network graph).</p>
<p>I recently downloaded the NodeXL template to see how it worked. According to their site NodeXL is &#8221; a free, open-source template for Microsoft® Excel® 2007 and 2010 that makes it easy to explore network graphs.  With NodeXL, you can enter a network edge list in a worksheet, click a button and see your graph, all in the familiar environment of the Excel window.&#8221; The advantage of using NodeXL over Gephi is, if you are very familiar with Excel, you might prefer this tool to create network graphs.</p>
<p>In the NodeXL template, there is a tab for the NodeXL tool. This is where you can import data (Pajek and GraphML files, and even Twitter, Filckr, and YouTube Networks) to create you network graph. You can control the color, size, and shape of the vertex and edges. The spreadsheet makes it easy to edit your network data and the convenience of having the visualization appear to the right of the spreadsheet (which you can manually update as you add or change data) makes it a useful tool. You are able to export the visualization and data into a number of files including a Pajek file, UCINET Full Matrix DL file, GEXF file, and GraphML file.</p>
<p>To download NodeXL, click here: <a href="http://nodexl.codeplex.com/" title="NodeXL Download" target="_blank" class="liexternal">http://nodexl.codeplex.com/</a></p>
<p>To see how other another Humanist (Lisa Marie Rhody) is using this tool in her latest project, <em>Revising Ekphrasis</em>, which uses advanced computational tools to explore connections between 4,500 English-language poems, click here: <a href="http://www.lisarhody.com/" target="_blank" class="liexternal">http://www.lisarhody.com/</a></p>
<p>The group that developed this tool is listed here: <a href="http://nodexl.codeplex.com/team/view" title="NodeXL team" target="_blank" class="liexternal">http://nodexl.codeplex.com/team/view</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.princeton.edu/etc/2013/03/26/creating-network-graphs-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
