Skip to content

Commit

Permalink
week 9 progress added
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrajchhetri committed May 28, 2024
1 parent 9e4f3d1 commit 7394468
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 0 deletions.
Binary file modified content/docs/progress/.DS_Store
Binary file not shown.
52 changes: 52 additions & 0 deletions content/docs/progress/week-9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: Week 9
linkTitle: Week 9
weight: 9
---
## Overview

The plan for week 9 is to improve the web application's first basic view and connect multiple models, GARS, NIMP and ANSRS. Additionally, the plan is to deploy the application.

{{% callout note %}}
Most of the links here are to the [Sensein](https://sensein.group/) Google Drive (or private repository) and, therefore, are inaccessible to the external world. Whenever feasible, the information is disclosed to the public.
{{% /callout %}}

## What have I done?

As planned this week, I worked on improving and completing the implementation following the feedback from the lab meeting and other members of the BICAN project. The web application now lets visualize all the connected components between NIMP, GARS and ANSRS, if any.

Figures 1, 2, 3, and 4 display the information from the knowledge graphs in our web application. The web application has been deployed at AWS and can be accessed at [http://18.191.20.10:8000/](http://18.191.20.10:8000/).

<img src="summary_single_page.png" alt="Summary single page view" style="width:700px;"/>
Figure 1: Summary of NIMP

<img src="donor_details.png" alt="Donor model" style="width:700px;"/>
Figure 2: Summary of the donor model connected to the NIMP

<img src="gars.png" alt="GARS model" style="width:700px;"/>
Figure 3: Summary of the GARS model that is connected to the NIMP

<img src="ansrs.png" alt="ANSRS model" style="width:700px;"/>
Figure 4: Summary of the ANSRS model that is connected to the NIMP


In addition to implementing the improved version of the application and deploying it to AWS, I also worked on the work plan and milestones for our new intern. The work plan document is available on [Google Drive](https://shorturl.at/uGbpD).


## What is the result?

The following are the major outcomes of this week.

- Basic visualization has improved by incorporating feedback from the lab/project members.
- Deployment of the web application to AWS.


**Codes:**

- [SPARQL queries](https://github.com/sensein/brainypedia/tree/ingestion-fapi-skeleton/sparql_queries)



<!-- ### References -->


Binary file added content/docs/progress/week-9/ansrs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/docs/progress/week-9/donor_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/docs/progress/week-9/gars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7394468

Please sign in to comment.