UWB radar group
Tools
- Internal site: intranet.edi.lv –
- Only accessible from internal network
- Internal wiki/documentation: http://hub.edi.lv/
- Wiki, which is accessible only by employees through authentication, but available from everywhere
- Git server: http://git.edi.lv/
- GitLab based git server, where we can store our private work, share it with colleagues or even open it to public. At the moment each of us can just create a user, but only employees will be able to create users in the future
- Vault: http://vault.edi.lv
- Owncloud storage (similar to Dropbox) but local and with more space+backups and more control
- Electronic parts inventory system: parts.edi.lv
- Only accessible from internal network
- Jupyter Notebook
- Web application for creation of documents with live code.
- It is interactive computational environment where you can combine code execution, rich text, mathematics, plots and media. It is good development environment for reproducible research or, for example, for creation of demonstrative tutorials.
- EDI has a ready to use Jupyter Notebook environment on a high performance computing (HPC) server so you don’t need to do any installations or configurations to use this tool with our HPC server.
- All you need is a web browser and you need to ask administrator of HPC server to create an user account for you. Then log into here https://10.13.137.138:7138 if you are at EDI, or https://5.179.31.138:7138 when at home.
- For now, the Jupyter Notebook on our server allows you to use Python, Octave and Lua languages. The Python 3 kernel allows the use of several popular Python libraries – SciPy (includes several data science packages like NumPy and matplotlib), OpenCV (for computer vision), TensorFlow (for Deep Learnign).