<?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>The Ideophone &#187; Zotero</title>
	<atom:link href="http://ideophone.org/topics/software/zotero/feed/" rel="self" type="application/rss+xml" />
	<link>http://ideophone.org</link>
	<description>Sounding out ideas on African languages, vivid sensory words, and iconicity</description>
	<lastBuildDate>Thu, 26 Apr 2012 15:33:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Who will write a lightweight duplicate detection plugin for Zotero?</title>
		<link>http://ideophone.org/zotero-duplicate-detection/</link>
		<comments>http://ideophone.org/zotero-duplicate-detection/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 10:42:23 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=2895</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Who+will+write+a+lightweight+duplicate+detection+plugin+for+Zotero%3F&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2012-02-25&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-duplicate-detection/&amp;rft.language=English"></span>
Duplicate detection is one of the things any serious reference manager should offer. Zotero users have been clamouring for it since the early days. There are basically two ways to implement it: as a preflight check, warning the user when &#8230; <a href="http://ideophone.org/zotero-duplicate-detection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Who+will+write+a+lightweight+duplicate+detection+plugin+for+Zotero%3F&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2012-02-25&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-duplicate-detection/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=2895"><!-- &nbsp; --></abbr>
<p>Duplicate detection is one of the things any serious reference manager should offer. Zotero users have been clamouring for it since the early days. There are basically two ways to implement it: as a preflight check, warning the user when they are about to add a potential duplicate; and as an after the fact scan, which enables users to weed duplicate items from their library.</p>
<p>The <a href="http://www.zotero.org/blog/zotero-3-0-is-here/" target="_blank">most recent version of Zotero</a> takes the second route: a posthoc duplicate detection mechanism. Though definitely better than nothing, and with an elegant merging solution, the interface is still far from perfect and yields a lot of <a href="http://forums.zotero.org/discussion/19230/30b1-duplicate-detection/#Item_6" target="_blank">false positives</a>, making it somewhat difficult to use. Besides, it is slow, because it tries to compare everything with everything, which amounts to a huge amount of operations even in moderately sized libraries. Although it is good to have at least something, what seems to me have been overlooked is that prevention is better than cure, and that a quick check <em>before</em> adding new items to the library would help users a lot. </p>
<p>It appears that the Zotero developers have too much on their plate to think about such niceties, but as Avram Lyon has <a href="http://forums.zotero.org/discussion/42/4/duplicate-detection/#Item_17" target="_blank">pointed out</a>, this could be done as a Zotero plugin, and anyone interested in a little challenge could wade in. (I think you need to be literate in XUL and JS, and probably SQLite too. A sample Zotero plugin <a href="http://www.zotero.org/support/dev/sample_plugin" target="_blank">here</a>. Also see <a href="http://forums.zotero.org/discussion/42/4/duplicate-detection/#Item_17" target="_blank">this thread</a> for some helpful comments by Zotero developer Dan Stillman on the best way to implement it.)</p>
<p>What kind of form should a user interface for this take? I would propose something like the following:</p>
<blockquote><p><em>Do you really want to add this item? It looks like it already exists in your library.</em></p>
<p><em>S</em><em>mith, Joe. 2010. </em>How to avoid duplicate entries. <em>Ms., Amsterdam.</em></p>
<p><em>[Button A: Cancel and go to similar item.] [Button B: Add anyway.]</em></p></blockquote>
<p>The interface should be fast and reliable. I propose the following basic workflow: Upon adding a new item, check a low number of strategically chosen fields and assign a duplicate score according to some simple rules, similar to spam rating systems. If duplicate score exceeds <em>x</em>, bring up the interface I propose above. (The variable <em>x</em> and the weight of individual rules could be made customizable but there is no need in a first version — as they say, release early, release often.) My proposal of fields to use, ranked by descending weight:</p>
<ol>
<li>DOI</li>
<li>author last name</li>
<li>title not case-sensitive (only first <em>n</em> words?)</li>
<li>year</li>
<li>publication</li>
<li>page numbers</li>
</ol>
<p>DOI is hit or miss, so good; but not all items will have a DOI. Author last name + Title + Year probably should receive a combined weight that is the same or higher as DOI. Given the importance of the first four, perhaps 5 and 6 have little added value.</p>
<p>Coders and XUL/Javascript wizzkids looking for a challenge, here is your chance to make a difference! If you wrote a Zotero plugin doing this, it would find wide and immediate adoption by a significant portion of Zotero users, and eternal glory will be yours.</p>
]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/zotero-duplicate-detection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zotero for Chrome and Safari</title>
		<link>http://ideophone.org/zotero-for-chrome-and-safari/</link>
		<comments>http://ideophone.org/zotero-for-chrome-and-safari/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 15:16:04 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=2658</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+for+Chrome+and+Safari&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2011-07-19&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-for-chrome-and-safari/&amp;rft.language=English"></span>
