emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Kitchin <jkitchin@andrew.cmu.edu>
To: "Christopher W. Ryan" <cryan@binghamton.edu>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: managing articles in my personal library, and their citational material, using org mode instead of bibtex
Date: Mon, 25 Nov 2013 13:29:35 -0500	[thread overview]
Message-ID: <CAJ51ETp6aiJ0-54xJ7U58GAO1tmgBZhvu7MDZ5sqzJ05cArbtA@mail.gmail.com> (raw)
In-Reply-To: <528AC19F.3000803@binghamton.edu>

[-- Attachment #1: Type: text/plain, Size: 3672 bytes --]

I have the following org/bibtex habits:

1. I keep all bibtex entries in a single bibtex file, usually by pasting
them from one source to the file. I save the pdf of the article with a
filename equal to the bibtex key in a single directory.

With the point on the bibtex entry, I run a command defined here (
https://github.com/jkitchin/jmax/blob/prelude/jorg-bib.el#L76) that creates
a TODO entry in my notes.org file with a link to the pdf file in it. I can
run another command that opens the pdf file. I bind those commands to f11
and f12 for convenience. For a while, I also had the entry automatically
added to citeulike. Here is an example entry in my notes.org file. These
TODO get picked up in my agenda to remind me to read them.

** TODO 2005 - {A general scheme for the estimation of oxygen  binding
energies on binary transition metal surface  alloys}
 :PROPERTIES:
  :Custom_ID: Greeley2005
  :AUTHOR: Greeley, Jeff and N{\o}rskov, Jens K.
  :JOURNAL: Surface Science
  :YEAR: 2005
  :VOLUME: 592
  :PAGES: 104--111
 :END:
[[cite:Greeley2005]]
[[file:~/Dropbox/bibliography/bibtex-pdfs/Greeley2005.pdf][pdf]]

in my jorg-bib.el file I define a lot of cite links. These let me click on
a key in a cite:key1,key2  link and open the entry in the bibtex file, i.e.
if I click on key1 it goes to that entry, and if I click on key2 it goes to
that entry. Once I could right click on a key and open the pdf, but I seem
to have misplaced that function, now I just click the link which opens the
bibtex file at the entry, and I press f12 which opens the pdf. I find this
clicking to get the full entry very handy when I am working on manuscripts
and trying to remember what I cited.

The links get converted to \cite{} for latex. I do not have a good html
solution yet, mostly because I don't need it that often. I haven't tried
the org-bibtex code yet, and don't have bibtex2html on my windows machine.

This "mostly" works fine for me, and suits my workflows.

John

-----------------------------------
John Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu



On Mon, Nov 18, 2013 at 8:40 PM, Christopher W. Ryan
<cryan@binghamton.edu>wrote:

> Not sure "citational" is even a word, but hopefully it conveys my meaning!
>
> I've been using LaTeX for academic writing and reading for quite some
> time, with emacs as my editor. I'm pretty familiar with managing a .bib
> file containing all the references I've collected, and using it in LaTeX
> \cite commands.
>
> I've come to org-mode more recently. I'm trying to imagine how I might
> use it to manage my "personal library." I have a directory full of pdf
> files, each a downloaded article. Some articles I reference in papers I
> write; others I just read and want to keep.  I also have a .bib file
> where I put the citational material for all those articles. Whenever I
> download an article, I add its entry to my .bib file. I tend to manage
> this with JabRef because it searches Medline so easily, but I also will
> edit the .bib file directly when necessary.
>
> I like the idea of an org file containing the citational information
> (authors, title, journal, etc)  *plus* links to the pdfs on my hard
> drive, or on the internet. I could also include my notes about the
> articles. But what would that org file look like? How do I insert a
> reference to an article into the org file which contains the article I
> am writing?
>
> I'd be grateful for any explanations, or links to tutorials.
>
> Thanks.
>
> --Chris Ryan
> SUNY Upstate Medical University
> Binghamton, NY
>
>

[-- Attachment #2: Type: text/html, Size: 4540 bytes --]

  parent reply	other threads:[~2013-11-25 18:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-19  1:40 managing articles in my personal library, and their citational material, using org mode instead of bibtex Christopher W. Ryan
2013-11-19  8:28 ` Ian Barton
2013-11-19 16:25   ` Eric Schulte
2013-11-20  2:48     ` Alan L Tyree
2013-11-20  3:37       ` Eric Schulte
2013-11-20  6:16         ` Alan L Tyree
2013-11-20  6:27           ` Jambunathan K
2013-11-21 21:14             ` Alan L Tyree
2013-11-22  4:04               ` Eric Schulte
2013-11-22  5:37                 ` Alan L Tyree
2013-11-25 10:06               ` Jambunathan K
2013-11-20 16:52     ` Richard Lawrence
2013-11-21 22:00       ` Eric Schulte
2013-11-22  4:03         ` Eric Schulte
2013-11-23  0:06         ` Richard Lawrence
2013-11-19 10:41 ` Karl Voit
2013-11-25 18:29 ` John Kitchin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-21  0:49 Jorge A. Alfaro Murillo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ51ETp6aiJ0-54xJ7U58GAO1tmgBZhvu7MDZ5sqzJ05cArbtA@mail.gmail.com \
    --to=jkitchin@andrew.cmu.edu \
    --cc=cryan@binghamton.edu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).