Skip to content

Commit

Permalink
Merge 764da5c into 815537b
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Sep 14, 2022
2 parents 815537b + 764da5c commit 2897be9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/js/widgets/paper_search_form/topterms.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
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)' },
Expand Down Expand Up @@ -1809,5 +1805,9 @@ define([], function() {
{ value: 'AnaCh', label: 'Analytical Chemistry (AnaCh)' },
{ value: 'CosEl', label: 'Cosmic Electrodynamics (CosEl)' },
{ value: 'RvMA', label: 'Reviews in Modern Astronomy (RvMA)' },
{
value: 'LRCA',
label: 'Living Reviews in Computational Astrophysics (LRCA)',
},
];
});

0 comments on commit 2897be9

Please sign in to comment.