Here&#8217;s a quick tip for Zotero users who like to do their browsing in Chrome or Safari: you can install &#8220;Zotero Connectors&#8221; that will make Zotero recognize references in Chrome and Safari just like in Firefox. The Zotero developers are &#8230; <a href="http://ideophone.org/zotero-for-chrome-and-safari/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+for+Chrome+and+Safari&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2011-07-19&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-for-chrome-and-safari/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=2658"><!-- &nbsp; --></abbr>
<p>Here&#8217;s a quick tip for Zotero users who like to do their browsing in Chrome or Safari: you can install &#8220;Zotero Connectors&#8221; that will make Zotero recognize references in Chrome and Safari just like in Firefox. The Zotero developers are working on a standalone version, but these connectors can already talk to your Zotero library in Firefox. So if you, say, find yourself going to Chrome for its speed and nice interface, you can simply connect it with Zotero and use Firefox to host your local Zotero library until Zotero Standalone comes along. </p>
<p>Follow these steps:</p>
<ol>
<li>Make sure you have the latest version of Zotero (3.0 Beta currently)</li>
<li>Install the Chrome or Safari <a href="http://www.zotero.org/support/standalone#zotero_connectors">connector for Zotero</a> in the browser of your choice.</li>
<li>Start Firefox and type <code>about:config</code> in the address bar. Within the options, search for &#8220;zotero&#8221;, locate the <code>extensions.zotero.httpServer.enabled</code> option and double-click to enable it. (<a href="http://www.zotero.org/support/kb/connector_enabled">See kb article here.</a>)</li>
<li>Restart Firefox as well as your other browser to get them linked up properly.</li>
<li>Enjoy the goods of Zotero translators in Chrome or Safari! (Remember that Firefox has to be open for Chrome to recognise and save the reference.)</li>
</ol>
<h2>Quick Q&#038;A</h2>
<dl>
<dt>Huh? When was this cool feature added?</dt>
<dd>Work on the Standalone version started about a year ago. The connectors have been developed for use with Standalone, but in a streak of insight, the developers also allowed communication with the Firefox version of Zotero. This was never announced, which is why I&#8217;m devoting a post to this well kept secret!</dd>
<dt>Can I now install Zotero in Chrome or Safari?</dt>
<dd>No, this post describes a way to get Zotero support in Chrome or Safari. You still need to have your main Zotero library in Firefox. If you are adventurous, you can try the <a href="http://www.zotero.org/support/standalone">Standalone Alpha or Beta version</a> and connect it in the same way.</dd>
<dt>What are Zotero translators?</dt>
<dd>Translators enable Zotero to sense when you&#8217;re on a site displaying bibliographic information that you can import into your library. <a href="http://www.zotero.org/translators/">Thousands of sites are supported.</a> Translators allow one-click saving of references in your library; if a PDF is available, they even download it for you and automatically attach it to the entry in your library!</dd>
<dt>What if it doesn&#8217;t work?</dt>
<dd>Be sure that Firefox is open, otherwise Chrome won&#8217;t be able to sense and save items. Try the <a href="http://www.zotero.org/support/troubleshooting_translator_issues">troubleshooting translator issues</a> page. If that doesn&#8217;t work, you can ask for help in the <a href="http://forums.zotero.org/">Zotero forums</a>, where a lot of helpful people hang out. </dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/zotero-for-chrome-and-safari/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simple citation style edits: the power of CSL</title>
		<link>http://ideophone.org/zotero-citation-style-edit/</link>
		<comments>http://ideophone.org/zotero-citation-style-edit/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:00:01 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zotero]]></category>
		<category><![CDATA[bibliography]]></category>
		<category><![CDATA[CSL]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=1977</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Simple+citation+style+edits%3A+the+power+of+CSL&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2010-07-25&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-citation-style-edit/&amp;rft.language=English"></span>
I keep forgetting the kind of simple edits that are so trivial to make in CSL styles. Here I catalogue a few, for my own benefit and hopefully also useful to others. The occasion is a festive one &#8212;one paper &#8230; <a href="http://ideophone.org/zotero-citation-style-edit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Simple+citation+style+edits%3A+the+power+of+CSL&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2010-07-25&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-citation-style-edit/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=1977"><!-- &nbsp; --></abbr>
<p>I keep forgetting the kind of simple edits that are so trivial to make in CSL styles. Here I catalogue a few, for my own benefit and hopefully also useful to others.  The occasion is a festive one &mdash;one paper in press and another accepted with minor revisions!&mdash; and I&#8217;m not going to let the fun be spoiled by the tedious job of making minute changes to the referencing styles. Where did the editors and reviewers find all this time anyway? One of them manually added spaces before the page numbers in all of my forty+ in-text references! I refuse to do that kind of monkey-work. Instead, I&#8217;m simply going to edit the nearest CSL style and woosh, the whole document will be fine. </p>
<p>The Zotero documentation <a href="http://www.zotero.org/support/csl_simple_edits">offers the basic information</a> on how to edit CSL styles and how to get your new style into Zotero; <strong>here I assume that you&#8217;ve read that</strong>. (The lowdown: use the <a href="chrome://zotero/content/tools/csledit.xul ">reference test pane</a> to see the XML code of an existing style. Make it your own. Save it under a different name. Drag it onto Firefox to add it to Zotero.)  Before I give the code snippets, it is probably useful to briefly outline what a CSL style looks like so that the code looks less terrifying.</p>
<h3>Basic anatomy of a CSL style</h3>
<p>A CSL style is simply a file that you can edit in any text editor consisting of a number of different &#8216;blocks&#8217; of information. The information is couched in terms of a relatively simple but powerful <a href="http://en.wikipedia.org/wiki/XML"><abbr title="Extensible Markup Language">XML</abbr>-based</a> metalanguage called &#8220;Citation Style Language&#8221; or CSL for short. Every CSL style basically looks as follows. First, an <em>info</em> block providing the metadata for the style (author, name, url, type); then a lot of <em>macros</em> defining the building blocks; a <em>citation</em> block that determines what citations look like in your document; and finally a <em>bibliography</em> block.</p>
<pre class="brush: xml; light: true; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;style xmlns=&quot;http://purl.org/net/xbiblio/csl&quot; class=&quot;in-text&quot; xml:lang=&quot;en&quot;&gt;
  &lt;info&gt;
	here goes the metadata
  &lt;/info&gt;
	here go all the macros
  &lt;citation&gt;
	this block defines what a citation looks like
  &lt;/citation&gt;
  &lt;bibliography&gt;
	this block defines what the bibliography looks like
  &lt;/bibliography&gt;
&lt;/style&gt;
</pre>
<h3>Initials vs. full first names</h3>
<p>Some styles have initials, others have full first names. Some of the first have initials followed by a period, others without. Personally, I think it is not the best thing to abbreviate information that is crucial for disambiguation, but this is what does it:</p>
<pre class="brush: xml; title: ; notranslate">initialize-with=&quot;.&quot;</pre>
<p>The above form gives you &#8220;Gombrich, E.&#8221; Removing the period (i.e. having <code>initialize-with=""</code>) gives you &#8220;Gombrich, E&#8221;. Removing the option as a whole gives you &#8220;Gombrich, Ernst&#8221;. Note that in some styles, this setting is included in several macros (e.g. editor as well as author) so you might have to adjust it in several places.</p>
<h3>Multiple entries by the same author</h3>
<p>Some well-known styles (for example the Chicago Manual of Style) substitute subsequent recurrences of an author with three em-dashes. The highlighted line below is what does it:</p>
<pre class="brush: xml; highlight: [3]; title: ; notranslate">
&lt;bibliography&gt;
      ...
    &lt;option name=&quot;subsequent-author-substitute&quot; value=&quot;———&quot;/&gt;
      ...
&lt;/bibliography&gt;
</pre>
<p>If you don&#8217;t want that happening, simply remove this option from the bibliography block.</p>
<h3>Issue numbers</h3>
<p>Some editors don&#8217;t like issue numbers. In the Chicago style, the issue number comes out of the <ode>locators</code> macro, and it is generated by the following line:</p>
<pre class="brush: xml; title: ; notranslate">&lt;text variable=&quot;issue&quot; prefix=&quot;, no. &quot;/&gt;</pre>
<p>Deleting that line gets rid of the issue number.</p>
<h3>Page number prefix for in-text citations</h3>
<p>For page numbers in in-text citations, some styles want (Doe 2010:5), others (Doe 2010, 5) and yet others (Doe 2010: 5) (note the space before the page number in the latter case). This is controlled by the group delimiter in the citation block towards the end of the CSL style.</p>
<pre class="brush: xml; highlight: [6]; title: ; notranslate">
&lt;citation&gt;
      ...
      (basic options)
      ...
    &lt;layout prefix=&quot;(&quot; suffix=&quot;)&quot; delimiter=&quot;; &quot;&gt;
      &lt;group delimiter=&quot;: &quot;&gt;
      ...
      (contributors, date, locators)
      ...
      &lt;/group&gt;
    &lt;/layout&gt;
  &lt;/citation&gt;
</pre>
<p><code>delimiter=": "</code> yields (Doe 2010: 5), while <code>delimiter=", "</code> yields (Doe 2010, 5), etc.</p>
<h3>Line spacing</h3>
<p>Some styles, like APA, have a setting for line-spacing built in. For APA it is "2" (i.e. double), but actually that is only the APA style for submitting manuscripts &mdash; for camera-ready copy, most publishers simply want normal line-spacing. Changing this is simple. Search for "line-spacing" and either set it to "0" or remove attribute+value altogether. You want to do the latter if you would like the bibliography to inherit the line-spacing settings of your document.</p>
<h2>Want more?</h2>
<p>Do you want more information, or need to make further customizations? The Zotero documentation has a page giving a <a href="http://www.zotero.org/support/dev/csl_syntax_summary">CSL syntax summary</a>. The <a href="http://www.zotero.org/support/dev/csl_syntax_summary#options">common options</a> given on that page are probably most useful to start with. Also, Rintze Zelle has written a very nice <a href="http://citationstyles.org/downloads/primer.html">CSL 1.0 primer</a>. And don't forget you can always ask for help in the <a href="http://forums.zotero.org/categories/">Zotero forums</a>. Loads of volunteer supporters there know more about CSL than I do.</p>
]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/zotero-citation-style-edit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Unified Style Sheet for Linguistics Journals</title>
		<link>http://ideophone.org/unified-style-sheet-for-linguistics-journals/</link>
		<comments>http://ideophone.org/unified-style-sheet-for-linguistics-journals/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 17:59:51 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Linguistics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=1202</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Unified+Style+Sheet+for+Linguistics+Journals&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Linguistics&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2009-09-20&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/unified-style-sheet-for-linguistics-journals/&amp;rft.language=English"></span>
