import solara @solara.component def Page(): with solara.Column(align="center"): markdown = """ ## Global Surface Water Information System (GSWIS) The Global Surface Water Information System (GSWIS) brings the emerging regional and global surface water extent datasets under one framework. This global platform allows users to instantaneously and interactively visualize and compare different datasets, understand their variations, and therefore select datasets that may be suitable for user-specific needs. With the FAIR (Findable, Accessible, Interoperable, and Reusable) open science principle at its core, GSWIS aims to maximize our understanding of the world’s surface water resources. ![](https://i.imgur.com/VowaLnd.gif) ### Suggested Citations - Rajib et al. 2023. A call for consistency and integration in global surface water estimates. *Environmental Research Letters*. - Rajib A, Khare A, Wu Q and Gupta B. 2023. Global Surface Water Information System (GSWIS). Available at: ### Acknowledgements This work was conducted through funding support from the U.S. Department of Defense (grant # W912HZ2020071) and National Science Foundation (grant # 2336630). ![](https://i.imgur.com/yqFimrG.png) Last update: December 2023. """ solara.Markdown(markdown)