Dodana ogrodja za zahteve po predmetih

This commit is contained in:
polz 2022-09-22 16:53:49 +02:00
parent 31fe565e59
commit 0ebab0b12d
65 changed files with 305 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# Analiza algoritmov in hevristično reševanje problemov
# matej.piculin@fri.uni-lj.si
# Windows, Java JDK, Eclipse, R, RStudio
- include_tasks: RStudio.yml
- include_tasks: Eclipse.yml
- include_tasks: JDK.yml

View file

@ -0,0 +1,6 @@
# Algoritmi in podatkovne strukture 1
# bojan.zunkovic@fri.uni-lj.si, Petar.Vracar@fri.uni-lj.si
# Windows, Java JDK, Eclipse
- include_tasks: JDK.yml
# - include_tasks: OracleJDK.yml
- include_tasks: Eclipse.yml

View file

@ -0,0 +1,4 @@
# Aktualno raziskovalno področje 1
# Veljko.Pejovic@fri.uni-lj.si
# Android Studio
- include_tasks: Android_Studio.yml

View file

@ -0,0 +1,11 @@
- name: Install Android Studio
block:
- name: Create destination for Android Studio
file:
path: /opt/Android_Studio
state: directory
- name: Download and unpack Android Studio
unarchive:
src: https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2021.3.1.16/android-studio-2021.3.1.16-linux.tar.gz
dest: /opt/Android_Studio
remote_src: yes

View file

@ -0,0 +1,5 @@
# Brezžična in mobilna omrežja
# Ziga.Pusnik@fri.uni-lj.si, Miran.Koprivec@fri.uni-lj.si
# Windows, VMware Workstation 16.2.4 Player, Wireshark
- include_tasks: Wireshark
- include_tasks: vmware_player

View file

@ -0,0 +1,3 @@
# Digitalna forenzika
# Aleks.Huc@fri.uni-lj.si, Gasper.FeleZorz@fri.uni-lj.si
# Windows, GNU/Linux, GNS3, VirtualBox

View file

@ -0,0 +1,3 @@
# Digitalno načrtovanje
# Nejc.Ilc@fri.uni-lj.si
# Windows, Vivado 2022.1

View file

@ -0,0 +1,3 @@
# Digitalno procesiranje signalov
# Aleks.Huc@fri.uni-lj.si
# Windows, GNU/Linux, Matlab, wfdb, Octave, Audacity

View file

@ -0,0 +1,3 @@
# Digitalna vezja
# Miha.Moskon@fri.uni-lj.si
# Windows, Logisim, Logisim Evolution

View file

@ -0,0 +1,3 @@
# Elektronsko poslovanje
# David.Jelenc@fri.uni-lj.si
# Windows, VirtualBox, Android Studio

View file

@ -0,0 +1,15 @@
- name: Install Eclipse snap
community.general.snap:
name:
- eclipse
# - name: Install Eclipse from tarball
# block:
# - name: Create destination for Eclipse
# file:
# path: /opt/Eclipse
# state: directory
# - name: Download and unpack Eclipse
# unarchive:
# src: https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2022-09/R/eclipse-inst-jre-linux64.tar.gz
# dest: /opt/Eclipse
# remote_src: yes

View file

@ -0,0 +1,3 @@
# Funkcijsko programiranje
# Klemen.Klanjscek@fri.uni-lj.si, Matjaz.Kukar@fri.uni-lj.si
# Windows, GNU/Linux, VS Code, Python 3, Racket (z DrRacket), SML/NJ, Emacs, rlwrap

View file

@ -0,0 +1,4 @@
- name: Install GIMP
ansible.builtin.apt:
name: gimp
state: latest

View file

@ -0,0 +1,3 @@
# Grafično oblikovanje
# Blaz.Meden@fri.uni-lj.si, ilb@fri.uni-lj.si
# Blender, Adobe paket (Illustrator, Photoshop, After Effects, Premiere), Processing (orodje za vizualno in interaktivno grafično programiranje), Inkscape (zastonjsko orodje za vektorsko risanje), GIMP (program za urejanje slik in rastrsko risanje)

View file

@ -0,0 +1,3 @@
# Informacijski sistemi
# Miha.Grohar@fri.uni-lj.si
# Windows, GNU/Linux, Docker, VS Code, dotnet6 SDK, GIT, Android Studio

View file

@ -0,0 +1,3 @@
# Informacijska varnost in zasebnost
# David.Jelenc@fri.uni-lj.si
# Java JDK, IntelliJ IDEA, VirtualBox

View file

@ -0,0 +1,4 @@
- name: Install OpenJDK 18
apt:
name: openjdk-18-jdk
state: latest

