|
50 | 50 | <ul class="current"> |
51 | 51 | <li class="toctree-l1 current"><a class="current reference internal" href="#">📖 About</a><ul> |
52 | 52 | <li class="toctree-l2"><a class="reference internal" href="#sounderpy-an-atmospheric-sounding-visualization-and-analysis-tool-for-python">SounderPy: An atmospheric sounding visualization and analysis tool for Python</a></li> |
| 53 | +<li class="toctree-l2"><a class="reference internal" href="#citing-sounderpy">Citing SounderPy</a></li> |
| 54 | +<li class="toctree-l2"><a class="reference internal" href="#authors-and-contributors">Authors and Contributors</a></li> |
53 | 55 | <li class="toctree-l2"><a class="reference internal" href="#installation">Installation</a></li> |
54 | 56 | <li class="toctree-l2"><a class="reference internal" href="#sample-basic-use">Sample Basic Use</a></li> |
55 | | -<li class="toctree-l2"><a class="reference internal" href="#authors-and-contributors">Authors and Contributors</a></li> |
56 | | -<li class="toctree-l2"><a class="reference internal" href="#citing-sounderpy">Citing SounderPy</a></li> |
57 | 57 | <li class="toctree-l2"><a class="reference internal" href="#references">References</a></li> |
58 | 58 | <li class="toctree-l2"><a class="reference internal" href="#about-the-author">About the Author</a></li> |
59 | 59 | <li class="toctree-l2"><a class="reference internal" href="#useful-links">Useful Links</a></li> |
@@ -128,6 +128,32 @@ <h2>SounderPy: An atmospheric sounding visualization and analysis tool for Pytho |
128 | 128 | <br><p>SounderPy has been used by several institutions. For example, this tool has been implemented by the Des Moines, Columbia, Grand Forks, Little Rock, Omaha, & Grand Rapids National Weather Service Offices; the State University of New York at Albany, Mississippi State University, the University of North Dakota, and others. Many students at various universities have used SounderPy in projects, posters, and papers, such as students at The University of Oklahoma, Ohio State University, Central Michigan University, Iowa State University, Texas A&M University, & Rizal Technological University.</p> |
129 | 129 | <p>☕ SounderPy is an open-source package developed on my own time. If you would you like to support continued SounderPy development, consider “<a class="reference external" href="https://www.buymeacoffee.com/kylejgillett">Buying me a coffee</a>”! ☕</p> |
130 | 130 | </section> |
| 131 | +<section id="citing-sounderpy"> |
| 132 | +<h2>Citing SounderPy<a class="headerlink" href="#citing-sounderpy" title="Link to this heading"></a></h2> |
| 133 | +<blockquote> |
| 134 | +<div><p>To cite this package, please cite <a class="reference external" href="https://doi.org/10.21105/joss.08087">SounderPy’s JOSS article</a> in AMS format (or BibTeX via github):</p> |
| 135 | +<blockquote> |
| 136 | +<div><p>Gillett, K. J., 2025: SounderPy: An atmospheric sounding visualization and analysis tool for Python. J. Open Source Software, 10 (112), 8087, <a class="reference external" href="https://doi.org/10.21105/joss.08087">https://doi.org/10.21105/joss.08087</a></p> |
| 137 | +</div></blockquote> |
| 138 | +<a class="reference external image-reference" href="https://doi.org/10.21105/joss.08087"><img alt="https://joss.theoj.org/papers/10.21105/joss.08087/status.svg" src="https://joss.theoj.org/papers/10.21105/joss.08087/status.svg" /> |
| 139 | +</a> |
| 140 | +</div></blockquote> |
| 141 | +</section> |
| 142 | +<hr class="docutils" /> |
| 143 | +<section id="authors-and-contributors"> |
| 144 | +<h2>Authors and Contributors<a class="headerlink" href="#authors-and-contributors" title="Link to this heading"></a></h2> |
| 145 | +<blockquote> |
| 146 | +<div><p><strong>AUTHOR: Kyle J Gillett, University of North Dakota</strong></p> |
| 147 | +<blockquote> |
| 148 | +<div><p><em>CONTRIBUTOR: Scott Thomas, NWS Grand Rapids | VWP Hodograph, Buoy-sites listing</em> |
| 149 | +<em>CONTRIBUTOR: Amelia R H Urquhart, University of Oklahoma | ecape-parcels library</em> |
| 150 | +<em>CONTRIBUTOR: Daryl Herzmann, Iowa State University | SounderPy Feedstock for conda-forge</em> |
| 151 | +<em>CONTRIBUTOR: Ryan Vandersmith | Stepwise CAPE/CIN plot</em></p> |
| 152 | +</div></blockquote> |
| 153 | +<p><em>CONTRIBUTOR: David E Levin, NOAA/NWS | Alaskan RAOB site IDs</em></p> |
| 154 | +</div></blockquote> |
| 155 | +</section> |
| 156 | +<hr class="docutils" /> |
131 | 157 | <section id="installation"> |
132 | 158 | <h2>Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h2> |
133 | 159 | <p>SounderPy is available on PyPi and can be installed via <code class="docutils literal notranslate"><span class="pre">pip</span></code>:</p> |
@@ -172,31 +198,6 @@ <h2>Sample Basic Use<a class="headerlink" href="#sample-basic-use" title="Link t |
172 | 198 | <p>More examples of these plots are available <span class="xref std std-ref">here</span></p> |
173 | 199 | </section> |
174 | 200 | <hr class="docutils" /> |
175 | | -<section id="authors-and-contributors"> |
176 | | -<h2>Authors and Contributors<a class="headerlink" href="#authors-and-contributors" title="Link to this heading"></a></h2> |
177 | | -<blockquote> |
178 | | -<div><p><strong>AUTHOR: Kyle J Gillett, University of North Dakota</strong></p> |
179 | | -<blockquote> |
180 | | -<div><p><em>CONTRIBUTOR: Scott Thomas, NWS Grand Rapids | VWP Hodograph, Buoy-sites listing</em> |
181 | | -<em>CONTRIBUTOR: Amelia R H Urquhart, University of Oklahoma | ecape-parcels library</em> |
182 | | -<em>CONTRIBUTOR: Daryl Herzmann, Iowa State University | SounderPy Feedstock for conda-forge</em> |
183 | | -<em>CONTRIBUTOR: Ryan Vandersmith | Stepwise CAPE/CIN plot</em></p> |
184 | | -</div></blockquote> |
185 | | -</div></blockquote> |
186 | | -</section> |
187 | | -<hr class="docutils" /> |
188 | | -<section id="citing-sounderpy"> |
189 | | -<h2>Citing SounderPy<a class="headerlink" href="#citing-sounderpy" title="Link to this heading"></a></h2> |
190 | | -<blockquote> |
191 | | -<div><a class="reference external image-reference" href="https://doi.org/10.21105/joss.08087"><img alt="https://joss.theoj.org/papers/10.21105/joss.08087/status.svg" src="https://joss.theoj.org/papers/10.21105/joss.08087/status.svg" /> |
192 | | -</a> |
193 | | -<dl class="simple"> |
194 | | -<dt>in AMS format:</dt><dd><p>Gillett, K. J., 2025: SounderPy: An atmospheric sounding visualization and analysis tool for Python. J. Open Source Software, 10 (112), 8087, <a class="reference external" href="https://doi.org/10.21105/joss.08087">https://doi.org/10.21105/joss.08087</a></p> |
195 | | -</dd> |
196 | | -</dl> |
197 | | -</div></blockquote> |
198 | | -</section> |
199 | | -<hr class="docutils" /> |
200 | 201 | <section id="references"> |
201 | 202 | <h2>References<a class="headerlink" href="#references" title="Link to this heading"></a></h2> |
202 | 203 | <blockquote> |
|
0 commit comments