Welcome to the official GitHub organization for the Artificial Intelligence and Information Retrieval Lab at the University of Southern Maine!
Check out our flagship application: MathMex.
Source code lives in the mathmex repository.
We host our website's source code in the website repository. For those of you who are new to the laboratory, you'll want to add yourself to our /members page by editing the code found there.
After you've cloned the repository, look to the website README for further instructions.
All repositories and branches must follow kebab-case.
- Repositories: all lowercase, hyphen-separated.
Example:aiirlab-paper-bias-detection - Branches: use a clear prefix.
Example:feature/query-suggestion,fix/search-timeout
- Research papers → create a new repository.
- MathMex features → create a branch in the
mathmexrepo.
If you're unsure of where exactly you should place your work, talk with the Lab's Assistant Director for help.
- Fork or clone the right repo.
- Create a branch using the correct prefix.
- Push your work and open a pull request.