GithubHelp home page GithubHelp logo

Una Stankovic's Projects

bigdatasequencealignmentcluster icon bigdatasequencealignmentcluster

This project is a part of my PhD studies at Faculty of Mathematics, University of Belgrade. The project is big data sequence alignment cluster using CouchDB.

bioinformaticscoursebook icon bioinformaticscoursebook

This repository is a part of my Master Studies' course of Bioinformatics. It contains .tex notes from class, which were collected by me and other colleagues. Anyone attending course is free to change these files.

cinema icon cinema

This project is a part of my Master Studies' Information systems course at University of Belgrade, Faculty of Mathematics. This project consists of document in which IN SERBIAN is described how an information system for cinema should be implemented through use cases.

disorderproteinsmetapredictor icon disorderproteinsmetapredictor

This project represents my Master Studies final project. The main idea is to create metapredictor which will use the method of consensus to determine the structure of the proteins. In the paper, written in Serbian, you can find an explanation for all the methods and biology terms used during the development. The software, itself, will be fully in Python with ElectronJS and in English.

fashionshow icon fashionshow

This project is a part of my Master Studies at University of Belgrade, Faculty of Mathematics. It is an event creation diagram done in MySQLWorkbench and database manipulation done in C programming language.

findingredundanttestexamples icon findingredundanttestexamples

This project is a part of our Master Studies' course of Software Verification. The main idea is to explore, experiment and try to develop a methodology of discovering and removing redundant test examples in big open source project such as llc tool for LLVM. This project is done in collaboration with Mirko Brkusanin and Milos Samardzija who also attend the course during summer semester of 2018th.

globalterrorismdatabaseanalysis icon globalterrorismdatabaseanalysis

This project is a part of my Master's Data Mining course at Faculty of Mathematics, University of Belgrade. In this project we do the analysis of Global Terrorism Database, available online at Kaggle.com.

introbiochemistry icon introbiochemistry

This repository contains Biochemistry notes from lectures held by professor Natalija Polovic from Faculty of Chemistry on my studies at Faculty of Mathematics, both at the University of Belgrade. The text is currently available only in Serbian.

introtobigdata icon introtobigdata

This repository contains some materials and notes for my PhD studies' course: Introduction to Big Data.

ip2 icon ip2

This document contains more detailed explanation (in Serbian) of basic concepts done during the course Data Mining 2 on Faculty of Mathematics, University of Belgrade.

kvizparadigme icon kvizparadigme

This quiz has been created for the educational purpose of Programming paradigms course in winter semester of 2015 on Faculty of Mathematics.

msabdb icon msabdb

Multiple sequence alignment in Big Data using Blast with PySpark and Hadoop.

neuronmosaicsdetection icon neuronmosaicsdetection

This project is a part of my Master Studies' Scientific Computation course. The code is written using Python. This project is done in collaboration with Marinela Parovic and Milos Samardzija.

olga-s-store icon olga-s-store

This project is a part of my Master Studies' Web Programming course. Online store is being done using Bootstrap, Lumen, REST, Angular.js, CSS, HTML, MySQL, etc.

programmingintroduction icon programmingintroduction

This paper is a part of my Introduction to programming through JavaScript course. Currently all materials are in Serbian. At some point, everything will be available in English.

projekatpbp icon projekatpbp

Napisati program koji omogućava upis master studenata na diplomske studije. Program se izvršava na sledeći način: - Posle pokretanja prikazuje se panel na kome se korisniku prikazuju smerovi na diplomskim studijama. Pri čemu prikazuju se samo oni smerovi na kojima ima mesta u tom trenutku, tj. samo smerovi za koji nisu popunjene kvote. Ukoliko ne postoji smer na koji bi kandidat moga da se upiše, ispisuje se poruka “Svi smerovi su popunjeni.” Na osnovu popunjenosti i kvota, zaključiti kakav je status studenta koji se upisuje. Izborom smera korisniku se prikazuje panel sa poljima za unos podataka za studentov dosije. Redni broj indeksa je polje zaštićeno za unos i unapred popunjava se na sledeći način: GGGG1BBB GGGG predstavlja tekuću školsku godinu i izračunava se na osnovu tekućeg datuma. Upis u školsku godinu počinje u julu konkretne godine i traje do 1. Jula naredne godine; 1 predstavlja informaciju da se radi o master studentu; BBB se određuje tako što se uzme trenutno najveća vrednost u bazi (za tu školsku godinu i master studente) i poveća za 1. Nakon popunjavanja dosijea student treba da upise školsku godinu. To se vrši izborom predmeta. Korisniku se prikazuju svi predmeti koje student može da upiše. Prikazuju mu se predmeti za koje se drži kurs u školskoj godini koju upisuje. Pri tom, ukoliko ima obaveznih predmeta za izabran smer oni su unapred štiklirani i ne mogu se ukloniti. Korisnik može da izabere izborne predmete ali tako da ukupno broj bodova svih predmeta koje bi upisao bude u intervalu [55, 65]. Ukoliko postoje nepoloženi predmeti koji su uslovni za izabran predmet studentu se prikazuje poruka da će mu izborom željenog predmeta biti dodati svi nepoloženi uslovni. Korisnik može da prihvati ili odustane od dodavanja tog izbornog predmeta. Na osnovu unetih informacija popunjavaju se adekvatno tabele upisan_kurs i upis_godine i status. Unošenje podataka o jednom kandidatu treba da predstavlja jednu transakciju (ako je sve u redu na kraju sledi commit). U slučaju da transakcija ne može da bude izvršena prijaviti odgovarajući kod greške i poruku, a ako je transakcija uspešno izvršena (podaci su upisani u tabele) prikazati poruku 'Upisan student <Ime> <Prezime> <indeks> u sk.god. <skolska godina>'. Potvrdom na dugme “OK” vratiti se na početni panel. Izlazak iz programa se postiže pritiskom na dugme “Kraj” na početnom panelu. Voditi računa o ispravnosti unetih podataka.

proteinnucleotidesequencealignment icon proteinnucleotidesequencealignment

This project is a part of my Master Studies' Bioinformatics Course. The main idea is to do various types of alignment of nucleotide sequences and proteins using score matrices. All code is done in Python.

publics icon publics

This project is a part of my Master Studies' course. It is a Horizon 2020 proposal and presentation. PUBLICS means Provide Uniform Basic Literacy in Informational and Computing Sector .

securesearchingofbiomarkers icon securesearchingofbiomarkers

Secure Searching of Biomarkers Using Hybrid Homomorphic Encryption Scheme paper for Cryptography course on my Master's Studies on Faculty of Mathematics, at the University of Belgrade.

serbieguide icon serbieguide

This project is a web page for Svetlana Velickovic, tourist guide. The site is available in french.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.