-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchingroup-50.el
38 lines (29 loc) · 1.07 KB
/
kitchingroup-50.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
;;; kitchingroup-50.el --- A Linear Response {DFT}+{U} Study of Trends in the Oxygen Evolution Activity of Transition Metal Rutile Dioxides
;; Copyright (C) 2016 John Kitchin
;; Version: 0.0.1
;; Author: Zhongnan Xu
;; Jan Rossmeisl
;; John Kitchin <[email protected]>
;; Keywords:
;; DOI: 10.1021/jp511426q
;; Journal: The Journal of Physical Chemistry C
;; Bibtex: @article{xu-2015-linear-respon,
;; author = {Xu, Zhongnan and Rossmeisl, Jan and Kitchin, John R.},
;; title = {A Linear Response {DFT}+{U} Study of Trends in the Oxygen
;; Evolution Activity of Transition Metal Rutile Dioxides},
;; journal = {The Journal of Physical Chemistry C},
;; volume = 119,
;; number = 9,
;; pages = {4827-4833},
;; year = 2015,
;; doi = {10.1021/jp511426q},
;; url = { http://dx.doi.org/10.1021/jp511426q },
;; eprint = { http://dx.doi.org/10.1021/jp511426q },
;; }
;;; Commentary:
;; Put some descriptive text here.
;;; Code:
(require 'cappa)
(cappa-register 'kitchingroup-50)
(provide 'kitchingroup-50)
;;; kitchingroup-50.el ends here