Andrew Burbage

Logo

CSCI 496: Senior Portfolio
In partial fulfillment of the requirements for the degree of Bachelor of Science in Computer-Science (class of 2026)

View My Resume

View My LinkedIn Profile br />

View My GitHub Profile

Back to Portfolio

ForeCite Citation Parser

Project description

The Medical University of South Carolina (MUSC) conducts extensive research that relies heavily on accurate citations and literature review. Currently, researchers and students must manually extract and organize citations from research papers, a process that is both time-consuming, resource-intensive, and error-prone. Given the volume of publications produced and reviewed by MUSC, this inefficiency creates delays in research workflows and increases the risk of inaccuracies in research at MUSC. To address this issue, this project applies the Systems Development Life Cycle (SDLC) to design and implement an automated citation extraction system. This solution will leverage a local Large Language Model (LLM) to identify citations, capture their context, and generate summaries of their relevance, with results stored in a structured database. By streamlining citation management, MUSC researchers will benefit from reduced administrative workload, greater accuracy, and improved efficiency.

How to run the program

Included in Repository (See README and Requirements.txt)

cd ./frontend
python app.py

UI Design

Usage Flow Included In Documentation

screenshot
Fig 1. The launch screen

screenshot
Fig 2. Example output after file is processed.

screenshot
Fig 3. Example of searching for documents

screenshot
Fig 3. Example of document deletion

Back to Portfolio