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 224764ba5dc19518aacd7e2ba9c131fc165865e7
Author: Bhavesh Asanabada <asanabhav...@gmail.com>
AuthorDate: Thu Jul 14 22:26:26 2022 +0530

    created SEAGrid home page
---
 .../smiles_dashboard/src/components/SEAGrid.vue    | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/gsoc2022/smilesdb/smiles_dashboard/src/components/SEAGrid.vue 
b/gsoc2022/smilesdb/smiles_dashboard/src/components/SEAGrid.vue
new file mode 100644
index 00000000..af7f29cb
--- /dev/null
+++ b/gsoc2022/smilesdb/smiles_dashboard/src/components/SEAGrid.vue
@@ -0,0 +1,49 @@
+<template>
+  <div class="container">
+    <h1>Welcome to SEAGrid Data Catalog</h1>
+    <p>SEAGrid Data Catalog provides a sleek web interface for you to browse 
and
+      search through your SEAGrid data. Currently the system can index outputs 
of
+      several computational chemistry applications including Gaussian, Gamess,
+      Molpro and NWChem. Also it allows to publish your data into research data
+      publishing systems, do browser based visualization of molecular structure
+      and properties and to run complex search queries to filter the data.
+      So now you don't need to download all the data into your local machine 
after
+      running a HPC application but select only the interesting data based on 
the
+      results of configured post processing steps in the system.</p>
+    <img class="sys-architect" src="../assets/architect.png" alt="SEAGrid 
Architecture" />
+  </div>
+</template>
+
+<script>
+export default {
+  name: "SEAGrid"
+}
+</script>
+
+<style scoped>
+
+  .container{
+    width: 70em;
+    height: 80em;
+    margin-left: auto;
+    margin-right: auto;
+  }
+  h1 {
+    padding-top: 1em;
+    position: center;
+    text-decoration: black;
+  }
+  p{
+    display: block;
+    margin-block-start: 1em;
+    margin-block-end: 1em;
+    margin-inline-start: 0px;
+    margin-inline-end: 0px;
+    text-align: justify ;
+    font-size: 21px;
+  }
+  .sys-architect{
+    height: 500px;
+    width: 700px;
+  }
+</style>
\ No newline at end of file

Reply via email to