diff --git a/docs/rtd/source/archive/SlideRuleWebClient.md b/docs/rtd/source/archive/SlideRuleWebClient.md index c9b1eeb7c..4f1e936e2 100644 --- a/docs/rtd/source/archive/SlideRuleWebClient.md +++ b/docs/rtd/source/archive/SlideRuleWebClient.md @@ -29,11 +29,14 @@ The web client runs in a docker container inside a provisioned SlideRule cluster The client will have four main views: 1. A ***beginner*** view - a simple map interface that is intuitive and allows users to quickly access basic features of SlideRule +![Figure 2](https://raw.githubusercontent.com/ICESat2-SlideRule/assets/main/web-client-view1.png "Beginner View") 2. An ***advanced*** view - a feature rich map interface with all of the processing request parameters exposed to the user for advanced SlideRule requests +![Figure 3](https://raw.githubusercontent.com/ICESat2-SlideRule/assets/main/web-client-view2.png "Advanced View") 3. A ***record*** view - a list of recent SlideRule requests along with the results available to replot and interrogate +![Figure 4](https://raw.githubusercontent.com/ICESat2-SlideRule/assets/main/web-client-view3.png "Record View") 4. A ***profile*** view - a scatter plot of along track data associated with one of the SlideRule processing requests +![Figure 5](https://raw.githubusercontent.com/ICESat2-SlideRule/assets/main/web-client-view4.png "Profile View") -![Figure 2](https://raw.githubusercontent.com/ICESat2-SlideRule/assets/main/web-client-view1.png "Beginner View") ## Implementation Considerations