Skip to content

Commit

Permalink
w10 info added
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrajchhetri committed Jun 10, 2024
1 parent f9b0105 commit 7d29de3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions content/docs/progress/week-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,34 @@ Most of the links here are to the [Sensein](https://sensein.group/) Google Drive
{{% /callout %}}

## What have I done?
As planned, I worked on improving the web application. In particular, the following major improvements were made: (i) optimized the SPARQL query, thereby improving the load time; and (ii) updated the entity card design and the view on how information is presented. Additionally, the other pages, such as About, were also updated to include more information. Figures 1, 2, 3 and 4 show the updated view.

I also worked on deploying the updated application on AWS, setting up an SSL certificate to enable HTTPS, configuring AWS Route 53 to set up the new subdomain, and mapping the BrainKB web application to it.

<img src="landing.png" alt="Updated index page" style="width:700px;"/>
Figure 1: Updated home page

<img src="kb-page.png" alt="KB page" style="width:700px;"/>
Figure 2: Updated knowledge base page

<img src="entity-card.png" alt="Entity card" style="width:700px;"/>
Figure 3: Entity card

## What is the result?
<img src="about.png" alt="About" style="width:700px;"/>
Figure 4: About us page

In addition to improving the web application, I worked on BICAN workshop preparations, such as entity-card exercise and addressing the design document review comments. Moreover, I also had a weekly meeting with one of the interns working with me on BrainKB and guided him on the next steps.

## What is the result?
The following are the major results of this week.
- Optimized SPARQL query, thereby improving the performance.
- Deployed updated application on AWS and setup [beta.brainkb.org](https://beta.brainkb.org).
- Configured SSL certificate to enable HTTPS.
- Improved the entity card design by updating the implementation.


**Codes:**

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


Expand Down
Binary file added content/docs/progress/week-10/.DS_Store
Binary file not shown.
Binary file added content/docs/progress/week-10/about.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-10/entity-card.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-10/kb-page.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-10/landing.png
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 7d29de3

Please sign in to comment.