View file

@ -0,0 +1,3 @@
# Komunikacija človek računalnik
# Ales.Smrdel@fri.uni-lj.si
# Java JDK, Matlab, wfdb, Apache NetBeans

View file

@ -0,0 +1,3 @@
# Komunikacijski protokoli in omrežna varnost
# Aleks.Huc@fri.uni-lj.si, Gasper.FeleZorz@fri.uni-lj.si
# Windows, GNU/Linux, GNS3, VirtualBox

View file

@ -0,0 +1,3 @@
# Kriptografija in računalniška varnost
# Klemen.Klanjscek@fri.uni-lj.si, Janos.Vidali@fri.uni-lj.si
# GNU/Linux, SageMath, Python 3, Jupyter Notebook, OpenSSL, OpenSSH client

View file

@ -0,0 +1,3 @@
# Modeliranje računalniških omrežij
# Miha.Janez@fri.uni-lj.si
# OMNeT++, INET Framework

View file

@ -0,0 +1,3 @@
# Multimedijske vsebine
# Blaz.Meden@fri.uni-lj.si
# Blender, Adobe paket (Illustrator, Photoshop, After Effects, Premiere), Processing (orodje za vizualno in interaktivno grafično programiranje), Inkscape (zastonjsko orodje za vektorsko risanje), GIMP (program za urejanje slik in rastrsko risanje)

View file

@ -0,0 +1,6 @@
# Načrtovanje digitalnih naprav
# Miran.Koprivec@fri.uni-lj.si, Miha.Moskon@fri.uni-lj.si
# Windows, Vivado 2022.1
# Načrtovanje digitalnih naprav
# Miha.Moskon@fri.uni-lj.si
# Windows, Vivado 2022.1

View file

@ -0,0 +1,3 @@
# Numerična matematika
# Martin.Vuk@fri.uni-lj.si
# VS Code, Julia

View file

@ -0,0 +1,3 @@
# Nekonvencionalne platforme in metode procesiranja
# Miha.Janez@fri.uni-lj.si, Miha.Moskon@fri.uni-lj.si
# QCADesigner-E

View file

@ -0,0 +1,3 @@
# Napredna računalniška grafika
# Ziga.Lesar@fri.uni-lj.si
# Windows, Build Tools for Visual Studio 2022

View file

@ -0,0 +1,3 @@
# Obdelava biomedicinskih signalov in slik
# Ziga.Pirnar@fri.uni-lj.si
# GNU/Linux, Matlab, wfdb

View file

@ -0,0 +1,3 @@
# Osnove digitalnih vezij
# Ziga.Pusnik@fri.uni-lj.si, Miran.Koprivec@fri.uni-lj.si
# Windows, Logisim, Logisim Evolution

View file

@ -0,0 +1,3 @@
# Osnove oblikovanja
# Blaz.Meden@fri.uni-lj.si, Narvika.Bovcon@fri.uni-lj.si
# Blender, Adobe paket (Illustrator, Photoshop, After Effects, Premiere), Processing (orodje za vizualno in interaktivno grafično programiranje), Inkscape (zastonjsko orodje za vektorsko risanje), GIMP (program za urejanje slik in rastrsko risanje)

View file

@ -0,0 +1,3 @@
# Organizacija računalnikov
# Robert.Rozman@fri.uni-lj.si
# Windows, Logisim, Logisim Evolution, RAVINOR, CubeIDE + QEMU Embedded plugin

View file

@ -0,0 +1,3 @@
# Operacijski sistemi
# Borut.Batagelj@fri.uni-lj.si, Ziga.Emersic@fri.uni-lj.si, Bojan.Klemenc@fri.uni-lj.si, Matej.Vitek@fri.uni-lj.si
# VirtualBox

View file

@ -0,0 +1,3 @@
# Odločitveni sistemi
# Martin.Mozina@fri.uni-lj.si
# Windows

View file

@ -0,0 +1,3 @@
# Osnove umetne inteligence
# Jure.Zabkar@fri.uni-lj.si, Ales.Papic@fri.uni-lj.si, matej.piculin@fri.uni-lj.si, Marko.Zeman@fri.uni-lj.si, bojan.zunkovic@fri.uni-lj.si
# Orange, Weka 3, BayesFusion

View file

@ -0,0 +1,4 @@
- name: Install Oracle JDK 18
apt:
deb: "https://download.oracle.com/java/18/latest/jdk-18_linux-x64_bin.deb"

View file

@ -0,0 +1,3 @@
# Programiranje 2
# Tomaz.Dobravec@fri.uni-lj.si
# Windows, Java JDK, IntelliJ IDEA, Apache NetBeans

View file

