diff --git a/src/js/widgets/paper_search_form/topterms.js b/src/js/widgets/paper_search_form/topterms.js index 011395390..765ca14f6 100644 --- a/src/js/widgets/paper_search_form/topterms.js +++ b/src/js/widgets/paper_search_form/topterms.js @@ -1,6 +1,7 @@ define([], function() { // 1000 top terms return [ + { value: 'LRCA', label: 'Living Reviews in Computational Astrophysics (LRCA)' }, { value: 'PhRvL', label: 'Physical Review Letters (PhRvL)' }, { value: 'ApJ', label: 'The Astrophysical Journal (ApJ)' }, { value: 'ApJL', label: 'The Astrophysical Journal Letters (ApJL)' },