<?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>Academic Productivity &#187; Reference management</title>
	<atom:link href="http://www.academicproductivity.com/category/reference-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.academicproductivity.com</link>
	<description>A survival guide for the 21st century researcher</description>
	<lastBuildDate>Mon, 15 Feb 2010 21:54:24 +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>Introducing citeproc-js</title>
		<link>http://www.academicproductivity.com/2010/introducing-citeproc-js/</link>
		<comments>http://www.academicproductivity.com/2010/introducing-citeproc-js/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 21:51:46 +0000</pubDate>
		<dc:creator>Frank Bennett</dc:creator>
				<category><![CDATA[Computing tips]]></category>
		<category><![CDATA[Early-adopter]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[citations]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[references]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/?p=1580</guid>
		<description><![CDATA[citeproc-js is a citation processor driven by CSL (Citation Style Language), an open standard for describing citation and bibliography formats.  It is a low-level tool, developed in connection with the Zotero project, that aims to provide a uniform engine for handling references across a wide variety of platforms.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2010%2Fintroducing-citeproc-js%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2010%2Fintroducing-citeproc-js%2F" height="61" width="51" /></a></div><p>Citation copy-editing is one of those deceptively small burdens that have a way of taking over the working day.  If left untended, the task of tidying up casually scribbled references can snowball to crisis proportions as a submission deadline approaches.  Similarly, when a submission to one publisher is unsuccessful, significant effort may be required to recast its citations in the format required by another. Collaboration outside of one&#8217;s own field can bring with it an unwelcome tangle of fresh style-guide quandaries to ponder and fight through.  These are things that the machines, if they want to make themselves useful, should be doing for us.</p>
<p>There is plenty of collective experience in this line, and as fate would have it, there are also plenty of collective solutions.  In the TeX/LaTeX world, authors and their editors can today choose between BibTeX and BibLaTeX — both of them excellent utilities — with the several variants of the former supported by no fewer than four separate versions of the BibTeX program. <a id="id1" class="footnote-reference" href="#id10">[1]</a> Users of WYSIWYG word processors can look to the bibliographic support built into Word or Open Office, or they can turn to an external solution such as EndNote ™, ProCite ™, Reference Manager ™, or more recently Zotero or Mendeley.  Migrating data between these environments is a process fraught with uncertainty, but it is sometimes unavoidable when you need this kind of output, and it can only be produced on that kind of system …</p>
<p>… with so many solutions to choose from, it&#8217;s hard to go right. <a id="id2" class="footnote-reference" href="#id12">[2]</a></p>
<p>The <tt><span class="pre">citeproc-js</span></tt> citation processor is a Javascript implementation of the <em>Citation Style Language</em> (CSL), an XML schema for describing citation styles that aspires to strike this problem at its root.  CSL is a general, open standard that enables fully modular control over bibliographic formatting.  This means that CSL is capable of accurately describing styles used in many disciplines, from the sciences, through the humanities to law.  It also means that a CSL style description can be used with any other application that understands the CSL language.  And it means that the style description is separated to the extent possible from the target document; you can switch styles at any time, even after the writing process is complete. Generality, a comprehensive pooling of community resources, user-centric ease of use: all areas where, collectively, our current menagerie of productivity tools could do better.</p>
<p>CSL first saw wide application in the Zotero project. <a id="id3" class="footnote-reference" href="#id15">[3]</a> <tt><span class="pre">Citeproc-js</span></tt> has been developed in the first instance for use in Zotero, <a id="id4" class="footnote-reference" href="#id17">[4]</a> but it runs as a separate module via a (relatively) simple API, and with appropriate wrappers, it can be deployed pretty much anywhere.  Potentially, any application that generates dynamic content — text processors, word processors, weblog environments, and dynamic websites — can use CSL and <tt><span class="pre">citeproc-js</span></tt> to provide publisher-correct citation and bibliography facilities without exceptional programming effort. <a id="id5" class="footnote-reference" href="#id19">[5]</a></p>
<p>Development of the CSL language has been spearheaded by <a href="http://community.muohio.edu/blogs/darcusb/">Bruce D&#8217;Arcus</a>. The <tt><span class="pre">citeproc-js</span></tt> processor adheres to version 1.0 of the CSL specification, <a id="id6" class="footnote-reference" href="#id21">[6]</a> which has been engineered and documented during the past year primarily by Bruce and <a href="http://nl.linkedin.com/in/rintzezelle">Rintze Zelle</a>, with incidental contributions by myself and others.  It will debut, together with the new processor, in Zotero 2.1, which should begin to emerge, if all goes well, during this calendar year.</p>
<p>Meanwhile, the processor itself is complete, documented, and more or less ready to go. <a id="id7" class="footnote-reference" href="#id23">[7]</a> Here is a short run-down of some of the highlights:</p>
<dl>
<dt><strong>Disambiguation</strong></dt>
<dd>In author-date citation styles, works by the same author must be distinguished from one another in some way.  The current Zotero processor performs name and cite disambiguation as required by the Chicago Manual of Style.  There are in fact at least six other disambiguation methods in general use. CSL 1.0 and the new processor will support all of them.</dd>
<dt><strong>Sorting</strong></dt>
<dd>The AGU journals, in particular, impose extremely demanding sorting rules in the bibliography. <a id="id8" class="footnote-reference" href="#id25">[8]</a> CSL 1.0 and the new processor support multiple sort keys with arbitrary sort order for each key.  A wide variety of sorting schemes can be implemented, including the AGU sort.</dd>
<dt><strong>Parallel citation support</strong></dt>
<dd>Many legal styles, including the Bluebook style common in American law journals, require that law cases appearing in multiple reporters be cited to each reporter, with the case name in front, and the court and year of decision at the end. <a id="id9" class="footnote-reference" href="#id27">[9]</a> The new processor supports this behavior.</dd>
<dt><strong>On-the-fly document updates</strong></dt>
<dd>The API of the new processor supports targeted context-sensitive updates of citations in a document that are affected by an insertion, deletion or edit, for efficient transactions with a word-processor or weblog plugin.</dd>
<dt><strong>Localization of dates</strong></dt>
<dd>CSL version 0.8 currently supports the use of localized terms for style-supplied labels and the like.  CSL 1.0 will add sophisticated localization of dates; both the language of month names and the ordering and formatting of elements will adjust appropriately when the language of a citation style is changed.</dd>
<dt><strong>Sophisticated names handling</strong></dt>
<dd>A great deal of work has gone into enhancing the handling of names in CSL 1.0.  European conventions on the handling of particles such as &#8220;von&#8221;, &#8220;van&#8221;, &#8220;di&#8221; and the like can be accounted for appropriately both in the sorting and in the rendering of individual names.</dd>
<dt><strong>In-field formatting</strong></dt>
<dd>For scientific publishing, the new processor recognizes a limited subset of HTML as markup within titles, enabling superscript, subscript, small capitals, italics, boldface.  The processor also implements the flip-flopping of italic and boldface, and of quotation marks, to avoid ambiguity in rendered citations.  The HTML used in markup is transformed by the processor into the selected output format (HTML, RTF, LaTeX, or whatever) during rendering.</dd>
<dt><strong>Multi-lingual citation support</strong></dt>
<dd>The new processor implements experimental support for multi-lingual citations, providing a flexible mechanism for the transliteration of names and titles, for the supplementary translation of titles, and for the use of alternative sort strings needed for Asian languages.</dd>
</dl>
<p>As it leaves my laptop, <tt><span class="pre">citeproc-js</span></tt> is just a bare Javascript module with some test suite wrappers to check that it actually performs as advertised.  But with the widening availability and increasing efficiency of Javascript runtime tools, I do hope that it has some prospect of escaping from its cage and wreaking order on the world of bibliography management.  If you&#8217;re an integrator or site administrator, <a href="http://gsl-nagoya-u.net/http/pub/citeproc-doc.html">the fine <tt>citeproc-js</tt> manual</a> is your first point of reference.  If you&#8217;re an end user, keep an eye out for the CSL mark, coming soon (maybe) to an application near you!</p>
<hr class="docutils" />
<table id="id10" class="docutils footnote" rules="none">
<col></col>
<col></col>
<tbody>
<tr>
<td class="label"><a class="fn-backref" href="#id1">[1]</a></td>
<td><em>See</em> Patashnik, &#8220;BibTeX yesterday, today, and tomorrow&#8221;, TUGboat, v.24, n.1, p. 27 (2003) [<a class="reference external" href="http://www.tug.org/TUGboat/Articles/tb24-1/patashnik.pdf">PDF</a>] (accessed 2010.01.17).</td>
</tr>
</tbody>
</table>
<table id="id12" class="docutils footnote" rules="none">
<col></col>
<col></col>
<tbody>
<tr>
<td class="label"><a class="fn-backref" href="#id2">[2]</a></td>
<td>The flavor of challenges to inter-operation in BibTeX is conveyed well by a <a class="reference external" href="http://forums.zotero.org/discussion/10603/bibtex-import-book-with-field-pages/#Comment_50785">recent post to the Zotero Forums (user noksagt, January 15, 2010)</a>.  For an overview of the barriers in word processor environments, see Ginsburg, &#8220;Unified Citation Management and Visualization Using Open Standards: The Open Citation System&#8221;, J. of IT Standards &amp; Standardization Research, v.2, n.1, pp. 23-41 at 25-26 (2004) [<a class="reference external" href="http://www.infosci-journals.com/downloadPDF/pdf/ITJ2516_JQ62S0dPIQ.pdf">PDF</a>] (accessed 2010.01.17).</td>
</tr>
</tbody>
</table>
<table id="id15" class="docutils footnote" rules="none">
<col></col>
<col></col>
<tbody>
<tr>
<td class="label"><a class="fn-backref" href="#id3">[3]</a></td>
<td>CSL is also used by the <a class="reference external" href="http://www.mendeley.com/">Mendeley</a> bibliography system.</td>
</tr>
</tbody>
</table>
<table id="id17" class="docutils footnote" rules="none">
<col></col>
<col></col>
<tbody>
<tr>
<td class="label"><a class="fn-backref" href="#id4">[4]</a></td>
<td>See the background summary provided in <a class="reference external" href="http://bitbucket.org/fbennett/citeproc-js/wiki/Home">Bennett, citeproc-js repository on BitBucket</a> (accessed 2010.01.17).</td>
</tr>
</tbody>
</table>
<table id="id19" class="docutils footnote" rules="none">
<col></col>
<col></col>
<tbody>
<tr>
<td class="label"><a class="fn-backref" href="#id5">[5]</a></td>
<td>Note that CSL is larger than <tt><span class="pre">citeproc-js</span></tt>, which is just one implementation of the standard.  In fact, development of <tt><span class="pre">citeproc-js</span></tt> was inspired in part by the Haskell implementation of CSL 0.8, done by Andrea Rossato.  <em>See</em> <a class="reference external" href="http://code.haskell.org/citeproc-hs/">Rossato, &#8220;citeproc-hs &#8211; A Haskell Implementation of the Citation Style Language&#8221; (online document, 2008)</a> (accessed 2010.01.17).</td>
</tr>
</tbody>
</table>
<table id="id21" class="docutils footnote" rules="none">
<col></col>
<col></col>
<tbody>
<tr>
<td class="label"><a class="fn-backref" href="#id6">[6]</a></td>
<td>As of this writing, the CSL version 1.0 schema has been tagged at <tt><span class="pre">rc2</span></tt>. See <a class="reference external" href="http://bitbucket.org/bdarcus/csl-schema/src/">D&#8217;Arcus, CSL Schema repository on BitBucket</a> (accessed 2010.01.17).</td>
</tr>
</tbody>
</table>
<table id="id23" class="docutils footnote" rules="none">
<col></col>
<col></col>
<tbody>
<tr>
<td class="label"><a class="fn-backref" href="#id7">[7]</a></td>
<td><em>See</em> <a class="reference external" href="http://gsl-nagoya-u.net/http/pub/citeproc-doc.html">Bennett, &#8220;Citation Style Language: Manual for the citeproc-js Processor&#8221;</a> (accessed 2010.01.17)</td>
</tr>
</tbody>
</table>
<table id="id25" class="docutils footnote" rules="none">
<col></col>
<col></col>
<tbody>
<tr>
<td class="label"><a class="fn-backref" href="#id8">[8]</a></td>
<td><em>See</em> &#8220;AGU Reference Style&#8221;, p. 3 (online document, Apr. 9, 2009) [<a class="reference external" href="http://www.agu.org/pubs/authors/manuscript_tools/journals/pdf/AGU_reference_style.pdf">PDF</a>] (accessed 2010.01.17).</td>
</tr>
</tbody>
</table>
<table id="id27" class="docutils footnote" rules="none">
<col></col>
<col></col>
<tbody>
<tr>
<td class="label"><a class="fn-backref" href="#id9">[9]</a></td>
<td><em>E.g.</em>, <em>People v. Taylor</em>, 73 N.Y.2d 683, 690, 541 N.E.2d 386, 389, 543 N.Y.S.2d 357, 360 (1989) (this example from &#8220;The Bluebook: A Uniform System of Citation&#8221;, P.3 [Columbia Law Review Ass'n et al. eds., 17th ed. 2000]).</td>
</tr>
</tbody>
</table>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2010/introducing-citeproc-js/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SpringerImages: Scientific images for the masses (of subscribers)</title>
		<link>http://www.academicproductivity.com/2009/springerimages-scientific-images-for-the-masses-of-subscribers/</link>
		<comments>http://www.academicproductivity.com/2009/springerimages-scientific-images-for-the-masses-of-subscribers/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 21:02:03 +0000</pubDate>
		<dc:creator>dario</dc:creator>
				<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[citeulike]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[springer]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/?p=1035</guid>
		<description><![CDATA[Springer launched yesterday a new service allowing users to search, browse, annotate and reuse scientific images from their huge database of publications.

SpringerImages is a growing collection of scientific images that spans the scientific, technical and medical fields, including high-quality clinical images from images.MD. The continually updated collection – currently over 1.5 million images – gathers [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fspringerimages-scientific-images-for-the-masses-of-subscribers%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fspringerimages-scientific-images-for-the-masses-of-subscribers%2F" height="61" width="51" /></a></div><p>Springer launched <a href="http://www.springer.com/e-content/springerimages?SGWID=0-169402-0-0-0">yesterday</a> a new service allowing users to search, browse, annotate and reuse scientific images from their huge database of publications.<br />
<img src="http://www.academicproductivity.com/wp-content/uploads/2009/07/springerimages.png" alt="springerimages" title="springerimages" width="440" style="border:1px solid #FFF; margin:10px auto;" class="aligncenter size-full wp-image-1041" /></p>
<blockquote><p><a href="http://www.springerimages.com/">SpringerImages</a> is a growing collection of scientific images that spans the scientific, technical and medical fields, including high-quality clinical images from images.MD. The continually updated collection – currently over 1.5 million images – gathers photos, graphs, histograms, figures, and tables, and is available to libraries and their patrons via a searchable online database. The SpringerImages interface enables users to search faster, more broadly and more accurately, through captions, keywords, context and more, even jumping from the image to the source article. Users can create personalized image “sets,” and can easily export images for use in their own presentations or lectures.</p></blockquote>
<p>The service offers a range of potentially innovative features.</p>
<p>Being able to search, organise and download high quality images as PDF from a large corpus of books and journals might represent a breakthrough in the dissemination and reuse of non-textual content from the scientific literature. Usage factors related to images may provide additional metrics of scientific impact for authors and journal editors. From the end user&#8217;s point of view, the collaborative annotation functionality is an interesting addition, although it may not be obvious to convince users to massively start tagging and annotating images. Last but not least, a prominent button allows users to bookmark images via <a href="http://www.citeuike.org">CiteULike</a> (a Springer partner) in the same way as references (images available from SpringerImages will be the displayed as <a href="http://www.citeulike.org/user/thegoose/article/4495779">thumbnails</a> from the correspondent article page). It is worth reporting details on the access conditions, as the full availability of the service (in particular access to full-resolution images) is tied to Springer&#8217;s institutional subscriptions. The set of freely accessible images is–helas–a tiny portion of the complete database.</p>
<blockquote><p>Anyone can create an account and search the free and Open Access images indexed by SpringerImages. Access to the complete collection is available via subscription to libraries, research institutions and individuals. Images obtained from SpringerImages can be used for almost all noncommercial purposes, including integration into presentations and PDF documents.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2009/springerimages-scientific-images-for-the-masses-of-subscribers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ScienceWatch.com: an interesting way to see trends in science</title>
		<link>http://www.academicproductivity.com/2009/sciencewatch-com-an-interesting-way-to-see-trends-in-science/</link>
		<comments>http://www.academicproductivity.com/2009/sciencewatch-com-an-interesting-way-to-see-trends-in-science/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 12:13:56 +0000</pubDate>
		<dc:creator>jose</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/2009/sciencewatch-com-an-interesting-way-to-see-trends-in-science/</guid>
		<description><![CDATA[Maybe I’m getting out of touch, but it’s only now that I found sciencewatch. It’s a service of Thomson Reuters (the makers of Web of Science) that collects and displays statistics on recent trends in science. Example:
Aug 2008 &#8211; SCHOLARLY USE OF THE WORLD WIDE WEB &#8211; Research Front Map &#8211; ScienceWatch.com


This is a citation [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fsciencewatch-com-an-interesting-way-to-see-trends-in-science%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fsciencewatch-com-an-interesting-way-to-see-trends-in-science%2F" height="61" width="51" /></a></div><p>Maybe I’m getting out of touch, but it’s only now that I found sciencewatch. It’s a service of Thomson Reuters (the makers of Web of Science) that collects and displays statistics on recent trends in science. Example:<img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="08-augtt-SOC" border="0" alt="08-augtt-SOC" src="http://www.academicproductivity.com/wp-content/uploads/2009/07/08augttSOC.gif" width="450" height="289" /></p>
<p><a href="http://sciencewatch.com/dr/tt/2008/08-augtt-SOC/">Aug 2008 &#8211; SCHOLARLY USE OF THE WORLD WIDE WEB &#8211; Research Front Map &#8211; ScienceWatch.com</a></p>
</p>
</p>
<p>This is a citation network that shows highly cited papers on WWW. Diameter relates to citation: the two bigger circles are the paper that proposed the <a name="143227741"><b></b>Hirsch</a> index, and King’s paper on the scientific impact of nations. Clicking on the circles provides details on the papers.</p>
<p>There are many other fronts:</p>
<ul>
<li><strong>Fast Breaking papers.</strong> These papers comprise the top 1% of papers in each field and each year </li>
<li><strong>Top Topics</strong> selects the Research Fronts with the largest absolute increase in size in each of the 22 major <a href="http://sciencewatch.com/sciencewatch/about/met/fielddef">fields</a> covered by <em>Essential Science Indicators</em> </li>
</ul>
<p>Worth keeping an eye on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2009/sciencewatch-com-an-interesting-way-to-see-trends-in-science/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The killer feature that a reference management tool must have: be portable in plain text</title>
		<link>http://www.academicproductivity.com/2009/the-killer-feature-that-a-reference-management-tool-must-have-be-portable-in-plain-text/</link>
		<comments>http://www.academicproductivity.com/2009/the-killer-feature-that-a-reference-management-tool-must-have-be-portable-in-plain-text/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:32:52 +0000</pubDate>
		<dc:creator>jose</dc:creator>
				<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[bibdesk]]></category>
		<category><![CDATA[bibtex]]></category>
		<category><![CDATA[endnote]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[mendeley]]></category>
		<category><![CDATA[onenote]]></category>
		<category><![CDATA[tex]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/2009/the-killer-feature-that-a-reference-management-tool-must-have-be-portable-in-plain-text/</guid>
		<description><![CDATA[Frankly, there are too many reference managers today. This&#160; is counterproductive because we all need to spend time checking the newcomers, just in case there’s a new feature that we were missing.
Most reference managers graft themselves to word or to openOffice. For example, Mendeley, and zotero both use internal reference functionality in word. In doing [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fthe-killer-feature-that-a-reference-management-tool-must-have-be-portable-in-plain-text%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fthe-killer-feature-that-a-reference-management-tool-must-have-be-portable-in-plain-text%2F" height="61" width="51" /></a></div><p>Frankly, there are too many <a href="http://www.academicproductivity.com/category/reference-management/">reference managers</a> today.<img style="border-bottom: 0px; border-left: 0px; margin: 10px 0px; display: inline; border-top: 0px; border-right: 0px" title="1note2007" border="0" alt="1note2007" align="right" src="http://www.academicproductivity.com/wp-content/uploads/2009/06/1note2007_thumb.png" width="131" height="131" /> This&#160; is counterproductive because we all need to spend time checking the newcomers, just in case there’s a new feature that we were missing.</p>
<p>Most reference managers graft themselves to word or to openOffice. For example, Mendeley, and zotero both use internal reference functionality in word. In doing so, they use features that are available only on those editors. I think this is a big error for at least 3 reasons:</p>
<ol>
<li>I draft my papers on a text editor or oneNote. This has a lot of advantages for me. But I would not be able to use say Mendeley or Zotero on oneNote; and I do want to keep references on my notetaking tool. Using a text editor has a lot of nice advantages over a word processor too, if you know how to use it. </li>
<li>It’s a lot faster to massage your reference the way you like it. It takes several clicks on zotero to get an Author (year, p. XX) reference. In endNote, it’d be a few keystrokes. </li>
<li>There are bottlenecks in our digital lives that are plain text. For example, emails, forum posts, and google docs are cases of writing that may need reference management but are ill-served by most current offerings. I want to copy-paste chunks of scientific writing and still carry my references; there’s life outside word processors, and quite a lot of it!</li>
</ol>
<p>So what reference managers work ok on plain text. Well, here is the surprise: as far as I know, only bibTeX and endnote. This is surprising because they are the oldest. One would have thought that newcomers would have taken advantage of what these older tools learned.</p>
<p>Lurking in the Zotero forums, I saw people asking for support of this exact feature. But it seems that it’s never going to happen. It would take a lot of reengineering, and all users that are happy with the current solution (and have amassed a large body of authored docs) would complain.</p>
<p>so, where does this leave me? I need to either comply and write everything in word to take advantage of Mendeley and Zotero, or stick to oneNote, but use endNote references. Of course I could also do everything on a text editor and use bibTeX, but right now, it’s more trouble than it’s worth.</p>
<p>Does anyone know a good solution for my setting?</p>
<div style="margin-top: 10px; height: 15px" class="zemanta-pixie"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2009/the-killer-feature-that-a-reference-management-tool-must-have-be-portable-in-plain-text/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Help Zotero by donating, your contribution will be matched by an anonymous donor</title>
		<link>http://www.academicproductivity.com/2009/help-zotero-by-donating-your-contribution-will-be-matched-by-anonnymous-donor/</link>
		<comments>http://www.academicproductivity.com/2009/help-zotero-by-donating-your-contribution-will-be-matched-by-anonnymous-donor/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 20:30:54 +0000</pubDate>
		<dc:creator>jose</dc:creator>
				<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/2009/help-zotero-by-donating-your-contribution-will-be-matched-by-anonnymous-donor/</guid>
		<description><![CDATA[Exciting that an anonymous donor jumped in: 
Donate to CHNM in June and your contribution will be matched twice over. Thanks to a challenge grant from the National Endowment for the Humanities, the Center for History and New Media has the rare opportunity to build a $3 million endowment to support infrastructure expenses and ongoing [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fhelp-zotero-by-donating-your-contribution-will-be-matched-by-anonnymous-donor%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fhelp-zotero-by-donating-your-contribution-will-be-matched-by-anonnymous-donor%2F" height="61" width="51" /></a></div><p>Exciting that an anonymous donor jumped in: <a href="http://www.academicproductivity.com/wp-content/uploads/2009/06/image.png"><img style="border-bottom: 0px; border-left: 0px; margin: 10px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" align="right" src="http://www.academicproductivity.com/wp-content/uploads/2009/06/image-thumb.png" width="240" height="48" /></a></p>
<blockquote><p><strong><a href="http://chnm.gmu.edu/donate/">Donate</a> to CHNM in June and your contribution will be matched twice over</strong>. Thanks to a challenge grant from the <a href="http://www.neh.gov/">National Endowment for the Humanities</a>, the Center for History and New Media has the rare opportunity to build a $3 million endowment to support infrastructure expenses and ongoing development across its many projects. We’re delighted to announce that now your contribution to the Center for History and New Media will be matched for a limited time. If you give within the month of June your donation will be stretched even further since an anonymous donor has agreed to double the National Endowment for the Humanities matching funds<font color="#333333">.</font></p>
</blockquote>
<p>If you or your institution used/still pays hundred of dollars per seat on other bibliography manager, consider donations of similar size. If you can raise awareness in your institution, please do so. Zotero is a project that benefits all (Open source) and has been <a href="http://www.academicproductivity.com/2008/thomson-research-endnote-sues-zotero/">legally attacked (in a childish way) by Thomson</a> before.</p>
<p><a href="http://www.zotero.org/blog/help-zotero-by-donating-to-the-center-for-history-and-new-media/">Zotero Blog » Blog Archive » Help Zotero by Donating to the Center For History and New Media</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2009/help-zotero-by-donating-your-contribution-will-be-matched-by-anonnymous-donor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CiteULike + BibDesk: Sync your references and live smarter</title>
		<link>http://www.academicproductivity.com/2009/citeulike-bibdesk-sync-your-references-and-live-smarter/</link>
		<comments>http://www.academicproductivity.com/2009/citeulike-bibdesk-sync-your-references-and-live-smarter/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 11:28:20 +0000</pubDate>
		<dc:creator>dario</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Time management]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[bibdesk]]></category>
		<category><![CDATA[bibtex]]></category>
		<category><![CDATA[citeulike]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mactex]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/?p=741</guid>
		<description><![CDATA[It should be no surprise that many of us love Zotero, especially since they added support for reference sharing and synchronization.
I am probably the only exception in the AP team. As a longstanding MacTeX user, I keep my references organised with BibDesk, one of the sweetest pieces of (open source) software ever written for TeX [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fciteulike-bibdesk-sync-your-references-and-live-smarter%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fciteulike-bibdesk-sync-your-references-and-live-smarter%2F" height="61" width="51" /></a></div><p><img src="http://www.academicproductivity.com/wp-content/uploads/2009/06/bibdesk_cul.png" alt="bibdesk_cul" title="bibdesk_cul" width="300" height="80" class="aligncenter size-full wp-image-774" /></p>
<p>It should be no surprise that many of us love <a href="http://www.academicproductivity.com/index.php?s=zotero">Zotero</a>, especially since they added support for <a href="http://www.academicproductivity.com/2009/zotero-15-beta-released-the-sharing-features-are-here-and-also-getting-meta-data-from-existing-pdfs/">reference sharing and synchronization</a>.</p>
<p>I am probably the only exception in the AP team. As a longstanding <a href="http://nitens.org/taraborelli/tools">MacTeX</a> user, I keep my references organised with <a href="http://bibdesk.sourceforge.net/">BibDesk</a>, one of the sweetest pieces of (open source) software ever written for TeX users working on Mac OS. When hunting for references, I use <a href="http://www.citeulike.org/">CiteULike</a> as a fast and effective solution to bookmark and tag papers. My workflow usually starts with an exploratory phase based on CiteULike. As soon as I have read a paper and need to cite it, I export its reference from CiteULike into BibDesk, filing the PDFs with the help of the <a href="http://bibdesk.sourceforge.net/manual/BibDesk%20Help_76.html">autofile functionality</a> in BibDesk. So far I have been quite happy with this workflow even if it involves a little bit of fiddling to correctly import references into my local library. </p>
<p>After some research and discussion in the support forums, I discovered that CiteULike and BibDesk can seamlessly integrate with each other. BibDesk has an <em>external file group</em> option that allows you to read structured references from any online source. CiteULike has a <em>bibtex export</em> feature that allows you to expose your references for consumption by software like BibDesk. This is all you need to get the two to work together. Here&#8217;s how my new workflow looks like:</p>
<h3>1. Create a new external file group in BibDesk</h3>
<p>Click on the cog icon on the bottom left of the BibDesk window and select &#8220;Add External File Group&#8221;. This will add a new folder in your library pointing to a remote source.</p>
<p><img style="border: solid 1px #999" src="http://www.academicproductivity.com/wp-content/uploads/2009/06/bibdesk1.png" alt="bibdesk1" title="bibdesk1" width="350" height="365" class="aligncenter size-full wp-image-756" /></p>
<h3>2. Point the new group folder to CiteULike</h3>
<p>CiteULike can generate bibtex files on-the-fly from any reference list, e.g. your reference library, the list of papers for a specific author, papers tagged with a specific keyword etc. The bibtex export filter for any of these lists can be obtained by adding the <tt style="color:red">/bibtex</tt> prefix to the corresponding URL. For instance, to export in bibtex format my full reference library:</p>
<blockquote><p><tt>http://citeulike.org/user/dartar/</tt></p></blockquote>
<p>I simply need to type the following URL:</p>
<blockquote><p><tt>http://citeulike.org/</tt><tt style="color: red">bibtex/</tt><tt>user/dartar/</tt></p></blockquote>
<p>The following URL parameters are a useful addition:</p>
<ul>
<li><tt>fieldmap=&lt;oldval&gt;:&lt;newval&gt;</tt> allows you to specify translation rules for custom fields, e.g. record creation date (what CiteULike calls <tt>Posted-At</tt> must be translated to BibDesk&#8217;s <tt>Date-Added</tt>)</li>
<li><tt>do_username_prefix=0&#038;key_type=4</tt> toggles an option to create bibtex keys using an AuthorYearTitle scheme when none is available (which I prefer to the default numeric key)</li>
</ul>
<p>The final URL we will use is the following:</p>
<blockquote><p><tt>http://citeulike.org/<span style="color: red">bibtex/</span>user/dartar<span style="color:#333">?fieldmap=posted-at:date-added&#038;do_username_prefix=0&#038;key_type=4</span></tt></p></blockquote>
<p><img style="border: solid 1px #999" src="http://www.academicproductivity.com/wp-content/uploads/2009/06/bibdesk2.png" alt="bibdesk2" title="bibdesk2" width="623" height="192" class="aligncenter size-full wp-image-762" /></p>
<h3>3. Browse your CiteULike library from BibDesk</h3>
<p>Once you have pointed BibDesk to the URL of the CiteULike bibtex filter, you can start directly browsing your CiteULike library from BibDesk. You will see an &#8220;Import&#8221; button on the left of each item, which is greyed out when the reference is already imported in your local BibDesk library.</p>
<p><img style="border: solid 1px #999" src="http://www.academicproductivity.com/wp-content/uploads/2009/06/bibdesk3.png" alt="bibdesk3" title="bibdesk3" width="526" height="249" class="aligncenter size-full wp-image-763" /></p>
<h3>4. Import selected items</h3>
<p>Click on &#8220;Import&#8221; to download a reference and file it in your local BibDesk library: you are done!</p>
<p><img style="border: solid 1px #999" src="http://www.academicproductivity.com/wp-content/uploads/2009/06/bibdesk4.png" alt="bibdesk4" title="bibdesk4" width="474" height="315" class="aligncenter size-full wp-image-766" /></p>
<p>There is definitely room for further improvement (in particular to allow bidirectional sync&#8217;ing of references and PDFs and <a href="http://bibdesk.sourceforge.net/manual/BibDesk%20Help_91.html">custom bibtex keys</a> in CiteULike), but this solution will save you a lot of time when working with references between a local and a remote library. Kudos to the BibDesk and CiteULike team for being so responsive to feature requests from their user community!</p>
<p> On a related note, if you are a Mendeley user, you will be happy to learn that today their integration with CiteULike is finally <a href="http://www.mendeley.com/blog/2009/06/citeulike-and-mendeley-collaborate-its-live/">seeing the light</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2009/citeulike-bibdesk-sync-your-references-and-live-smarter/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Google Wave could fix collaborative editing and mail at the same time</title>
		<link>http://www.academicproductivity.com/2009/google-wave-could-fix-collaborative-editing-and-mail-at-the-same-time/</link>
		<comments>http://www.academicproductivity.com/2009/google-wave-could-fix-collaborative-editing-and-mail-at-the-same-time/#comments</comments>
		<pubDate>Sat, 30 May 2009 19:13:48 +0000</pubDate>
		<dc:creator>jose</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/2009/google-wave-could-fix-collaborative-editing-and-mail-at-the-same-time/</guid>
		<description><![CDATA[The general agreement is that mail is broken. We all use it but kind of hate it too. Well, it seems that Google came up with a very good alternative (ambitious, and technically impressive): Google Wave.
A long video of Wave’s capabilities here.



It’s very long at 1:20hrs, but worth it. It’s peppered with random bouts of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fgoogle-wave-could-fix-collaborative-editing-and-mail-at-the-same-time%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fgoogle-wave-could-fix-collaborative-editing-and-mail-at-the-same-time%2F" height="61" width="51" /></a></div></p>
<p>The general agreement is that mail is broken. We all use it but kind of hate it too. Well, it seems that Google came up with a very good alternative (ambitious, and technically impressive): <a href="http://wave.google.com/">Google Wave</a>.</p>
<p>A long video of Wave’s capabilities <a href="http://www.youtube.com/watch?v=3ykZYKCK7AM">here</a>.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:66ae774f-de80-4c87-affc-0fc2e332bb22" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/v_UyVmITiYQ&amp;hl=en"></param><embed src="http://www.youtube.com/v/v_UyVmITiYQ&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>It’s very long at 1:20hrs, but worth it. It’s peppered with random bouts of applause, something I’ve never seen in a scientific/technical presentation before. About minute 1:04, Lars Rasmussen presents real-time translation and he gets about a minute of standing ovation. </p>
<p>Why is this important for academics? Looks like sending a word document back and forth with version numbers in the file name is no fun. And setting a VCS with a bunch of .tex files plus figures is not much better (mainly because  <a href="http://www.academicproductivity.com/2008/revision-control-for-latex-in-search-of-an-answer/">doing diffs on LaTeX files</a> is pretty horrible). One could always convince a collaborator to use Google Docs, but then you have no way to use a proper reference manager, figures are a mess, etc. In short, scientific paper collaboration is not really pleasant right now. </p>
<p>In fact, it might be more appealing than desktop equivalents (say MS word) to write papers with collaborators, and better than a long thread of mails to simply organize a dinner out. So I won’t be surprised if many people jump on this as soon as it’s out. Wave is solving so many problems so well that it&#8217;ll be a rotund success. Here’s the interface:<img style="border-bottom: 0px; border-left: 0px; margin: 10px auto; display: block; float: none; border-top: 0px; border-right: 0px" title="" border="0" alt="" src="http://www.academicproductivity.com/wp-content/uploads/2009/05/ss1-thumb.gif" width="369" height="240" /></p>
<p>The basically new thing is that <strong>you can see your collaborator typing away in real time,</strong> maybe in different parts of your manuscript. Although similar things have been around for a while (see for example <a href="http://etherpad.com">etherpad</a>), the way Wave integrates with other google offerings such as chat/email –may well be enough to gain adoption. </p>
<p>Wave supports images, and more editing features in general than etherpad.</p>
<p>One thing we get for free is version control: you can even move a slider to see how changes happened in your document. It’s pretty spectacular.</p>
<p>While Wave won’t be out for a while, there are developer accounts where one can sign up and get a preview.</p>
<p>Surprising: It’s open source, both client and server (!). I have no idea how they plan to disentangle the server side from the rest of Google’s infrastructure… Unless they ask you to reproduce all of part of it on your server – which is unlikely- I’m not sure how you could get this thing running.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2009/google-wave-could-fix-collaborative-editing-and-mail-at-the-same-time/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Scientific Publishing Task Force – how the semantic web may help organizing results</title>
		<link>http://www.academicproductivity.com/2009/scientific-publishing-task-force-how-the-semantic-web-may-help-organizing-results/</link>
		<comments>http://www.academicproductivity.com/2009/scientific-publishing-task-force-how-the-semantic-web-may-help-organizing-results/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 20:11:19 +0000</pubDate>
		<dc:creator>jose</dc:creator>
				<category><![CDATA[Evaluation]]></category>
		<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[e-Science]]></category>
		<category><![CDATA[citation analysis]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/2009/scientific-publishing-task-force-how-the-semantic-web-may-help-organizing-results/</guid>
		<description><![CDATA[According to Wikipedia, “the semantic web is expected to revolutionize scientific publishing, such as real-time publishing and sharing of experimental data on the Internet.” The W3C HCLS group&#8217;s Scientific Publishing Task Force is going to explore how this could happen.
Currently, one describes experiments in a more or less ad-hoc way. The mapping between experiments, papers, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fscientific-publishing-task-force-how-the-semantic-web-may-help-organizing-results%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fscientific-publishing-task-force-how-the-semantic-web-may-help-organizing-results%2F" height="61" width="51" /></a></div><p>According to Wikipedia, “the semantic web is expected to revolutionize <a href="http://en.wikipedia.org/wiki/Academic_publishing">scientific publishing</a>, such as real-time publishing and sharing of experimental data on the Internet.” The <a href="http://en.wikipedia.org/wiki/W3C">W3C</a> HCLS group&#8217;s <a href="http://esw.w3.org/topic/HCLS/ScientificPublishingTaskForce">Scientific Publishing Task Force</a> is going to explore how this could happen.</p>
<p>Currently, one describes experiments in a more or less ad-hoc way. The mapping between experiments, papers, and titles is… well, not the most consistent ever.</p>
<p>Do you want to know if the experiment you have in mind is done already? Good luck mining the lit<a href="http://www.academicproductivity.com/wp-content/uploads/2009/04/clipboard26042009-22-14-43.jpg"><img title="clipboard26.04.2009 _ 22_14_43" style="border-right: 0px; border-top: 0px; display: inline; margin: 10px; border-left: 0px; border-bottom: 0px" height="67" alt="clipboard26.04.2009 _ 22_14_43" src="http://www.academicproductivity.com/wp-content/uploads/2009/04/clipboard26042009-22-14-43-thumb.jpg" width="240" align="right" border="0" /></a>erature. Although mostly everyone is well-versed on building queries in scientific search engines, the task is far from accurate.</p>
<p>Maybe the problem is in the way we write the literature. If we could write a description of every experiment in some kind of agreed format that both humans and machines understand, searches would be trivial.</p>
<p>An alternative would be to use an ontology to describe experiments. The ontology should not be too complicated to use. If a user feels overwhelmed by the large number of parameters required to describe an experiment, this user may hesitate to do it. Of course, every field would need to built its own ontology. The effort to integrate ontologies across fields may be titanic. </p>
<p>There is some progress in the direction of using named entity extraction as metadata already. For example, the pubmed interface <a href="http://www.gopubmed.com/">gopubmed</a> is above and beyond anything I have seen. It uses facets (left sidebar) to show metadata. I do not know the details on how it works, but going back to say Web of Science after gopubmed feels like going 5 years back in time. Is there any hope to have a similar interface for all scientific databases? I sure hope so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2009/scientific-publishing-task-force-how-the-semantic-web-may-help-organizing-results/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zotero 1.5 Beta Released. The sharing features are here, and also getting meta data from existing pdfs</title>
		<link>http://www.academicproductivity.com/2009/zotero-15-beta-released-the-sharing-features-are-here-and-also-getting-meta-data-from-existing-pdfs/</link>
		<comments>http://www.academicproductivity.com/2009/zotero-15-beta-released-the-sharing-features-are-here-and-also-getting-meta-data-from-existing-pdfs/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 11:48:22 +0000</pubDate>
		<dc:creator>jose</dc:creator>
				<category><![CDATA[Evaluation]]></category>
		<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Socializing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/2009/zotero-15-beta-released-the-sharing-features-are-here-and-also-getting-meta-data-from-existing-pdfs/</guid>
		<description><![CDATA[This is an exciting release.
In a single stroke, Zotero may have added the most important feature of online apps such as citeUlike (collaboration) and the best feature of Mendeley (metadata extraction). I have no idea how well these work, as I have just moved to zotero recently and don’t want to risk trying the beta [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fzotero-15-beta-released-the-sharing-features-are-here-and-also-getting-meta-data-from-existing-pdfs%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fzotero-15-beta-released-the-sharing-features-are-here-and-also-getting-meta-data-from-existing-pdfs%2F" height="61" width="51" /></a></div><p>This is an exciting release.</p>
<p>In a single stroke, Zotero may have added the most important feature of online apps such as <a href="http://citeUlike.com" target="_blank">citeUlike</a> (collaboration) and the best feature of <a href="http://Mendeley.com" target="_blank">Mendeley</a> (metadata extraction). I have no idea how well these work, as I have just moved to zotero recently and don’t want to risk trying the beta this soon, but if they work well, this is a quantum leap.</p>
<p>Here’s a&#160; list of the new features:</p>
<blockquote><li><a href="http://www.zotero.org/support/preferences/sync">Automatic synchronization</a> of collections across multiple computers. For example, sync your PC at work with your Mac laptop and your Linux desktop at home.</li>
<li>Free automatic backup of your library data at Zotero.org.</li>
<li>Automatic synchronization of your attachment files to a server of your choice (e.g. iDisk, Jungle Disk, or university-provided web storage).</li>
<li>Recover recently deleted items with Zotero’s trash can.</li>
<li><a href="http://www.zotero.org/support/notes">Rich-text notes       <br /></a></li>
<li><a href="http://www.zotero.org/support/styles">New style manager</a> allowing you to add and delete CSLs and legacy style formats</li>
<li><a href="http://www.zotero.org/support/retrieve_pdf_metadata">Automatic detection of PDF metadata</a> (author, title, etc.)</li>
<li><a href="http://www.zotero.org/support/proxies">Automatic detection and support for proxy servers</a><br />
<h5>New Website Features</h5>
</li>
<li>Browse through your library online.</li>
<li>New user profiles tied to Zotero accounts.</li>
<li>Preliminary support for following other Zotero users: In the future this will generate a twitter-like feed of users public research activity.</li>
<li>WYSIWYG CV creator, with the ability to dynamically generate all or part of your CV from Zotero collections.</li>
<li>Search for friends, colleagues, and other users by institutional affiliation, username, email address, or field of interest.</li>
</blockquote>
<p>I’ve been using endNote for about 6 years now, so I have experience a hard case of vendor lock-in (I have plenty of text with references in the endNote format. This is giving me a really bad feeling about endNote makers, and the money I have invested in a clearly inferior product doesn’t make me happy either. Suing Zotero was the last drop. I finally moved to Zotero out of principle. What I find funny is that zotero uses less memory with the same database size, even building on top of Firefox. And Word integration is as good, if not better, than endNote’s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2009/zotero-15-beta-released-the-sharing-features-are-here-and-also-getting-meta-data-from-existing-pdfs/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Bibtex4Word: a nice package that could solve lots of headaches</title>
		<link>http://www.academicproductivity.com/2009/bibtex4word-a-nice-package-that-could-solve-lots-of-headaches/</link>
		<comments>http://www.academicproductivity.com/2009/bibtex4word-a-nice-package-that-could-solve-lots-of-headaches/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 12:57:40 +0000</pubDate>
		<dc:creator>jose</dc:creator>
				<category><![CDATA[Evaluation]]></category>
		<category><![CDATA[Reference management]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.academicproductivity.com/2009/bibtex4word-a-nice-package-that-could-solve-lots-of-headaches/</guid>
		<description><![CDATA[If you collaborate with people who use another reference management system or (to a lesser extent) word processor/typesetting program, you know that things can get messy.
I just found out Bibtex4Word, and this could be a good solution:
BibTex4Word is an add-in for Microsoft Word that allows the citation of references from a BibTex database. BibTex4Word will [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fbibtex4word-a-nice-package-that-could-solve-lots-of-headaches%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.academicproductivity.com%2F2009%2Fbibtex4word-a-nice-package-that-could-solve-lots-of-headaches%2F" height="61" width="51" /></a></div><p>If you collaborate with people who use another reference management system or (to a lesser extent) word processor/typesetting program, you know that things can get messy.</p>
<p>I just found out <a target="_blank" href="http://www.ee.ic.ac.uk/hp/staff/dmb/perl/bibtex4word.doc">Bibtex4Word</a>, and this could be a good solution:</p>
<blockquote><p>BibTex4Word is an add-in for Microsoft Word that allows the citation of references from a BibTex database. BibTex4Word will insert a bibliography into your document using your choice formatting style. </p>
<p>It is intended for three types of user:
<ol>
<li>LateX users who need to use Microsoft Word. BibTex4Word allows you to use your existing BibTex database and favourite bibliography style. </li>
<li>Word users who can’t afford a commercial bibliography package but need to insert citations and bibliographies into their documents. Everything you need to manage references is available free. </li>
<li>Word users who have a commercial bibliography package but who don’t like it. BibTex4Word is lightweight, transparent and doesn’t mess up your documents. It is also free.</li>
</ol>
</blockquote>
<p>&nbsp;</p>
<p>Bibtex4Word is GPL&#8217;d. the only downside is that it depends on latex, so you might need to install MikTex (<a href="http://www.miktex.org/">http://www.miktex.org/</a>) and use the MikTex package manager to install any style files that you want to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.academicproductivity.com/2009/bibtex4word-a-nice-package-that-could-solve-lots-of-headaches/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