@ -0,0 +1,3 @@
# Procesna avtomatika
# Nejc.Ilc@fri.uni-lj.si
# Windows, VMware Workstation 16.2.4 Player

View file

@ -0,0 +1,3 @@
# Podatkovne baze
# Ales.Jaklic@fri.uni-lj.si, matej.piculin@fri.uni-lj.si, Luka.Sajn@fri.uni-lj.si
# Windows, Power designer 12.5, Java JDK, Python 3, dotnet6 SDK, Jupyter Notebook, Eclipse, MySql Workbench, MySQL ODBC Connector, Notepad++

View file

@ -0,0 +1,6 @@
# Podatkovne baze 2
# Aljaz.Zrnec@fri.uni-lj.si
# Windows
# Podatkovne baze 2
# Aljaz.Zrnec@fri.uni-lj.si
# Power designer 12.5

View file

@ -0,0 +1,3 @@
# Programski jezik C
# Tomaz.Dobravec@fri.uni-lj.si
# Windows, Pelles C

View file

@ -0,0 +1,3 @@
# Principi programskih jezikov
# Klemen.Klanjscek@fri.uni-lj.si
# Windows, GNU/Linux, VS Code, Ocaml, Eclipse, Haskell, SWI-Prolog, rlwrap

View file

@ -0,0 +1,3 @@
# Porazdeljeni sistemi
# Davor.Sluga@fri.uni-lj.si
# Windows, VS Code

View file

@ -0,0 +1,3 @@
# Programiranje specifičnih platform
# Veljko.Pejovic@fri.uni-lj.si
# Android Studio, Arduino IDE

View file

@ -0,0 +1,3 @@
# Planiranje in upravljanje informatike
# damjan.fujs@fri.uni-lj.si
# Planiranje in upravljanje informatike (VS)

View file

@ -0,0 +1,3 @@
# Računalniška arhitektura
# Ziga.Pusnik@fri.uni-lj.si, Rok.Cesnovar@fri.uni-lj.si, Robert.Rozman@fri.uni-lj.si, Mira.Trebar@fri.uni-lj.si
# Windows, RAVINOR, CubeIDE + QEMU Embedded plugin, WinIdea 9.21 + GCC + QEMU, WinIdea 9.12.256 (FRISMS kompatibilna), Visual2

View file

@ -0,0 +1,3 @@
# Računalniška grafika in tehnologija iger
# Ziga.Lesar@fri.uni-lj.si
# Windows, Unity

View file

@ -0,0 +1,3 @@
# Razvoj informacijskih sistemov
# Aljaz.Zrnec@fri.uni-lj.si
# Power designer 12.5

View file

@ -0,0 +1,3 @@
# Računalniške komunikacije
# Ales.Jaklic@fri.uni-lj.si, Matjaz.Pancur@fri.uni-lj.si, Jure.Tuta@fri.uni-lj.si, Domen.Kosir@fri.uni-lj.si
# GNU/Linux, GNS3, Docker, VS Code, Wireshark, Java JDK, Python 3

View file

@ -0,0 +1,3 @@
# Računalniške komunikacije
# Matjaz.Pancur@fri.uni-lj.si, Miha.Grohar@fri.uni-lj.si
# GNU/Linux, GNS3, Docker, VS Code, Wireshark, Java JDK, Python 3

View file

@ -0,0 +1,6 @@
# Računalniška podpora oblikovanju I (ALUO)
# Matija.Marolt@fri.uni-lj.si
# SolidWorks
# Računalniška podpora oblikovanju I (ALUO)
# Matija.Marolt@fri.uni-lj.si
# SolidWorks

View file

@ -0,0 +1,14 @@
- name: Add R repository
block:
- name: R repo - apt key
ansible.builtin.get_url:
url: https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc
dest: /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
- name: R repo - url
ansible.builtin.apt_repository:
repo: "deb https://cloud.r-project.org/bin/linux/ubuntu {{ansible_distribution_release}}-cran40/"
state: present
- name: Install R
ansible.builtin.apt:
name: r-base
state: latest

View file

@ -0,0 +1,3 @@
# Računalniška zvočna produkcija
# Aleks.Huc@fri.uni-lj.si
# IntelliJ IDEA, Audacity, GIT

View file

@ -0,0 +1,3 @@
# Spletne tehnologije
# David.Jelenc@fri.uni-lj.si
# Windows, VS Code, XAMPP

View file

@ -0,0 +1,3 @@
# Strojno učenje
# matej.piculin@fri.uni-lj.si, Petar.Vracar@fri.uni-lj.si
# Windows, R, RStudio

View file