Not all linguists may be aware of this, but since 2007 there has been a Unified Style Sheet for publications in our field, developed by the editors of a number of linguistic journals, including Language. (Oddly enough, just which journals &#8230; <a href="http://ideophone.org/unified-style-sheet-for-linguistics-journals/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Unified+Style+Sheet+for+Linguistics+Journals&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Linguistics&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2009-09-20&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/unified-style-sheet-for-linguistics-journals/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=1202"><!-- &nbsp; --></abbr>
<p>Not all linguists may be aware of this, but since 2007 there has been a Unified Style Sheet for publications in our field, developed by the editors of a number of linguistic journals, including <em>Language</em>. (Oddly enough, just which journals besides Language joined in the effort remains unclear.) There is not much centralized information available about this style, but we have the <a href="http://linguistlist.org/pubs/tocs/JournalUnifiedStyleSheet2007.pdf">2007 specifications</a> (PDF) and a <a href="http://www.lsadc.org/info/style-sheet.cfm">page endorsing the style</a> at the official LSA website.</p>
<p>As Stephen Anderson <a href="http://linguistlist.org/issues/20/20-2271.html">writes</a> on the Linguist List, </p>
<blockquote><p>Use of this style is encouraged, and if it is widely adopted, that could considerably facilitate the preparation of manuscripts. In support of that, it would be useful to have software support for it in popular document preparation systems.</p></blockquote>
<p>I&#8217;m happy to report that <a href="http://ideophone.org/zotero-endnote-alternative/" title="Zotero, an EndNote alternative">Zotero</a> now supports the unified style through the powerful open format <abbr title="Citation Style Language">CSL</abbr>. If you have Zotero, you can simply <a href="http://www.zotero.org/styles/unified-style-linguistics/dev?install=1" title="install Unified Style Sheet for Linguistics Journals">install</a> the style right away. Zotero of course already supported lots of other citation styles, including the widely used <abbr title="American Psychological Association">APA</abbr> and <abbr title="Modern Language Association">MLA</abbr> as well as styles for specific journals like <em>Language</em> (<a href="http://www.zotero.org/styles/language/dev?install=1" title="install Language (LSA)">install</a>) and the <em>Journal of Pragmatics</em> (<a href="http://www.zotero.org/styles/journal-of-pragmatics/dev?install=1" title="install Journal of Pragmatics">install</a>).</p>
<p>I haven&#8217;t been able to find a definitive list of the journals that have adapted the Unified Style Sheet for Linguistics, but some examples of journals using and/or endorsing it are <em>Language</em> itself, <a href="http://semprag.org/">Semantics &#038; Pragmatics</a>, and the <a href="http://www.sagepub.com/journalsProdDesc.nav?prodId=Journal200779">Journal of English Linguistics</a>. Also, the <a href="http://www.hrelp.org/events/LDLT2/index.html" title="Language Documentation &#038; Linguistic Theory">LDLT</a> conference series at SOAS, London is using it in its proceedings. Does anyone know of more journals?</p>
]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/unified-style-sheet-for-linguistics-journals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zotero 1.5 is here: synchronization and tons of other features</title>
		<link>http://ideophone.org/zotero-1-5-sync/</link>
		<comments>http://ideophone.org/zotero-1-5-sync/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 22:11:59 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=115</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+1.5+is+here%3A+synchronization+and+tons+of+other+features&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2009-02-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-1-5-sync/&amp;rft.language=English"></span>
