<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <atom:link href="http://kitchingroup.cheme.cmu.edu/blog/feed/index.xml" rel="self" type="application/rss+xml" />
    <title>The Kitchin Research Group</title>
    <link>https://kitchingroup.cheme.cmu.edu/blog</link>
    <description>Chemical Engineering at Carnegie Mellon University</description>
    <pubDate>Sat, 01 Nov 2025 13:47:46 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    
    <item>
      <title>org-ref is on Melpa</title>
      <link>https://kitchingroup.cheme.cmu.edu/blog/2015/12/22/org-ref-is-on-Melpa</link>
      <pubDate>Tue, 22 Dec 2015 11:04:27 EST</pubDate>
      <category><![CDATA[orgmode]]></category>
      <category><![CDATA[emacs]]></category>
      <category><![CDATA[orgref]]></category>
      <guid isPermaLink="false">HY_POjz8jin6oaW8-xDTfP2KDo0=</guid>
      <description>org-ref is on Melpa</description>
      <content:encoded><![CDATA[



&lt;p&gt;
org-ref is out on &lt;a href="https://melpa.org/#/org-ref"&gt;Melpa&lt;/a&gt; !
&lt;/p&gt;

&lt;p&gt;
Checkout this video (&amp;asymp; 10 min.) of what it can do: &lt;a href="https://www.youtube.com/watch?v=2t925KRBbFc"&gt;https://www.youtube.com/watch?v=2t925KRBbFc&lt;/a&gt; 
&lt;/p&gt;

&lt;iframe width="420" height="315" src="https://www.youtube.com/embed/2t925KRBbFc" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;

&lt;p&gt;
Here are the files that we used/generated:
&lt;/p&gt;

&lt;ol class="org-ol"&gt;
&lt;li&gt;Emacs configuration: &lt;a href="/media/2015-12-22-org-ref-is-on-Melpa/org-ref-melpa.el"&gt;org-ref-melpa.el&lt;/a&gt; 
&lt;/li&gt;
&lt;li&gt;Here is the "manuscript" &lt;a href="/media/2015-12-22-org-ref-is-on-Melpa/manuscript.org"&gt;manuscript.org&lt;/a&gt; (note, I extracted the bibtex entries into this file)
&lt;/li&gt;
&lt;li&gt;The resulting PDF: &lt;a href="/media/2015-12-22-org-ref-is-on-Melpa/manuscript.pdf"&gt;manuscript.pdf&lt;/a&gt; 
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
Some killer new features:
&lt;/p&gt;
&lt;ol class="org-ol"&gt;
&lt;li&gt;Drag-n-drop a PDF or url onto a bibtex file to add bibtex entries. This works when org-ref knows how to get a DOI from the PDF or url.
&lt;/li&gt;
&lt;li&gt;Tooltips on cite links
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
Thanks everyone who has already tried it out and reported bugs!
&lt;/p&gt;
&lt;p&gt;Copyright (C) 2015 by John Kitchin. See the &lt;a href="/copying.html"&gt;License&lt;/a&gt; for information about copying.&lt;p&gt;&lt;p&gt;&lt;a href="/org/2015/12/22/org-ref-is-on-Melpa.org"&gt;org-mode source&lt;/a&gt;&lt;p&gt;&lt;p&gt;Org-mode version = 8.2.10&lt;/p&gt;]]></content:encoded>
    </item>
    <item>
      <title>Introduction to a citation processor in org-ref</title>
      <link>https://kitchingroup.cheme.cmu.edu/blog/2015/12/11/Introduction-to-a-citation-processor-in-org-ref</link>
      <pubDate>Fri, 11 Dec 2015 18:05:43 EST</pubDate>
      <category><![CDATA[orgmode]]></category>
      <category><![CDATA[emacs]]></category>
      <category><![CDATA[citations]]></category>
      <category><![CDATA[orgref]]></category>
      <guid isPermaLink="false">n9e2uRZceMgOzgsv5wrTlq5VIOA=</guid>
      <description>Introduction to a citation processor in org-ref</description>
      <content:encoded><![CDATA[


&lt;div id="table-of-contents"&gt;
&lt;h2&gt;Table of Contents&lt;/h2&gt;
&lt;div id="text-table-of-contents"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#sec-1"&gt;1. Reference types&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#sec-2"&gt;2. Citation types&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#sec-3"&gt;3. Multiple citations and sorting within citation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#sec-4"&gt;4. Space chomping and punctuation testing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#sec-5"&gt;5. Building&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#sec-6"&gt;6. Summary thoughts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#sec-7"&gt;7. Bibliography&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;
As a potential solution for citations in org-mode for non-LaTeX export, here we introduce csl (citation syntax lisp). The idea is heavily influenced by the xml-based Citation Syntax Language, but uses lisp sexps instead.
&lt;/p&gt;

&lt;p&gt;
Briefly, there is a csl file that contains two variables: citation-style and bibliography-style. The citation-style defines how the in-text citations are represented for different types of citations. The bibliography-style defines how the bibliography is constructed.
&lt;/p&gt;

&lt;p&gt;
What do we gain by this?
&lt;/p&gt;
&lt;ol class="org-ol"&gt;
&lt;li&gt;No need for external citeproc program, and hackability by org-mode experts.
&lt;/li&gt;
&lt;li&gt;Punctuation transposition and space chomping, i.e. put superscripts on the right side of punctuation if you want it, and remove whitespace before superscripts if you want it.
&lt;/li&gt;
&lt;li&gt;Total tunability of the citation format to different backends.
&lt;/li&gt;
&lt;li&gt;Easy to change bibliography format with the bibliographystyle link.
&lt;/li&gt;
&lt;li&gt;The use of Bibtex databases. These are plain text, and flexible.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
The real code for this is too long to blog about. Instead, you should check it out here: &lt;a href="https://github.com/jkitchin/org-ref/tree/master/citeproc"&gt;https://github.com/jkitchin/org-ref/tree/master/citeproc&lt;/a&gt;
&lt;/p&gt;

&lt;div id="outline-container-sec-1" class="outline-2"&gt;
&lt;h2 id="sec-1"&gt;&lt;span class="section-number-2"&gt;1&lt;/span&gt; Reference types&lt;/h2&gt;
&lt;div class="outline-text-2" id="text-1"&gt;
&lt;ul class="org-ul"&gt;
&lt;li&gt;A book.&lt;sup&gt;1&lt;/sup&gt;
&lt;/li&gt;

&lt;li&gt;An article&lt;sup&gt;2&lt;/sup&gt;
&lt;/li&gt;

&lt;li&gt;A miscellaneous bibtex type.&lt;sup&gt;3&lt;/sup&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
There is work to do in supporting other types of entry types that are common in bibtex files.
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div id="outline-container-sec-2" class="outline-2"&gt;
&lt;h2 id="sec-2"&gt;&lt;span class="section-number-2"&gt;2&lt;/span&gt; Citation types&lt;/h2&gt;
&lt;div class="outline-text-2" id="text-2"&gt;
&lt;ul class="org-ul"&gt;
&lt;li&gt;Regular citation:&lt;sup&gt;2&lt;/sup&gt;
&lt;/li&gt;
&lt;li&gt;citenum: See Ref.  2
&lt;/li&gt;
&lt;li&gt;citeauthor:  Kitchin
&lt;/li&gt;
&lt;li&gt;citeyear:   2015
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
There is work to do in supporting other types of citations.
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div id="outline-container-sec-3" class="outline-2"&gt;
&lt;h2 id="sec-3"&gt;&lt;span class="section-number-2"&gt;3&lt;/span&gt; Multiple citations and sorting within citation&lt;/h2&gt;
&lt;div class="outline-text-2" id="text-3"&gt;
&lt;p&gt;
You can specify that the cites within a citation are consistently sorted in the export.
&lt;/p&gt;

&lt;ul class="org-ul"&gt;
&lt;li&gt;a,b:&lt;sup&gt;2,4&lt;/sup&gt;
&lt;/li&gt;
&lt;li&gt;b,a:&lt;sup&gt;2,4&lt;/sup&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
There is work to do for range collapsing, e.g. to turn 1,2,3 into 1-3.
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id="outline-container-sec-4" class="outline-2"&gt;
&lt;h2 id="sec-4"&gt;&lt;span class="section-number-2"&gt;4&lt;/span&gt; Space chomping and punctuation testing&lt;/h2&gt;
&lt;div class="outline-text-2" id="text-4"&gt;
&lt;p&gt;
I think citations should always be put in the sentence they logically belong to. LaTeX has a feature through natbib I think where for some styles, e.g. superscripts, the citations are moved to the right side of punctuation, and whitespace is chomped so the superscript is next to words, not separated by spaces. We can do that here too.
&lt;/p&gt;

&lt;ul class="org-ul"&gt;
&lt;li&gt;Citation at end of sentence.&lt;sup&gt;2&lt;/sup&gt;
&lt;/li&gt;
&lt;li&gt;Citation in clause,&lt;sup&gt;2,4&lt;/sup&gt; with a comma.
&lt;/li&gt;
&lt;li&gt;Citation in middle of&lt;sup&gt;2,4&lt;/sup&gt; a sentence.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div id="outline-container-sec-5" class="outline-2"&gt;
&lt;h2 id="sec-5"&gt;&lt;span class="section-number-2"&gt;5&lt;/span&gt; Building&lt;/h2&gt;
&lt;div class="outline-text-2" id="text-5"&gt;

&lt;p&gt;
At the moment, you have to add a hook function to put the replacements in the document before parsing.
&lt;/p&gt;

&lt;div class="org-src-container"&gt;

&lt;pre class="src src-emacs-lisp"&gt;(add-to-list 'load-path &lt;span style="color: #008000;"&gt;"."&lt;/span&gt;)
(&lt;span style="color: #0000FF;"&gt;require&lt;/span&gt; '&lt;span style="color: #D0372D;"&gt;org-ref-citeproc&lt;/span&gt;)

(&lt;span style="color: #0000FF;"&gt;when&lt;/span&gt; (file-exists-p &lt;span style="color: #008000;"&gt;"readme.html"&lt;/span&gt;) (delete-file &lt;span style="color: #008000;"&gt;"readme.html"&lt;/span&gt;))
(&lt;span style="color: #0000FF;"&gt;let&lt;/span&gt; ((org-export-before-parsing-hook '(orcp-citeproc)))
  (browse-url (org-html-export-to-html)))
&lt;/pre&gt;
&lt;/div&gt;

&lt;pre class="example"&gt;
#&amp;lt;process open ./readme.html&amp;gt;
&lt;/pre&gt;

&lt;div class="org-src-container"&gt;

&lt;pre class="src src-emacs-lisp"&gt;(add-hook 'org-export-before-parsing-hook 'orcp-citeproc)
&lt;/pre&gt;
&lt;/div&gt;

&lt;table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"&gt;


&lt;colgroup&gt;
&lt;col  class="left" /&gt;
&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="left"&gt;orcp-citeproc&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div id="outline-container-sec-6" class="outline-2"&gt;
&lt;h2 id="sec-6"&gt;&lt;span class="section-number-2"&gt;6&lt;/span&gt; Summary thoughts&lt;/h2&gt;
&lt;div class="outline-text-2" id="text-6"&gt;
&lt;p&gt;
This looks promising. There is probably a lot of work to do to make this as robust as say citeproc-js or the Zotero handler. I am not sure if we could write this in a way to directly use the CSL. My feeling is it would not be as flexible as this, and we would have to add to it anyway.
&lt;/p&gt;

&lt;p&gt;
Here are some remaining things that could be worked on if we continue this direction.
&lt;/p&gt;

&lt;ol class="org-ol"&gt;
&lt;li&gt;Other bibtex entries need to be tested out.
&lt;/li&gt;
&lt;li&gt;Remaining bibtex fields need to be defined.
&lt;/li&gt;
&lt;li&gt;Standardization of styling that can be done. Not all features described in my csl are supported, e.g. et. al. and probably others.
&lt;/li&gt;
&lt;li&gt;The author-year style needs name disambiguation somehow.
&lt;/li&gt;
&lt;li&gt;Hyperlinking in html.
&lt;/li&gt;
&lt;li&gt;Make sure export to other backends works.
&lt;/li&gt;
&lt;li&gt;Can this work for notes-based styles?
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;div id="outline-container-sec-7" class="outline-2"&gt;
&lt;h2 id="sec-7"&gt;&lt;span class="section-number-2"&gt;7&lt;/span&gt; Bibliography&lt;/h2&gt;
&lt;div class="outline-text-2" id="text-7"&gt;
&lt;p&gt;
You use a bibliographystyle link to specify a csl. These are similar to bibtex styles, and in some cases no change is needed for LaTeX export (although you may have to remove the citeproc hook function).
&lt;/p&gt;


&lt;ol class="org-ol"&gt;
&lt;li&gt;Kittel, Charles, &lt;i&gt;Introduction to Solid State Physics&lt;/i&gt;, (2005). &lt;br&gt;
&lt;/li&gt;
&lt;li&gt;Kitchin,  John R., &lt;i&gt;Examples of Effective Data Sharing in Scientific Publishing&lt;/i&gt;, ACS Catalysis, 5&lt;b&gt;(6)&lt;/b&gt;, pp. 3894-3899 (2015). &lt;a href="https://doi.org/10.1021/acscatal.5b00538"&gt;https://doi.org/10.1021/acscatal.5b00538&lt;/a&gt;. &lt;br&gt;
&lt;/li&gt;
&lt;li&gt;Xu, Zhongnan; Rossmeisl, Jan and Kitchin, John R., &lt;i&gt;Supporting data for: A linear response, {DFT+U} study of trends in the oxygen evolution activity of transition metal rutile dioxides. doi:10.5281/zenodo.12635&lt;/i&gt;,  &lt;a href="https://doi.org/https://zenodo.org/record/12635"&gt;https://doi.org/https://zenodo.org/record/12635&lt;/a&gt;. &lt;a href="https://doi.org/10.5281/zenodo.12635"&gt;https://doi.org/10.5281/zenodo.12635&lt;/a&gt;. &lt;br&gt;
&lt;/li&gt;
&lt;li&gt;Kitchin, John R., &lt;i&gt;Data Sharing in Surface Science&lt;/i&gt;, Surface Science , N/A, pp. in press (2015). &lt;a href="https://doi.org/10.1016/j.susc.2015.05.007"&gt;https://doi.org/10.1016/j.susc.2015.05.007&lt;/a&gt;.
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Copyright (C) 2015 by John Kitchin. See the &lt;a href="/copying.html"&gt;License&lt;/a&gt; for information about copying.&lt;p&gt;&lt;p&gt;&lt;a href="/org/2015/12/11/Introduction-to-a-citation-processor-in-org-ref.org"&gt;org-mode source&lt;/a&gt;&lt;p&gt;&lt;p&gt;Org-mode version = 8.2.10&lt;/p&gt;
]]></content:encoded>
    </item>
    <item>
      <title>Improving org-ref cite links with tooltips</title>
      <link>https://kitchingroup.cheme.cmu.edu/blog/2015/11/23/Improving-org-ref-cite-links-with-tooltips</link>
      <pubDate>Mon, 23 Nov 2015 07:03:06 EST</pubDate>
      <category><![CDATA[orgmode]]></category>
      <category><![CDATA[emacs]]></category>
      <category><![CDATA[orgref]]></category>
      <guid isPermaLink="false">WqjVfuR5LraRWeyrPxlGjCdNs1U=</guid>
      <description>Improving org-ref cite links with tooltips</description>
      <content:encoded><![CDATA[


&lt;p&gt;
Org-ref uses timers to give you messages about the cite link at point. I am not so crazy about the timer, there is always a (short) delay, and I have had trouble debugging timers in the past, and you have to put the point on the link. Since I wrote that code, I have learned some new things about Emacs, including dynamic tooltips. This will allow me to use the mouse to see what a cite link refers to. While reading documents, I am more likely to use a mouse than when typing a document, and getting a tooltip by hovering sounds like a good idea.
&lt;/p&gt;

&lt;p&gt;
Here, we explore using dynamic tooltips on cite links. The idea is pretty simple, we tie into font-lock to add a function to the :help-echo property of a cite link. The function will go to point, and compute the citation string at point, which will be displayed as a tooltip when the mouse hovers over the citation.
&lt;/p&gt;

&lt;p&gt;
Font-lock allows you to specify a function that sets match-data and that can have other side-effects, e.g. setting text properties. Org-ref has a regexp that defines cite links, which we use here, and a function that gets the citation string at point. We just go to the mouse position, and get that string, wrapped in a save-excursion macro so that point does not actually move. Then, we add the function to font-lock keywords, and we are done!
&lt;/p&gt;

&lt;p&gt;
Here are some papers we wrote on using org-mode
&lt;a class='org-ref-reference' href="#kitchin-2015-examp"&gt;kitchin-2015-examp&lt;/a&gt;,&lt;a class='org-ref-reference' href="#kitchin-2015-data-surfac-scien"&gt;kitchin-2015-data-surfac-scien&lt;/a&gt; and some other references
in my bibliography &lt;a class='org-ref-reference' href="#zou-2014-cobal-embed"&gt;zou-2014-cobal-embed&lt;/a&gt;,&lt;a class='org-ref-reference' href="#zlotea-2014-nanoal"&gt;zlotea-2014-nanoal&lt;/a&gt; and one final
example &lt;a class='org-ref-reference' href="#zhu-2015"&gt;zhu-2015&lt;/a&gt;.
&lt;/p&gt;


&lt;p&gt;
Here is the short code required to do this. You can see the tooltips in action here: &lt;a href="https://www.youtube.com/watch?v=ifSmlId2rk0"&gt;https://www.youtube.com/watch?v=ifSmlId2rk0&lt;/a&gt;
&lt;/p&gt;

&lt;div class="org-src-container"&gt;

&lt;pre class="src src-emacs-lisp"&gt;(&lt;span style="color: #0000FF;"&gt;defun&lt;/span&gt; &lt;span style="color: #006699;"&gt;org-ref-match-next-cite-link&lt;/span&gt; (&lt;span style="color: #6434A3;"&gt;&amp;amp;optional&lt;/span&gt; limit)
  (&lt;span style="color: #0000FF;"&gt;when&lt;/span&gt; (re-search-forward org-ref-cite-re limit t)
    (add-text-properties
     (match-beginning 0) (match-end 0)
     (list
      'help-echo (&lt;span style="color: #0000FF;"&gt;lambda&lt;/span&gt; (window object position)
                   (&lt;span style="color: #0000FF;"&gt;save-excursion&lt;/span&gt;
                     (goto-char position)
                     (&lt;span style="color: #0000FF;"&gt;let&lt;/span&gt; ((s (org-ref-get-citation-string-at-point)))
                       (&lt;span style="color: #0000FF;"&gt;with-temp-buffer&lt;/span&gt;
                         (insert s)
                         (fill-paragraph)
                         (buffer-string)))))))))

&lt;span style="color: #8D8D84;"&gt;; &lt;/span&gt;&lt;span style="color: #8D8D84; font-style: italic;"&gt;do this for this buffer&lt;/span&gt;
(font-lock-add-keywords
    nil
    '((org-ref-match-next-cite-link (0  'org-ref-cite-face t)))
    t)
(font-lock-fontify-buffer)

&lt;span style="color: #8D8D84;"&gt;;; &lt;/span&gt;&lt;span style="color: #8D8D84; font-style: italic;"&gt;do this for every org file&lt;/span&gt;
(add-hook
 'org-mode-hook
 (&lt;span style="color: #0000FF;"&gt;lambda&lt;/span&gt; ()
   (font-lock-add-keywords
    nil
    '((org-ref-match-next-cite-link (0  'org-ref-cite-face t)))
    t)))
