Skip to content

🎖 GOTO rankings generalized for a multitude of STEM field majors

Notifications You must be signed in to change notification settings

AlanChen4/StemRanked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StemRanked

StemRanked

GOTO metrics-based rankings generalized for a multitude of STEM field majors.

Usage

Methodology

The rankings system is based off of an adjusted count found from the number of publications each institution has after the user's selected start date in major conferences. An average count is then created based off of the user's selection of areas.

equation

(Areas in the equation is the conference) Institutions with the highest average count are highest in the rankings. (The methodology for the author rankings is the same as the institution rankings system)

Dev Env Setup

Intended for Unix/Linux/Ubuntu OSs and Python 3

Installation

Frontend

  • Make sure npm is installed
  • Install node modules with npm install

Backend

  • Run python3 -m venv .venv
  • Enter the virtual env with source .venv/bin/activate
  • Install Python dependencies with pip3 install -r requirements.txt

Run Dev Env

Frontend

  • Run npm start
  • Dev server will start on http://localhost:3000

Backend

  • Enter the virtual env with source .venv/bin/activate
  • Do Python stuff

About

🎖 GOTO rankings generalized for a multitude of STEM field majors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published