Skip to content

Commit 5f17d21

Browse files
updated doc
1 parent 86ec825 commit 5f17d21

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,10 @@ See [NEWS.md](NEWS.md) for the `0.2.0` release summary.
173173

174174
## Attribution
175175

176-
Please cite de Souza et al. (2025) if you find this code useful in your
177-
research. A BibTeX entry for the paper is:
176+
If you use the [Capivara
177+
code](https://github.com/RafaelSdeSouza/capivara) in your research,
178+
please cite the [Capivara paper](https://doi.org/10.1093/mnras/staf688).
179+
A BibTeX entry is:
178180

179181
@article{desouza2025capivara,
180182
author = {de Souza, Rafael S. and Dahmer-Hahn, Luis G. and Shen, Shiyin and Chies-Santos, Ana L. and Chen, Mi and Rahna, P. T. and Ye, Renhao and Tahmasebzade, Behzad},
@@ -200,11 +202,13 @@ research. A BibTeX entry for the paper is:
200202
MaNGA Survey: Mapping Nearby Galaxies at Apache Point Observatory.”
201203
The Astrophysical Journal 798.1 (2015): 7. DOI:
202204
[10.1088/0004-637X/798/1/7](https://doi.org/10.1088/0004-637X/798/1/7)
203-
2. **Capivara Methodology**: Souza, R. S. de, *et al.* (2025).
205+
2. **Capivara Code**:
206+
[RafaelSdeSouza/capivara](https://github.com/RafaelSdeSouza/capivara)
207+
3. **Capivara Methodology**: Souza, R. S. de, *et al.* (2025).
204208
**CAPIVARA: A spectral-based segmentation method for IFU data
205209
cubes.** *Monthly Notices of the Royal Astronomical Society*,
206210
**539**(4), 3166–3179. <https://doi.org/10.1093/mnras/staf688>
207-
3. **Torch in R**: Paszke, Adam, et al. “PyTorch: An Imperative Style,
211+
4. **Torch in R**: Paszke, Adam, et al. “PyTorch: An Imperative Style,
208212
High-Performance Deep Learning Library.” Advances in Neural
209213
Information Processing Systems 2019. For more information, check the
210214
[Capivara GitHub

README.qmd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,9 @@ See [NEWS.md](NEWS.md) for the `0.2.0` release summary.
163163

164164
## Attribution
165165

166-
Please cite de Souza et al. (2025) if you find this code useful in your
167-
research. A BibTeX entry for the paper is:
166+
If you use the [Capivara code](https://github.com/RafaelSdeSouza/capivara) in
167+
your research, please cite the
168+
[Capivara paper](https://doi.org/10.1093/mnras/staf688). A BibTeX entry is:
168169

169170
@article{desouza2025capivara,
170171
author = {de Souza, Rafael S. and Dahmer-Hahn, Luis G. and Shen, Shiyin and Chies-Santos, Ana L. and Chen, Mi and Rahna, P. T. and Ye, Renhao and Tahmasebzade, Behzad},
@@ -187,6 +188,7 @@ research. A BibTeX entry for the paper is:
187188
## References
188189

189190
1. **MaNGA Survey**: Bundy, Kevin, et al. "Overview of the SDSS-IV MaNGA Survey: Mapping Nearby Galaxies at Apache Point Observatory." The Astrophysical Journal 798.1 (2015): 7. DOI: [10.1088/0004-637X/798/1/7](https://doi.org/10.1088/0004-637X/798/1/7)
190-
2. **Capivara Methodology**: Souza, R. S. de, *et al.* (2025). **CAPIVARA: A spectral-based segmentation method for IFU data cubes.** *Monthly Notices of the Royal Astronomical Society*, **539**(4), 3166–3179. [https://doi.org/10.1093/mnras/staf688](https://doi.org/10.1093/mnras/staf688)
191-
3. **Torch in R**: Paszke, Adam, et al. "PyTorch: An Imperative Style, High-Performance Deep Learning Library." Advances in Neural Information Processing Systems 2019.
191+
2. **Capivara Code**: [RafaelSdeSouza/capivara](https://github.com/RafaelSdeSouza/capivara)
192+
3. **Capivara Methodology**: Souza, R. S. de, *et al.* (2025). **CAPIVARA: A spectral-based segmentation method for IFU data cubes.** *Monthly Notices of the Royal Astronomical Society*, **539**(4), 3166–3179. [https://doi.org/10.1093/mnras/staf688](https://doi.org/10.1093/mnras/staf688)
193+
4. **Torch in R**: Paszke, Adam, et al. "PyTorch: An Imperative Style, High-Performance Deep Learning Library." Advances in Neural Information Processing Systems 2019.
192194
For more information, check the [Capivara GitHub webpage](https://rafaelsdesouza.github.io/capivara/).

index.qmd

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ fit_cube <- reconstruct_flux_preserving_cube(res_star)
127127

128128
## Attribution
129129

130-
Please cite de Souza et al. if you find this code useful in your research.
130+
If you use the [Capivara code](https://github.com/RafaelSdeSouza/capivara) in
131+
your research, please cite the
132+
[Capivara paper](https://doi.org/10.1093/mnras/staf688).
131133

132134
## Dependencies
133135

@@ -139,5 +141,6 @@ Please cite de Souza et al. if you find this code useful in your research.
139141
## References
140142

141143
1. **MaNGA Survey**: Bundy, Kevin, et al. "Overview of the SDSS-IV MaNGA Survey: Mapping Nearby Galaxies at Apache Point Observatory." The Astrophysical Journal 798.1 (2015): 7. DOI: [10.1088/0004-637X/798/1/7](https://doi.org/10.1088/0004-637X/798/1/7)
142-
2. **Capivara Methodology**: Souza, R. S. de, *et al.* (2025). **CAPIVARA: A spectral-based segmentation method for IFU data cubes.** *Monthly Notices of the Royal Astronomical Society*, **539**(4), 3166–3179. [https://doi.org/10.1093/mnras/staf688](https://doi.org/10.1093/mnras/staf688)
143-
3. **Torch in R**: Paszke, Adam, et al. "PyTorch: An Imperative Style, High-Performance Deep Learning Library." Advances in Neural Information Processing Systems 2019.
144+
2. **Capivara Code**: [RafaelSdeSouza/capivara](https://github.com/RafaelSdeSouza/capivara)
145+
3. **Capivara Methodology**: Souza, R. S. de, *et al.* (2025). **CAPIVARA: A spectral-based segmentation method for IFU data cubes.** *Monthly Notices of the Royal Astronomical Society*, **539**(4), 3166–3179. [https://doi.org/10.1093/mnras/staf688](https://doi.org/10.1093/mnras/staf688)
146+
4. **Torch in R**: Paszke, Adam, et al. "PyTorch: An Imperative Style, High-Performance Deep Learning Library." Advances in Neural Information Processing Systems 2019.

0 commit comments

Comments
 (0)