You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2022/09/12 14:56:21 UTC

[airavata-sandbox] 13/13: README file updated

This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-sandbox.git

commit acb0eb95dc6bbc2fd84e38fbf5e19e262193ed35
Author: BECOB257_Aishwarya Sinhasane <av...@iu.edu>
AuthorDate: Sun Sep 11 20:56:49 2022 -0400

    README file updated
---
 .../{ => Images}/Modified_SeaGrid_Overview (2).png   | Bin
 gsoc2022/seagrid-rich-client/Images/Mol3dEditor.png  | Bin 0 -> 246813 bytes
 gsoc2022/seagrid-rich-client/Images/jsme.png         | Bin 0 -> 199966 bytes
 gsoc2022/seagrid-rich-client/Images/nglviewer.png    | Bin 0 -> 334069 bytes
 gsoc2022/seagrid-rich-client/README.md               |  19 +++++++++++++++++--
 5 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/gsoc2022/seagrid-rich-client/Modified_SeaGrid_Overview (2).png b/gsoc2022/seagrid-rich-client/Images/Modified_SeaGrid_Overview (2).png
similarity index 100%
rename from gsoc2022/seagrid-rich-client/Modified_SeaGrid_Overview (2).png
rename to gsoc2022/seagrid-rich-client/Images/Modified_SeaGrid_Overview (2).png
diff --git a/gsoc2022/seagrid-rich-client/Images/Mol3dEditor.png b/gsoc2022/seagrid-rich-client/Images/Mol3dEditor.png
new file mode 100644
index 00000000..753a4060
Binary files /dev/null and b/gsoc2022/seagrid-rich-client/Images/Mol3dEditor.png differ
diff --git a/gsoc2022/seagrid-rich-client/Images/jsme.png b/gsoc2022/seagrid-rich-client/Images/jsme.png
new file mode 100644
index 00000000..41c14892
Binary files /dev/null and b/gsoc2022/seagrid-rich-client/Images/jsme.png differ
diff --git a/gsoc2022/seagrid-rich-client/Images/nglviewer.png b/gsoc2022/seagrid-rich-client/Images/nglviewer.png
new file mode 100644
index 00000000..e142a5fe
Binary files /dev/null and b/gsoc2022/seagrid-rich-client/Images/nglviewer.png differ
diff --git a/gsoc2022/seagrid-rich-client/README.md b/gsoc2022/seagrid-rich-client/README.md
index 73754958..8f3373a8 100644
--- a/gsoc2022/seagrid-rich-client/README.md
+++ b/gsoc2022/seagrid-rich-client/README.md
@@ -4,7 +4,7 @@
 
 ## Architecture of system 
 
-![architecture](https://github.com/aishwaryasinhasane/airavata-sandbox/blob/master/gsoc2022/seagrid-rich-client/Modified_SeaGrid_Overview%20(2).png)
+![architecture](https://github.com/aishwaryasinhasane/airavata-sandbox/blob/master/gsoc2022/seagrid-rich-client/Images/Modified_SeaGrid_Overview%20(2).png)
 
 ## Steps to Run the Application
 ### Installation Steps:
@@ -21,7 +21,7 @@
 
 #### Now to install electronJS run below command. 
 
-   - npm install --save-dev electron
+   - npm install electron --save-dev
 
 #### Run Application
 1. Clone the repository. 
@@ -31,3 +31,18 @@
 3. This will launch the application 
 4. You can login with your credentials and try to submit the experiment. Also you can view molecule structures using molecule viewer. 
 
+### Features of Application 
+1. Molecule Viewer
+   ![NGL](https://github.com/aishwaryasinhasane/airavata-sandbox/blob/master/gsoc2022/seagrid-rich-client/Images/nglviewer.png)
+
+2. Molecule Editors 
+   
+   1. JSME Editor 
+
+   ![JSME](https://github.com/aishwaryasinhasane/airavata-sandbox/blob/master/gsoc2022/seagrid-rich-client/Images/jsme.png)
+
+   2. Mol3dEditor 
+
+   ![Mol3dEditor](https://github.com/aishwaryasinhasane/airavata-sandbox/blob/master/gsoc2022/seagrid-rich-client/Images/Mol3dEditor.png)
+
+