diff --git a/profile/README.md b/profile/README.md index c73fb6c..6138b83 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,11 +1,11 @@ -## SlideRule: an open framework for on-demand processing of science data in the cloud +## SlideRule Earth: an open framework for on-demand processing of science data in the cloud -> The SlideRule project offers a new paradigm for NASA archival data management – rapid processing and delivery of customizable data products, rather than hosting large volumes of derivative products. +> The SlideRule Earth project offers a new paradigm for NASA archival data management – rapid processing and delivery of customizable data products, rather than hosting large volumes of derivative products. Repository organization: -* [sliderule](https://github.com/ICESat2-SlideRule/sliderule) contains the server-side and Python client code, along with the H5Coro driver; mostly C++ and Lua. Start here if you are interested in contributing to the development of SlideRule. -* [sliderule-python](https://github.com/ICESat2-SlideRule/sliderule-python) contains example notebooks demonstrating SlideRule capabilities. Start here if you are a science user. -* [paper](https://github.com/ICESat2-SlideRule/paper) contains materials for the JOSS publication describing SlideRule (https://joss.theoj.org/papers/10.21105/joss.04982). +* [sliderule](https://github.com/SlideRuleEarth/sliderule) contains the server-side and Python client code, along with the H5Coro driver; mostly C++ and Lua. Start here if you are interested in contributing to the development of SlideRule. +* [sliderule-python](https://github.com/SlideRuleEarth/sliderule-python) contains example notebooks demonstrating SlideRule capabilities. Start here if you are a science user. +* [paper](https://github.com/SlideRuleEarth/paper) contains materials for the JOSS publication describing SlideRule (https://joss.theoj.org/papers/10.21105/joss.04982). The scalable server-side components of SlideRule run in the AWS cloud with optimized functions to read HDF5 data hosted by NASA in S3 cloud object storage. While SlideRule can be accessed by any HTTP client (e.g., curl) through GET and POST requests, the sliderule-python client provides a user-friendly API for easy interaction with SlideRule's web services. The client library returns standard Python data containers (i.e., Pandas DataFrame) and facilitates serialization with provenance metadata for reproducible science.