AlanChen4 / StemRanked

πŸŽ– GOTO rankings generalized for a multitude of STEM field majors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 65.5%Language:JavaScript 28.0%Language:CSS 5.2%Language:HTML 1.2%Language:Makefile 0.1%