Skip to content

Commit cf1c56d

Browse files
authored
Update acknowledgment in cupy-xarray post (#645)
Forgot to point this out earlier
1 parent 055b910 commit cf1c56d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/posts/cupy-tutorial/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ CuPy-Xarray is a Python library helps you use CuPy, a GPU array library, and Xar
5353
## Acknowledgments
5454

5555
A special thanks to the Xarray, CuPy, and Pangeo communities for making this integration possible. Collaborations like these are a testament to the power of open-source and community-driven development. 💪
56+
Much thanks to the [NVIDIA RAPIDS team](https://developer.nvidia.com/rapids) (specifically Jacob Tomlinson, John Kirkham) for initiating the `cupy-xarray` project and guiding us along the way.
5657
This work was partly funded by NSF Earthcube award ["Jupyter Meets the Earth" (1928374)](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1928374); and NASA's Open Source Tools, Frameworks, and Libraries award "Enhancing analysis of NASA data with the open-source Python Xarray Library" (80NSSC22K0345).
5758

5859
## Appendix I: Installation Instructions
@@ -71,7 +72,7 @@ python -m pip install cupy-xarray
7172

7273
## Appendix II: Additional Resources
7374

74-
[CuPy User Guide](https://docs.cupy.dev/en/stable/user_guide/index.html)
75-
[Xarray User Guide](https://docs.xarray.dev/en/stable/user-guide/index.html)
76-
[Cupy-Xarray Github](https://github.com/xarray-contrib/cupy-xarray.git)
77-
[NCAR GPU Workshop](https://github.com/NCAR/GPU_workshop)
75+
1. [CuPy User Guide](https://docs.cupy.dev/en/stable/user_guide/index.html)
76+
2. [Xarray User Guide](https://docs.xarray.dev/en/stable/user-guide/index.html)
77+
3. [Cupy-Xarray Github](https://github.com/xarray-contrib/cupy-xarray.git)
78+
4. [NCAR GPU Workshop](https://github.com/NCAR/GPU_workshop)

0 commit comments

Comments
 (0)