Skip to the content.

Capstone Team 07 - Riverside Research

The Project

This Capstone project is a standalone data visualization and analytical tool that utilizes the same technologies as Riverside Research’s LiMA application, including React/Typescript, Flask, and Neo4j. The primary objective is to create a seamless integration pathway by ensuring compatibility with LiMA’s existing infrastructure. Our tool empowers users to extract insights from metadata sourced from technical documents like papers and articles. With features such as histograms for temporal trend analysis, pie charts for category distribution visualization, and knowledge graphs revealing connections between authors, organizations, and topics, our project serves as a vital stepping stone toward enhancing LiMA’s functionality. Through this endeavor, we aim to facilitate a smooth transition by ensuring that the developed code can be seamlessly integrated into the LiMA platform, thereby optimizing research capabilities for users.

View Project Repository

The Team

Bryce Conley

Major: CIS Minor: Cyber Security Mgmt

Bryce

Bobby Wilkens

Major: CIS Minor: Cyber Security Mgmt

Bobby

Andrew Boerger

Major: CIS Minor: Music Technology

Andrew

Sphere of Operation: Riverside Research

Specific contact: Todd Irlbeck, Software Applications Team Lead- Intelligence and Defense Solutions

Riverside

Design Overview

Design

Monthly Progress

Month 1: Familiarity

The first month had a focus of getting the team familiar with everything that we were working with for the project. This included three primary tasks:

  1. Researching the technologies that are being used in the project:

  2. Familiarize ourselves with the sample data in use, which includes:

    • Types of papers (Abstract, Article, Book, Conference, Conference Proceedings, Dissertation, Journal Article, Magazine Article, Master Thesis, Media, Other, Other Publication, Patent, PowerPoint, Thesis, Website )

    • Information contained in the papers (Title, Authors, Organizations Involved, Research Areas, Publish Date)

    • Determining what can be derived from this information (ex. Does a spike in yearly publications on a topic indicate some trend?)

  3. Setting up base infrastructure for the project:

Month_1_Interface

Month 2: Functionality

Month 2 of the project was where the focus turned to functionlaity of the project. This included:

  1. A selector for choosing the topic to be displayed within the charts

  2. Additional charts:

    • Papers per year line chart

    • Distribution of topics for an author histogram

  3. Author search bar with suggestions

  4. Ability to save charts

  5. A table displaying information (title, publication date, organizations, research areas, authors) for all of the papers in the selected topics.

  6. Anility to filter papers based on what is selected from charts

  7. User empathy session

    • Met with daily users of LiMA to get feedback on:
      • Page layout
      • Daily workflow
      • Features that they would like/features that they didn’t like

Month 3: Finalization

Our final month was spent ipleenting most of the user wish list that we got from the user empathy session

  1. Adding the concept of projects
    • End users use project to segment the papers into more focused collections
  2. Ability to filter based on projects

  3. New charts
    • Stacked chart to show organizations on the author search chart
    • Pie chart for publication types
  4. Chart customization
    • Toggle for author search chart to switch on stacked chart
    • Button to toggle between author pie chart and publication pie chart
  5. Page laytout redesign
    • Rudeced massive aounts of whitespace
    • Fixed chart scaling issues
    • Made the page more readable
    • Changed labels to make more clear to users what is being displayed to them

State of the project

Project Selection

Reaserch Selection and Filtering

Searching for Authors and Saving Chart

CSV Reader