Skip to content

Commit

Permalink
Merge pull request #210 from mkelley/fix-ce83-citation
Browse files Browse the repository at this point in the history
Use ampersand for bibkeys.
  • Loading branch information
mkelley committed Jul 29, 2019
2 parents c97f440 + 2de3de8 commit a5829d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sbpy/activity/gas/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
'CO': {
'CE83': (1.5e6 * u.s,
{'CO photodissociation timescale':
'1983A%26A...126..170C'})
'1983A&A...126..170C'})
},
'CO2': {
'CE83': (5.0e5 * u.s,
{'CO2 photodissociation timescale':
'1983A%26A...126..170C'})
'1983A&A...126..170C'})
},
'CN': {
'H92': ([3.15e5, 1.35e5] * u.s,
{'CN photodissociation timescale':
'1992Ap%26SS.195....1H'})
'1992Ap&SS.195....1H'})
},
}

Expand Down

0 comments on commit a5829d2

Please sign in to comment.