emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Igor Shenderovich <shender.i@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Workflow with the pdfs from arxiv.org and bibtex records
Date: Wed, 10 Oct 2012 17:30:22 +0200	[thread overview]
Message-ID: <87zk3u73ap.fsf@gmail.com> (raw)


Hi, 

I'm trying to establish a nice workflow to collect all the interesting
papers from arxiv.org and corresponding bibtex records. Arxiv.org is the
server which contains papers in pdf format and short abstract for each
of them (for example, we have abstract here [1] and the corresponding
pdf file here [2]). There is another website, inspirehep.net, which
collects the bibtex records (and much more information) of these
papers (see [3] for the bibtex record for cited paper).

I wrote a python script which downloads the bibtex record and put it in
the file, say, ref.bib. Then it downloads the paper itself (the pdf),
and renames it according to the citation key as in the ref.bib. So
mentioned paper will be renamed as Maldacena:1997re.pdf.

Then I want to setup an org file (say, ref.org), which will contain each
paper as a bibtex record, generally, as org-bibtex is doing, but with
the links to the pdf file. 

So all the desired workflow should look like this:

1) read the paper on the arxiv.org;
2) download the paper and bibtex record using the python script (it can
   be launched by pressing the button);
3) in the same time fire up the emacs window with opened ref.org and
   capture there bibtex record with some link to the pdf file.

So, the question is: how it can be achieved? For the moment I came up
with the additional field in the bibtex record, named "file" with the
link to the pdf file which is understandable by org-mode (so it's
something like this: file = "[[~/ref/Maldacena:1997re.pdf]]"). But how
can I use org-bibtex with the org-capture automatically? 

With best wishes, 
IS

[1] http://arxiv.org/abs/hep-th/9711200
[2] http://arxiv.org/pdf/hep-th/9711200v3.pdf
[3] http://inspirehep.net/record/451647/export/hx

                 reply	other threads:[~2012-10-10 15:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87zk3u73ap.fsf@gmail.com \
    --to=shender.i@gmail.com \
    --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).