Students
To make you life easier we have listed a few things here that you should know to make good use of the IT services at our department.
Guidelines
Access to computational resources at IMGW is granted to the user by employment at the university or by a IMGW sponsor. Access is disabled on the termination date without further notice. An extension of the allocation may be negotiated with the responsible Admin or IMGW sponsor. The user accepts the following responsibilities:
- Computers and information systems must be used in an ethical and legal manner.
- The user agrees not to duplicate or use copyrighted or proprietary software without proper authorization.
- The user may not use computers and information systems in any manner for any business, professional, or other activity that is unrelated to the purpose of the resource allocation.
- The user is required to acknowledge the use of IMGW resources in any resulting publications.
- The user is responsible for protecting her/his access credentials and/or passwords.
- The user may not share her/his account privileges with anyone or knowingly permit any unauthorized access to a computer, computer privileges, systems, networks, or programs. The accounts of those involved will be disabled if sharing is detected.
- The user is responsible for backing up critical data to protect it against loss or corruption. The user is also responsible for understanding the usage and data retention policies for the file system and data archive resources used.
- The user agrees to report potential security breaches as soon as possible to the responsible Admin or IMGW sponsor.
- The user is responsible for ensuring that IMGW has her/his current contact information, including phone number, email address, and mailing address. If the user’s name, phone number, email address, or other information changes, the responsible Admin or IMGW sponsor must be promptly notified.
Master Students
Great idea to start a master @ IMGW. Your supervisor will request a server account and you will retrieve login credentials. Please take a look at the guidelines above and acknowledge them.
As an employee or master student you can get access to these resources:
Most people at the department use gitlab and mattermost, which your supervisor can arange for you to get an account.
It might be useful to familiarize yourself with git and create a project dedicated to your master thesis on gitlab. Your supervisor can help you. Writing your thesis using Overleaf and a template can be recommended. Discuss with your supervisor! As student at the University of Vienna, you can login with your u:account. Overleaf Limits and Timeout Compile Tips More template from our department can be found here (wiki)
Create a project repository
- Go to GitLab and log in with your university account.
- Go to the department group: IMGW Group.
- Go to the example_project_repo: example_project_repo.
- Click on the "Fork" button
in the top right corner to create a copy of the repository in your own GitLab account. - Choose your personal namespace (u:account), choose a name (e.g. incredible_project) and click "Fork project".

- Clone your forked repository to your local machine, using the button "Code" and "Clone with SSH" (recommended) or "Clone with HTTPS".

- If you choose SSH, make sure you have added your SSH key to your GitLab account. Instructions can be found here.
- Open a terminal and run the following command to clone the repository (replace
<your-username>with your GitLab username):
| Bash | |
|---|---|
1 2 | |
Useful links
- VSC Compiling
- IT @ IMG Overview
- Cheat sheets for common commands are available here or here
- Pandas Cheat Sheet
- UV Cheat Sheet