This repository has been archived by the owner on Jun 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
FR5 Displaying Statistics
jmorring edited this page May 10, 2022
·
2 revisions
- FR 5.1. The system shall display information for each faculty member's titles on their publications.
- FR 5.2. The system shall display information for each faculty member's citation counts on their publications.
- FR 5.3. The system shall display information for each faculty member's years on their publications.
- FR 5.4. The system shall display information for each faculty member's co-authors on their publications.
- FR 5.5. The system shall create boxplots representing each author’s full distribution of papers and their respective citation counts.
- FR 5.6. The system shall produce line graphs to evaluate an author’s trajectory through their evolving citation counts.
- FR 5.7. The system shall create visual representations showing each faculty member’s calculated h-index.
- FR 5.8. The system shall create visual representations showing each faculty member’s calculated i10-index.
- FR 5.9. The system shall present statistics of multiple faculty at the same time for comparison.
- FR 5.10. The system shall filter by the user-defined search criteria, including authors by tags and papers by year range.
- FR 5.11. The system shall filter faculty members by an inputted h-index or i10-index, using the provided value as a minimum threshold.
Senior Design Team 6 Github Repo
-
- FR1 Submitting Papers
- FR2 Validating Papers
- FR3 Gathering Paper Metadata
- FR4 Editing Author Tags
- FR5 Displaying Statistics
- FR6 Exporting Data
- Non-Functional
- Constraints
-
Iteration Contents
-
Technologies
- MySQL
- SQLAlchemy
- Docker
- Flask
- BeautifulSoup
- ScraperAPI
- Nginx for testing
- Apache
- React
- MaterialUI
- Bootstrap
- ToastUI