]> git.donarmstrong.com Git - org-ref.git/blob - README.org
add scopus
[org-ref.git] / README.org
1 #+TITLE: org-ref: citations, cross-references, indexes, glossaries and bibtex utilities for org-mode
2
3 See http://www.youtube.com/watch?v=Zya8SfmCtFA and https://www.youtube.com/watch?v=JyvpSVl4_dg for examples of org-ref in action.
4
5 [[./org-ref.org]] contains all documentation and installation instructions.
6
7 [[./doi-utils.org]] contains functions for downloading bibtex entries from  a DOI, and redefines the org-mode doi link so it has more functionality. 
8
9 [[./jmax-bibtex.el]] contains some utility functions:
10
11 1. jmax-bibtex runs a menu command with actions to run on a bibtex entry including looking up the doi for the entry in a variety of places, e.g. web of science related/citing articles, Google Scholar, Pubmed, and crossref, or opening a PDF associated with the entry.
12
13 2. Bind M-n/M-p to next/previous bibtex entry.
14
15 3. Sentence/title casing the title of a bibtex entry
16
17 4. Function to replace non-ascii characters in bibtex entries
18
19 5. Functions to replace journal names with @string entries, and corresponding short/long names.
20
21 To install this, add the org-ref repo directory to your load-path, and 
22
23 #+BEGIN_SRC emacs-lisp
24 (add-to-list 'load-path "path-to-org-ref")
25 (require 'jmax-bibtex)
26 #+END_SRC