From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 06:54:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63E911065675 for ; Tue, 9 Jun 2009 06:54:13 +0000 (UTC) (envelope-from christopher.illies@ki.se) Received: from smtp6.ki.se (smtp6.ki.se [130.237.98.104]) by mx1.freebsd.org (Postfix) with ESMTP id 234088FC19 for ; Tue, 9 Jun 2009 06:54:12 +0000 (UTC) (envelope-from christopher.illies@ki.se) Received: from muck.ks.se (unknown [136.155.136.217]) by smtp6.ki.se (Postfix) with ESMTP id 2CBB4D4B38; Tue, 9 Jun 2009 08:33:23 +0200 (CEST) Received: from muck.ks.se (localhost [127.0.0.1]) by muck.ks.se (8.14.3/8.14.3) with ESMTP id n596Xj5M052811; Tue, 9 Jun 2009 08:33:45 +0200 (CEST) (envelope-from chris@muck.ks.se) Received: (from chris@localhost) by muck.ks.se (8.14.3/8.14.3/Submit) id n596Xj9p052810; Tue, 9 Jun 2009 08:33:45 +0200 (CEST) (envelope-from chris) Date: Tue, 9 Jun 2009 08:33:45 +0200 From: Christopher Illies To: freebsd-questions@freebsd.org Message-ID: <20090609063345.GA1340@muck.ks.se> Mail-Followup-To: freebsd-questions@freebsd.org, Daniel Underwood References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: Daniel Underwood Subject: Re: PDF inventory software X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 06:54:13 -0000 On Mon, Jun 08, 2009 at 05:17:29PM -0400, Daniel Underwood wrote: > I'm looking for a way to manage my personal collection of research > articles. Ideally I'd like some way to keep records on authors, > keywords, journals, and publication years of articles (PDF files) > downloaded onto my local drive. > > In the course of reading literature for research, it often happens > that I find myself wanted to return to something I have previously > read, but I only recall a few "things" about the article, often the > author and a keyword. Is there some inventory/database software (for > local use only) that can be easily used for this purpose? (The > closest things that comes to mind (conceptually) is "image collection" > software.) > > What are some of my options here? If you want something with a GUI, you could have a look at JabRef (needs Java): http://jabref.sourceforge.net/index.php It keeps a BibTeX database, lets you do searches on it and links to the downloaded pdf files. Christopher