It&#8217;s here. Zotero 1.5 beta. The new version comes with built-in synchronization, exports to more than 1100 citation styles, and supports browsing your library online (see below). Zotero is now better than EndNote on all fronts. Here&#8217;s a quick overview &#8230; <a href="http://ideophone.org/zotero-1-5-sync/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+1.5+is+here%3A+synchronization+and+tons+of+other+features&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2009-02-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-1-5-sync/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=115"><!-- &nbsp; --></abbr>
<p>It&#8217;s here. <a href='http://www.zotero.org/support/1.5_beta'>Zotero 1.5 beta</a>. The new version comes with built-in synchronization, exports to more than 1100 citation styles, and supports browsing your library online (see below). Zotero is now better than EndNote on all fronts. Here&#8217;s a quick overview of the most important features:</p>
<ul>
<li><strong>Synchronization.</strong> Automatically keep your library in sync across different PCs. If you have access to WebDAV storage, synching can also include your attachments.</li>
<li><strong>Automatic backup.</strong> A copy of your library is stored safely on the synchronization server.</li>
<li><strong>More than 1100 CSL citation styles.</strong> The <a href="http://www.zotero.org/styles">style repository</a> has grown immensely due to community efforts. Zotero styles are built on the powerful open source Citation Style Language (CSL), an XML dialect.</li>
<li><strong>Support for EndNote styles.</strong> Thousands of EndNote .ens styles can now be used for citation formatting. These styles are available to licensed users of EndNote.</li>
<li><strong>Rich text notes.</strong> Formatting can now be applied to notes with a WYSIWYG editor.
<li><strong>Automatic detection of PDF metadata.</strong> Another much requested feature. Not yet bulletproof because it depends on the information available in your PDF and the repository used to look it up, but a great step forward.</li>
<li><strong>Shared collections.</strong> Easily share and build collections with colleagues.</li>
</ul>
<p>All of this built on open source technologies and standards, which means that your data is not locked up in proprietary software at the mercy of profit driven companies.</p>
<h2>New website features</h2>
<div class="img img-full"><img src="http://ideophone.org/files/zotero-library-470.png" alt="zotero-library-470" title="zotero-library-470" width="470" height="352" class="alignnone size-full wp-image-274" /></p>
<div>Browse your Zotero library online [<a href="http://ideophone.org/files/zotero-library-full.png" rel="lightbox[115]">click for fullsize</a>]</div>
</div>
<p>Meanwhile, the <a href="http://zotero.org/">Zotero website</a> has seen a major revamping, the most important new feature being the ability to <strong>browse your library online</strong>. Other features are more geared towards social networking activities: users now can have an online Zotero profile, can follow other Zotero users, and can build an online CV.</p>
<p>If you&#8217;re still stuck on EndNote, check out <a href="http://www.zotero.org/blog/making-the-switch-to-zotero/">making the switch to Zotero</a>, or see my <a href="http://ideophone.org/zotero-endnote-alternative/">review</a> and comparison from last year. Questions? There are lots of helpful and friendly people hanging out in the <a href="http://forums.zotero.org/categories/">Zotero forums</a>. You can also post them below.</p>
]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/zotero-1-5-sync/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>12 must know Zotero tips and techniques</title>
		<link>http://ideophone.org/12-zotero-tips-and-techniques/</link>
		<comments>http://ideophone.org/12-zotero-tips-and-techniques/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 18:24:45 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=129</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=12+must+know+Zotero+tips+and+techniques&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2008-11-30&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/12-zotero-tips-and-techniques/&amp;rft.language=English"></span>