&lt;/pre&gt;
&lt;/div&gt;


&lt;p&gt;
&lt;h1 class='org-ref-bib-h1'&gt;Bibliography&lt;/h1&gt;
&lt;ul class='org-ref-bib'&gt;&lt;li&gt;&lt;a id="kitchin-2015-data-surfac-scien"&gt;[kitchin-2015-data-surfac-scien] "John Kitchin", Data Sharing in Surface Science, &lt;i&gt;"Surface Science "&lt;/i&gt;, &lt;b&gt;(0)&lt;/b&gt;,  -  (2015). &lt;a href="http://www.sciencedirect.com/science/article/pii/S0039602815001326"&gt;link&lt;/a&gt;. &lt;a href="https://doi.org/10.1016/j.susc.2015.05.007"&gt;doi&lt;/a&gt;.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a id="kitchin-2015-examp"&gt;[kitchin-2015-examp] Kitchin, Examples of Effective Data Sharing in Scientific Publishing, &lt;i&gt;ACS Catalysis&lt;/i&gt;, &lt;b&gt;5(6)&lt;/b&gt;, 3894-3899 (2015). &lt;a href=" https://doi.org/10.1021/acscatal.5b00538 "&gt;link&lt;/a&gt;. &lt;a href="https://doi.org/10.1021/acscatal.5b00538"&gt;doi&lt;/a&gt;.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a id="zhu-2015"&gt;[zhu-2015] Yinlong Zhu, Wei Zhou, Zhi-Gang Chen, Yubo Chen, , Chao Su, Moses Tad\'e &amp; Zongping Shao, \ceSrNb_0.1Co_0.7Fe_0.2 O_3-$\delta$ Perovskite As a  Next-Generation Electrocatalyst for Oxygen Evolution in  Alkaline Solution, &lt;i&gt;Angew. Chem. Int. Ed.&lt;/i&gt;, &lt;b&gt;54(13)&lt;/b&gt;, 3897-3901 (2015). &lt;a href="https://doi.org/10.1002/anie.201408998"&gt;link&lt;/a&gt;. &lt;a href="https://doi.org/10.1002/anie.201408998"&gt;doi&lt;/a&gt;.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a id="zlotea-2014-nanoal"&gt;[zlotea-2014-nanoal] Zlotea, Morfin, Nguyen, Nguyen, , Nelayah, Ricolleau, Latroche &amp; Piccolo, Nanoalloying Bulk-Immiscible Iridium and Palladium Inhibits  Hydride Formation and Promotes Catalytic Performances, &lt;i&gt;Nanoscale&lt;/i&gt;, &lt;b&gt;6(17)&lt;/b&gt;, 9955 (2014). &lt;a href="https://doi.org/10.1039/C4NR02836H"&gt;link&lt;/a&gt;. &lt;a href="https://doi.org/10.1039/c4nr02836h"&gt;doi&lt;/a&gt;.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a id="zou-2014-cobal-embed"&gt;[zou-2014-cobal-embed] Zou, Huang, Goswami, , Silva, Sathe, Mikmekov\'a, ska &amp; Asefa, Cobalt-Embedded Nitrogen-Rich Carbon Nanotubes Efficiently  Catalyze Hydrogen Evolution Reaction At All pH Values, &lt;i&gt;Angewandte Chemie&lt;/i&gt;, &lt;b&gt;&lt;/b&gt;, 4461-4465 (2014). &lt;a href="https://doi.org/10.1002/ange.201311111"&gt;link&lt;/a&gt;. &lt;a href="https://doi.org/10.1002/ange.201311111"&gt;doi&lt;/a&gt;.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;Copyright (C) 2015 by John Kitchin. See the &lt;a href="/copying.html"&gt;License&lt;/a&gt; for information about copying.&lt;p&gt;&lt;p&gt;&lt;a href="/org/2015/11/23/Improving-org-ref-cite-links-with-tooltips.org"&gt;org-mode source&lt;/a&gt;&lt;p&gt;&lt;p&gt;Org-mode version = 8.2.10&lt;/p&gt;
]]></content:encoded>
    </item>
    <item>
      <title>Update on org-ref - it is now all emacs-lisp</title>
      <link>https://kitchingroup.cheme.cmu.edu/blog/2015/03/16/Update-on-org-ref-it-is-now-all-emacs-lisp</link>
      <pubDate>Mon, 16 Mar 2015 08:51:50 EDT</pubDate>
      <category><![CDATA[orgmode]]></category>
      <category><![CDATA[emacs]]></category>
      <category><![CDATA[orgref]]></category>
      <guid isPermaLink="false">lxDcgY-unx5zZatEH91XGswGRFQ=</guid>
      <description>Update on org-ref - it is now all emacs-lisp</description>
      <content:encoded><![CDATA[



&lt;p&gt;
The &lt;a href="https://github.com/jkitchin/org-ref"&gt;org-ref&lt;/a&gt; code is finally all in emacs-lisp! This should make it much easier to install, and is another step closer to getting org-ref into MELPA. Previously, I had written the most significant code in org-mode source blocks that were intended to be tangled out. I found this was not really portable, because what gets tangled depends on your org-mode setup. I had to specifically set example blocks to not tangle, or org-ref would not work for other people, and if I forgot to set a block to tangle, it also would not work for others. That should not happen again now, since there is no more tangling.
&lt;/p&gt;


&lt;p&gt;
There are some relatively new features in org-ref:
&lt;/p&gt;
&lt;ol class="org-ol"&gt;
&lt;li&gt;New colored org-ref links to differentiate them from other
org-links. Citations are greenish, refs and labels are maroonish.
&lt;/li&gt;
&lt;li&gt;Context messages about links. With your cursor on a cite, ref or label link
you will get a context message, e.g. a formatted citation, some context about
the label a ref refers to, or a count of the labels in the mini-buffer.
&lt;/li&gt;
&lt;li&gt;There is now an org-ref menu in the Org menu.
&lt;/li&gt;
&lt;li&gt;There is a new org-ref-help function that opens an org-file of org-ref
documentation.
&lt;/li&gt;
&lt;li&gt;Pretty thorough integration of helm throughout org-ref, and some integration
of hydra.
&lt;/li&gt;
&lt;li&gt;A few utility libraries: doi-utils, isbn, wos, pubmed, arxiv, jmax-bibtex, sci-id,
x2bib. Not all these are new, but if you didn't know about them, check them out.
&lt;/li&gt;
&lt;li&gt;Cask integration. This mostly provides access to testing and dependencies
right now. org-ref is also now tested continuously at
&lt;a href="https://travis-ci.org/jkitchin/org-ref"&gt;https://travis-ci.org/jkitchin/org-ref&lt;/a&gt; .
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
org-ref is basically feature complete I think (which is to say that once again, I do not have any big ideas for new features ;). There are some places where it could be refactored a little, e.g. there are some bibtex only functions in org-ref.el that really should go into jmax-bibtex.el (which also could be renamed). This is a very low priority though, because things are working fine as far as I can tell.
&lt;/p&gt;

&lt;p&gt;
What does it need before going into MELPA? Probably some tests would be a good idea. On Travis, all that is really tested is that it loads with no errors. I would like to see some stability on my end, e.g. at least a week where no commits get made, and no errors are reported. And finally, I would like to make sure I have some time to handle issues that come up when a broader audience is trying it out.
&lt;/p&gt;

&lt;p&gt;
My target date to get this in MELPA is June 1, 2015. Try out the new org-ref, and let me know how it goes!&lt;/p&gt;
&lt;p&gt;Copyright (C) 2015 by John Kitchin. See the &lt;a href="/copying.html"&gt;License&lt;/a&gt; for information about copying.&lt;p&gt;&lt;p&gt;&lt;a href="/org/2015/03/16/Update-on-org-ref---it-is-now-all-emacs-lisp.org"&gt;org-mode source&lt;/a&gt;&lt;p&gt;&lt;p&gt;Org-mode version = 8.2.10&lt;/p&gt;]]></content:encoded>
    </item>
  </channel>
</rss>
