Skip to content

Commit

Permalink
Merge pull request #2189 from thostetler/update-journal-name
Browse files Browse the repository at this point in the history
Update journal name PASAu -> PASA
  • Loading branch information
shinyichen authored Jul 22, 2021
2 parents 12e6d01 + 9f4592e commit 0e030e8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/js/widgets/paper_search_form/topterms.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
define([], function() {
// 1000 top terms
return [
{ value: 'LRCA', label: 'Living Reviews in Computational Astrophysics (LRCA)' },
{
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 @@ -1189,8 +1192,8 @@ define([], function() {
{ value: 'REDS', label: 'Radiation Effects and Defects in Solids (REDS)' },
{ value: 'JGSoc', label: 'Journal of the Geological Society (JGSoc)' },
{
value: 'PASAu',
label: 'Proceedings of the Astronomical Society of Australia (PASAu)',
value: 'PASA',
label: 'Publications of the Astronomical Society of Australia (PASA)',
},
{
value: 'IJSTQ',
Expand Down

0 comments on commit 0e030e8

Please sign in to comment.