Zotero is getting better and better. In a while, version 1.5 will bring synchronization, online backup of your library, +1100 CSL citation styles, and PDF metadata extraction (for the daring, a sync preview version is available). But even in its &#8230; <a href="http://ideophone.org/12-zotero-tips-and-techniques/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=12+must+know+Zotero+tips+and+techniques&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2008-11-30&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/12-zotero-tips-and-techniques/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=129"><!-- &nbsp; --></abbr>
<p><a href="http://ideophone.org/zotero-endnote-alternative">Zotero</a> is getting better and better. In a while, version 1.5 will bring synchronization, online backup of your library, +1100 <abbr title="Citation Style Language">CSL</abbr> <a href="http://www.zotero.org/styles">citation styles</a>, and PDF metadata extraction (for the daring, a <a href="http://www.zotero.org/support/sync_preview">sync preview</a> version is available). But even in its current incarnation Zotero is easily one of the best bibliographic managers out there. Here are twelve tips and tricks that help you to get the most out of it.</p>
<ol>
<li><strong>Drag files from the web right into your library</strong><br />
Got a reference in your library, but no PDF? Or saved an item from a repository which doesn&#8217;t provide a fulltext version? Do a quick search for the title on <a href="http://scholar.google.com/">Google Scholar</a> &mdash; it is good at finding PDFs on author&#8217;s webpages. If you find one, just drag the link from the page onto the reference in your library. Zotero stores and attaches the PDF for you.</li>
<li><strong>Enter a series of items by duplicating a template</strong><br />
Adding a series of related references to your library? Start with one item for which you fill in the fields that are the same for all items (e.g. editors, book title, year, publisher, place) and duplicate it (Right-click > Duplicate item). Then fill in the particularities.</li>
<li><strong>Quick Copy a citation using Ctrl+Alt+C or drag and drop</strong><br />
Sending a PDF to a colleague, or mentioning a reference somewhere? Quickly copy the citation by selecting the reference and pressing Ctrl+Alt+C (Command+Alt+C on the Mac), or simply drag it from Zotero onto any edit window (for example a new email). The default output style can be specified under Preferences > Export; the shortcut key can be customized under Shortcut keys.</li>
<li><strong>Have Zotero index your PDFs</strong><br />
Zotero can index your PDF attachments and make them fully searchable, turning your library from a mere linked catalogue into a Google Books of sorts. The option is turned off by default because it relies on an external open source program (pdf2txt) which is not distributed with Zotero. However, Zotero can automatically install it and enable fulltext indexing: simply go to Preferences > Search and click on the &#8216;Check for installer&#8217; button. For more info see <a href="http://www.zotero.org/support/pdf_fulltext_indexing">pdf fulltext indexing</a> in the Zotero documentation.</li>
<li><strong>Start quicksearch with &#8221; to trigger advanced search</strong><br />
By default, Zotero starts searching when you put the first few characters in the Search box. In a large library with fulltext indexing enabled, this can be tiresome (you wanted to look for &#8220;statistical methods&#8221;, but Zotero locks down searching for &#8220;st&#8221;). To avoid this, simply start your search with &#8221; (double quote) to have Zotero wait until you finish typing and hit enter.</li>
<li><strong>Press Ctrl to find out in which collections an item is</strong><br />
Looking at an item in your library and wondering whether you already categorized it? Press Control and Zotero will highlight the collections in which it is contained.</li>
<li><strong>Relocate your Zotero folder to a more sensible place</strong><br />
The default place for the Zotero database and attachments in right in your Firefox profile, which isn&#8217;t the easiest to locate whichever OS you are on. Go to Preferences > Advanced to customize the storage location. You can place it in a folder that is included in your regular backup schedule or put it on a portable drive so that your library always travels with you (tip: combine it with <a href='http://portableapps.com/apps/internet/firefox_portable'>Firefox Portable</a>, which you can even use without administrator rights).</li>
<li><strong>Keep track of recent additions using a saved search</strong><br />
Often you add new items without worrying about tagging or putting them in collections. Click Advanced search, select &#8220;Dated Added&#8221; > &#8220;is in the last&#8221; > X &#8220;days/months&#8221; and fill in the desired period; then save the search. This gives you a dynamically updated overview of your latest additions, so that you can go back to them and do the categorization and tagging work when it suits you.</li>
<li><strong>Tag multiple items at once</strong><br />
Want to tag multiple items at once? Select them, make sure the tag selector is visible in the left pane, and drag them onto the tag you want to use. The tag will be applied to all items.</li>
<li><strong>Tag incomplete items to find them back and fix them later</strong><br />
Sometimes you know an item has incomplete metadata (e.g. missing page numbers or publisher), but you don&#8217;t have the time to fix it right away. Make it a habit to tag such items (&#8220;needs metadata&#8221;) when you see them. Now you can find them and fix them whenever you have some time to kill.</li>
<li><strong>Use a separate folder for files to be ingested</strong><br />
Someone gives you a bunch of PDFs to read; or you download a paper somewhere without having the metadata handy. Make it a habit to save such files in a subfolder /new/ in your Zotero folder. Then once in a while go through that folder. Do a quick search for the title on your favourite <a href="http://www.zotero.org/translators/">repository</a>, grab the metadata, and then drag the PDF from your filemanager onto the reference in Zotero. Much better than having those loose PDFs scattered all over your hard drive (or in your mailbox!) &mdash; and it helps you keep track of your reading history too.</li>
<li><strong>Display a timeline to visualize your bibliography</strong><br />
Not a feature you&#8217;ll use everyday, but a neat one nonetheless: Zotero can display your library, or portions of it, on a timeline. Select a group of references, a tag, or a collection and click &#8216;Create timeline&#8217; (in the Gear menu). This gives you an overview of the items in time. Now you have to ask yourself: is the recency bias due to your reading habits or is it really true that most of the research was done in the last twenty years? (Probably a bit of both.)</li>
</ol>
<p>Questions or suggestions? <a href="#comments">Leave a comment</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/12-zotero-tips-and-techniques/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Zotero Sync Preview</title>
		<link>http://ideophone.org/zotero-sync/</link>
		<comments>http://ideophone.org/zotero-sync/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 09:32:48 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://ideophone.org/?p=86</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+Sync+Preview&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2008-07-10&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-sync/&amp;rft.language=English"></span>
Exciting news for Zotero users: synchronization has arrived. After some months of closed beta-testing, a public Sync Preview version was released recently. This means that Zotero users can now automatically synchronize their libraries across computers and even across platforms. Although &#8230; <a href="http://ideophone.org/zotero-sync/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+Sync+Preview&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2008-07-10&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-sync/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/?p=86"><!-- &nbsp; --></abbr>
<p>Exciting news for <a href='http://zotero.org'>Zotero</a> users: synchronization has arrived. After some months of closed beta-testing, a public <a href='http://www.zotero.org/documentation/sync_preview'>Sync Preview</a> version was released <a href='http://www.zotero.org/blog/sync-preview-and-more-zotero-15-begins-public-testing/'>recently</a>. This means that Zotero users can now automatically synchronize their libraries across computers and even across platforms.</p>
<p>Although there are still some minor wrinkles, the sync functionality works perfectly fine and there are some exciting new features, including the possibility to import thousands of <a href='http://www.endnote.com/support/enstyles.asp'>Endnote styles</a>. With the import functionality comes a handy style manager, another step towards an elegant, shared, and open source solution to citation styling. That&#8217;s two killer features in one release &mdash; impressive work by the Zotero folks.</p>
<p>Also note the following:</p>
<blockquote><p>Before Zotero 1.5 ships, we will add functionality to allow users to synchronize attachments to their own servers or other storage space (and we&#8217;ll also provide a hosted storage solution for all Zotero users). [<a href='http://forums.zotero.org/discussion/3441/zotero-server/#Item_2'>forum post</a> by Sean Takats]</p></blockquote>
<p>Do keep in mind that the current preview is a preliminary version intended for public testing; do not expect it to be bug-free. Always make a backup copy of your full Zotero folder and try the Sync Preview in a new profile (step-by-step instructions on the <a href='http://www.zotero.org/documentation/sync_preview'>sync preview</a> page). Easier yet, download <a href='http://portableapps.com/apps/internet/firefox_portable'>Firefox 3 Portable</a> and try out Zotero Sync Preview 1.5 on a copy of your library without risking data loss or profile mixups. If your workflow is fine without synchronization, my advice is to avoid the growing pains of the preview version and wait until the release of the official 1.5 version, which should follow within a few months. </p>
<p>Not sure what Zotero is? Check <a href='http://zotero.org'>the website</a> or read my <a href="http://ideophone.org/zotero-endnote-alternative/">review of it</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/zotero-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The etymology of Zotero</title>
		<link>http://ideophone.org/zotero-etymology/</link>
		<comments>http://ideophone.org/zotero-etymology/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 10:00:59 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Linguistics]]></category>
		<category><![CDATA[Zotero]]></category>
		<category><![CDATA[etymology]]></category>

		<guid isPermaLink="false">http://ideophone.org/zotero-etymology/</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=The+etymology+of+Zotero&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Linguistics&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2008-01-25&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-etymology/&amp;rft.language=English"></span>
If you&#8217;ve read yesterday&#8217;s post (Zotero, an Endnote alternative) or come across Zotero elsewhere, you may have been wondering about its name. I believe most Anglophones pronounce the word [ˌzɔˈtɛɹoʊ], but the term itself actually derives from the Albanian verb &#8230; <a href="http://ideophone.org/zotero-etymology/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=The+etymology+of+Zotero&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Linguistics&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2008-01-25&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-etymology/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/zotero-etymology/"><!-- &nbsp; --></abbr>
<p>If you&#8217;ve read yesterday&#8217;s post (<a href="http://ideophone.org/zotero-endnote-alternative/" title="Zotero, an EndNote alternative">Zotero, an Endnote alternative</a>) or come across Zotero elsewhere, you may have been wondering about its name. I believe most Anglophones pronounce the word <span class='langdata'>[ˌzɔˈtɛɹoʊ]</span>, but the term itself actually derives from the Albanian verb <em>zotëro-j</em> <span class='langdata'>[zɔtərɔj]</span> &#8216;master, acquire&#8217;. The final <em>-j</em> marks the 1st person indicative (the regular citation form for Albanian verbs); in the imperative, we would get the bare verb root <em>zotëro</em> <span class='langdata'>[zɔtərɔ]</span>. Such subtleties did not figure in the initial baptismal act though, as we learn from the following transcript of a podcast featuring the people behind Zotero:</p>
<blockquote><p>The web being what it is, I just quickly googled and found an English-Albanian dictionary and typed a bunch of our keywords that we associated with the project and when I typed in &#8216;learning&#8217;, uhm&#8230; one of the variants was &#8216;to learn something extremely well, that is to master or acquire a skill in learning&#8217; was &#8220;zotëroj&#8221; [pronounced <span class='langdata'>[ˌzɒˈtuəɹʏdʲ]</span> by DC, MD] (laughs), which we have shortened, we took of the <em>-j</em> at the end which is more of a &#8216;y&#8217;-sound and uh we took off the umlaut &#8230;<br />
(Dan Cohen, <a href='http://onebiglibrary.net/geeks/episode/005-zotero'><em>Library Geeks</em> Podcast 5</a>, 22:48&mdash;25:15)</p></blockquote>
<p>It&#8217;s that simple. And for good reason: essentially, want you need in branding is a name that sticks but at the same time is not too common; if it makes some sense (as &#8216;Zotero&#8217; does), that&#8217;s even better. The main reason for choosing an Albanian word was thus quite simply to minimize namespace competition. It could have been any other language &mdash; in the podcast, Cohen mentions Maori; Hawaiian is another popular one (wikiwiki), and Bantu languages do well too (cf. <a href='http://www.ubuntu.com/'>Ubuntu</a>, a trendy Linux distribution).</p>
<h2><em>Will It Brand?</em> </h2>
<p>Well, not really <em>any</em> other language of course &mdash; a quick glance over the newest <a href='http://nancyfriedman.typepad.com/away_with_words/2006/07/the_mysteries_o_1.html'>web 2.0 names</a> shows that the preferred languages for this kind of stuff seem to be those with simple phonotactics, a preference for open syllables, a basic 5 vowel system, and not-too-outlandish consonant inventories. So at least in the Zotero case, Siwu is out of luck with <em>suã</em> ‘learn’ (nasal vowel penalty); as is Tamashek with <em class='langdata'>əlmæd</em> &#8216;learn, acquire&#8217; (muddy vowels and a voiced coda, <em>tsk</em>); as is Ibibio with <em class='langdata'>kpéép</em> &#8216;learn, acquire&#8217; (a labio-velar stop, for petes sake!); readers are no doubt able to come up with better examples. </p>
<p>Fortunately, these need not be fatal problems. Dan Cohen&#8217;s account shows that if it doesn&#8217;t fit, we can always make it fit; just chop off needless morphology and diacritics and you&#8217;re good to go. Now Albanian, hitherto an obscure 6 million speaker language making up it&#8217;s own branch of Indo-European, enjoys celebrity status as the language that endowed the Next-Generation Research Tool with a worthy name. Come to think of it, who would not like to sacrifice some orthographic blunt for publicity&#8217;s sake? Suddenly all those woefully inadequate orthographies we linguists have been cursing at are beginning to make sense! Next time the underspecified orthography drives you nuts again, find a product in need of a name and monetize your despair. I&#8217;ve heard naming consultants easily make twice as much as linguists.</p>
<p>P.S. A great resource on naming is Nancy Friedman&#8217;s <a href='http://nancyfriedman.typepad.com/away_with_words/'><em>Away With Words</em></a>, which I found via the posting on Web 2.0 names referenced above.</p>
]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/zotero-etymology/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Zotero, an Endnote alternative</title>
		<link>http://ideophone.org/zotero-endnote-alternative/</link>
		<comments>http://ideophone.org/zotero-endnote-alternative/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 09:53:09 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Zotero]]></category>

		<guid isPermaLink="false">http://ideophone.org/zotero-endnote-alternative/</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero%2C+an+Endnote+alternative&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2008-01-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-endnote-alternative/&amp;rft.language=English"></span>
I wasn&#8217;t planning to make this a software weblog, but I&#8217;ll make an exception for Zotero because I think fellow researchers will find it an interesting tool. Zotero [ˌzɔˈtɛɹoʊ] is a free piece of software that lives in your browser, &#8230; <a href="http://ideophone.org/zotero-endnote-alternative/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero%2C+an+Endnote+alternative&amp;rft.aulast=Dingemanse&amp;rft.aufirst=Mark&amp;rft.subject=Software&amp;rft.subject=Zotero&amp;rft.source=The+Ideophone&amp;rft.date=2008-01-24&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://ideophone.org/zotero-endnote-alternative/&amp;rft.language=English"></span>
<abbr class="unapi-id" title="http://ideophone.org/zotero-endnote-alternative/"><!-- &nbsp; --></abbr>
<p>I wasn&#8217;t planning to make this a software weblog, but I&#8217;ll make an exception for <a href='http://www.zotero.org'>Zotero</a> because I think fellow researchers will find it an interesting tool. Zotero <span class='langdata'>[ˌzɔˈtɛɹoʊ]</span> is a free piece of software that lives in your browser, helping you to &#8216;collect, manage and cite your research sources&#8217; in all sorts of beautiful ways. It bills itself as <em>The Next-Generation Research Tool</em>, and in this post I&#8217;ll try to explain why I think that&#8217;s true. The background to this posting is that I made the move from Endnote to Zotero two months ago &mdash; and I have never since considered going back.</p>
<p>It all started when I upgraded from Endnote 7 to Endnote X to get Unicode support. Endnote X included Endnote Web, a web-based implementation that looked interesting. I had some difficulty getting the two to work together, and when I finally did, there were drawbacks that made me look out for an alternative. A Google search led me to Zotero, which was a breeze to install. I could simply import my Endnote library and started a testdrive. Within minutes I was totally hooked. The Zotero interface offered everything I had been missing in Endnote and then some. What makes Zotero so good?</p>
<h2>Seamless integration with online research</h2>
<p>First of all, <strong>Zotero answers the needs of researchers in the digital age</strong>. The rise of online repositories like JSTOR, ProQuest, SpringerLink, and Google Scholar has caused a shift in our research habits; we spend more time browsing virtual libraries, and less time hanging around in physical ones. Zotero seamlessly integrates with this online experience by automating the wearisome labour of saving references and by offering many ways to manage and enrich the data thus collected. All from within the web browser.</p>
<p><img src="http://www.zotero.org/images/promote/get_zotero_150x72.jpg" alt="Get Zotero" title="Get Zotero" style="float:right" />With Zotero, adding a reference from an online repository to your database takes exactly one click. If an abstract is available (as in such repositories as SpringerLink and <abbr title="Cambridge Scientific Abstracts">CSA</abbr>), it will be saved with the record; if you have fulltext access to the repository, Zotero will moreover save a local copy of the PDF. But Zotero doesn&#8217;t just grab references from repositories; it can also save a snapshot of any web page and make it available for citation. This comes in handy when you want to make sure you have a copy of the page for future reference. Web pages saved in this way can be viewed offline, and Zotero even lets you annotate these snapshots just as you would do on paper. Unlike your paper scribbles, all of your Zotero annotations and notes are searchable.</p>
<h2>Reference management, the intuitive way</h2>
<p>Secondly, <strong>Zotero is a fully fledged reference manager with an intuitive interface</strong>. For those of you using Endnote &mdash;as I did until two months ago&mdash; this combination may sound otherworldly. Basically, Zotero takes that huge flat list of references that stares you in the face when you start up Endnote and transforms it into a neat, manageable and searchable personal library. No more trying to get your mind around the intricacies of Showing and Hiding references in Endnote &mdash; instead, use collections, tags and saveable searches to take control of your library. </p>
<p>Zotero enables you to organize references into collections. References can be in more than one collection and collections can have subcollections. References can be related to each other so that you can easily link reviews or chapters of a book to the book itself. Advanced search capabilities enable you to do fulltext searches in your library or in portions of it (yes, it can index your PDFs too!). Searches can be saved; if saved, they are dynamically updated so that any new items fitting the search criteria are found too. Zotero also brings the power of <a href="http://en.wikipedia.org/wiki/Tag_%28metadata%29">tagging</a> to your reference database, enabling fine-grained categorization as well as easy category intersection.  And of course, Zotero can import and export citations in all major formats, making it perfectly easy to switch back to Endnote, or more to the point, to share citations with colleagues.</p>
<h2>Word processor integration</h2>
<p><img src='http://www.zotero.org/images/word_integration/word_plug-in_buttons.png' alt='Insert and edit citations and bibliographies' style='float:right' />Not only is Zotero a great reference manager, <strong>it integrates with your favourite word processor too</strong>. It supports both Microsoft Word and OpenOffice/NeoOffice through plugins (<a href='http://www.zotero.org/documentation/word_processor_integration'>here&#8217;s how</a>), adding a bunch of buttons to your word processor which help you insert and edit citations and bibliographies. In a preference window you can specify the citation style you want to use. The most commonly used styles are already available, and the <a href='http://www.zotero.org/styles/'>list</a> of supported styles continues to grow. XML-savy users can add and distribute their own citation styles.</p>
<p>Another thing worth mentioning is that Zotero will run on Mac and Linux just as fine as on Windows. This is because Zotero is built on the Firefox extension framework. (One implication of this is that Zotero will only run on Firefox 2 and not, for example, on Internet Explorer. If you do not already use <a href='http://getfirefox.com'>Firefox</a>, this is as good a reason as any to switch.) While we&#8217;re at it, some of you may also like to know that under the hood, Zotero uses the <a href='http://www.sqlite.org/'>sqlite</a> database engine. If you are not sure what that means, the most important thing to remember is that Zotero is based on open source technologies which, by their very nature, will continue to be freely available in the future (unlike proprietary software, the development and maintenance of which is driven by monetary interests).</p>
<h2>That&#8217;s just the start of it</h2>
<p>In this post I have focused on those features of Zotero that made me decide to switch. But I have not nearly exhausted everything it does. Some things I find particularly cool are the fact that it can export to HTML with embedded <a href='http://ocoins.info/'>COinS</a> metadata, allowing other Zotero users to surf by and capture the references (<a href='http://www.zotero.org/blog/bibliographies-and-syllabi-just-got-smarter/'>more info</a>); its ability to generate reports, consisting of a list of selected references together with tags and notes you added (<a href="http://ideophone.org/files/report.html">example</a>); the option to visualize your references on a timeline (<a href='http://www.zotero.org/blog/visualize-your-zotero-collections-in-timelines/'>screenshots</a>); and the possibility to build a bibliography simply by dragging and dropping references from Zotero into any text edit box (which is how I usually cite on The Ideophone).</p>
<p>If you want to give Zotero a try (remember it&#8217;s free!), here are some useful resources:</p>
<ul>
<li>A <a href='http://insidehighered.com/views/2007/09/26/mclemee'>review</a> of Zotero by Scott McLemee at Inside Higher Education</li>
<li><a href='http://www.zotero.org/'>Zotero.org</a>, the page from where you can install Zotero and find detailed instructions for use</li>
<li><a href='http://www.zotero.org/documentation/'>Documentation</a>, including nice introductory <a href='http://www.zotero.org/documentation/screencast_tutorials'>screencasts</a></li>
<li><a href='http://forums.zotero.org/'>The Zotero forums</a>, a place where helpful people hang around to answer your questions</li>
<li>A <a href='http://opalpodcast.blogspot.com/2008/01/zotero-two-clicks-to-citation.html'>podcast</a> on Zotero presented by Chris Strauber, Reference &#038; Web Services Librarian at Wofford College</li>
</ul>
<p>Thanks for reading &mdash; <a href='#respond'>comments welcome</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://ideophone.org/zotero-endnote-alternative/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

