<?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>Jason Bryer &#187; Software</title>
	<atom:link href="http://bryer.org/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://bryer.org</link>
	<description>My humble place on the web...</description>
	<lastBuildDate>Tue, 01 Dec 2009 23:57:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LaTeX and Sweave</title>
		<link>http://bryer.org/2009/latex-and-sweave</link>
		<comments>http://bryer.org/2009/latex-and-sweave#comments</comments>
		<pubDate>Tue, 01 Dec 2009 23:56:57 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://bryer.org/?p=92</guid>
		<description><![CDATA[LaTeX is a typesetting language that is known for its beautiful mathematical formulas. It is similar to HTML in that you write your document in plain text and process (or compile) it to create a postscript or PDF file. You will need to download a LaTeX processor for your platform. On Windows, TeXnicCenter (http://www.texniccenter.org/) is [...]]]></description>
			<content:encoded><![CDATA[<p>LaTeX is a typesetting language that is known for its beautiful mathematical formulas. It is similar to HTML in that you write your document in plain text and process (or compile) it to create a postscript or PDF file. You will need to download a LaTeX processor for your platform. On Windows, TeXnicCenter (<a href="http://www.texniccenter.org/" target="_blank">http://www.texniccenter.org/</a>) is very good and on Mac TeXShop (<a href="http://www.uoregon.edu/%7Ekoch/texshop/" target="_blank">http://www.uoregon.edu/~koch/texshop/</a>) is very good. Both these applications provide a text editor in addition to the LaTeX processors. Here are a list of excellent resources for learning LaTeX (note that many of these are in psarelated/LaTeX folder on Dropbox):</p>
<ul>
<li>Math into LaTeX: An Introduction to LaTeX and MAS-LaTeX (<a href="http://tex.loria.fr/general/mil.html" target="_blank">http://tex.loria.fr/general/mil.html</a>). The author has provided a PDF of the first section of the book which is probably sufficient for most. The complete book can be orderd from Amazon here: <a href="http://www.amazon.com/More-Math-Into-LaTeX-4th/dp/0387322892/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1258503347&amp;sr=8-1" target="_blank">http://www.amazon.com/More-Math-Into-LaTeX-4th/dp/0387322892/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1258503347&amp;sr=8-1</a></li>
<li>The Not So Short Introduction to LaTeX (<a href="http://tobi.oetiker.ch/lshort/lshort.pdf" target="_blank">http://<cite>tobi.oetiker.ch/l<strong>short</strong>/l<strong>short</strong>.pdf</cite></a>)</li>
<li>If you have to use APA formatting, see <a href="http://www.ilsp.gr/homepages/protopapas/apacls.html" target="_blank">http://www.ilsp.gr/homepages/protopapas/apacls.html</a></li>
</ul>
<p>Sweave allows for the embedding of R code directly in your LaTeX documents. The best resource is the Sweave User Manual (<a href="http://www.stat.uni-muenchen.de/%7Eleisch/Sweave/Sweave-manual.pdf" target="_blank">http://<cite>www.stat.uni-muenchen.de/~leisch/<strong>Sweave</strong>/<strong>Sweave</strong>-manual.pdf</cite></a>). In short, simply place the following in your LaTeX file:</p>
<p><span style="font-family: Courier New;">&lt;&lt;myrcode1&gt;&gt;=<br />
2 + 2<br />
@</span></p>
<p>There is a Sweave function in R. Issuing the <span style="font-family: Courier New;">Sweave(file.choose())</span> command will first prompt for the file (by convention use Rnw file extension), execute all the R code and generate a tex file. This file can then be run through your typical LaTeX processor or editor. Once you go through the Sweave manual, I recommend printing page 13 which lists all the options that can be issued to Sweave.</p>
<p>To create presentations, the Beamer class is what is generally used. The LaTeX beamer class homepage has several exmaples (<a href="http://latex-beamer.sourceforge.net/" target="_blank">http://latex-beamer.sourceforge.net/</a>). The Beamer manual is included on Dropbox or when you download the classes (I do believe Beamer is built into both TeXnicCenter and TeXShop).</p>
<p>Laslty, I have included a few of my own files on Dropbox for a recent paper and presentation I&#8217;ve done. I used Sweave for the paper (see Bryer.LocatingStudents.Paper.Rnw). I also included the generated LaTeX file (Bryer.LocatingStudents.Paper.tex) as well as the final PDF version. For the presenation, I used Beamer but since I was working from the paper, I simply cut and paste sections from the generated tex file to Bryer.LocationStudents.Presentation.tex. Note the first two lines of this file:</p>
<p><span style="font-family: Courier New;">%\documentclass[handout]{beamer}<br />
\documentclass{beamer}</span></p>
<p>The percent character is a comment line in LaTeX so in order to create the handout version I simply commented out the second line instead of the first. Both versions are included on Dropbox for your review.</p>
]]></content:encoded>
			<wfw:commentRss>http://bryer.org/2009/latex-and-sweave/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trevor Owens, Technology Evangelist for Zotero</title>
		<link>http://bryer.org/2007/trevor-owens-technology-evangelist-for-zotero</link>
		<comments>http://bryer.org/2007/trevor-owens-technology-evangelist-for-zotero#comments</comments>
		<pubDate>Mon, 03 Dec 2007 16:31:30 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://bryer.org/2007/12/03/trevor-owens-technology-evangelist-for-zotero/</guid>
		<description><![CDATA[The latest issue of Innovate Journal of Online Education has an interview with Trevor Owens, a technology evangelist for George Mason University&#8217;s Center for History and New Media. Of interest is the planned 2.0 version due out in 2008 that will include server side functionality.
Innovate: Next-Generation Bibliographic Manager : An Interview with Trevor Owens:
James Morrison&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1811"></a>The latest issue of <em>Innovate Journal of Online Education</em> has an interview with Trevor Owens, a technology evangelist for George Mason University&#8217;s Center for History and New Media. Of interest is the planned 2.0 version due out in 2008 that will include server side functionality.</p>
<p><a href="http://innovateonline.info/index.php?view=article&amp;id=540">Innovate: Next-Generation Bibliographic Manager : An Interview with Trevor Owens</a>:<br />
<blockquote>James Morrison&#8217;s interview with Trevor Owens explores Zotero, a free, open-source bibliographic tool that works as a Firefox plug-in. Previous bibliographic software, such as EndNote or Refworks, worked either online or offline to collect references and citations. Zotero leverages the power of the browser to allow users to work either online or offline and integrates citations with other research materials in a way that promises to reshape the way research is done. Zotero 2.0, due out in early 2008, will expand the potential of Zotero by providing server-side functions that allow for the sharing of bibliographies and accompanying annotations.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bryer.org/2007/trevor-owens-technology-evangelist-for-zotero/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bibliographic Software</title>
		<link>http://bryer.org/2007/bibliographic-software</link>
		<comments>http://bryer.org/2007/bibliographic-software#comments</comments>
		<pubDate>Thu, 29 Nov 2007 14:36:02 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://bryer.org/2007/11/29/bibliographic-software/</guid>
		<description><![CDATA[As a graduate student I&#8217;ve amassed a large number of research articles and books. The question is, how do you keep all of this information organized as to be able to find information later? The answer is: bibliography software. There are many options available for both Windows and Mac but the two clear leaders are [...]]]></description>
			<content:encoded><![CDATA[<p>As a graduate student I&#8217;ve amassed a large number of research articles and books. The question is, how do you keep all of this information organized as to be able to find information later? The answer is: bibliography software. There are many options available for both Windows and Mac but the two clear leaders are <a href="http://zotero.org" target="_blank">Zotero</a> and <a href="http://endnote.com" target="_blank">Endnote</a>. For a while now I&#8217;ve been using both; Zotero to collect reference and Endnote to manage citations.</p>
<p>Zotero, which is a Firefox plugin, makes the process of adding references to you library incredibly easy. When viewing a page (e.g. from EBSCO or Amazon.com) you simply click an icon in the address bar and magically all of the data is imported into you personal library. You can even attach (or take a snapshot) of web pages and/or PDF files when available. Once a reference is in your library you can attach tags (think keywords), notes, or any other file (e.g. PDF, Word document, csv, etc). With all your references collected into a single repository it becomes very easy to find that article from a few years ago.</p>
<p>But collecting and organizing your references is only the beginning. Zotero and Endnote both include a <a href="http://office.microsoft.com/en-us/word/default.aspx" target="_blank">Microsoft Word</a> plugin (Zotero also has a plugin for <a href="http://openoffice.org" target="_blank">OpenOffice</a>) that will assist in adding citations from your library (Endnote calls this Cite While You Write, or CWYW). When you reach a point where you need to insert a citation, you click a button on the provided toolbar. This will then take you to your library where you can search and find the desired reference(s). Click insert and your citation is placed at the cursor. Both programs provide a wide variety of styles including APA, Chicago, and MLA not to mention many different journal specific formats.</p>
<p>When using citations you&#8217;re inevitably going to need a references page. Endnote will do this automatically once you insert your first citation. Zotero will also automatically manage your reference page but you first have to insert it where you would like (it&#8217;s just one click on Zotero toolbar).</p>
<p>My workflow until now has involved collecting references with Zotero, exporting my library in RIS format (using RIS instead of Endnote, which Zotero supports, will preserve notes), and then importing the exported library to Endnote. This is because the beta version of Zotero did not format citations exactly write. However, with the official 1.0 version of Zotero out, it&#8217;s Word plugin is just as good as Endnote&#8217;s. At this point I would recommend that everyone get started with Zotero (it is free after all!) especially given that you can easily move your library from Zotero to Endnote later if necessary. That said, many universities and institutions have invested in Endnote. Plus Endnote allows for separate libraries which, when collaborating with colleagues, can be useful when sharing. Zotero provides one library but does have collections within the library. Which every your choice, Zotero is the clear winner for collecting your references.</p>
<p>For completion sake, I&#8217;ve included the list of all the bibliographic software, along with their prices (as of this writing), that may worth looking into. Some of these have been designed for specific disciplines so it may be worth looking into if you have specific needs that Zotero or Endnote does not satisify.</p>
<p><center></p>
<table border="0" height="220" width="441">
<tr>
<td align="left" width="200"><strong>Name</strong></td>
<td><strong>Platform</strong></td>
<td align="right" width="125"><strong>Regular Price</strong></td>
<td align="right" width="125"><strong>Student Price</strong></td>
</tr>
<tr>
<td><a href="http://www.scholarsoft.com/biblio2.htm" target="_blank">Biblio</a></td>
<td>Windows</td>
<td align="right">$49</td>
<td align="right">&nbsp;</td>
</tr>
<tr>
<td><a href="http://www.bibliographix.com/" target="_blank">Bibliographix</a></td>
<td align="left">Windows</td>
<td align="right">98 Euro</td>
<td align="right">49 Euro</td>
</tr>
<tr>
<td><a href="http://www.biblioscape.com/" target="_blank">Biblioscape</a></td>
<td>Windows</td>
<td align="right">$139</td>
<td align="right">$99</td>
</tr>
<tr>
<td><a href="http://www.sonnysoftware.com/" target="_blank">Bookends</a></td>
<td>Mac</td>
<td align="right">$99</td>
<td align="right">$69</td>
</tr>
<tr>
<td><a href="http://www.citationonline.net/" target="_blank">Citation</a></td>
<td>Windows</td>
<td align="right">$99</td>
<td align="right">&nbsp;</td>
</tr>
<tr>
<td><a href="http://endnote.com" target="_blank">Endnote X1</a></td>
<td>Windows/Mac</td>
<td align="right">$250</td>
<td align="right">$110</td>
</tr>
<tr>
<td><a href="http://www.balboa-software.com/" target="_blank">Library Master</a></td>
<td>Windows</td>
<td align="right">$249</td>
<td align="right">$125</td>
</tr>
<tr>
<td><a href="http://www.cheminnovation.com/products/powerref.asp" target="_blank">PowerRef</a></td>
<td>Windows</td>
<td align="right">$129</td>
<td align="right">$69</td>
</tr>
<tr>
<td><a href="http://scholarsaid.com/" target="_blank">Scholar&#8217;s Aide 4 AE</a></td>
<td>Windows</td>
<td align="right">$149</td>
<td align="right">$99</td>
</tr>
<tr>
<td><a href="http://sqn.com/sqn5.html" target="_blank">SquareNote</a></td>
<td>Windows</td>
<td align="right">$49</td>
<td align="right">&nbsp;</td>
</tr>
<tr>
<td><a href="http://zotero.org" target="_blank">Zotero</a></td>
<td>Windows/Mac/Linux</td>
<td align="right">FREE</td>
<td align="right">FREE</td>
</tr>
</table>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://bryer.org/2007/bibliographic-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
