Complex Systems Modelling - UiT
uit-cosmo is a github organization providing numerical tools for creating, analyzing and visualizing data from complex systems.
This guide is meant for students and employees of the complex systems modelling group at UiT. External collaborators or people with interest in the groups work are also welcome to use and contribute to the provided repositories.
Repositories
Publication specific repositories
Contributing to uit-cosmo
Contributions of any kind are welcome!
The workflow used is essentially "GitHub flow". The main branches of most repositories are protected from direct commits. Instead, do the following:
- Create a new feature branch
- (Optional) Push feature branch to Github to share and create backup
- Commit changes to the feature branch
- Submit pull request into main branch
For new repositories, please provide a license (we recommend MIT) and a useful README file containing installation instructions and a simple example. Make sure that your code contains useful documentation (docstrings, examples, etc.).
