Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zsunberg/projectassigner.jl

Tool for assigning students from a large class (e.g. Senior Design) to projects based on their preferences, skills, and small friend groups
https://github.com/zsunberg/projectassigner.jl

education julia python

Last synced: 4 months ago
JSON representation

Tool for assigning students from a large class (e.g. Senior Design) to projects based on their preferences, skills, and small friend groups

Awesome Lists containing this project

README

        

# ProjectAssigner

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://zsunberg.github.io/ProjectAssigner.jl/dev)
[![Build Status](https://github.com/zsunberg/ProjectAssigner.jl/workflows/CI/badge.svg)](https://github.com/zsunberg/ProjectAssigner.jl/actions)

ProjectAssigner.jl is a tool for assigning students from a large class (e.g. Senior Design) to projects based on their preferences, skills, and small friend groups.
It can be used via [Julia](https://julialang.org/) or Python through [pyjulia](https://github.com/JuliaPy/pyjulia).

Please see the documentation by clicking here for instructions and usage: [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://zsunberg.github.io/ProjectAssigner.jl/dev).

More details about the approach can be found in our [ASEE conference paper](https://peer.asee.org/37187).

This tool was originally developed for the senior design course in [Aerospace Engineering Sciences at the University of Colorado Boulder](https://www.colorado.edu/aerospace).