<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Software to keep your PDFs and papers organized</title>
	<atom:link href="http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/feed/" rel="self" type="application/rss+xml" />
	<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/</link>
	<description>Computer Science isn&#039;t a science and it&#039;s not about computers</description>
	<lastBuildDate>Wed, 23 May 2012 15:01:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Truong Nghiem</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-657</link>
		<dc:creator><![CDATA[Truong Nghiem]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-657</guid>
		<description><![CDATA[I always prefer plain text and files instead of a database (I heard that zotero uses SQLite). Easy to back up, and I can sync them to Dropbox so I can access them anywhere. I also prefer BibTeX because I use LaTeX most of the time. Here is my setup:
- I use Jabref to manage a BibTeX file which contains all the papers/books references. Jabref is a very nice free software. It is written in Java (thus cross platform) and has full support for BibTeX. It can generate keys automatically (you choose the format). It can automatically search for files in a certain folder that are associated to a BibTeX entry, given that the files&#039; names start with the BibTeX key. Its import is not very good, so I often end up searching for BibTeX in my web browser and copy it manually to Jabref. Then I download the PDF/PS file and put it in a certain folder, rename it to the BibTeX key, then let Jabref attach it to the entry.
- I write my notes/reviews/comments of a paper in an ORG file in Emacs, save it with the same name to the same folder, and let Jabref attach it to the entry.
- On Mac OS, I use Skim to view and annotate PDF files, then save the notes in a file of the same name to the same folder, and (you guess) let Jabref attach it to the entry.

When I view an entry in Jabref, I can easily access the document and my notes/reviews by double-clicking on the files. One feature of Org-mode that I really like is links. When I write notes in Org-mode, if I need to refer to an entry in my BibTeX database, I just open the BibTeX file in Emacs, browse to the entry, press C-C l to save the location, then go back to my Org note and press C-c C-l to insert the link. Opening the link in the note will direct me to the corresponding entry in my BibTeX file. The link is dynamic: it can always find the correct entry even if the BibTeX file has changed, provided that the entry is still there. Very convenient.]]></description>
		<content:encoded><![CDATA[<p>I always prefer plain text and files instead of a database (I heard that zotero uses SQLite). Easy to back up, and I can sync them to Dropbox so I can access them anywhere. I also prefer BibTeX because I use LaTeX most of the time. Here is my setup:<br />
- I use Jabref to manage a BibTeX file which contains all the papers/books references. Jabref is a very nice free software. It is written in Java (thus cross platform) and has full support for BibTeX. It can generate keys automatically (you choose the format). It can automatically search for files in a certain folder that are associated to a BibTeX entry, given that the files&#8217; names start with the BibTeX key. Its import is not very good, so I often end up searching for BibTeX in my web browser and copy it manually to Jabref. Then I download the PDF/PS file and put it in a certain folder, rename it to the BibTeX key, then let Jabref attach it to the entry.<br />
- I write my notes/reviews/comments of a paper in an ORG file in Emacs, save it with the same name to the same folder, and let Jabref attach it to the entry.<br />
- On Mac OS, I use Skim to view and annotate PDF files, then save the notes in a file of the same name to the same folder, and (you guess) let Jabref attach it to the entry.</p>
<p>When I view an entry in Jabref, I can easily access the document and my notes/reviews by double-clicking on the files. One feature of Org-mode that I really like is links. When I write notes in Org-mode, if I need to refer to an entry in my BibTeX database, I just open the BibTeX file in Emacs, browse to the entry, press C-C l to save the location, then go back to my Org note and press C-c C-l to insert the link. Opening the link in the note will direct me to the corresponding entry in my BibTeX file. The link is dynamic: it can always find the correct entry even if the BibTeX file has changed, provided that the entry is still there. Very convenient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmj</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-541</link>
		<dc:creator><![CDATA[dmj]]></dc:creator>
		<pubDate>Mon, 26 Oct 2009 07:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-541</guid>
		<description><![CDATA[@Knusper: Close, but I don&#039;t use dwm but the Awesome window manager, too.

@Erwin: My environment is quite similar to Shrutarshi Basu&#039;s. I use
the Awesome window manager on a Debian GNU/Linux system and the
network info, cpu, load etc. you noticed are simple widgets that run
in a widget box on the bottom of the screen. So it is not Screen[2]
that displays this information.

When I log into my graphical environment I start Emacs as a daemon and
spawn a graphical client for text editing. As you can see on the top
left corner of the screenshot I have two fixed &quot;Tag&quot; (i.e. virtual
desktops): one for text editing (&quot;emacs&quot;), one for browsing
(&quot;www&quot;). Awesome is configured in a way that firefox is always startet
on the www-tag and emacs on the emacs-tag, so I can switch between
these two applications with the cursor keys (while holding down the
&quot;Windows&quot;-key).

Depart from the integration of Zotero and Orgmode mentioned above I
make use of the org-protocol extensions and have a bookmarklet in one
of my firefox bars that triggers a org-remember action on the emacs
side and let me file a remember note with link and desription of a
website I find worth remembering.[3] Up to now I just took a quick
look on fireforg so I cannot tell anything about it.

The most delicious part of using window managers like dwm, Awesome,
XMonad etc. (=so called &quot;tiling&quot; window managers) is that they are
designed to be controlled by keystrokes so my usage of the mouse is
limited to browsing and working with Zotero.


[1] http://awesome.naquadah.org
[2] http://www.gnu.org/software/screen/
[3] What are normally websites that contain information on a topic I
deal with in orgmode.]]></description>
		<content:encoded><![CDATA[<p>@Knusper: Close, but I don&#8217;t use dwm but the Awesome window manager, too.</p>
<p>@Erwin: My environment is quite similar to Shrutarshi Basu&#8217;s. I use<br />
the Awesome window manager on a Debian GNU/Linux system and the<br />
network info, cpu, load etc. you noticed are simple widgets that run<br />
in a widget box on the bottom of the screen. So it is not Screen[2]<br />
that displays this information.</p>
<p>When I log into my graphical environment I start Emacs as a daemon and<br />
spawn a graphical client for text editing. As you can see on the top<br />
left corner of the screenshot I have two fixed &#8220;Tag&#8221; (i.e. virtual<br />
desktops): one for text editing (&#8220;emacs&#8221;), one for browsing<br />
(&#8220;www&#8221;). Awesome is configured in a way that firefox is always startet<br />
on the www-tag and emacs on the emacs-tag, so I can switch between<br />
these two applications with the cursor keys (while holding down the<br />
&#8220;Windows&#8221;-key).</p>
<p>Depart from the integration of Zotero and Orgmode mentioned above I<br />
make use of the org-protocol extensions and have a bookmarklet in one<br />
of my firefox bars that triggers a org-remember action on the emacs<br />
side and let me file a remember note with link and desription of a<br />
website I find worth remembering.[3] Up to now I just took a quick<br />
look on fireforg so I cannot tell anything about it.</p>
<p>The most delicious part of using window managers like dwm, Awesome,<br />
XMonad etc. (=so called &#8220;tiling&#8221; window managers) is that they are<br />
designed to be controlled by keystrokes so my usage of the mouse is<br />
limited to browsing and working with Zotero.</p>
<p>[1] <a href="http://awesome.naquadah.org" rel="nofollow">http://awesome.naquadah.org</a><br />
[2] <a href="http://www.gnu.org/software/screen/" rel="nofollow">http://www.gnu.org/software/screen/</a><br />
[3] What are normally websites that contain information on a topic I<br />
deal with in orgmode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrutarshi Basu</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-540</link>
		<dc:creator><![CDATA[Shrutarshi Basu]]></dc:creator>
		<pubDate>Mon, 26 Oct 2009 03:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-540</guid>
		<description><![CDATA[Erwin, I don&#039;t know where that screenshot is from, it&#039;s not my setup. Personally, I use the Awesome window manager with Emacs for text editing. I also use GNU Screen with the XFCE terminal as my terminal setup. There is a line at the bottom of Screen which has a clock and how many terminals I have open. I don&#039;t really use a global system line of any sort because I don&#039;t really care about how much CPU I&#039;m using and my laptop is normally always plugged in.]]></description>
		<content:encoded><![CDATA[<p>Erwin, I don&#8217;t know where that screenshot is from, it&#8217;s not my setup. Personally, I use the Awesome window manager with Emacs for text editing. I also use GNU Screen with the XFCE terminal as my terminal setup. There is a line at the bottom of Screen which has a clock and how many terminals I have open. I don&#8217;t really use a global system line of any sort because I don&#8217;t really care about how much CPU I&#8217;m using and my laptop is normally always plugged in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Knusper</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-539</link>
		<dc:creator><![CDATA[Knusper]]></dc:creator>
		<pubDate>Sun, 25 Oct 2009 22:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-539</guid>
		<description><![CDATA[His WM is obviously DWM]]></description>
		<content:encoded><![CDATA[<p>His WM is obviously DWM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-538</link>
		<dc:creator><![CDATA[Erwin]]></dc:creator>
		<pubDate>Sun, 25 Oct 2009 19:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-538</guid>
		<description><![CDATA[Hi,
A bit off topic, but I&#039;m very interested in setting up a minimalistic emacs environment to be used in conjunction with zotero, org-mode and fireforg.
From what I can see from
[5] http://s7b.directupload.net/images/user/090628/nqwweuf2.png
You somehow have network info and cpu info available on screen.
Might I ask to describe a bit your environment?
I&#039;d be interested in testing a similar setup for myself.

Thanks a lot!

Erwin]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
A bit off topic, but I&#8217;m very interested in setting up a minimalistic emacs environment to be used in conjunction with zotero, org-mode and fireforg.<br />
From what I can see from<br />
[5] <a href="http://s7b.directupload.net/images/user/090628/nqwweuf2.png" rel="nofollow">http://s7b.directupload.net/images/user/090628/nqwweuf2.png</a><br />
You somehow have network info and cpu info available on screen.<br />
Might I ask to describe a bit your environment?<br />
I&#8217;d be interested in testing a similar setup for myself.</p>
<p>Thanks a lot!</p>
<p>Erwin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: From Xournal to org-mode notes &#171; Delta Improvement</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-536</link>
		<dc:creator><![CDATA[From Xournal to org-mode notes &#171; Delta Improvement]]></dc:creator>
		<pubDate>Thu, 22 Oct 2009 07:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-536</guid>
		<description><![CDATA[[...] would appreciate any suggestions for improvements and I would like to thank Shrutarshi Basu, whose post was the starting point of this [...]]]></description>
		<content:encoded><![CDATA[<p>[...] would appreciate any suggestions for improvements and I would like to thank Shrutarshi Basu, whose post was the starting point of this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-403</link>
		<dc:creator><![CDATA[Jesse]]></dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-403</guid>
		<description><![CDATA[Thank you for writing such an excellent review! I do like your org-mode method, but I don&#039;t like the idea of manually entering BibTeX information either.

Since zotero can store attachments with each record, I wonder if it would be feasible to keep a .org notes file associated with each entry. Ideally zotero searches would also look in these notes, and when you go to read a document, you could also open the .org attachment, and zotero would launch an emacs session.

Does zotero keep these attachments as plain files somewhere, or are they placed inside its sqlite database?]]></description>
		<content:encoded><![CDATA[<p>Thank you for writing such an excellent review! I do like your org-mode method, but I don&#8217;t like the idea of manually entering BibTeX information either.</p>
<p>Since zotero can store attachments with each record, I wonder if it would be feasible to keep a .org notes file associated with each entry. Ideally zotero searches would also look in these notes, and when you go to read a document, you could also open the .org attachment, and zotero would launch an emacs session.</p>
<p>Does zotero keep these attachments as plain files somewhere, or are they placed inside its sqlite database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Jorge Matos</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-377</link>
		<dc:creator><![CDATA[Paulo Jorge Matos]]></dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-377</guid>
		<description><![CDATA[I have tried mendeley. Good piece of software, give it a try. Found, however:
- that it is not intuitive (if possible) how to export a couple of papers into a bib file;
- mendeley categories don&#039;t match those of bib; 
- you can&#039;t change the bib description manually;]]></description>
		<content:encoded><![CDATA[<p>I have tried mendeley. Good piece of software, give it a try. Found, however:<br />
- that it is not intuitive (if possible) how to export a couple of papers into a bib file;<br />
- mendeley categories don&#8217;t match those of bib;<br />
- you can&#8217;t change the bib description manually;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. Gunn</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-370</link>
		<dc:creator><![CDATA[Mr. Gunn]]></dc:creator>
		<pubDate>Tue, 14 Jul 2009 01:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-370</guid>
		<description><![CDATA[If you want PDFs, exportable BibTeX, and annotation, you should give &lt;a href=&quot;http://mendeley.com&quot; rel=&quot;nofollow&quot;&gt;Mendeley&lt;/a&gt; a try. You just feed it a directory of PDFs and it extracts the citation info for you. The new version, 0.9, also has a built-in PDF viewer that allows you to annotate the papers. It&#039;s cross-platform desktop software, so it&#039;ll work on PC, Mac, and your Linux box.

That&#039;s an ingenious bit of scripting you&#039;ve done, to be sure, but perhaps Mendeley could handle your &lt;a href=&quot;http://mendeley.com&quot; rel=&quot;nofollow&quot;&gt;reference management&lt;/a&gt; needs?  

FYI - I&#039;m working with the guys at Mendeley, so if you have any comments or suggestions about how to make it work better for you, I can pass them along to the developers.]]></description>
		<content:encoded><![CDATA[<p>If you want PDFs, exportable BibTeX, and annotation, you should give <a href="http://mendeley.com" rel="nofollow">Mendeley</a> a try. You just feed it a directory of PDFs and it extracts the citation info for you. The new version, 0.9, also has a built-in PDF viewer that allows you to annotate the papers. It&#8217;s cross-platform desktop software, so it&#8217;ll work on PC, Mac, and your Linux box.</p>
<p>That&#8217;s an ingenious bit of scripting you&#8217;ve done, to be sure, but perhaps Mendeley could handle your <a href="http://mendeley.com" rel="nofollow">reference management</a> needs?  </p>
<p>FYI &#8211; I&#8217;m working with the guys at Mendeley, so if you have any comments or suggestions about how to make it work better for you, I can pass them along to the developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrutarshi Basu</title>
		<link>http://bytebaker.com/2009/06/26/software-to-keep-your-pdfs-and-papers-organized/#comment-342</link>
		<dc:creator><![CDATA[Shrutarshi Basu]]></dc:creator>
		<pubDate>Mon, 29 Jun 2009 00:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://bytebaker.com/?p=706#comment-342</guid>
		<description><![CDATA[@Knusper: I&#039;ll be putting my script (and others that I&#039;ve written) on github soon
@dmj: I get most of my papers from sources that have BibTeX info readily available so I just spend a few seconds copy pasting into an Emacs buffer and changing the key to my own format. if I start having to deal with papers that don&#039;t come with their BibTeX I&#039;ll seriously consider Zotero and the script you linked to. Thanks for that.]]></description>
		<content:encoded><![CDATA[<p>@Knusper: I&#8217;ll be putting my script (and others that I&#8217;ve written) on github soon<br />
@dmj: I get most of my papers from sources that have BibTeX info readily available so I just spend a few seconds copy pasting into an Emacs buffer and changing the key to my own format. if I start having to deal with papers that don&#8217;t come with their BibTeX I&#8217;ll seriously consider Zotero and the script you linked to. Thanks for that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

