Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zsunberg/projectassigner.jl
- Owner: zsunberg
- License: mit
- Created: 2021-08-23T23:37:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T23:29:44.000Z (over 1 year ago)
- Last Synced: 2024-10-10T22:04:20.628Z (4 months ago)
- Topics: education, julia, python
- Language: Julia
- Homepage:
- Size: 222 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).