Skip to content

Commit

Permalink
Merge pull request #15 from pysat/maint/refs
Browse files Browse the repository at this point in the history
MAINT: update standards for refs and acknowledgements
  • Loading branch information
jklenzing committed Aug 17, 2020
2 parents 613af6a + 06ababe commit 35f5ed8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions pysatMadrigal/instruments/dmsp_ivm.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ def init(self):
"""

logger.info(mad_meth.cedar_rules())
self.meta.acknowledgements = mad_meth.cedar_rules()
self.meta.references = ' '.join(('F. J. Rich, Users Guide for the Topside',
'Ionospheric Plasma Monitor (SSIES,',
'SSIES-2 and SSIES-3) on Spacecraft of',
'the Defense Meteorological Satellite',
'Program (Air Force Phillips Laboratory,',
'Hanscom AFB, MA, 1994), Vol. 1, p. 25.'))
self.acknowledgements = mad_meth.cedar_rules()
self.references = ' '.join(('F. J. Rich, Users Guide for the Topside',
'Ionospheric Plasma Monitor (SSIES,',
'SSIES-2 and SSIES-3) on Spacecraft of',
'the Defense Meteorological Satellite',
'Program (Air Force Phillips Laboratory,',
'Hanscom AFB, MA, 1994), Vol. 1, p. 25.'))
return


Expand Down
4 changes: 2 additions & 2 deletions pysatMadrigal/instruments/jro_isr.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def init(self):
mad_meth.cedar_rules()])

logger.info(ackn_str)
self.meta.acknowledgements = ackn_str
self.meta.references = "?"
self.acknowledgements = ackn_str
self.references = "?"

return

Expand Down

0 comments on commit 35f5ed8

Please sign in to comment.