@ -0,0 +1,3 @@
# Tehnologija iger in navidezna resničnost
# Bojan.Klemenc@fri.uni-lj.si
# macOS, Xcode

View file

@ -0,0 +1,3 @@
# Teorija informacij in sistemov
# Davor.Sluga@fri.uni-lj.si
# Windows, VS Code, Python 3

View file

@ -0,0 +1,3 @@
# Tehnologija upravljanja podatkov
# Luka.Sajn@fri.uni-lj.si
# Windows, Power designer 12.5, Java JDK, Python 3, dotnet6 SDK, Jupyter Notebook, Eclipse, MySql Workbench, MySQL ODBC Connector, Notepad++

View file

@ -0,0 +1,3 @@
# Umetna inteligenca
# Petar.Vracar@fri.uni-lj.si
# Windows, R, RStudio

View file

@ -0,0 +1,3 @@
# Uporabniški vmesniki
# Ales.Smrdel@fri.uni-lj.si
# Windows, GNU/Linux, Java JDK, IntelliJ IDEA, javafx, SceneBuilder, X11 development, Wayland development, gtk+ development, glade, python

View file

@ -0,0 +1,3 @@
# Umetno zaznavanje
# jon.muhovic@fe.uni-lj.si
# Python3, Python 3

View file

@ -0,0 +1,3 @@
# Vhodno-izhodne naprave
# Robert.Rozman@fri.uni-lj.si
# Windows, Logisim Evolution, RAVINOR, WinIdea 9.12.256 (FRISMS kompatibilna), LTSpice

View file

@ -0,0 +1,3 @@
# Vzporedni in porazdeljeni sistemi in algoritmi
# Davor.Sluga@fri.uni-lj.si, Rok.Cesnovar@fri.uni-lj.si
# Windows, VS Code, Build Tools for Visual Studio 2022

View file

@ -0,0 +1,3 @@
# Visoko zmogljivo računanje
# Davor.Sluga@fri.uni-lj.si
# Windows, VS Code

View file

@ -0,0 +1,10 @@
- name: Enable non-privileged users to run wireshark
ansible.builtin.debconf:
name: wireshark
question: wireshark-common/install-setuid
value: true
vtype: boolean
- name: "Install Wireshark"
apt:
name: wireshark-qt
state: latest

View file

@ -0,0 +1,56 @@
- import_tasks: AAHRP-63263.yml
- import_tasks: APS1-63279.yml
- import_tasks: ARP1-63545C.yml
- import_tasks: BMO-63259.yml
- import_tasks: DF-63530.yml
- import_tasks: DN-63260.yml
- import_tasks: DPS-63744.yml
- import_tasks: DV-63718.yml
- import_tasks: EP-63249.yml
- import_tasks: FP-63507.yml
- import_tasks: GO-63715.yml
- import_tasks: IS-63714.yml
- import_tasks: IVZ-63521.yml
- import_tasks: KCR-63550.yml
- import_tasks: KPOV-63716.yml
- import_tasks: KRV-63528.yml
- import_tasks: MRO-63257.yml
- import_tasks: MV-63288.yml
- import_tasks: NDN-63729.yml
- import_tasks: NM-63522.yml
- import_tasks: NPMP-63512.yml
- import_tasks: NRG-63553.yml
- import_tasks: OBSS-63514.yml
- import_tasks: ODV-63204.yml
- import_tasks: OO-63271.yml
- import_tasks: OR-63717.yml
- import_tasks: OS-63709.yml
- import_tasks: OS-63741.yml
- import_tasks: OUI-63214.yml
- import_tasks: P2-63706.yml
- import_tasks: PA-63737.yml
- import_tasks: PB-63707.yml
- import_tasks: PB2-63713.yml
- import_tasks: PJC-63769.yml
- import_tasks: PPJ-63220.yml
- import_tasks: PS-63261.yml
- import_tasks: PSP-63287.yml
- import_tasks: PUI-63768.yml
- import_tasks: RA-63703.yml
- import_tasks: RGTI-63269.yml
- import_tasks: RIS-63252.yml
- import_tasks: RK-63209.yml
- import_tasks: RK-63708.yml
- import_tasks: RPOI-90066.yml
- import_tasks: RZP-63523.yml
- import_tasks: ST-63727.yml
- import_tasks: SU-63519.yml
- import_tasks: TINR-63740.yml
- import_tasks: TIS-63216.yml
- import_tasks: TUP-63226.yml
- import_tasks: UI-63720.yml
- import_tasks: UV-63721.yml
- import_tasks: UZ-63267.yml
- import_tasks: VN-63728.yml
- import_tasks: VPSA-63735.yml
- import_tasks: VZR-63543.yml

View file

@ -0,0 +1 @@