<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://eduwiki.innopolis.university/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=R.akhmetzyanov</id>
	<title>IU - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://eduwiki.innopolis.university/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=R.akhmetzyanov"/>
	<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php/Special:Contributions/R.akhmetzyanov"/>
	<updated>2026-05-07T14:29:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:_Introduction_To_Programming&amp;diff=7764</id>
		<title>BSc: Introduction To Programming</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:_Introduction_To_Programming&amp;diff=7764"/>
		<updated>2022-11-11T07:59:02Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* The retake exam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Introduction to Programming =&lt;br /&gt;
* '''Course name''': Introduction to Programming&lt;br /&gt;
* '''Code discipline''': CSE101&lt;br /&gt;
* '''Subject area''': Programming Languages and Software Engineering&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
This course covers the following concepts: Basic concept - algorithm, program, data; Computer architecture basics; Structured programming; Object-oriented programming; Generic programming; Exception handling; Programming by contract (c); Functional programming; Concurrent programming.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to programming || &lt;br /&gt;
# Basic definitions – algorithm, program, computer, von Neumann architecture, CPU lifecycle.&lt;br /&gt;
# Programming languages history and overview. Imperative (procedural) and functional approaches.&lt;br /&gt;
# Translation – compilation vs. interpretation. JIT, AOT. Hybrid modes.&lt;br /&gt;
# Introduction to typification. Static and dynamic typing. Type inference. Basic types – integer, real, character, boolean, bit. Arrays and strings. Records-structures.&lt;br /&gt;
# Programming – basic concepts. Statements and expressions. 3 atomic statements - assignment, if-check, goto. Control structures – conditional, assignment, goto, case-switch-inspect, loops.&lt;br /&gt;
# Variables and constants.&lt;br /&gt;
# Routines – procedures and functions.&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to object-oriented programming || &lt;br /&gt;
# Key principles of object-oriented programming&lt;br /&gt;
# Overloading is not overriding&lt;br /&gt;
# Concepts of class and object&lt;br /&gt;
# How objects can be created?&lt;br /&gt;
# Single and multiple inheritance&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to generics, exception handling and programming by contract (C) || &lt;br /&gt;
# Introduction to generics&lt;br /&gt;
# Introduction to exception handling&lt;br /&gt;
# Introduction to programming by contract (C)&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to programming environments || &lt;br /&gt;
# Concept of libraries as the basis for reuse.&lt;br /&gt;
# Concept of interfaces/API. Separate compilation.&lt;br /&gt;
# Approaches to software documentation.&lt;br /&gt;
# Persistence. Files.&lt;br /&gt;
# How to building a program. Recompilation problem. Name clashes, name spaces&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to concurrent and functional programming || &lt;br /&gt;
# Concurrent programming.&lt;br /&gt;
# Functional programming within imperative programming languages.&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The Introduction to Programming course teaches the fundamental concepts and skills necessary to perform programming at a professional level. Students will learn how to master the fundamental control structures, data structures, reasoning patterns and programming language mechanisms characterizing modern programming, as well as the fundamental rules of producing high-quality software. They will acquire the necessary programming background for later courses introducing programming skills in specialized application areas. The course focuses on Object Oriented paradigm.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Basic concepts of programming. What is algorithm, program.&lt;br /&gt;
* Concept of typification. Dynamic and static types.&lt;br /&gt;
* Concepts of structured programming, object-oriented one.&lt;br /&gt;
* Concepts of exception handling and generic programming.&lt;br /&gt;
* Concurrent programming and functional programming in imperative programming languages.&lt;br /&gt;
* verification of the software based on programming by contract (C)&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* How to create high quality software using mainstream concepts of programming.&lt;br /&gt;
* What is object-oriented programming and its main advantages&lt;br /&gt;
* How to increase the level of abstraction with help of genericity.&lt;br /&gt;
* How to create concurrent programs and what are the main issues related to this kind of programming&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* To be able to create quality programs in Java. &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent || 85-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| B. Good || 75-84 || -&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory || 60-75 || -&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor || 0-59 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Labs/seminar classes || 40&lt;br /&gt;
|-&lt;br /&gt;
| Interim performance assessment || 30&lt;br /&gt;
|-&lt;br /&gt;
| Exams || 30&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
 &lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3 !! Section 4 !! Section 5&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation || 1 || 1 || 1 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based) || 1 || 0 || 0 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code || 0 || 1 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Reports || 0 || 1 || 0 || 0 || 0&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the difference between compiler and interpreter? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the difference between type and variable? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the background of structured programming? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to compile a program? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to run a program? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to debug a program? || 0&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the meaning of polymorphism? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to check the dynamic type of an object? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the limitations of single inheritance? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the issues related with multiple inheritance? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to handle array of objects of some class type? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to implement the class which logically has to have 2 constructors with the same signature but with different semantics? || 0&lt;br /&gt;
|} &lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is constrained genericity? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is exception? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is assertion? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How constrained genericity may be used for sorting of objects? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || In which order catch blocks are being processed? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || Where is the problem when precondition is violated? || 0&lt;br /&gt;
|} &lt;br /&gt;
==== Section 4 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || How reuse helps to develop software? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How concept of libraries and separate compilation co-relate? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the benefits of integrating documentation into the source code? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || Why is it essential to have persistent data structures? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is to be done to design and develop a library? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to add documenting comments into the source code? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || What ways exists in Java to support persistence ? || 0&lt;br /&gt;
|} &lt;br /&gt;
==== Section 5 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || Explain the key differences parallelism and concurrency || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the key issues related to parallel execution? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the models of parallel execution? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the difference between function and object? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || Which Java construction support concurrency? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is a thread? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is in-line lambda function? || 0&lt;br /&gt;
|} &lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# What are the basic control structure of structured programming?&lt;br /&gt;
# What is the difference between statements and expressions?&lt;br /&gt;
# What are the benefits of type inference?&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
# Name all principles of object-oriented programming?&lt;br /&gt;
# Explain what conformance means?&lt;br /&gt;
# Explain why cycles are prohibited in the inheritance graph?&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
# Can array be treated as generic class?&lt;br /&gt;
# What is the difference between throw and throws in Java?&lt;br /&gt;
# What is purpose of the class invariant?&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
# How to deal with name clashes?&lt;br /&gt;
# What is the main task of the recompilation module?&lt;br /&gt;
# What are the differences between different formats of persistence files?&lt;br /&gt;
'''Section 5'''&lt;br /&gt;
# What is the meaning of SIMD and MIMD?&lt;br /&gt;
# What are the implications of the Amdahl’s law?&lt;br /&gt;
# What model of concurrency Java relies on?&lt;br /&gt;
# Which function can be considered as pure?&lt;br /&gt;
# How to declare a function to accept a functional object as its argument?&lt;br /&gt;
# How Java supports high-order functions?&lt;br /&gt;
# How capturing variables works in Java?&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
&lt;br /&gt;
'''Section 5'''&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7724</id>
		<title>BSc:Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7724"/>
		<updated>2022-11-08T11:26:22Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* SE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Technical ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Computer Science, Programming ===&lt;br /&gt;
&amp;lt;!-- to do --&amp;gt;&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102 &amp;amp;mdash; Introduction to Programming II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103  &amp;amp;mdash; Theoretical Computer Science]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Operating_Systems CSE105 &amp;amp;mdash; Operating Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Databases  CSE106 &amp;amp;mdash; Databases]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Compilers_Construction_and_Program_Analysis CSE108 &amp;amp;mdash; Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Programming_Paradigms  CSE109 &amp;amp;mdash; Programming Paradigms]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 &amp;amp;mdash; Software Systems Analysis and Design]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Distributed_And_Network_Programming CSE114 &amp;amp;mdash; Distributed And Network Programming]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Compilers_Construction CSE115 &amp;amp;mdash; Compilers Construction]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 &amp;amp;mdash; Data Structures and Algorithms]&lt;br /&gt;
&lt;br /&gt;
=== Maths ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 &amp;amp;mdash; Philosophy I - (Discrete Math and Logic)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 &amp;amp;mdash; Mathematical Analysis I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE202 &amp;amp;mdash; Analytical Geometry and Linear Algebra I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 &amp;amp;mdash; Mathematical Analysis II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 &amp;amp;mdash; Analytic Geometry And Linear Algebra II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 &amp;amp;mdash; Differential Equations]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 &amp;amp;mdash; Probability And Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 CSE333 &amp;amp;mdash; Introduction to Optimization]&lt;br /&gt;
&lt;br /&gt;
=== AI ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Artificial_Intelligence CSE301 &amp;amp;mdash; Philosophy II - Introduction to Artificial Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Machine_Learning CSE302 &amp;amp;mdash; Introduction to Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Big_Data  CSE303 &amp;amp;mdash; Introduction to Big Data]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Game_Theory CSE304 &amp;amp;mdash; Game Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Mining CSE305 &amp;amp;mdash; Data Mining]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Information_Retrieval CSE306 &amp;amp;mdash; Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Computer_Vision CSE307 &amp;amp;mdash; Introduction to Computer Vision]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Practical_Machine_Learning_Deep_Learning CSE308 &amp;amp;mdash; Practical Machine Learning And Deep Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Statistical_Techniques_For_Data_Science CSE310 &amp;amp;mdash; Statistical Techniques for Data Science and Robotics] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Natural_Language_Processing CSE311 &amp;amp;mdash; Natural Language Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Nature_Inspired_Computing CSE340 &amp;amp;mdash; Nature Inspired Computing]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Hardware and Robotics ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 &amp;amp;mdash; Fundamentals of Computer Architecture]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402 &amp;amp;mdash; Physics I (Mechanics)] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Control_Theory CSE403 &amp;amp;mdash; Control Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Sensors_And_Sensing CSE404 &amp;amp;mdash; Sensors and Sensing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechatronics CSE405 &amp;amp;mdash; Mechatronics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Robotics CSE406 &amp;amp;mdash; Fundamentals of Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechanics_And_Machines CSE407 &amp;amp;mdash; Mechanics And Machines]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Mechanics CSE408 &amp;amp;mdash; Theoretical Mechanics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Robotic_Systems CSE409 &amp;amp;mdash; Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II  CSE410 &amp;amp;mdash; Physics II - Electrical Engineering]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Security and Networks ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Networks CSE501  &amp;amp;mdash; Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_System_And_Network_Administration  CSE502 &amp;amp;mdash; System And Network Administration]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Network_And_Cyber_Security CSE503 &amp;amp;mdash; Network And Cyber Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Signals_And_Systems CSE504 &amp;amp;mdash; Signals And Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Dev_Ops_Engineering CSE508 &amp;amp;mdash; DevOps Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Fundamentals_of_Computer_Security CSE509 &amp;amp;mdash; Fundamentals of Information Security]&lt;br /&gt;
&lt;br /&gt;
=== SE ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Lean_Software_Development CSE803 &amp;amp;mdash; Lean Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 &amp;amp;mdash; Software Quality and Reliability]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_It_Product_Development CSE807 &amp;amp;mdash; IT Product Development]&lt;br /&gt;
&lt;br /&gt;
== Humanities ==&lt;br /&gt;
&lt;br /&gt;
=== Pedagogy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_History HSS601 &amp;amp;mdash; History (History of Russia, World History)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physical_Culture_and_Sport HSS105 &amp;amp;mdash; Physical Culture and Sport]&lt;br /&gt;
&lt;br /&gt;
=== Languages and literature ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture HSS203 &amp;amp;mdash; Foreign Language I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS204 &amp;amp;mdash; Foreign Language II]&lt;br /&gt;
&lt;br /&gt;
=== The science ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:AcademicResearchandWritingCulture HSS501 &amp;amp;mdash; Academic Research and Writing Culture 1]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS502 &amp;amp;mdash; Academic Research and Writing Culture 2]&lt;br /&gt;
&lt;br /&gt;
=== History and philosophy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Philosophy_II HSS602 &amp;amp;mdash; Philosophy II (Languages and Perceptions)]&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Table_3%2B1&amp;diff=7574</id>
		<title>BSc:Syllabi Table 3+1</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Table_3%2B1&amp;diff=7574"/>
		<updated>2022-09-19T10:58:44Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Overview of the BS Program */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview of the BS Program =&lt;br /&gt;
&lt;br /&gt;
[https://eduwiki.innopolis.university/index.php/BSc:Syllabi_Index The detailed description of the program can be found here.]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;7&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#EAECF0; color:#202122;&amp;quot; | Y1-T1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | Subject&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | SD&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | CS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | DS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | AAI&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | R&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgramming CSE101 - Introduction To Programming] [https://moodle.innopolis.university/course/view.php?id=800 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 - Logic and Discrete Mathematics (Philosophy I)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 - Mathematical Analysis I] [https://moodle.innopolis.university/course/view.php?id=801 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI HSS203 - English For Academic Purposes I] [https://moodle.innopolis.university/course/view.php?id=866 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE204 - Analytic Geometry And Linear Algebra I] [https://moodle.innopolis.university/course/view.php?id=787 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 - Computer Architecture] [https://moodle.innopolis.university/course/view.php?id=786 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;7&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#EAECF0; color:#202122;&amp;quot; | Y1-T2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | Subject&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | SD&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | CS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | DS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | AAI&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | R&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103 - Theoretical Computer Science] [https://moodle.innopolis.university/course/view.php?id=670 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 - Software System Analysis and Design] [https://moodle.innopolis.university/course/view.php?id=664 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 - Data Structures Algorithms] [https://moodle.innopolis.university/course/view.php?id=671 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 - Mathematical Analysis II] [https://moodle.innopolis.university/course/view.php?id=666 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 - Analytic Geometry And Linear Algebra II] [https://moodle.innopolis.university/course/view.php?id=668 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesII HSS203 - English For Academic Purposes II] [https://moodle.innopolis.university/course/view.php?id=710 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertimiddle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#EAECF0; color:#202122;&amp;quot; | Y1-T3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | Subject&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | SD&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | CS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | DS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | AAI&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | R&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | Software Project [https://moodle.innopolis.university/course/view.php?id=340 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/List_of_BSc_Technical_Electives Tech Elective 1 - List of BSc Technical Electives]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/List_of_BSc_Humanitarian_Electives Hum Elective 1 - List of BSc Humanitarian Electives]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhysicalCultureandSport HSS105 — Physical Culture and Sport] [https://moodle.innopolis.university/course/view.php?id=970 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:History HSS601 - History (History of Russia, World History)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#EAECF0; color:#202122;&amp;quot; | Y2-T1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | Subject&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | SD&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | CS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | DS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | AAI&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | R&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:OperatingSystems CSE105 - Operating Systems]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 - Differential Equations] &lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 - Probability And Statistics] &lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToArtificialIntelligence CSE301 - Introduction To Artificial Intelligence]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhysicsI CSE402 - Physics I]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 Introduction to Optimization] &lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#EAECF0; color:#202122;&amp;quot; | Y2-T2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | Subject&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | SD&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | CS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | DS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | AAI&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | R&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:DataModelingDatabasesII_old CSE106 - Databases] [https://moodle.innopolis.university/course/view.php?id=676 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:DistributedAndNetworkProgramming CSE114 - Distributed and Network Programming] [https://moodle.innopolis.university/course/view.php?id=804 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [CSE - System and Network Administration]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToMachineLearning CSE302 - Introduction to Machine Learning] [https://moodle.innopolis.university/course/view.php?id=803 (Moodle)]&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:StatisticalTechniquesForDataScience CSE310 - Statistical Techniques]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:NatureInspiredComputing CSE340 - Nature Inspired Computing]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:ControlTheory CSE403 - Control Theory] [https://moodle.innopolis.university/course/view.php?id=674 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToRobotics CSE406 - Fundamentals of Robotics]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:TheoreticalMechanics CSE408 - Theoretical Mechanics] [https://moodle.innopolis.university/course/view.php?id=805 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhysicsII CSE410 - Physics II] [https://moodle.innopolis.university/course/view.php?id=672 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:Networks CSE501 - Networks] [https://moodle.innopolis.university/course/view.php?id=673 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | Reinforcement Learning&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#EAECF0; color:#202122;&amp;quot; | Y2-T3&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | Subject&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | SD&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | CS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | DS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | AAI&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | R&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | Capstone Project&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; |&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/List_of_BSc_Technical_Electives Tech Elective 2 - List of BSc Technical Electives] &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/List_of_BSc_Humanitarian_Electives Hum Elective 2 - List of BSc Humanitarian Electives]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | Life Safety&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhysicalCultureandSport.S22 HSS105 - Physical Culture and Sport]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#EAECF0; color:#202122;&amp;quot; | Y3-T1&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | Subject&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | SD&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | CS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | DS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | AAI&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | R&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:ProgrammingParadigms CSE109 - Programming Paradigms] [https://moodle.innopolis.university/course/view.php?id=851 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:CompilersConstruction CSE115 — Compiler Construction]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:InformationRetrieval CSE306 - Information Retrieval] [https://moodle.innopolis.university/course/view.php?id=683 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToComputerVision CSE307 - Introduction to Computer Vision] [https://moodle.innopolis.university/course/view.php?id=812 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PracticalMachineLearningDeepLearning CSE308 - Practical Machine Learning and Deep Learning] [https://moodle.innopolis.university/course/view.php?id=811 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:NaturalLanguageProcessing CSE311 - Natural Language Processing] [https://moodle.innopolis.university/course/view.php?id=851 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:Mechatronics CSE405 - Mechatronics]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:MechanicsAndMachines CSE407 - Mechanics &amp;amp; Machines]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:NetworkAndCyberSecurity CSE503 - Network and Cyber Security] [https://moodle.innopolis.university/course/view.php?id=851 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:FundamentalsofComputerSecurity CSE509 — Fundamentals of Information Security]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:LeanSoftwareDevelopment CSE803 - Lean Software Development] [https://moodle.innopolis.university/course/view.php?id=851 (Moodle)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/List_of_BSc_Technical_Electives Tech Elective 3 - List of BSc Technical Electives]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; style=&amp;quot;vertical-align:middle; background-color:#EAECF0; color:#202122;&amp;quot; | Y3-T2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | Subject&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | SD&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | CS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | DS&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | AAI&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;  text-align:center;&amp;quot; | R&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:AdvancedCompilersConstructionandProgramAnalysis CSE108 - Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToBigData CSE303 — Introduction to Big Data]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:GameTheory CSE304 - Game Theory]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:DataMining.S22 CSE305 - Data Mining]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:SensorsAndSensing CSE404 - Sensors &amp;amp; Sensing]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:RoboticSystems CSE409 - Robotic Systems]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:SignalsAndSystems CSE504 — Digital Signal Processing (early Signals And Systems)]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:DevOpsEngineering CSE508 - DevOps Engineering]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 - Software Quality, Reliability and Security]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | Human-AI Interaction Design&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | Explainable and Fair AI&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; |  &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | Data and Knowledge Representation&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | Autonomous Robotics&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:_Secure_System_Development Secure System Development]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;background-color:#F8F9FA; color:#36B; text-align:left;&amp;quot; | [https://eduwiki.innopolis.university/index.php/List_of_BSc_Technical_Electives Tech Elective 3 - List of BSc Technical Electives]&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;vertical-align:middle; background-color:#F8F9FA; color:#202122;&amp;quot; | Yes&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:_Secure_System_Development&amp;diff=7573</id>
		<title>BSc: Secure System Development</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:_Secure_System_Development&amp;diff=7573"/>
		<updated>2022-09-19T10:57:18Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Short Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Secure development =&lt;br /&gt;
* '''Course name''': Secure development&lt;br /&gt;
* '''Code discipline''': XXX&lt;br /&gt;
* '''Subject area''': Security and Networks&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
The course is aimed to cover security aspects of development. It covers security architecture, secure coding, security assurance, security operation and basic security concepts. We would go from the deepest kernel (ASLR, NX/DEP, CET, KPTI against ROP, UAF, etc) to theoretical high (access models, Biba and Bell-LaPadula model, security principles), from practical design (NIST recommendations and security by design) to day-by-day operations (OSA practices). We would discuss fuzzing, stat analyzers power and SIEM. The course would be extremely useful for security architects. We would discuss not only security, but also safety topics because the mitigations for them are intersecting. The examples would be given based on Linux OS&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
* CSE101: Introduction to Programming&lt;br /&gt;
* CSE112: Software Systems Analysis and Design&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
* Basic programming skills, C/C++ is recommended&lt;br /&gt;
* Software design or software architecture&lt;br /&gt;
* Basics of compilers&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Basics of security  || &lt;br /&gt;
# Security and safety. Security and code quality. Maintainability and security. Why it is so hard to develop a secure system and what approaches may be applied? When it makes sense to drive system secure?&lt;br /&gt;
|-&lt;br /&gt;
| Security architecture || &lt;br /&gt;
# NIST recommendations&lt;br /&gt;
# Security principles&lt;br /&gt;
# Theoretical security: access matrix and security models&lt;br /&gt;
# Secure by design&lt;br /&gt;
|-&lt;br /&gt;
| Secure coding&amp;lt;br&amp;gt; || &lt;br /&gt;
# Security on the code level&lt;br /&gt;
# SDL&lt;br /&gt;
# Main binary vulnerabilities and their mitigations&lt;br /&gt;
|-&lt;br /&gt;
| Secure operating || &lt;br /&gt;
# Security monitoring&lt;br /&gt;
# DevSecOps&lt;br /&gt;
# Dealing with 3rd parties&lt;br /&gt;
|-&lt;br /&gt;
| Security assurance || &lt;br /&gt;
# Pen testing&lt;br /&gt;
# Fuzzing&lt;br /&gt;
# Bug Bounty programs&lt;br /&gt;
|-&lt;br /&gt;
| Linux security || &lt;br /&gt;
# Keep it all together and see how Linux kernel deals with that.&lt;br /&gt;
# SELinux&lt;br /&gt;
# GrSec patches&lt;br /&gt;
# Why Linux is not safety system&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The main purpose of this course is to give students a security vision from up to down, because the security principle of weakest link insist that the weakest part of the process/system would be the one to be attacked.  &lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Remember main security principles&lt;br /&gt;
* List SDL stages&lt;br /&gt;
* Describe the difference between security and safety&lt;br /&gt;
* Explain basic binary vulnerabilities&lt;br /&gt;
* Specify the required security assurance&lt;br /&gt;
* Describe the key elements of SOC systems&lt;br /&gt;
* Explain why fuzzing is not the same as unit or integration testing&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Perform Threat Modeling&lt;br /&gt;
* Review code to find insecure patterns&lt;br /&gt;
* Deal with open source code securely&lt;br /&gt;
* Explain the value of bug bounty programme and find the right moment to start it&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Suggest hardenings and architecture drifts to achieve required level of s&amp;amp;s&lt;br /&gt;
* Propose process improvement in a cost-effective manner that would drastically improve the security and safety level. &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent || 80-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| B. Good || 60-79 || -&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory || 40-59 || -&lt;br /&gt;
|-&lt;br /&gt;
| D. Fail || 0-39 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Assignment/Labs || 70&lt;br /&gt;
|-&lt;br /&gt;
| Final quiz || 30&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
Participation is important. Showing up is the key to success in this course.&amp;lt;br&amp;gt;If you don’t have a corresponding technical background, please do not hesitate to ask lecturer. If you feel that the gap is deep, request for extra reading.&amp;lt;br&amp;gt;Reading the recommended literature is optional, and will give you a deeper understanding of the material.&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Owasp.com&lt;br /&gt;
* MITRE SOC Operations https://www.mitre.org/sites/default/files/publications/11-strategies-of-a-world-class-cybersecurity-operations-center.pdf&lt;br /&gt;
* MISRA, AUTOSAR, SEI CERT&lt;br /&gt;
* https://www.microsoft.com/en-us/securityengineering/sdl&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
* Matt Bishop, (2018) “Computer Security: Art and Science”&lt;br /&gt;
* D Deougun, DB Jonhsson, D Sawano (2019) “Secure by design”&lt;br /&gt;
* D LeBlanc, Michael Howard (2002) “Writing secure code”&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
* Some static analyser&lt;br /&gt;
* AFL &lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Teaching and Learning Methods within each section&lt;br /&gt;
|-&lt;br /&gt;
! Teaching Techniques !! Section 1 !! Section 2 !! Section 3 !! Section 4 !! Section 5 !! Section 6&lt;br /&gt;
|-&lt;br /&gt;
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Modular learning (facilitated self-study) || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Differentiated learning (provide tasks and activities at several levels of difficulty to fit students needs and level) || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Contextual learning (activities and tasks are connected to the real world to make it easier for students to relate to them); || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Business game (learn by playing a game that incorporates the principles of the material covered within the course). || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3 !! Section 4 !! Section 5 !! Section 6&lt;br /&gt;
|-&lt;br /&gt;
| Lectures || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Lab exercises || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Individual Assignments || A2: Product Ideation and Market Research&amp;lt;br&amp;gt;Find all weakness in the code snippet. Suggest how to fix them in a secure way. What is your recommendation for the code author?  || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
&lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
&lt;br /&gt;
==== Section 4 ====&lt;br /&gt;
&lt;br /&gt;
==== Section 5 ====&lt;br /&gt;
&lt;br /&gt;
==== Section 6 ====&lt;br /&gt;
&lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
&lt;br /&gt;
'''Section 5'''&lt;br /&gt;
&lt;br /&gt;
'''Section 6'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
&lt;br /&gt;
'''Section 5'''&lt;br /&gt;
&lt;br /&gt;
'''Section 6'''&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Syllabi_Index&amp;diff=7558</id>
		<title>MSc: Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Syllabi_Index&amp;diff=7558"/>
		<updated>2022-09-12T07:11:34Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Security and Networks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Numbered courses = &lt;br /&gt;
&lt;br /&gt;
== Data Science ==&lt;br /&gt;
&lt;br /&gt;
* CSE132 &amp;amp;mdash; Software Design with Python&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Machine_Learning CSE328 &amp;amp;mdash; Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Empirical_Methods CSE329 &amp;amp;mdash; Empirical Methods]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Big_Data_Technologies_And_Analytics CSE330 &amp;amp;mdash; Big Data Technologies And Analytics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Statistics CSE331 &amp;amp;mdash; Advanced Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Machine_Learning CSE332 &amp;amp;mdash; Advanced Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Optimization CSE333 &amp;amp;mdash; Optimization]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Information_Retrieval CSE334 &amp;amp;mdash; Advanced Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_High-Dimensional_Data_Analysis CSE335 &amp;amp;mdash; High-Dimensional Data Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Computer_Vision CSE427 &amp;amp;mdash; Computer Vision]&lt;br /&gt;
&lt;br /&gt;
== Robotics ==&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Fundamentals_of_Robot_Control CSE424 &amp;amp;mdash; Fundamental of Robot Control]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Sensing_Perception_Actuation CSE425 &amp;amp;mdash; Sensing, Perception And Actuation]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Dynamics_Of_Non_Linear_Robotic_Systems CSE426 &amp;amp;mdash;  Dynamics Of Non-Linear Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Computational_Intelligence CSE428 &amp;amp;mdash; Computational Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Robotics CSE429 &amp;amp;mdash; Advanced Robotics]&lt;br /&gt;
&lt;br /&gt;
== Security and Networks ==&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Computer_Systems_and_Networks Computer Systems and Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Classical_Internet_Applications  CSE517 &amp;amp;mdash; Classical Internet Applications]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Inter_Networking_and_Routing CSE518 &amp;amp;mdash; Internetworking And Routing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Networking  CSE519 &amp;amp;mdash; Advanced Networking]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Security_of_systems_and_networks CSE520 &amp;amp;mdash; Security of systems and networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Large_Systems CSE521 &amp;amp;mdash; Large Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Cybercrime_Forensics CSE523 &amp;amp;mdash; Cybercrime And Forensics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Offensive_Technologies CSE524 &amp;amp;mdash; Offensive Technologies]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Secure_Development CSE533 &amp;amp;mdash; Secure Development]&lt;br /&gt;
&lt;br /&gt;
== Software Engineering ==&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Managing_Software_Development CSE820 &amp;amp;mdash; Managing Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Requirements_Engineering CSE821 &amp;amp;mdash; Requirements Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Personal_Software_Process CSE822 &amp;amp;mdash; Personal Software Process]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Models_Software_Systems CSE823 &amp;amp;mdash; Models of Software Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Architectures_of_Software_Systems CSE824 &amp;amp;mdash; Architectures of Software Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Analysis_Software_Artifacts CSE825 &amp;amp;mdash; Analysis of Software Artifacts]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Communication CSE826 &amp;amp;mdash; Communication]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Research_Project_SNE CSE525 &amp;amp;mdash; Research Project (SNE)]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Industrial_SNE_Project CSE526 &amp;amp;mdash;  Industrial SNE Project]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Industrial_Project CSE533 &amp;amp;mdash;  Industrial Project (MIST-SE)]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Master_Practicum_Project CSE602 &amp;amp;mdash; Master Practicum Project]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Project_R CSE711 &amp;amp;mdash; Project R]&lt;br /&gt;
&lt;br /&gt;
== Humanitarian ==&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_SystematicLiteratureReviewForDataScience&amp;amp;Robotics HSS501 &amp;amp;mdash; Systematic Literature Review for Data Science &amp;amp; Robotics]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Unit-economics_For_IT_startups HSS*** &amp;amp;mdash; Unit-economics for IT startups: metrics-based decision making]&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Syllabi_Index&amp;diff=7557</id>
		<title>MSc: Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Syllabi_Index&amp;diff=7557"/>
		<updated>2022-09-12T07:11:11Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Security and Networks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Numbered courses = &lt;br /&gt;
&lt;br /&gt;
== Data Science ==&lt;br /&gt;
&lt;br /&gt;
* CSE132 &amp;amp;mdash; Software Design with Python&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Machine_Learning CSE328 &amp;amp;mdash; Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Empirical_Methods CSE329 &amp;amp;mdash; Empirical Methods]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Big_Data_Technologies_And_Analytics CSE330 &amp;amp;mdash; Big Data Technologies And Analytics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Statistics CSE331 &amp;amp;mdash; Advanced Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Machine_Learning CSE332 &amp;amp;mdash; Advanced Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Optimization CSE333 &amp;amp;mdash; Optimization]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Information_Retrieval CSE334 &amp;amp;mdash; Advanced Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_High-Dimensional_Data_Analysis CSE335 &amp;amp;mdash; High-Dimensional Data Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Computer_Vision CSE427 &amp;amp;mdash; Computer Vision]&lt;br /&gt;
&lt;br /&gt;
== Robotics ==&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Fundamentals_of_Robot_Control CSE424 &amp;amp;mdash; Fundamental of Robot Control]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Sensing_Perception_Actuation CSE425 &amp;amp;mdash; Sensing, Perception And Actuation]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Dynamics_Of_Non_Linear_Robotic_Systems CSE426 &amp;amp;mdash;  Dynamics Of Non-Linear Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Computational_Intelligence CSE428 &amp;amp;mdash; Computational Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Robotics CSE429 &amp;amp;mdash; Advanced Robotics]&lt;br /&gt;
&lt;br /&gt;
== Security and Networks ==&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Computer_Systems_and_Networks Computer Systems and Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Classical_Internet_Applications  CSE517 &amp;amp;mdash; Classical Internet Applications]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Inter_Networking_and_Routing CSE518 &amp;amp;mdash; Internetworking And Routing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Networking  CSE519 &amp;amp;mdash; Advanced Networking]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Security_of_systems_and_networks CSE520 &amp;amp;mdash; Security of systems and networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Large_Systems CSE521 &amp;amp;mdash; Large Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Secure_Development CSE533 &amp;amp;mdash; Secure Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Cybercrime_Forensics CSE523 &amp;amp;mdash; Cybercrime And Forensics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Offensive_Technologies CSE524 &amp;amp;mdash; Offensive Technologies]&lt;br /&gt;
&lt;br /&gt;
== Software Engineering ==&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Managing_Software_Development CSE820 &amp;amp;mdash; Managing Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Requirements_Engineering CSE821 &amp;amp;mdash; Requirements Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Personal_Software_Process CSE822 &amp;amp;mdash; Personal Software Process]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Models_Software_Systems CSE823 &amp;amp;mdash; Models of Software Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Architectures_of_Software_Systems CSE824 &amp;amp;mdash; Architectures of Software Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Analysis_Software_Artifacts CSE825 &amp;amp;mdash; Analysis of Software Artifacts]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Communication CSE826 &amp;amp;mdash; Communication]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Research_Project_SNE CSE525 &amp;amp;mdash; Research Project (SNE)]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Industrial_SNE_Project CSE526 &amp;amp;mdash;  Industrial SNE Project]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Industrial_Project CSE533 &amp;amp;mdash;  Industrial Project (MIST-SE)]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Master_Practicum_Project CSE602 &amp;amp;mdash; Master Practicum Project]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Project_R CSE711 &amp;amp;mdash; Project R]&lt;br /&gt;
&lt;br /&gt;
== Humanitarian ==&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_SystematicLiteratureReviewForDataScience&amp;amp;Robotics HSS501 &amp;amp;mdash; Systematic Literature Review for Data Science &amp;amp; Robotics]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Unit-economics_For_IT_startups HSS*** &amp;amp;mdash; Unit-economics for IT startups: metrics-based decision making]&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=ALL:StudyPlan&amp;diff=7500</id>
		<title>ALL:StudyPlan</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=ALL:StudyPlan&amp;diff=7500"/>
		<updated>2022-09-02T06:11:12Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Current Study Plans */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Study Plans==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot; | Year&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| Computer science&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2018-2022&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/BS4:CS:StudyPlan BS4] скрыть&lt;br /&gt;
|--&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2019-2023&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1KfBHd2fl6ZgKyQ6UXSghPDnGFDtMzwSN/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true BS4]&lt;br /&gt;
|-&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2020-2024&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1oWdxFeqrDX-4hUsEePOUBc8FAIvLJz5S/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true BS3]&lt;br /&gt;
|-&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2021-2025&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1JKhIKSayoKIvolPTE4QwT4S4_TmcBloz/edit#gid=102029621 BS2]&lt;br /&gt;
|-&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2022-2026 DSAI&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/16GSdVMHHbMTq5nAw9uAyL1eD474d_WE-/edit?rtpof=true BS1]&lt;br /&gt;
|-&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2022-2026 CS&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1UQr75JJBYQjgXBE2nxf82XOjTVs2WWEH/edit#gid=1431294653 BS1]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot; | Year&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| DAAI&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| ROCV&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| SE&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| SNE&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| ITE&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2020-2022 скрыть&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS2:DAAI:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS2:ROCV:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS2:SE:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS2:SNE:StudyPlan MS2]&lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2021-2023&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS1:DAAI:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS1:ROCV:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1wsIL7VVfHmANr684t1xDJxwuPFYLY1JZ/edit?rtpof=true#gid=1323274448 MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS1:SNE:StudyPlan MS2]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2022-2024&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1MHowXuL3RFfuFJnXaJttYtL0Td-qauXb/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true:DAAI:StudyPlan MS1] &lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/11ccfxuNrQuyq-V3niO_SrVotlJ2J3E_q/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true:ROCV:StudyPlan MS1] &lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1zNiCqdfepVb6I-sLZIUEA9liuDuoojT2/edit?rtpof=true MS1 SE]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/199swG0cHnskzSGOEXHvD50ZokuB5U3V3/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true:SNE:StudyPlan MS1] &lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1-AVsKCXr3tHivLrb7L7rUwY84F34Z7r3/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true:ITE:StudyPlan MS1]&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=ALL:StudyPlan&amp;diff=7499</id>
		<title>ALL:StudyPlan</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=ALL:StudyPlan&amp;diff=7499"/>
		<updated>2022-09-02T06:09:55Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Current Study Plans */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current Study Plans==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot; | Year&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| Computer science&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2018-2022&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/BS4:CS:StudyPlan BS4] скрыть&lt;br /&gt;
|--&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2019-2023&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1KfBHd2fl6ZgKyQ6UXSghPDnGFDtMzwSN/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true BS4]&lt;br /&gt;
|-&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2020-2024&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1oWdxFeqrDX-4hUsEePOUBc8FAIvLJz5S/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true BS3]&lt;br /&gt;
|-&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2021-2025&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1JKhIKSayoKIvolPTE4QwT4S4_TmcBloz/edit#gid=102029621 BS2]&lt;br /&gt;
|-&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2022-2026 DSAI&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/16GSdVMHHbMTq5nAw9uAyL1eD474d_WE-/edit?rtpof=true BS1]&lt;br /&gt;
|-&lt;br /&gt;
|- &lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2022-2026 CS&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1UQr75JJBYQjgXBE2nxf82XOjTVs2WWEH/edit#gid=1431294653 BS1]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center;&amp;quot;&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot; | Year&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| DAAI&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| ROCV&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| SE&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| SNE&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2020-2022 скрыть&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS2:DAAI:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS2:ROCV:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS2:SE:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS2:SNE:StudyPlan MS2]&lt;br /&gt;
|- --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2021-2023&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS1:DAAI:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS1:ROCV:StudyPlan MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1wsIL7VVfHmANr684t1xDJxwuPFYLY1JZ/edit?rtpof=true#gid=1323274448 MS2]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://eduwiki.innopolis.university/index.php/MS1:SNE:StudyPlan MS2]&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
!  style=&amp;quot;text-align:center;&amp;quot;| 2022-2024&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1MHowXuL3RFfuFJnXaJttYtL0Td-qauXb/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true:DAAI:StudyPlan MS1] &lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/11ccfxuNrQuyq-V3niO_SrVotlJ2J3E_q/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true:ROCV:StudyPlan MS1] &lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1zNiCqdfepVb6I-sLZIUEA9liuDuoojT2/edit?rtpof=true MS1 SE]&lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/199swG0cHnskzSGOEXHvD50ZokuB5U3V3/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true:SNE:StudyPlan MS1] &lt;br /&gt;
|  style=&amp;quot;text-align:center;&amp;quot;| [https://docs.google.com/spreadsheets/d/1-AVsKCXr3tHivLrb7L7rUwY84F34Z7r3/edit?usp=drive_web&amp;amp;ouid=112969423608769094940&amp;amp;rtpof=true:ITE:StudyPlan MS1] ITE&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BS1&amp;diff=7487</id>
		<title>BS1</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BS1&amp;diff=7487"/>
		<updated>2022-08-29T11:43:05Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;googlespreadsheet width=&amp;quot;1600&amp;quot; height=&amp;quot;1000&amp;quot; style=&amp;quot;width: 100%&amp;quot;&amp;gt;1rzxIO7oFgFBauALaiCHZwza8sDg93EKwKMzzAb22_XE/edit#gid=833790814 &amp;lt;/googlespreadsheet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|- style=&amp;quot;font-weight:bold; vertical-align:bottom;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;10&amp;quot; style=&amp;quot;text-align:center; font-weight:normal;&amp;quot; | BS - Year 1&lt;br /&gt;
|- style=&amp;quot;font-weight:bold; text-align:center; vertical-align:bottom;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-weight:normal; text-align:left;&amp;quot; | &lt;br /&gt;
| B21-01&lt;br /&gt;
| B21-02&lt;br /&gt;
| B21-03&lt;br /&gt;
| B21-04&lt;br /&gt;
| B21-05&lt;br /&gt;
| B21-06&lt;br /&gt;
| B21-07&lt;br /&gt;
| B21-08&lt;br /&gt;
|- style=&amp;quot;background-color:#00B0F0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center; font-weight:bold;&amp;quot; | MONDAY&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 09:00-10:30&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgrammingI Introduction To Programming I]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot; colspan=&amp;quot;7&amp;quot; |[https://eduwiki.innopolis.university/index.php/MansurKhazeev Mansur Khazeev]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot; colspan=&amp;quot;7&amp;quot; | 108&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 10:40-12:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgrammingI Introduction To Programming I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI_new Analytic Geometry And Linear Algebra I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgrammingI Introduction To Programming I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/MunirMakhmutov Munir Makhmutov]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/OlegBulichev ​Oleg Bulichev]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Sami Sellami&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 312&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 12:40-14:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgrammingI Introduction To Programming I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI_new Analytic Geometry And Linear Algebra I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgrammingI Introduction To Programming I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/MunirMakhmutov Munir Makhmutov]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/AnastasiyaPuzankova ​Anastasiya Puzankova]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Sami Sellami&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | 312&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 14:20-15:50&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI_new Analytic Geometry And Linear Algebra I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgrammingI Introduction To Programming I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI_new Analytic Geometry And Linear Algebra I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI_new Analytic Geometry And Linear Algebra I] (lab)&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/OlegBulichev ​Oleg Bulichev]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/MunirMakhmutov Munir Makhmutov]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | Marchuk Eugene&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/AnastasiyaPuzankova ​Anastasiya Puzankova]&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | 312&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFBD67;&amp;quot; | 422 (online)&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 16:00-17:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI_new Analytic Geometry And Linear Algebra I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI_new Analytic Geometry And Linear Algebra I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFBD67;&amp;quot; | [https://eduwiki.innopolis.university/index.php/OlegBulichev ​Oleg Bulichev]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFBD67;&amp;quot; | Marchuk Eugene&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFBD67;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFBD67;&amp;quot; | 312&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 17:40-19:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 19:20-20:50&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;background-color:#00B0F0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center; font-weight:bold;&amp;quot; | TUESDAY&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 09:00-10:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/104/421&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/104/421&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/104/421&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 10:40-12:10&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/BSc:MathematicalAnalysisI Mathematical Analysis I] (lec) &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/SergeyGorodetsky Sergey Gorodetsky]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  108&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 12:40-14:10&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF8364;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/BSc:MathematicalAnalysisI Mathematical Analysis I] (tut)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF8364;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/IvanKonyukhov Ivan Konyukhov]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF8364;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  108&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 14:20-15:50&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:MathematicalAnalysisI Mathematical Analysis I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | Zlata Schedrikova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/104/421&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/104/421&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 16:00-17:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I] &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:MathematicalAnalysisI Mathematical Analysis I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | Zlata Schedrikova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 301/103/104/421&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 301/103/104/421&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 17:40-19:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:MathematicalAnalysisI Mathematical Analysis I]  (lab)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | Ruzilia Mukhutdinova&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | 422 (online)&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 19:20-20:50&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;background-color:#00B0F0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center; font-weight:bold;&amp;quot; | WEDNESDAY&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 09:00-10:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:MathematicalAnalysisI Mathematical Analysis I]  (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:MathematicalAnalysisI Mathematical Analysis I]  (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgrammingI Introduction To Programming I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | Zamira Kholmatova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | Ruzilia Mukhutdinova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Alexey Shikulin&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | 312&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 10:40-12:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:MathematicalAnalysisI Mathematical Analysis I]  (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgrammingI Introduction To Programming I] (lab)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | Zamira Kholmatova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Alexey Shikulin&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | 312&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 422 (online)&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 12:40-14:10&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/BSc:PhilosophyI_Fall_2020 Philosophy I] (lec)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/AndreyFrolov Andrey Frolov]/[https://eduwiki.innopolis.university/index.php/MirkoFarina Mirko Farina]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  108&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 14:20-15:50&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF8364;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/BSc:PhilosophyI_Fall_2020 Philosophy I] (tut)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF8364;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/MohammedrezaBahrami Mohammedreza Bahrami]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF8364;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  108&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 16:00-17:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhilosophyI_Fall_2020 Philosophy I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhilosophyI_Fall_2020 Philosophy I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhilosophyI_Fall_2020 Philosophy I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhilosophyI_Fall_2020 Philosophy I] (lab)&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | [https://eduwiki.innopolis.university/index.php/AndreyFrolov Andrey Frolov]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | Robiul Islam&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | Pal Sourabh&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | Dmitry Devitt&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | 300&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | 422 (online)&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 17:40-19:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhilosophyI_Fall_2020 Philosophy I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhilosophyI_Fall_2020 Philosophy I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:PhilosophyI_Fall_2020 Philosophy I] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | Dmitry Devitt&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | Robiul Islam&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | Pal Sourabh&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFFEB8;&amp;quot; | 300&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 19:20-20:50&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;background-color:#00B0F0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center; font-weight:bold;&amp;quot; | THURSDAY&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 09:00-10:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:MathematicalAnalysisI Mathematical Analysis I]  (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | Ruzilia Mukhutdinova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/421/102&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/421/102&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#E3F3F7;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/421/102&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 10:40-12:10&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/BSc:ComputerArchitecture Computer Architecture] (lec)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/AlexanderTormasov Alexander Tormasov]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  108 &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 12:40-14:10&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/BSc:ComputerArchitecture Computer Architecture] (tut)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/ArtemBurmyakov Artem Burmyakov]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  108&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 14:20-15:50&lt;br /&gt;
| style=&amp;quot;background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:ComputerArchitecture Computer Architecture] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:ComputerArchitecture Computer Architecture] (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:ComputerArchitecture Computer Architecture] (lab)&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/ArtemBurmyakov Artem Burmyakov]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/KirillPoletkin Kirill Poletkin]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Georgiy Gelvanovsky, Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | Vladislav Ostankovich&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/421/102&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 303/301/103/421/102&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | 422 (online)&lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | 16:00-17:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:ComputerArchitecture Computer Architecture]  (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:ComputerArchitecture Computer Architecture]  (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:EnglishForAcademicPurposesI English For Academic Purposes I]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/KirillPoletkin Kirill Poletkin]&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | Vladislav Ostankovich&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | Guzel Fazlyeva, Rabab Marouf, Ruslan Saduov, Evgeniya Kruglova&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 301/103/421/102&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | 320&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; background-color:#FFF1C1;&amp;quot; | 301/103/421/102&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom; text-align:left;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 17:40-19:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:ComputerArchitecture Computer Architecture]  (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | Vladislav Ostankovich&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 19:20-20:50&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;background-color:#00B0F0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center; font-weight:bold;&amp;quot; | FRIDAY&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 09:00-10:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; background-color:#EEF0F2;&amp;quot; | [https://eduwiki.innopolis.university/index.php/BSc:ComputerArchitecture Computer Architecture]  (lab)&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | Vladislav Ostankovich&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#EEF0F2;&amp;quot; | 318&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 10:40-12:10&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI_new Analytic Geometry And Linear Algebra I] (lec)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/VladimirIvanov Vladimir Ivanov] &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  108&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 12:40-14:10&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI_new Analytic Geometry And Linear Algebra I] (tut)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/MohammedrezaBahrami Mohammedreza Bahrami]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  108&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 14:20-15:50&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 16:00-17:30&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/BSc:IntroductionToProgrammingI Introduction To Programming I] (lec)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  [https://eduwiki.innopolis.university/index.php/EvgeniiZouev Evgenii Zouev]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center; vertical-align:bottom; background-color:#FF4D4D;&amp;quot;  colspan=&amp;quot;7&amp;quot; |  108 &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 17:40-19:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 19:20-20:50&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|- style=&amp;quot;vertical-align:bottom; background-color:#00B0F0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:center; font-weight:bold;&amp;quot; | SATURDAY&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 09:00-10:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 10:40-12:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 12:40-14:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 14:20-15:50&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 16:00-17:30&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 17:40-19:10&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align:center;&amp;quot; | 19:20-20:50&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
| style=&amp;quot;vertical-align:bottom;&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Cybercrime_Forensics&amp;diff=7486</id>
		<title>MSc: Cybercrime Forensics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Cybercrime_Forensics&amp;diff=7486"/>
		<updated>2022-08-29T10:58:51Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cybercrime and Forensics =&lt;br /&gt;
&lt;br /&gt;
* Course name: Cybercrime and Forensics&lt;br /&gt;
* Course number: SNE-???&lt;br /&gt;
&lt;br /&gt;
== Course characteristics ==&lt;br /&gt;
&lt;br /&gt;
== Key concepts of the class ==&lt;br /&gt;
&lt;br /&gt;
* Law, regulations and modern tendencies of the high-tech crimes&lt;br /&gt;
* Computer forensics approaches and techniques&lt;br /&gt;
* Incident response and threat hunting methods&lt;br /&gt;
&lt;br /&gt;
== What is the purpose of this course? ==&lt;br /&gt;
&lt;br /&gt;
Modern tactics and techniques of high-tech crimes, including counter -forensics methods, are evolving rapidly according to the past several years. Therefore, the purpose of this course is to provide for students the necessary knowledge and abilities to obtain and analyze digital evidence in a way to provide investigations that will comply with the current law and regulations. Another purpose for the course is to learn for students how to counteract with ongoing computer incidents, intrusions and to perform threat hunting in the computer systems&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
The course has been designed to be self-included as much as possible. The successful completion will depend on prerequisite courses such as:&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Security_of_systems_and_networks CSE520 — Security of systems and networks]&lt;br /&gt;
* Essential skills&lt;br /&gt;
* Classical Internet Applications&lt;br /&gt;
&lt;br /&gt;
== Course Objectives Based on Bloom’s Taxonomy ==&lt;br /&gt;
&lt;br /&gt;
=== What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to identify and define&lt;br /&gt;
&lt;br /&gt;
* Methods for investigating and responding to cybersecurity incidents&lt;br /&gt;
* Main types of computer attacks and the technical and non-technical techniques used by attackers;&lt;br /&gt;
* Compliance requirements to produce valid computer-technical expertise for further legal procedures;&lt;br /&gt;
* Aquisition techniques depending on the affected digital media and environment conditions&lt;br /&gt;
* Computer systems’ artifacts that were affected during the incident&lt;br /&gt;
* Specific hardware and software forensic tools depending on the type of incident;&lt;br /&gt;
* Decryption and decoding methods for protected and hidden data, methods of counter-forensics technology.&lt;br /&gt;
&lt;br /&gt;
=== What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to describe and explain&lt;br /&gt;
&lt;br /&gt;
* Difference between different types of computer incidents&lt;br /&gt;
* The difference in compliance requirements for specific cybercrime cases&lt;br /&gt;
* Computer attacker model and kill chain tactics&lt;br /&gt;
* Filesystems analysis methods&lt;br /&gt;
* Volatile memory analysis methods&lt;br /&gt;
* Network analysis methods&lt;br /&gt;
* Malware analysis methods&lt;br /&gt;
&lt;br /&gt;
=== What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to demonstrate&lt;br /&gt;
&lt;br /&gt;
* Organizing an incident response to a cybersecurity incident and minimize potential damage&lt;br /&gt;
* Determination of the type and causes of the incident&lt;br /&gt;
* Determination of the computer systems’ artifacts that are required for the acquisition&lt;br /&gt;
* Collection of digital evidence and proper documentation of it&lt;br /&gt;
* Recovered deleted and hidden information&lt;br /&gt;
* Restored an incident chronology during the investigation, determination of the methods used by the attacker and the impact on the attacked system&lt;br /&gt;
* Conduction of investigation on various types of computer attacks&lt;br /&gt;
* Conduction malware analysis&lt;br /&gt;
* Correct and efficient usage of open source forensics software and hardware&lt;br /&gt;
&lt;br /&gt;
== Course evaluation ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Type'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Default points'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Labs/seminar classes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Project&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Exam&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment: None&lt;br /&gt;
&lt;br /&gt;
== Grades range ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Grade'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Default range'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| A. Excellent&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 90-100&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| B. Good&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 70-89&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| C. Satisfactory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-69&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| D. Poor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s grading features:&lt;br /&gt;
&lt;br /&gt;
The laboratory assignments are mandatory with a required minimum result of 6/10 for each - including re-takes and late submissions - to complete the course. The semester starts with the default range as proposed in the Table above, but it may changes slightly depending on how the semester progresses.&lt;br /&gt;
&lt;br /&gt;
== Resources and reference material ==&lt;br /&gt;
&lt;br /&gt;
* “Practical forensic imaging. Securing digital evidence with Linux tools”. Bruce Nikkel&lt;br /&gt;
* “Incident response and computer forensics”. K.Mandia, C.Prosise, and M.Pepe&lt;br /&gt;
* “Digital Evidence and Computer Crime”. Eoghan Casey&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Modern high-tech crimes and the law&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Data acquisition and securing digital evidence&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Computer systems’ artifacts and their analysis methods&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Volatile data analysis methods&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Incident response and threat hunting&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Labs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 56&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Section 1 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Modern high-tech crimes and the law&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Law, regulations and modern tendencies of the high-tech crimes&lt;br /&gt;
* Computer forensics approaches and techniques&lt;br /&gt;
* Incident response and threat hunting methods&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What are the typical attacks which can be used against the banking system?&lt;br /&gt;
* What is the attacker model?&lt;br /&gt;
* What is the computer incident?&lt;br /&gt;
* What types of incidents can lead to criminal code articles for an attacker?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Identify risks and develop mitigation techniques before acquiring evidence for a given case&lt;br /&gt;
* Develop an attacker model for a specific incident&lt;br /&gt;
* Identify the most important compliance requirements for preservation evidence in the court case?&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
* As above&lt;br /&gt;
&lt;br /&gt;
== Section 2 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Data acquisition and securing digital evidence&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Compliance requirements for the evidence acquisition&lt;br /&gt;
* Non-volatile data evidence collection&lt;br /&gt;
* Volatile data evidence collection&lt;br /&gt;
* Securing digital evidence with open source tools&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What are the pros and cons of using software or hardware tools for acquisition?&lt;br /&gt;
* What are the important steps to perform data evidence acquisition on the live system?&lt;br /&gt;
* What is the difference between non-volatile and volatile data from the perspective of computer forensics?&lt;br /&gt;
* What are the legal aspects of preparing before conducting computer forensic analysis based on the positions and responsibilities of forensic investigators?&lt;br /&gt;
* What kind of computer systems’ components would be less important during a live acquisition?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Depending on the incident define software and hardware that can be used to collect and preserve digital evidence&lt;br /&gt;
* Collect the evidence on a virtual environment&lt;br /&gt;
* Collect the evidence from the live system&lt;br /&gt;
* Collect the evidence of the volatile data&lt;br /&gt;
* Provide integrity, confidentiality, and non-repudiation for acquired evidence&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
== Section 3 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:'''&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:''' Computer systems’ artifacts and their analysis methods&lt;br /&gt;
&lt;br /&gt;
* Anti-forensics methods and recovery information&lt;br /&gt;
* Windows forensics&lt;br /&gt;
* Filesystem forensics&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What kind of methods do you know for an attacker to hide and delete information?&lt;br /&gt;
* What are the important artifacts that can be used for the analysis of the Windows systems?&lt;br /&gt;
* What is the difference between DEFT and CAIN software forensics distributions?&lt;br /&gt;
* What is MAC time?&lt;br /&gt;
* What is the conceptual difference between FAT and NTFS?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Analyze the incident that involves the USB stick of the attacker&lt;br /&gt;
* Create a timeline based on the timestamps of the artifacts&lt;br /&gt;
* Find and recover hidden information on the hard drive&lt;br /&gt;
* Extract and analyze filesystem journals&lt;br /&gt;
* Find encrypted information&lt;br /&gt;
* Identify the slack spaces that contain deleted data&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
== Section 4 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Volatile data analysis methods&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Operating memory forensics&lt;br /&gt;
* Network forensics&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What is fileless malware?&lt;br /&gt;
* How can rootkits affect the evidence?&lt;br /&gt;
* What kind of operating memory artifacts can be useful for cybercrime investigation?&lt;br /&gt;
* What is difficult about dumping a memory?&lt;br /&gt;
* What is difficult about dumping network traffic?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Identify direct kernel object manipulation in the given sample&lt;br /&gt;
* Find unlinking from the active process list&lt;br /&gt;
* Trace and detect used cryptographical keys on the incident&lt;br /&gt;
* Determine the original source of an attacker’s compromise on the given network traffic&lt;br /&gt;
* Establish and present a timeline of the attacker’s activities for a specific case&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
== Section 5 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Incident response and threat hunting&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Introduction to incident response&lt;br /&gt;
* Sandboxing&lt;br /&gt;
* Malware analysis&lt;br /&gt;
* SOC analysis tasks&lt;br /&gt;
* Monitoring, logging and auditing of security events&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What limitations might you have during the incident response?&lt;br /&gt;
* What type of incident responses can be provided during the incident&lt;br /&gt;
* What is the difference between incident response and computer forensics in general&lt;br /&gt;
* What is sandboxing and how it could be used in the incident response?&lt;br /&gt;
* What type of threats can occur for investigators during investigation?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Identify the methods that can detect anomaly behavior for a typical Windows system processes&lt;br /&gt;
* Identify persistence mechanisms that are used by the given malicious process&lt;br /&gt;
* Identify illegitimate network activity on the given network traffic&lt;br /&gt;
* Develop an effective sandboxing environment for malware detection and examination of its behavior&lt;br /&gt;
* Develop indicators of compromise to detect threats on multiple systems&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Cybercrime_Forensics&amp;diff=7483</id>
		<title>MSc: Cybercrime Forensics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Cybercrime_Forensics&amp;diff=7483"/>
		<updated>2022-08-29T09:37:53Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cybercrime and Forensics  =&lt;br /&gt;
* Course name: Cybercrime and Forensics&lt;br /&gt;
* Course number:&lt;br /&gt;
* Subject area: &lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
Modern tactics and techniques of high-tech crimes, including counter -forensics methods, are evolving rapidly according to the past several years. Therefore, the purpose of this course is to provide for students the necessary knowledge and abilities to obtain and analyze digital evidence in a way to provide investigations that will comply with the current law and regulations. Another purpose for the course is to learn for students how to counteract with ongoing computer incidents, intrusions and to perform threat hunting in the computer systems&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Booting, Operating Systems, and Computer Architecture || &lt;br /&gt;
# Booting principles and disks&lt;br /&gt;
# Essentials of operating systems&lt;br /&gt;
# Fundamentals of computer architecture&lt;br /&gt;
|-&lt;br /&gt;
| DNS, DNSSEC, and DoH || &lt;br /&gt;
# DNS&lt;br /&gt;
# DNSSEC&lt;br /&gt;
# DoH&lt;br /&gt;
|-&lt;br /&gt;
| Email || &lt;br /&gt;
# Email architecture&lt;br /&gt;
# Spam management&lt;br /&gt;
|-&lt;br /&gt;
| Directory, Web, Protocol, ABNF and Deflating || &lt;br /&gt;
# Directory services&lt;br /&gt;
# Web&lt;br /&gt;
# Protocols&lt;br /&gt;
# ABNF&lt;br /&gt;
# Deflating&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
CIA course serves as kick-start for the security and network engineering Masters program. Before diving into the depth of the topics, the students must know preliminary concepts related to computer networks services and applications therein. This course is designed to cover the basic services offered by the Internet including operating systems and computer architecture. The concepts from this course will be used throughout the course of whole masters. More precisely, this course will cover the basic computer architecture and assembly language programming, Domain Name Services (DNS), DNSSec, email, web, directories, and disks. This course will also cover protocols and ABNF. The theory part will strengthen the theoretical aspects of the concepts whereas the lab exercises will provide the students with the opportunity to have hands-on experience of the ideas they learnt in the lectures.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Identify different Internet applications and understand their working principles from the protocols point of view&lt;br /&gt;
* Demonstrate the acquired knowledge and skills in classical internet applications including DNS, Email, and Directory services.&lt;br /&gt;
* Able to write regular expressions and context-free grammar that are essential in Internet applications and information exchange through the networks&lt;br /&gt;
* Able to partition disks and remember the booting principles as well as secure booting&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Demonstrate knowledge and skills to use web services&lt;br /&gt;
* Demonstrate the essential knowledge of disks and calculate particular locations/addresses in disks&lt;br /&gt;
* Reason about problems in the current DNS and the need to upgrade to DNSSEC and DNS over HTTPS&lt;br /&gt;
* Demonstrate the knowledge of email and other services configuration&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Install, Configure, update, and manage DNS services over a network&lt;br /&gt;
* Configure, maintain, and update the secure DNS over a network&lt;br /&gt;
* Update, add, and delete records in DNS&lt;br /&gt;
* Configure a secure mail server and maintain it&lt;br /&gt;
* Get hands-on experience of the afore-mentioned technologies on their own servers. &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent || 90-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| B. Good || 75-89 || -&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory || 60-74 || -&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor || 0-59 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Labs/seminar classes || 20&lt;br /&gt;
|-&lt;br /&gt;
| Lab tasks assessment || 40&lt;br /&gt;
|-&lt;br /&gt;
| Exams || 40&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Lecture slides&lt;br /&gt;
* RFCs&lt;br /&gt;
* Link to the online material will be provided (if any)&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
&lt;br /&gt;
= Cybercrime and Forensics =&lt;br /&gt;
&lt;br /&gt;
* Course name: Cybercrime and Forensics&lt;br /&gt;
* Course number: SNE-???&lt;br /&gt;
&lt;br /&gt;
== Course characteristics ==&lt;br /&gt;
&lt;br /&gt;
== Key concepts of the class ==&lt;br /&gt;
&lt;br /&gt;
* Law, regulations and modern tendencies of the high-tech crimes&lt;br /&gt;
* Computer forensics approaches and techniques&lt;br /&gt;
* Incident response and threat hunting methods&lt;br /&gt;
&lt;br /&gt;
== What is the purpose of this course? ==&lt;br /&gt;
&lt;br /&gt;
Modern tactics and techniques of high-tech crimes, including counter -forensics methods, are evolving rapidly according to the past several years. Therefore, the purpose of this course is to provide for students the necessary knowledge and abilities to obtain and analyze digital evidence in a way to provide investigations that will comply with the current law and regulations. Another purpose for the course is to learn for students how to counteract with ongoing computer incidents, intrusions and to perform threat hunting in the computer systems&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
The course has been designed to be self-included as much as possible. The successful completion will depend on prerequisite courses such as:&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Security_of_systems_and_networks CSE520 — Security of systems and networks]&lt;br /&gt;
* Essential skills&lt;br /&gt;
* Classical Internet Applications&lt;br /&gt;
&lt;br /&gt;
== Course Objectives Based on Bloom’s Taxonomy ==&lt;br /&gt;
&lt;br /&gt;
=== What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to identify and define&lt;br /&gt;
&lt;br /&gt;
* Methods for investigating and responding to cybersecurity incidents&lt;br /&gt;
* Main types of computer attacks and the technical and non-technical techniques used by attackers;&lt;br /&gt;
* Compliance requirements to produce valid computer-technical expertise for further legal procedures;&lt;br /&gt;
* Aquisition techniques depending on the affected digital media and environment conditions&lt;br /&gt;
* Computer systems’ artifacts that were affected during the incident&lt;br /&gt;
* Specific hardware and software forensic tools depending on the type of incident;&lt;br /&gt;
* Decryption and decoding methods for protected and hidden data, methods of counter-forensics technology.&lt;br /&gt;
&lt;br /&gt;
=== What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to describe and explain&lt;br /&gt;
&lt;br /&gt;
* Difference between different types of computer incidents&lt;br /&gt;
* The difference in compliance requirements for specific cybercrime cases&lt;br /&gt;
* Computer attacker model and kill chain tactics&lt;br /&gt;
* Filesystems analysis methods&lt;br /&gt;
* Volatile memory analysis methods&lt;br /&gt;
* Network analysis methods&lt;br /&gt;
* Malware analysis methods&lt;br /&gt;
&lt;br /&gt;
=== What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to demonstrate&lt;br /&gt;
&lt;br /&gt;
* Organizing an incident response to a cybersecurity incident and minimize potential damage&lt;br /&gt;
* Determination of the type and causes of the incident&lt;br /&gt;
* Determination of the computer systems’ artifacts that are required for the acquisition&lt;br /&gt;
* Collection of digital evidence and proper documentation of it&lt;br /&gt;
* Recovered deleted and hidden information&lt;br /&gt;
* Restored an incident chronology during the investigation, determination of the methods used by the attacker and the impact on the attacked system&lt;br /&gt;
* Conduction of investigation on various types of computer attacks&lt;br /&gt;
* Conduction malware analysis&lt;br /&gt;
* Correct and efficient usage of open source forensics software and hardware&lt;br /&gt;
&lt;br /&gt;
== Course evaluation ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Type'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Default points'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Labs/seminar classes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Project&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Exam&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment: None&lt;br /&gt;
&lt;br /&gt;
== Grades range ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Grade'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Default range'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| A. Excellent&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 90-100&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| B. Good&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 70-89&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| C. Satisfactory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-69&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| D. Poor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s grading features:&lt;br /&gt;
&lt;br /&gt;
The laboratory assignments are mandatory with a required minimum result of 6/10 for each - including re-takes and late submissions - to complete the course. The semester starts with the default range as proposed in the Table above, but it may changes slightly depending on how the semester progresses.&lt;br /&gt;
&lt;br /&gt;
== Resources and reference material ==&lt;br /&gt;
&lt;br /&gt;
* “Practical forensic imaging. Securing digital evidence with Linux tools”. Bruce Nikkel&lt;br /&gt;
* “Incident response and computer forensics”. K.Mandia, C.Prosise, and M.Pepe&lt;br /&gt;
* “Digital Evidence and Computer Crime”. Eoghan Casey&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Modern high-tech crimes and the law&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Data acquisition and securing digital evidence&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Computer systems’ artifacts and their analysis methods&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Volatile data analysis methods&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Incident response and threat hunting&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Labs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 56&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Section 1 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Modern high-tech crimes and the law&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Law, regulations and modern tendencies of the high-tech crimes&lt;br /&gt;
* Computer forensics approaches and techniques&lt;br /&gt;
* Incident response and threat hunting methods&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What are the typical attacks which can be used against the banking system?&lt;br /&gt;
* What is the attacker model?&lt;br /&gt;
* What is the computer incident?&lt;br /&gt;
* What types of incidents can lead to criminal code articles for an attacker?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Identify risks and develop mitigation techniques before acquiring evidence for a given case&lt;br /&gt;
* Develop an attacker model for a specific incident&lt;br /&gt;
* Identify the most important compliance requirements for preservation evidence in the court case?&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
* As above&lt;br /&gt;
&lt;br /&gt;
== Section 2 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Data acquisition and securing digital evidence&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Compliance requirements for the evidence acquisition&lt;br /&gt;
* Non-volatile data evidence collection&lt;br /&gt;
* Volatile data evidence collection&lt;br /&gt;
* Securing digital evidence with open source tools&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What are the pros and cons of using software or hardware tools for acquisition?&lt;br /&gt;
* What are the important steps to perform data evidence acquisition on the live system?&lt;br /&gt;
* What is the difference between non-volatile and volatile data from the perspective of computer forensics?&lt;br /&gt;
* What are the legal aspects of preparing before conducting computer forensic analysis based on the positions and responsibilities of forensic investigators?&lt;br /&gt;
* What kind of computer systems’ components would be less important during a live acquisition?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Depending on the incident define software and hardware that can be used to collect and preserve digital evidence&lt;br /&gt;
* Collect the evidence on a virtual environment&lt;br /&gt;
* Collect the evidence from the live system&lt;br /&gt;
* Collect the evidence of the volatile data&lt;br /&gt;
* Provide integrity, confidentiality, and non-repudiation for acquired evidence&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
== Section 3 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:'''&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:''' Computer systems’ artifacts and their analysis methods&lt;br /&gt;
&lt;br /&gt;
* Anti-forensics methods and recovery information&lt;br /&gt;
* Windows forensics&lt;br /&gt;
* Filesystem forensics&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What kind of methods do you know for an attacker to hide and delete information?&lt;br /&gt;
* What are the important artifacts that can be used for the analysis of the Windows systems?&lt;br /&gt;
* What is the difference between DEFT and CAIN software forensics distributions?&lt;br /&gt;
* What is MAC time?&lt;br /&gt;
* What is the conceptual difference between FAT and NTFS?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Analyze the incident that involves the USB stick of the attacker&lt;br /&gt;
* Create a timeline based on the timestamps of the artifacts&lt;br /&gt;
* Find and recover hidden information on the hard drive&lt;br /&gt;
* Extract and analyze filesystem journals&lt;br /&gt;
* Find encrypted information&lt;br /&gt;
* Identify the slack spaces that contain deleted data&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
== Section 4 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Volatile data analysis methods&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Operating memory forensics&lt;br /&gt;
* Network forensics&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What is fileless malware?&lt;br /&gt;
* How can rootkits affect the evidence?&lt;br /&gt;
* What kind of operating memory artifacts can be useful for cybercrime investigation?&lt;br /&gt;
* What is difficult about dumping a memory?&lt;br /&gt;
* What is difficult about dumping network traffic?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Identify direct kernel object manipulation in the given sample&lt;br /&gt;
* Find unlinking from the active process list&lt;br /&gt;
* Trace and detect used cryptographical keys on the incident&lt;br /&gt;
* Determine the original source of an attacker’s compromise on the given network traffic&lt;br /&gt;
* Establish and present a timeline of the attacker’s activities for a specific case&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
== Section 5 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Incident response and threat hunting&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Introduction to incident response&lt;br /&gt;
* Sandboxing&lt;br /&gt;
* Malware analysis&lt;br /&gt;
* SOC analysis tasks&lt;br /&gt;
* Monitoring, logging and auditing of security events&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What limitations might you have during the incident response?&lt;br /&gt;
* What type of incident responses can be provided during the incident&lt;br /&gt;
* What is the difference between incident response and computer forensics in general&lt;br /&gt;
* What is sandboxing and how it could be used in the incident response?&lt;br /&gt;
* What type of threats can occur for investigators during investigation?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Identify the methods that can detect anomaly behavior for a typical Windows system processes&lt;br /&gt;
* Identify persistence mechanisms that are used by the given malicious process&lt;br /&gt;
* Identify illegitimate network activity on the given network traffic&lt;br /&gt;
* Develop an effective sandboxing environment for malware detection and examination of its behavior&lt;br /&gt;
* Develop indicators of compromise to detect threats on multiple systems&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:_Introduction_To_Programming&amp;diff=7371</id>
		<title>BSc: Introduction To Programming</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:_Introduction_To_Programming&amp;diff=7371"/>
		<updated>2022-08-12T11:39:45Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* The retake exam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Introduction to Programming =&lt;br /&gt;
* '''Course name''': Introduction to Programming&lt;br /&gt;
* '''Code discipline''': CSE101&lt;br /&gt;
* '''Subject area''': Programming Languages and Software Engineering&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
This course covers the following concepts: Basic concept - algorithm, program, data; Computer architecture basics; Structured programming; Object-oriented programming; Generic programming; Exception handling; Programming by contract (c); Functional programming; Concurrent programming.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to programming || &lt;br /&gt;
# Basic definitions – algorithm, program, computer, von Neumann architecture, CPU lifecycle.&lt;br /&gt;
# Programming languages history and overview. Imperative (procedural) and functional approaches.&lt;br /&gt;
# Translation – compilation vs. interpretation. JIT, AOT. Hybrid modes.&lt;br /&gt;
# Introduction to typification. Static and dynamic typing. Type inference. Basic types – integer, real, character, boolean, bit. Arrays and strings. Records-structures.&lt;br /&gt;
# Programming – basic concepts. Statements and expressions. 3 atomic statements - assignment, if-check, goto. Control structures – conditional, assignment, goto, case-switch-inspect, loops.&lt;br /&gt;
# Variables and constants.&lt;br /&gt;
# Routines – procedures and functions.&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to object-oriented programming || &lt;br /&gt;
# Key principles of object-oriented programming&lt;br /&gt;
# Overloading is not overriding&lt;br /&gt;
# Concepts of class and object&lt;br /&gt;
# How objects can be created?&lt;br /&gt;
# Single and multiple inheritance&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to generics, exception handling and programming by contract (C) || &lt;br /&gt;
# Introduction to generics&lt;br /&gt;
# Introduction to exception handling&lt;br /&gt;
# Introduction to programming by contract (C)&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to programming environments || &lt;br /&gt;
# Concept of libraries as the basis for reuse.&lt;br /&gt;
# Concept of interfaces/API. Separate compilation.&lt;br /&gt;
# Approaches to software documentation.&lt;br /&gt;
# Persistence. Files.&lt;br /&gt;
# How to building a program. Recompilation problem. Name clashes, name spaces&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to concurrent and functional programming || &lt;br /&gt;
# Concurrent programming.&lt;br /&gt;
# Functional programming within imperative programming languages.&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The Introduction to Programming course teaches the fundamental concepts and skills necessary to perform programming at a professional level. Students will learn how to master the fundamental control structures, data structures, reasoning patterns and programming language mechanisms characterizing modern programming, as well as the fundamental rules of producing high-quality software. They will acquire the necessary programming background for later courses introducing programming skills in specialized application areas. The course focuses on Object Oriented paradigm.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Basic concepts of programming. What is algorithm, program.&lt;br /&gt;
* Concept of typification. Dynamic and static types.&lt;br /&gt;
* Concepts of structured programming, object-oriented one.&lt;br /&gt;
* Concepts of exception handling and generic programming.&lt;br /&gt;
* Concurrent programming and functional programming in imperative programming languages.&lt;br /&gt;
* verification of the software based on programming by contract (C)&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* How to create high quality software using mainstream concepts of programming.&lt;br /&gt;
* What is object-oriented programming and its main advantages&lt;br /&gt;
* How to increase the level of abstraction with help of genericity.&lt;br /&gt;
* How to create concurrent programs and what are the main issues related to this kind of programming&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* To be able to create quality programs in Java. &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent || 85-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| B. Good || 75-84 || -&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory || 60-75 || -&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor || 0-59 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Labs/seminar classes || 40&lt;br /&gt;
|-&lt;br /&gt;
| Interim performance assessment || 30&lt;br /&gt;
|-&lt;br /&gt;
| Exams || 30&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
 &lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3 !! Section 4 !! Section 5&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation || 1 || 1 || 1 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based) || 1 || 0 || 0 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code || 0 || 1 || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Reports || 0 || 1 || 0 || 0 || 0&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the difference between compiler and interpreter? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the difference between type and variable? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the background of structured programming? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to compile a program? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to run a program? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to debug a program? || 0&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the meaning of polymorphism? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to check the dynamic type of an object? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the limitations of single inheritance? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the issues related with multiple inheritance? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to handle array of objects of some class type? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to implement the class which logically has to have 2 constructors with the same signature but with different semantics? || 0&lt;br /&gt;
|} &lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is constrained genericity? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is exception? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is assertion? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How constrained genericity may be used for sorting of objects? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || In which order catch blocks are being processed? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || Where is the problem when precondition is violated? || 0&lt;br /&gt;
|} &lt;br /&gt;
==== Section 4 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || How reuse helps to develop software? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || How concept of libraries and separate compilation co-relate? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the benefits of integrating documentation into the source code? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || Why is it essential to have persistent data structures? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is to be done to design and develop a library? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || How to add documenting comments into the source code? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || What ways exists in Java to support persistence ? || 0&lt;br /&gt;
|} &lt;br /&gt;
==== Section 5 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Question || Explain the key differences parallelism and concurrency || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the key issues related to parallel execution? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What are the models of parallel execution? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is the difference between function and object? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Question || Which Java construction support concurrency? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is a thread? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Question || What is in-line lambda function? || 0&lt;br /&gt;
|} &lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# What are the basic control structure of structured programming?&lt;br /&gt;
# What is the difference between statements and expressions?&lt;br /&gt;
# What are the benefits of type inference?&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
# Name all principles of object-oriented programming?&lt;br /&gt;
# Explain what conformance means?&lt;br /&gt;
# Explain why cycles are prohibited in the inheritance graph?&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
# Can array be treated as generic class?&lt;br /&gt;
# What is the difference between throw and throws in Java?&lt;br /&gt;
# What is purpose of the class invariant?&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
# How to deal with name clashes?&lt;br /&gt;
# What is the main task of the recompilation module?&lt;br /&gt;
# What are the differences between different formats of persistence files?&lt;br /&gt;
'''Section 5'''&lt;br /&gt;
# What is the meaning of SIMD and MIMD?&lt;br /&gt;
# What are the implications of the Amdahl’s law?&lt;br /&gt;
# What model of concurrency Java relies on?&lt;br /&gt;
# Which function can be considered as pure?&lt;br /&gt;
# How to declare a function to accept a functional object as its argument?&lt;br /&gt;
# How Java supports high-order functions?&lt;br /&gt;
# How capturing variables works in Java?&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
&lt;br /&gt;
'''Section 51'''&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7323</id>
		<title>BSc:Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7323"/>
		<updated>2022-07-21T14:02:09Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Technical */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Technical ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Computer Science, Programming ===&lt;br /&gt;
&amp;lt;!-- to do --&amp;gt;&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102 &amp;amp;mdash; Introduction to Programming II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103  &amp;amp;mdash; Theoretical Computer Science]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Operating_Systems CSE105 &amp;amp;mdash; Operating Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Databases  CSE106 &amp;amp;mdash; Databases]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Compilers_Construction_and_Program_Analysis CSE108 &amp;amp;mdash; Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Programming_Paradigms  CSE109 &amp;amp;mdash; Programming Paradigms]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 &amp;amp;mdash; Software Systems Analysis and Design]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Distributed_And_Network_Programming CSE114 &amp;amp;mdash; Distributed And Network Programming]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Compilers_Construction CSE115 &amp;amp;mdash; Compilers Construction]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 &amp;amp;mdash; Data Structures and Algorithms]&lt;br /&gt;
&lt;br /&gt;
=== Maths ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 &amp;amp;mdash; Philosophy I - (Discrete Math and Logic)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 &amp;amp;mdash; Mathematical Analysis I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE202 &amp;amp;mdash; Analytical Geometry and Linear Algebra I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 &amp;amp;mdash; Mathematical Analysis II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 &amp;amp;mdash; Analytic Geometry And Linear Algebra II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 &amp;amp;mdash; Differential Equations]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 &amp;amp;mdash; Probability And Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 CSE??? &amp;amp;mdash; Introduction to Optimization]&lt;br /&gt;
&lt;br /&gt;
=== AI ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Artificial_Intelligence CSE301 &amp;amp;mdash; Introduction to Artificial Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Machine_Learning CSE302 &amp;amp;mdash; Introduction to Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Big_Data  CSE303 &amp;amp;mdash; Introduction to Big Data]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Game_Theory CSE304 &amp;amp;mdash; Game Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Mining CSE305 &amp;amp;mdash; Data Mining]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Information_Retrieval CSE306 &amp;amp;mdash; Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Computer_Vision CSE307 &amp;amp;mdash; Introduction to Computer Vision]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Practical_Machine_Learning_Deep_Learning CSE308 &amp;amp;mdash; Practical Machine Learning And Deep Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Statistical_Techniques_For_Data_Science CSE310 &amp;amp;mdash; Statistical Techniques for Data Science and Robotics] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Natural_Language_Processing CSE311 &amp;amp;mdash; Natural Language Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Nature_Inspired_Computing CSE340 &amp;amp;mdash; Nature Inspired Computing]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Hardware and Robotics ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 &amp;amp;mdash; Fundamentals of Computer Architecture]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402 &amp;amp;mdash; Physics I (Mechanics)] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Control_Theory CSE403 &amp;amp;mdash; Control Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Sensors_And_Sensing CSE404 &amp;amp;mdash; Sensors and Sensing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechatronics CSE405 &amp;amp;mdash; Mechatronics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Robotics CSE406 &amp;amp;mdash; Fundamentals of Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechanics_And_Machines CSE407 &amp;amp;mdash; Mechanics And Machines]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Mechanics CSE408 &amp;amp;mdash; Theoretical Mechanics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Robotic_Systems CSE409 &amp;amp;mdash; Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II  CSE410 &amp;amp;mdash; Physics II - Electrical Engineering]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Security and Networks ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Networks CSE501  &amp;amp;mdash; Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_System_And_Network_Administration  CSE502 &amp;amp;mdash; System And Network Administration]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Network_And_Cyber_Security CSE503 &amp;amp;mdash; Network And Cyber Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Signals_And_Systems CSE504 &amp;amp;mdash; Digital Signal Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Dev_Ops_Engineering CSE508 &amp;amp;mdash; DevOps Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Fundamentals_of_Computer_Security CSE509 &amp;amp;mdash; Fundamentals of Information Security]&lt;br /&gt;
&lt;br /&gt;
=== SE ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Lean_Software_Development CSE803 &amp;amp;mdash; Lean Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 &amp;amp;mdash; Software Quality and Reliability]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/Bc:_It_Product_Development CSE807 &amp;amp;mdash; IT Product Development]&lt;br /&gt;
&lt;br /&gt;
== Humanities ==&lt;br /&gt;
&lt;br /&gt;
=== Pedagogy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_History HSS601 &amp;amp;mdash; History (History of Russia, World History)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physical_Culture_and_Sport HSS105 &amp;amp;mdash; Physical Culture and Sport]&lt;br /&gt;
&lt;br /&gt;
=== Languages and literature ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture HSS203 &amp;amp;mdash; Foreign Language I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS204 &amp;amp;mdash; Foreign Language II]&lt;br /&gt;
&lt;br /&gt;
=== The science ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:AcademicResearchandWritingCulture HSS501 &amp;amp;mdash; Academic Research and Writing Culture 1]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS502 &amp;amp;mdash; Academic Research and Writing Culture 2]&lt;br /&gt;
&lt;br /&gt;
=== History and philosophy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Philosophy_II HSS602 &amp;amp;mdash; Philosophy II (Languages and Perceptions)]&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7322</id>
		<title>BSc:Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7322"/>
		<updated>2022-07-21T14:01:53Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Computer Science, Programming */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Technical ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Computer Science, Programming ===&lt;br /&gt;
&amp;lt;!-- to do --&amp;gt;&lt;br /&gt;
&amp;lt;!-- * Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming --&amp;gt;I&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102 &amp;amp;mdash; Introduction to Programming II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103  &amp;amp;mdash; Theoretical Computer Science]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Operating_Systems CSE105 &amp;amp;mdash; Operating Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Databases  CSE106 &amp;amp;mdash; Databases]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Compilers_Construction_and_Program_Analysis CSE108 &amp;amp;mdash; Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Programming_Paradigms  CSE109 &amp;amp;mdash; Programming Paradigms]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 &amp;amp;mdash; Software Systems Analysis and Design]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Distributed_And_Network_Programming CSE114 &amp;amp;mdash; Distributed And Network Programming]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Compilers_Construction CSE115 &amp;amp;mdash; Compilers Construction]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 &amp;amp;mdash; Data Structures and Algorithms]&lt;br /&gt;
&lt;br /&gt;
=== Maths ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 &amp;amp;mdash; Philosophy I - (Discrete Math and Logic)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 &amp;amp;mdash; Mathematical Analysis I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE202 &amp;amp;mdash; Analytical Geometry and Linear Algebra I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 &amp;amp;mdash; Mathematical Analysis II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 &amp;amp;mdash; Analytic Geometry And Linear Algebra II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 &amp;amp;mdash; Differential Equations]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 &amp;amp;mdash; Probability And Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 CSE??? &amp;amp;mdash; Introduction to Optimization]&lt;br /&gt;
&lt;br /&gt;
=== AI ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Artificial_Intelligence CSE301 &amp;amp;mdash; Introduction to Artificial Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Machine_Learning CSE302 &amp;amp;mdash; Introduction to Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Big_Data  CSE303 &amp;amp;mdash; Introduction to Big Data]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Game_Theory CSE304 &amp;amp;mdash; Game Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Mining CSE305 &amp;amp;mdash; Data Mining]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Information_Retrieval CSE306 &amp;amp;mdash; Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Computer_Vision CSE307 &amp;amp;mdash; Introduction to Computer Vision]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Practical_Machine_Learning_Deep_Learning CSE308 &amp;amp;mdash; Practical Machine Learning And Deep Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Statistical_Techniques_For_Data_Science CSE310 &amp;amp;mdash; Statistical Techniques for Data Science and Robotics] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Natural_Language_Processing CSE311 &amp;amp;mdash; Natural Language Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Nature_Inspired_Computing CSE340 &amp;amp;mdash; Nature Inspired Computing]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Hardware and Robotics ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 &amp;amp;mdash; Fundamentals of Computer Architecture]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402 &amp;amp;mdash; Physics I (Mechanics)] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Control_Theory CSE403 &amp;amp;mdash; Control Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Sensors_And_Sensing CSE404 &amp;amp;mdash; Sensors and Sensing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechatronics CSE405 &amp;amp;mdash; Mechatronics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Robotics CSE406 &amp;amp;mdash; Fundamentals of Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechanics_And_Machines CSE407 &amp;amp;mdash; Mechanics And Machines]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Mechanics CSE408 &amp;amp;mdash; Theoretical Mechanics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Robotic_Systems CSE409 &amp;amp;mdash; Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II  CSE410 &amp;amp;mdash; Physics II - Electrical Engineering]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Security and Networks ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Networks CSE501  &amp;amp;mdash; Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_System_And_Network_Administration  CSE502 &amp;amp;mdash; System And Network Administration]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Network_And_Cyber_Security CSE503 &amp;amp;mdash; Network And Cyber Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Signals_And_Systems CSE504 &amp;amp;mdash; Digital Signal Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Dev_Ops_Engineering CSE508 &amp;amp;mdash; DevOps Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Fundamentals_of_Computer_Security CSE509 &amp;amp;mdash; Fundamentals of Information Security]&lt;br /&gt;
&lt;br /&gt;
=== SE ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Lean_Software_Development CSE803 &amp;amp;mdash; Lean Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 &amp;amp;mdash; Software Quality and Reliability]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/Bc:_It_Product_Development CSE807 &amp;amp;mdash; IT Product Development]&lt;br /&gt;
&lt;br /&gt;
== Humanities ==&lt;br /&gt;
&lt;br /&gt;
=== Pedagogy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_History HSS601 &amp;amp;mdash; History (History of Russia, World History)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physical_Culture_and_Sport HSS105 &amp;amp;mdash; Physical Culture and Sport]&lt;br /&gt;
&lt;br /&gt;
=== Languages and literature ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture HSS203 &amp;amp;mdash; Foreign Language I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS204 &amp;amp;mdash; Foreign Language II]&lt;br /&gt;
&lt;br /&gt;
=== The science ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:AcademicResearchandWritingCulture HSS501 &amp;amp;mdash; Academic Research and Writing Culture 1]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS502 &amp;amp;mdash; Academic Research and Writing Culture 2]&lt;br /&gt;
&lt;br /&gt;
=== History and philosophy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Philosophy_II HSS602 &amp;amp;mdash; Philosophy II (Languages and Perceptions)]&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7321</id>
		<title>BSc:Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7321"/>
		<updated>2022-07-21T13:59:57Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Technical */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Technical ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Computer Science, Programming ===&lt;br /&gt;
&amp;lt;!-- to do --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102 &amp;amp;mdash; Introduction to Programming II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103  &amp;amp;mdash; Theoretical Computer Science]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Operating_Systems CSE105 &amp;amp;mdash; Operating Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Databases  CSE106 &amp;amp;mdash; Databases]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Compilers_Construction_and_Program_Analysis CSE108 &amp;amp;mdash; Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Programming_Paradigms  CSE109 &amp;amp;mdash; Programming Paradigms]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 &amp;amp;mdash; Software Systems Analysis and Design]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Distributed_And_Network_Programming CSE114 &amp;amp;mdash; Distributed And Network Programming]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Compilers_Construction CSE115 &amp;amp;mdash; Compilers Construction]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 &amp;amp;mdash; Data Structures and Algorithms]&lt;br /&gt;
&lt;br /&gt;
=== Maths ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 &amp;amp;mdash; Philosophy I - (Discrete Math and Logic)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 &amp;amp;mdash; Mathematical Analysis I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE202 &amp;amp;mdash; Analytical Geometry and Linear Algebra I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 &amp;amp;mdash; Mathematical Analysis II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 &amp;amp;mdash; Analytic Geometry And Linear Algebra II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 &amp;amp;mdash; Differential Equations]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 &amp;amp;mdash; Probability And Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 CSE??? &amp;amp;mdash; Introduction to Optimization]&lt;br /&gt;
&lt;br /&gt;
=== AI ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Artificial_Intelligence CSE301 &amp;amp;mdash; Introduction to Artificial Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Machine_Learning CSE302 &amp;amp;mdash; Introduction to Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Big_Data  CSE303 &amp;amp;mdash; Introduction to Big Data]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Game_Theory CSE304 &amp;amp;mdash; Game Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Mining CSE305 &amp;amp;mdash; Data Mining]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Information_Retrieval CSE306 &amp;amp;mdash; Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Computer_Vision CSE307 &amp;amp;mdash; Introduction to Computer Vision]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Practical_Machine_Learning_Deep_Learning CSE308 &amp;amp;mdash; Practical Machine Learning And Deep Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Statistical_Techniques_For_Data_Science CSE310 &amp;amp;mdash; Statistical Techniques for Data Science and Robotics] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Natural_Language_Processing CSE311 &amp;amp;mdash; Natural Language Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Nature_Inspired_Computing CSE340 &amp;amp;mdash; Nature Inspired Computing]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Hardware and Robotics ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 &amp;amp;mdash; Fundamentals of Computer Architecture]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402 &amp;amp;mdash; Physics I (Mechanics)] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Control_Theory CSE403 &amp;amp;mdash; Control Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Sensors_And_Sensing CSE404 &amp;amp;mdash; Sensors and Sensing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechatronics CSE405 &amp;amp;mdash; Mechatronics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Robotics CSE406 &amp;amp;mdash; Fundamentals of Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechanics_And_Machines CSE407 &amp;amp;mdash; Mechanics And Machines]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Mechanics CSE408 &amp;amp;mdash; Theoretical Mechanics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Robotic_Systems CSE409 &amp;amp;mdash; Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II  CSE410 &amp;amp;mdash; Physics II - Electrical Engineering]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Security and Networks ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Networks CSE501  &amp;amp;mdash; Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_System_And_Network_Administration  CSE502 &amp;amp;mdash; System And Network Administration]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Network_And_Cyber_Security CSE503 &amp;amp;mdash; Network And Cyber Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Signals_And_Systems CSE504 &amp;amp;mdash; Digital Signal Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Dev_Ops_Engineering CSE508 &amp;amp;mdash; DevOps Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Fundamentals_of_Computer_Security CSE509 &amp;amp;mdash; Fundamentals of Information Security]&lt;br /&gt;
&lt;br /&gt;
=== SE ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Lean_Software_Development CSE803 &amp;amp;mdash; Lean Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 &amp;amp;mdash; Software Quality and Reliability]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/Bc:_It_Product_Development CSE807 &amp;amp;mdash; IT Product Development]&lt;br /&gt;
&lt;br /&gt;
== Humanities ==&lt;br /&gt;
&lt;br /&gt;
=== Pedagogy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_History HSS601 &amp;amp;mdash; History (History of Russia, World History)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physical_Culture_and_Sport HSS105 &amp;amp;mdash; Physical Culture and Sport]&lt;br /&gt;
&lt;br /&gt;
=== Languages and literature ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture HSS203 &amp;amp;mdash; Foreign Language I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS204 &amp;amp;mdash; Foreign Language II]&lt;br /&gt;
&lt;br /&gt;
=== The science ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:AcademicResearchandWritingCulture HSS501 &amp;amp;mdash; Academic Research and Writing Culture 1]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS502 &amp;amp;mdash; Academic Research and Writing Culture 2]&lt;br /&gt;
&lt;br /&gt;
=== History and philosophy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Philosophy_II HSS602 &amp;amp;mdash; Philosophy II (Languages and Perceptions)]&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7320</id>
		<title>BSc:Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7320"/>
		<updated>2022-07-21T13:59:38Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Technical */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Technical ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Computer Science, Programming ===&lt;br /&gt;
&amp;lt;!-- to do &lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102 &amp;amp;mdash; Introduction to Programming II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103  &amp;amp;mdash; Theoretical Computer Science]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Operating_Systems CSE105 &amp;amp;mdash; Operating Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Databases  CSE106 &amp;amp;mdash; Databases]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Compilers_Construction_and_Program_Analysis CSE108 &amp;amp;mdash; Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Programming_Paradigms  CSE109 &amp;amp;mdash; Programming Paradigms]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 &amp;amp;mdash; Software Systems Analysis and Design]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Distributed_And_Network_Programming CSE114 &amp;amp;mdash; Distributed And Network Programming]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Compilers_Construction CSE115 &amp;amp;mdash; Compilers Construction]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 &amp;amp;mdash; Data Structures and Algorithms]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
=== Maths ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 &amp;amp;mdash; Philosophy I - (Discrete Math and Logic)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 &amp;amp;mdash; Mathematical Analysis I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE202 &amp;amp;mdash; Analytical Geometry and Linear Algebra I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 &amp;amp;mdash; Mathematical Analysis II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 &amp;amp;mdash; Analytic Geometry And Linear Algebra II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 &amp;amp;mdash; Differential Equations]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 &amp;amp;mdash; Probability And Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 CSE??? &amp;amp;mdash; Introduction to Optimization]&lt;br /&gt;
&lt;br /&gt;
=== AI ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Artificial_Intelligence CSE301 &amp;amp;mdash; Introduction to Artificial Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Machine_Learning CSE302 &amp;amp;mdash; Introduction to Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Big_Data  CSE303 &amp;amp;mdash; Introduction to Big Data]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Game_Theory CSE304 &amp;amp;mdash; Game Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Mining CSE305 &amp;amp;mdash; Data Mining]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Information_Retrieval CSE306 &amp;amp;mdash; Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Computer_Vision CSE307 &amp;amp;mdash; Introduction to Computer Vision]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Practical_Machine_Learning_Deep_Learning CSE308 &amp;amp;mdash; Practical Machine Learning And Deep Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Statistical_Techniques_For_Data_Science CSE310 &amp;amp;mdash; Statistical Techniques for Data Science and Robotics] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Natural_Language_Processing CSE311 &amp;amp;mdash; Natural Language Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Nature_Inspired_Computing CSE340 &amp;amp;mdash; Nature Inspired Computing]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Hardware and Robotics ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 &amp;amp;mdash; Fundamentals of Computer Architecture]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402 &amp;amp;mdash; Physics I (Mechanics)] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Control_Theory CSE403 &amp;amp;mdash; Control Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Sensors_And_Sensing CSE404 &amp;amp;mdash; Sensors and Sensing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechatronics CSE405 &amp;amp;mdash; Mechatronics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Robotics CSE406 &amp;amp;mdash; Fundamentals of Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechanics_And_Machines CSE407 &amp;amp;mdash; Mechanics And Machines]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Mechanics CSE408 &amp;amp;mdash; Theoretical Mechanics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Robotic_Systems CSE409 &amp;amp;mdash; Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II  CSE410 &amp;amp;mdash; Physics II - Electrical Engineering]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Security and Networks ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Networks CSE501  &amp;amp;mdash; Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_System_And_Network_Administration  CSE502 &amp;amp;mdash; System And Network Administration]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Network_And_Cyber_Security CSE503 &amp;amp;mdash; Network And Cyber Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Signals_And_Systems CSE504 &amp;amp;mdash; Digital Signal Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Dev_Ops_Engineering CSE508 &amp;amp;mdash; DevOps Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Fundamentals_of_Computer_Security CSE509 &amp;amp;mdash; Fundamentals of Information Security]&lt;br /&gt;
&lt;br /&gt;
=== SE ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Lean_Software_Development CSE803 &amp;amp;mdash; Lean Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 &amp;amp;mdash; Software Quality and Reliability]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/Bc:_It_Product_Development CSE807 &amp;amp;mdash; IT Product Development]&lt;br /&gt;
&lt;br /&gt;
== Humanities ==&lt;br /&gt;
&lt;br /&gt;
=== Pedagogy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_History HSS601 &amp;amp;mdash; History (History of Russia, World History)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physical_Culture_and_Sport HSS105 &amp;amp;mdash; Physical Culture and Sport]&lt;br /&gt;
&lt;br /&gt;
=== Languages and literature ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture HSS203 &amp;amp;mdash; Foreign Language I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS204 &amp;amp;mdash; Foreign Language II]&lt;br /&gt;
&lt;br /&gt;
=== The science ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:AcademicResearchandWritingCulture HSS501 &amp;amp;mdash; Academic Research and Writing Culture 1]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS502 &amp;amp;mdash; Academic Research and Writing Culture 2]&lt;br /&gt;
&lt;br /&gt;
=== History and philosophy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Philosophy_II HSS602 &amp;amp;mdash; Philosophy II (Languages and Perceptions)]&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7319</id>
		<title>BSc:Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7319"/>
		<updated>2022-07-21T13:59:03Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Technical */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Technical ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Computer Science, Programming ===&lt;br /&gt;
&amp;lt;!-- to do --&amp;gt;&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102 &amp;amp;mdash; Introduction to Programming II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103  &amp;amp;mdash; Theoretical Computer Science]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Operating_Systems CSE105 &amp;amp;mdash; Operating Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Databases  CSE106 &amp;amp;mdash; Databases]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Compilers_Construction_and_Program_Analysis CSE108 &amp;amp;mdash; Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Programming_Paradigms  CSE109 &amp;amp;mdash; Programming Paradigms]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 &amp;amp;mdash; Software Systems Analysis and Design]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Distributed_And_Network_Programming CSE114 &amp;amp;mdash; Distributed And Network Programming]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Compilers_Construction CSE115 &amp;amp;mdash; Compilers Construction]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 &amp;amp;mdash; Data Structures and Algorithms]&lt;br /&gt;
&lt;br /&gt;
=== Maths ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 &amp;amp;mdash; Philosophy I - (Discrete Math and Logic)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 &amp;amp;mdash; Mathematical Analysis I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE202 &amp;amp;mdash; Analytical Geometry and Linear Algebra I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 &amp;amp;mdash; Mathematical Analysis II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 &amp;amp;mdash; Analytic Geometry And Linear Algebra II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 &amp;amp;mdash; Differential Equations]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 &amp;amp;mdash; Probability And Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 CSE??? &amp;amp;mdash; Introduction to Optimization]&lt;br /&gt;
&lt;br /&gt;
=== AI ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Artificial_Intelligence CSE301 &amp;amp;mdash; Introduction to Artificial Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Machine_Learning CSE302 &amp;amp;mdash; Introduction to Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Big_Data  CSE303 &amp;amp;mdash; Introduction to Big Data]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Game_Theory CSE304 &amp;amp;mdash; Game Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Mining CSE305 &amp;amp;mdash; Data Mining]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Information_Retrieval CSE306 &amp;amp;mdash; Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Computer_Vision CSE307 &amp;amp;mdash; Introduction to Computer Vision]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Practical_Machine_Learning_Deep_Learning CSE308 &amp;amp;mdash; Practical Machine Learning And Deep Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Statistical_Techniques_For_Data_Science CSE310 &amp;amp;mdash; Statistical Techniques for Data Science and Robotics] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Natural_Language_Processing CSE311 &amp;amp;mdash; Natural Language Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Nature_Inspired_Computing CSE340 &amp;amp;mdash; Nature Inspired Computing]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Hardware and Robotics ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 &amp;amp;mdash; Fundamentals of Computer Architecture]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402 &amp;amp;mdash; Physics I (Mechanics)] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Control_Theory CSE403 &amp;amp;mdash; Control Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Sensors_And_Sensing CSE404 &amp;amp;mdash; Sensors and Sensing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechatronics CSE405 &amp;amp;mdash; Mechatronics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Robotics CSE406 &amp;amp;mdash; Fundamentals of Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechanics_And_Machines CSE407 &amp;amp;mdash; Mechanics And Machines]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Mechanics CSE408 &amp;amp;mdash; Theoretical Mechanics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Robotic_Systems CSE409 &amp;amp;mdash; Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II  CSE410 &amp;amp;mdash; Physics II - Electrical Engineering]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Security and Networks ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Networks CSE501  &amp;amp;mdash; Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_System_And_Network_Administration  CSE502 &amp;amp;mdash; System And Network Administration]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Network_And_Cyber_Security CSE503 &amp;amp;mdash; Network And Cyber Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Signals_And_Systems CSE504 &amp;amp;mdash; Digital Signal Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Dev_Ops_Engineering CSE508 &amp;amp;mdash; DevOps Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Fundamentals_of_Computer_Security CSE509 &amp;amp;mdash; Fundamentals of Information Security]&lt;br /&gt;
&lt;br /&gt;
=== SE ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Lean_Software_Development CSE803 &amp;amp;mdash; Lean Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 &amp;amp;mdash; Software Quality and Reliability]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/Bc:_It_Product_Development CSE807 &amp;amp;mdash; IT Product Development]&lt;br /&gt;
&lt;br /&gt;
== Humanities ==&lt;br /&gt;
&lt;br /&gt;
=== Pedagogy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_History HSS601 &amp;amp;mdash; History (History of Russia, World History)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physical_Culture_and_Sport HSS105 &amp;amp;mdash; Physical Culture and Sport]&lt;br /&gt;
&lt;br /&gt;
=== Languages and literature ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture HSS203 &amp;amp;mdash; Foreign Language I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS204 &amp;amp;mdash; Foreign Language II]&lt;br /&gt;
&lt;br /&gt;
=== The science ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:AcademicResearchandWritingCulture HSS501 &amp;amp;mdash; Academic Research and Writing Culture 1]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS502 &amp;amp;mdash; Academic Research and Writing Culture 2]&lt;br /&gt;
&lt;br /&gt;
=== History and philosophy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Philosophy_II HSS602 &amp;amp;mdash; Philosophy II (Languages and Perceptions)]&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7318</id>
		<title>BSc:Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7318"/>
		<updated>2022-07-21T13:58:28Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Technical */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Technical ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Computer Science, Programming ===&lt;br /&gt;
/* to do */&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102 &amp;amp;mdash; Introduction to Programming II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103  &amp;amp;mdash; Theoretical Computer Science]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Operating_Systems CSE105 &amp;amp;mdash; Operating Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Databases  CSE106 &amp;amp;mdash; Databases]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Compilers_Construction_and_Program_Analysis CSE108 &amp;amp;mdash; Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Programming_Paradigms  CSE109 &amp;amp;mdash; Programming Paradigms]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 &amp;amp;mdash; Software Systems Analysis and Design]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Distributed_And_Network_Programming CSE114 &amp;amp;mdash; Distributed And Network Programming]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Compilers_Construction CSE115 &amp;amp;mdash; Compilers Construction]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 &amp;amp;mdash; Data Structures and Algorithms]&lt;br /&gt;
&lt;br /&gt;
=== Maths ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 &amp;amp;mdash; Philosophy I - (Discrete Math and Logic)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 &amp;amp;mdash; Mathematical Analysis I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE202 &amp;amp;mdash; Analytical Geometry and Linear Algebra I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 &amp;amp;mdash; Mathematical Analysis II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 &amp;amp;mdash; Analytic Geometry And Linear Algebra II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 &amp;amp;mdash; Differential Equations]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 &amp;amp;mdash; Probability And Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 CSE??? &amp;amp;mdash; Introduction to Optimization]&lt;br /&gt;
&lt;br /&gt;
=== AI ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Artificial_Intelligence CSE301 &amp;amp;mdash; Introduction to Artificial Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Machine_Learning CSE302 &amp;amp;mdash; Introduction to Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Big_Data  CSE303 &amp;amp;mdash; Introduction to Big Data]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Game_Theory CSE304 &amp;amp;mdash; Game Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Mining CSE305 &amp;amp;mdash; Data Mining]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Information_Retrieval CSE306 &amp;amp;mdash; Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Computer_Vision CSE307 &amp;amp;mdash; Introduction to Computer Vision]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Practical_Machine_Learning_Deep_Learning CSE308 &amp;amp;mdash; Practical Machine Learning And Deep Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Statistical_Techniques_For_Data_Science CSE310 &amp;amp;mdash; Statistical Techniques for Data Science and Robotics] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Natural_Language_Processing CSE311 &amp;amp;mdash; Natural Language Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Nature_Inspired_Computing CSE340 &amp;amp;mdash; Nature Inspired Computing]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Hardware and Robotics ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 &amp;amp;mdash; Fundamentals of Computer Architecture]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402 &amp;amp;mdash; Physics I (Mechanics)] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Control_Theory CSE403 &amp;amp;mdash; Control Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Sensors_And_Sensing CSE404 &amp;amp;mdash; Sensors and Sensing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechatronics CSE405 &amp;amp;mdash; Mechatronics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Robotics CSE406 &amp;amp;mdash; Fundamentals of Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechanics_And_Machines CSE407 &amp;amp;mdash; Mechanics And Machines]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Mechanics CSE408 &amp;amp;mdash; Theoretical Mechanics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Robotic_Systems CSE409 &amp;amp;mdash; Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II  CSE410 &amp;amp;mdash; Physics II - Electrical Engineering]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Security and Networks ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Networks CSE501  &amp;amp;mdash; Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_System_And_Network_Administration  CSE502 &amp;amp;mdash; System And Network Administration]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Network_And_Cyber_Security CSE503 &amp;amp;mdash; Network And Cyber Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Signals_And_Systems CSE504 &amp;amp;mdash; Digital Signal Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Dev_Ops_Engineering CSE508 &amp;amp;mdash; DevOps Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Fundamentals_of_Computer_Security CSE509 &amp;amp;mdash; Fundamentals of Information Security]&lt;br /&gt;
&lt;br /&gt;
=== SE ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Lean_Software_Development CSE803 &amp;amp;mdash; Lean Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 &amp;amp;mdash; Software Quality and Reliability]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/Bc:_It_Product_Development CSE807 &amp;amp;mdash; IT Product Development]&lt;br /&gt;
&lt;br /&gt;
== Humanities ==&lt;br /&gt;
&lt;br /&gt;
=== Pedagogy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_History HSS601 &amp;amp;mdash; History (History of Russia, World History)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physical_Culture_and_Sport HSS105 &amp;amp;mdash; Physical Culture and Sport]&lt;br /&gt;
&lt;br /&gt;
=== Languages and literature ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture HSS203 &amp;amp;mdash; Foreign Language I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS204 &amp;amp;mdash; Foreign Language II]&lt;br /&gt;
&lt;br /&gt;
=== The science ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:AcademicResearchandWritingCulture HSS501 &amp;amp;mdash; Academic Research and Writing Culture 1]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS502 &amp;amp;mdash; Academic Research and Writing Culture 2]&lt;br /&gt;
&lt;br /&gt;
=== History and philosophy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Philosophy_II HSS602 &amp;amp;mdash; Philosophy II (Languages and Perceptions)]&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7317</id>
		<title>BSc:Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7317"/>
		<updated>2022-07-21T13:58:09Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Technical */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Technical ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Computer Science, Programming ===&lt;br /&gt;
# to do&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102 &amp;amp;mdash; Introduction to Programming II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103  &amp;amp;mdash; Theoretical Computer Science]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Operating_Systems CSE105 &amp;amp;mdash; Operating Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Databases  CSE106 &amp;amp;mdash; Databases]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Compilers_Construction_and_Program_Analysis CSE108 &amp;amp;mdash; Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Programming_Paradigms  CSE109 &amp;amp;mdash; Programming Paradigms]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 &amp;amp;mdash; Software Systems Analysis and Design]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Distributed_And_Network_Programming CSE114 &amp;amp;mdash; Distributed And Network Programming]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Compilers_Construction CSE115 &amp;amp;mdash; Compilers Construction]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 &amp;amp;mdash; Data Structures and Algorithms]&lt;br /&gt;
&lt;br /&gt;
=== Maths ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 &amp;amp;mdash; Philosophy I - (Discrete Math and Logic)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 &amp;amp;mdash; Mathematical Analysis I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE202 &amp;amp;mdash; Analytical Geometry and Linear Algebra I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 &amp;amp;mdash; Mathematical Analysis II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 &amp;amp;mdash; Analytic Geometry And Linear Algebra II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 &amp;amp;mdash; Differential Equations]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 &amp;amp;mdash; Probability And Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 CSE??? &amp;amp;mdash; Introduction to Optimization]&lt;br /&gt;
&lt;br /&gt;
=== AI ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Artificial_Intelligence CSE301 &amp;amp;mdash; Introduction to Artificial Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Machine_Learning CSE302 &amp;amp;mdash; Introduction to Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Big_Data  CSE303 &amp;amp;mdash; Introduction to Big Data]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Game_Theory CSE304 &amp;amp;mdash; Game Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Mining CSE305 &amp;amp;mdash; Data Mining]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Information_Retrieval CSE306 &amp;amp;mdash; Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Computer_Vision CSE307 &amp;amp;mdash; Introduction to Computer Vision]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Practical_Machine_Learning_Deep_Learning CSE308 &amp;amp;mdash; Practical Machine Learning And Deep Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Statistical_Techniques_For_Data_Science CSE310 &amp;amp;mdash; Statistical Techniques for Data Science and Robotics] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Natural_Language_Processing CSE311 &amp;amp;mdash; Natural Language Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Nature_Inspired_Computing CSE340 &amp;amp;mdash; Nature Inspired Computing]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Hardware and Robotics ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 &amp;amp;mdash; Fundamentals of Computer Architecture]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402 &amp;amp;mdash; Physics I (Mechanics)] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Control_Theory CSE403 &amp;amp;mdash; Control Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Sensors_And_Sensing CSE404 &amp;amp;mdash; Sensors and Sensing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechatronics CSE405 &amp;amp;mdash; Mechatronics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Robotics CSE406 &amp;amp;mdash; Fundamentals of Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechanics_And_Machines CSE407 &amp;amp;mdash; Mechanics And Machines]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Mechanics CSE408 &amp;amp;mdash; Theoretical Mechanics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Robotic_Systems CSE409 &amp;amp;mdash; Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II  CSE410 &amp;amp;mdash; Physics II - Electrical Engineering]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Security and Networks ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Networks CSE501  &amp;amp;mdash; Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_System_And_Network_Administration  CSE502 &amp;amp;mdash; System And Network Administration]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Network_And_Cyber_Security CSE503 &amp;amp;mdash; Network And Cyber Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Signals_And_Systems CSE504 &amp;amp;mdash; Digital Signal Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Dev_Ops_Engineering CSE508 &amp;amp;mdash; DevOps Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Fundamentals_of_Computer_Security CSE509 &amp;amp;mdash; Fundamentals of Information Security]&lt;br /&gt;
&lt;br /&gt;
=== SE ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Lean_Software_Development CSE803 &amp;amp;mdash; Lean Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 &amp;amp;mdash; Software Quality and Reliability]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/Bc:_It_Product_Development CSE807 &amp;amp;mdash; IT Product Development]&lt;br /&gt;
&lt;br /&gt;
== Humanities ==&lt;br /&gt;
&lt;br /&gt;
=== Pedagogy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_History HSS601 &amp;amp;mdash; History (History of Russia, World History)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physical_Culture_and_Sport HSS105 &amp;amp;mdash; Physical Culture and Sport]&lt;br /&gt;
&lt;br /&gt;
=== Languages and literature ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture HSS203 &amp;amp;mdash; Foreign Language I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS204 &amp;amp;mdash; Foreign Language II]&lt;br /&gt;
&lt;br /&gt;
=== The science ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:AcademicResearchandWritingCulture HSS501 &amp;amp;mdash; Academic Research and Writing Culture 1]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS502 &amp;amp;mdash; Academic Research and Writing Culture 2]&lt;br /&gt;
&lt;br /&gt;
=== History and philosophy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Philosophy_II HSS602 &amp;amp;mdash; Philosophy II (Languages and Perceptions)]&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSTE:_Leadership_in_entrepreneurship&amp;diff=7304</id>
		<title>MSTE: Leadership in entrepreneurship</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSTE:_Leadership_in_entrepreneurship&amp;diff=7304"/>
		<updated>2022-07-19T18:41:41Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* The retake exam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Leadership_In_Entrepreneurship =&lt;br /&gt;
* '''Course name''': Leadership_In_Entrepreneurship&lt;br /&gt;
* '''Code discipline''': &lt;br /&gt;
* '''Subject area''': Technological Entrepreneurship&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
This course proposes to the students the new vision of the entrepreneur as a leader. Modern management system crucially changed from the role of entrepreneur as a formal “boss” to the role of a creator, innovator and moreover, a leader of the team, leader of community, and leader of positive changes who creates added value. During this course we will create a personal mission and develop the personal brand of an entrepreneur as a leader. We will discuss how modern entrepreneurs and their teams change whole industries and make an important impact on society. The students will develop their leadership skills in a very practical way - leading their startups with added value for their team, business products, clients and moreover the community/society. &lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
* N/A&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
* Entrepreneur as a leader creating added values and impact&lt;br /&gt;
* Personal brand of a leader&lt;br /&gt;
* Entrepreneur as a leader of his life, a leader of his team, a leader of positive changes&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Modern approach to the Leadership in Entrepreneurship || &lt;br /&gt;
# Leadership in entrepreneurship: modern trends&lt;br /&gt;
# Famous entrepreneurs as leaders: case study&lt;br /&gt;
# Key concepts of leadership in management&lt;br /&gt;
# Key leadership skills&lt;br /&gt;
# Leadership in IT-industry&lt;br /&gt;
|-&lt;br /&gt;
| Personal brand of a leader || &lt;br /&gt;
# Creation of personal brand&lt;br /&gt;
# Networking of a leader&lt;br /&gt;
# Energy as a main resource of a leader&lt;br /&gt;
# Personal mission of an entrepreneur&lt;br /&gt;
# Leadership in team building and team-management&lt;br /&gt;
|-&lt;br /&gt;
| Entrepreneur as a Leader of positive changes || &lt;br /&gt;
# Entrepreneurs who changed the world for better: case study&lt;br /&gt;
# Leadership during “turbulent” times&lt;br /&gt;
# Community leadership&lt;br /&gt;
# Emotional and Dialogical leadership&lt;br /&gt;
# Entrepreneur as a leader of positive changes&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The main purpose of this course is to enable students  to form the leader identity in entrepreneurship, to actualize their leadership potential and to develop leadership skills.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Describe&lt;br /&gt;
* what is leadership in entrepreneurship and name mane modern trends of entrepreneurship in  IT-industry,&lt;br /&gt;
* how famous entrepreneurs influenced the IT-industry and made an impact,&lt;br /&gt;
* key concepts of leadership in management,&lt;br /&gt;
* key leadership skills,&lt;br /&gt;
* what is a personal brand of IT-entrepreneur,&lt;br /&gt;
* basic rules of networking of a leader,&lt;br /&gt;
* why energy became a main resource of a leader,&lt;br /&gt;
* what is personal mission of an entrepreneur,&lt;br /&gt;
* how is leadership implied in team building and team-management,&lt;br /&gt;
* feature of leadership during “turbulent” times,&lt;br /&gt;
* what is community leadership,&lt;br /&gt;
* what is emotional and dialogical leadership,&lt;br /&gt;
* how an entrepreneur can become a leader of positive changes.&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Formulate&lt;br /&gt;
* leadership skills in entrepreneurship&lt;br /&gt;
* proactivity, motivation, goal-orientation,&lt;br /&gt;
* personal branding,&lt;br /&gt;
* networking,&lt;br /&gt;
* skills assisting to raise the energetic level of an entrepreneur&lt;br /&gt;
* team building and team-management&lt;br /&gt;
* flexibility, ability to manage in “turbulent” times,&lt;br /&gt;
* community leadership&lt;br /&gt;
* emotional and dialogical leadership&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Conduct&lt;br /&gt;
* leadership in IT-entrepreneurship,&lt;br /&gt;
* creation of personal brand,&lt;br /&gt;
* networking,&lt;br /&gt;
* creation of personal mission,&lt;br /&gt;
* team building and team-management&lt;br /&gt;
* leadership during “turbulent” times&lt;br /&gt;
* community leadership&lt;br /&gt;
* emotional and dialogical leadership&lt;br /&gt;
* leadership of positive changes. &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent || 90-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| B. Good || 75-89 || -&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory || 60-74 || -&lt;br /&gt;
|-&lt;br /&gt;
| D. Fail || 0-59 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Assignment || 50&lt;br /&gt;
|-&lt;br /&gt;
| Quizzes || 15&lt;br /&gt;
|-&lt;br /&gt;
| Peer review  || 15&lt;br /&gt;
|-&lt;br /&gt;
| Demo day || 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
Participation is important. Showing up is the key to success in this course.&amp;lt;br&amp;gt;You will work in teams, so coordinating teamwork will be an important factor for success. This is also reflected in the peer review being a graded item.&amp;lt;br&amp;gt;Review lecture materials before classes to do well in practical tasks and competencies development.&amp;lt;br&amp;gt;Reading the recommended literature is optional, and will give you a deeper understanding of the material.&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Essential Leadership Skills Every Entrepreneur Should Continually Hone https://www.forbes.com/sites/theyec/2021/11/04/10-essential-leadership-skills-every-entrepreneur-should-continually-hone/?sh=2ac99c94fe94&lt;br /&gt;
* World Class Leadership Styles That All Entrepreneurs Must Know&lt;br /&gt;
* Personal Branding Guidelines for Entrepreneurs https://www.forbes.com/sites/theyec/2020/02/12/personal-branding-guidelines-for-entrepreneurs/?sh=16a033d17ff4&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
* Toward Entrepreneurial Community Development (Routledge Studies in Entrepreneurship) 1st Edition (2019). Ed. Michael Fortunado. Routledge.&lt;br /&gt;
* Branson, R. (2006) Screw it, let’s do it. Virgin books.&lt;br /&gt;
* Ye, L. (2019) Personal Branding for Entrepreneurs: Proven Personal Branding Strategy and Why Social Media Marketing is Crucial for Your Business&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
* N\A &lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Teaching and Learning Methods within each section&lt;br /&gt;
|-&lt;br /&gt;
! Teaching Techniques !! Section 1 !! Section 2 !! Section 3&lt;br /&gt;
|-&lt;br /&gt;
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Project-based learning (students work on a project) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Modular learning (facilitated self-study) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Differentiated learning (provide tasks and activities at several levels of difficulty to fit students needs and level) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Contextual learning (activities and tasks are connected to the real world to make it easier for students to relate to them); || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Business game (learn by playing a game that incorporates the principles of the material covered within the course). || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| развивающего обучения (задания и материал &amp;quot;прокачивают&amp;quot; ещё нераскрытые возможности студентов); || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| концентрированного обучения (занятия по одной большой теме логически объединяются); || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| inquiry-based learning || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Just-in-time teaching || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Process oriented guided inquiry learning (POGIL) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Studio-based learning || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Universal design for learning, || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Task-based learning || 1 || 1 || 1&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3&lt;br /&gt;
|-&lt;br /&gt;
| Lectures || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Interactive Lectures || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Cases studies || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group projects || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentations by students || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Written reports || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Simulations and role-plays || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Essays || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Oral Reports || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Projects || 0 || 1 || 1&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Group discussion || IT-Entrepreneur as a leader || 1&lt;br /&gt;
|-&lt;br /&gt;
| Case study || Famous entrepreneurs as leaders || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group Project Work || Key leadership skills in IT-entrepreneurship || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Individual project || Personal mission of entrepreneur || 1&lt;br /&gt;
|-&lt;br /&gt;
| Business training || Energy as a main resource of entrepreneur || 0&lt;br /&gt;
|-&lt;br /&gt;
| Business game || Team Building in entrepreneurship&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Case study || Entrepreneurs who changed the world for better || 1&lt;br /&gt;
|-&lt;br /&gt;
| Business training || Emotional and Dialogical Leadership  || 0&lt;br /&gt;
|-&lt;br /&gt;
| Group project work || IT-entrepreneur as a leader of positive changes || 1&lt;br /&gt;
|} &lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# Grading criteria for the final project presentation:&lt;br /&gt;
# Student shortly describes and gives his opinion on main trends for leaders in IT-sector&lt;br /&gt;
# Student  lists and explains his main leadership skills in entrepreneurship&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
# Student presents his personal brand concept and his personal mission as an entrepreneur&lt;br /&gt;
# Student presents his network and provides the strategy of its development&lt;br /&gt;
# Student presents his team and his team building strategy.&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
# Using all previous knowledge and skills a student makes a presentation “Me as a leader of positive changes” where he explains how his business project in IT-sphere can create a positive impact.&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
&lt;br /&gt;
For the retake, students have to improve their project according to the recommendation provided by the professor during the final exam.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Founder_project&amp;diff=7302</id>
		<title>MSc: Founder project</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Founder_project&amp;diff=7302"/>
		<updated>2022-07-19T18:35:49Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* The retake exam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Founder_Project =&lt;br /&gt;
* '''Course name''': Founder_Project&lt;br /&gt;
* '''Code discipline''': &lt;br /&gt;
* '''Subject area''': Technical Entrepreneurship&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
This course is a combination of mentorship and workshops created for the support and development of a student-founder during his study. All workshops are practically oriented and help to systematize and practically imply all knowledge and skills. Moreover, the workshop has an important psychological meaning for a founder - they are designed to help to reflect, get the answers for important questions and overcome the challenges. Individual work with mentors is combined with group meetings where students progress the creation of their community of the founders and can share their opinions, thoughts, etc. In addition to that, the workshops are targeting to train founders to effectively face important events/cases (“critical incidents”) that happen in their entrepreneurial life. &lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
* N/A&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
* Progress check-up, Q&amp;amp;A session, Critical incidents (CI) analysis, Reflection and feedback&lt;br /&gt;
* Management of a startup: key issues&lt;br /&gt;
* Soft and hard skills of a founder&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Section 1:&amp;lt;br&amp;gt;Basic || &lt;br /&gt;
# Basic for all topics:&lt;br /&gt;
# Progress check-up&lt;br /&gt;
# Q&amp;amp;A session&lt;br /&gt;
# Critical incidents (CI) analysis&lt;br /&gt;
# Reflection and feedback&lt;br /&gt;
# Main topics for the workshops:&lt;br /&gt;
# Being an entrepreneur: challenges and advantages&lt;br /&gt;
# How to work with a mentor&lt;br /&gt;
# Science and entrepreneurship: synergy effect&lt;br /&gt;
# Step by step to success: how to measure your business progress&lt;br /&gt;
# Developing entrepreneurial thinking&lt;br /&gt;
# Self presentation and pitching&lt;br /&gt;
# Techniques of self-effectiveness for an entrepreneur&lt;br /&gt;
# Business mission: creating value on the market&lt;br /&gt;
# Planning and strategic projecting&lt;br /&gt;
# Teambuilding&lt;br /&gt;
# Problem-solving and flexibility in entrepreneurship&lt;br /&gt;
# Customer relationships&lt;br /&gt;
# Rise and fall”: how to learn from your mistakes&lt;br /&gt;
# Work/life balance for an entrepreneur&lt;br /&gt;
# Where to find inspiration and to inspire others in business&lt;br /&gt;
|-&lt;br /&gt;
| Section 2:&amp;lt;br&amp;gt;      Advanced || &lt;br /&gt;
# Basic for all topics:&lt;br /&gt;
# Progress check-up&lt;br /&gt;
# Q&amp;amp;A session&lt;br /&gt;
# Critical incidents (CI) analysis&lt;br /&gt;
# Reflection and feedback&lt;br /&gt;
# Main topics for the workshops:&lt;br /&gt;
# Forming entrepreneurial identity: how to face CI effectively&lt;br /&gt;
# Entrepreneurial strategies&lt;br /&gt;
# Competitiveness and high professional value of a startup founder&lt;br /&gt;
# Mentorship and advisory for a startup&lt;br /&gt;
# Investor relationship&lt;br /&gt;
# Community management of IT-entrepreneur&lt;br /&gt;
# Implementation of a business model: flexibility and adaptation&lt;br /&gt;
# Team building and human potential development&lt;br /&gt;
# Networking: how to add and create value&lt;br /&gt;
# Finance and money attitude of a startup founder&lt;br /&gt;
# Client orientation&lt;br /&gt;
# Pitch-deck design and pitching to various audiences&lt;br /&gt;
# Startup founder as a seller&lt;br /&gt;
# Risk-management for an IT-startup&lt;br /&gt;
# Creating brand that matters: how to make a valuable impact&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The main purpose of this course is to enable a student to progress with the development of the business project effectively dealing with a mentor and participating in workshops on main topics needed for a startup founder. &lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* know what is a progress check up, Critical incident, reflection in entrepreneurship,&lt;br /&gt;
* explain main management concepts for a startup&lt;br /&gt;
* explain all basic elements needed for a project realization&lt;br /&gt;
* explain  challenges and advantages of being a startup founder&lt;br /&gt;
* know what is entrepreneurial thinking and how to develop it,&lt;br /&gt;
* basic concepts of working with mentor&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* deal with a mentor and advisors,&lt;br /&gt;
* use scientific research in business,&lt;br /&gt;
* measure business progress,&lt;br /&gt;
* do self presentation and pitching,&lt;br /&gt;
* create a business mission,&lt;br /&gt;
* plan and do strategic projecting&lt;br /&gt;
* team building,&lt;br /&gt;
* perform problem-solving and flexibility,&lt;br /&gt;
* manage customer relationships,&lt;br /&gt;
* get right conclusions from the mistakes,&lt;br /&gt;
* organize work/life balance,&lt;br /&gt;
* to inspire others in business,&lt;br /&gt;
* face CI effectively using various entrepreneurial strategies,&lt;br /&gt;
* provide startup and self-competitiveness,&lt;br /&gt;
* manage with investors,&lt;br /&gt;
* do networking and community management&lt;br /&gt;
* pitch to different audiences,&lt;br /&gt;
* implement client orientation to their company,&lt;br /&gt;
* risk-management,&lt;br /&gt;
* branding.&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Check the progress of a startup, make a reflection, face with the main critical incidents for a founder&lt;br /&gt;
* Effectively deal with a mentor, participate in the student business community providing a value,&lt;br /&gt;
* Develop a founder project systematizing all concepts and using all basic elements of startup management. &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent || 90-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| B. Good || 75-89 || -&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory || 60-74 || -&lt;br /&gt;
|-&lt;br /&gt;
| D. Fail || 0-59 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Assignment || 50&lt;br /&gt;
|-&lt;br /&gt;
| Quizzes || 15&lt;br /&gt;
|-&lt;br /&gt;
| Peer review  || 15&lt;br /&gt;
|-&lt;br /&gt;
| Demo day || 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
Participation is important. Showing up is the key to success in this course.&amp;lt;br&amp;gt;You will work in teams, so coordinating teamwork will be an important factor for success. This is also reflected in the peer review being a graded item.&amp;lt;br&amp;gt;Review lecture materials before classes to do well in quizzes.&amp;lt;br&amp;gt;Reading the recommended literature is optional, and will give you a deeper understanding of the material.&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Five insightful TED talks every startup founder should watch&lt;br /&gt;
* How to find a mentor&lt;br /&gt;
* How to succeed with a statup&lt;br /&gt;
* How to build a future https://www.ycombinator.com/library/6G-how-to-build-the-future&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
* The 23 Best Books for Startup Founders at Any Stage https://visible.vc/blog/books-for-founders/&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
 &lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Teaching and Learning Methods within each section&lt;br /&gt;
|-&lt;br /&gt;
! Teaching Techniques !! Section 1 !! Section 2&lt;br /&gt;
|-&lt;br /&gt;
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Project-based learning (students work on a project) || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Contextual learning (activities and tasks are connected to the real world to make it easier for students to relate to them); || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Business game (learn by playing a game that incorporates the principles of the material covered within the course). || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| развивающего обучения (задания и материал &amp;quot;прокачивают&amp;quot; ещё нераскрытые возможности студентов); || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| концентрированного обучения (занятия по одной большой теме логически объединяются); || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| inquiry-based learning || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Just-in-time teaching || 1 || 1&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2&lt;br /&gt;
|-&lt;br /&gt;
| Lab exercises || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Cases studies || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Projects || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group projects || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentations by students || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Simulations and role-plays || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Oral Reports || 1 || 1&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Individual and group reflection || Progress check-up&amp;lt;br&amp;gt;Q&amp;amp;A session&amp;lt;br&amp;gt;Critical incidents (CI) analysis&amp;lt;br&amp;gt;Reflection and feedback&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|-&lt;br /&gt;
| Training  || Business training on the topic of the workshop with the aim to concept understanding, the skills development, knowledge systematization and practical implementation.  || 0&lt;br /&gt;
|-&lt;br /&gt;
| Group project || 5-minutes group pitches on the topic of the current class. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Suggested structure:&amp;lt;br&amp;gt;- What is the main problem a Founder can face here?&amp;lt;br&amp;gt;- What are the main techniques/instruments he can use?&amp;lt;br&amp;gt;- What are the main strategies of implementation?&amp;lt;br&amp;gt;- What is a practical value? &amp;lt;br&amp;gt;- What else can we propose?&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual presentation || Students make presentations showing the ways of practical implementation of the business aspect that was discussed in current class into their startup.  || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Individual and group reflection || Progress check-up&amp;lt;br&amp;gt;Q&amp;amp;A session&amp;lt;br&amp;gt;Critical incidents (CI) analysis&amp;lt;br&amp;gt;Reflection and feedback&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|-&lt;br /&gt;
| Training  || Business training on the topic of the workshop with the aim to concept understanding, the skills development, knowledge systematization and practical implementation.  || 0&lt;br /&gt;
|-&lt;br /&gt;
| Group project || 5-minutes group pitches on the topic of the current class. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Suggested structure:&amp;lt;br&amp;gt;- What is the main problem a Founder can face here?&amp;lt;br&amp;gt;- What are the main techniques/instruments he can use?&amp;lt;br&amp;gt;- What are the main strategies of implementation?&amp;lt;br&amp;gt;- What is a practical value? &amp;lt;br&amp;gt;- What else can we propose?&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual presentation || Students make presentations showing the ways of practical implementation of the business aspect that was discussed in current class into their startup.  || 1&lt;br /&gt;
|} &lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# Grading criteria for the final project presentation:&lt;br /&gt;
# The student shows his ability to measure business progress, reflect and make conclusions,&lt;br /&gt;
# The student can show that he can face main business critical incidents effectively using various strategies,&lt;br /&gt;
# Students show that his dealing with a mentor is productive,&lt;br /&gt;
# Demonstrates effective practical implementation of the following concepts/issues: implementation of scientific work into business practice, business mission, strategical projecting, team building, problem-solving and flexibility, customer relationship, work/life balance.&lt;br /&gt;
# Performs good communication, pitching and presentation skills, inspired by the project, eager to develop it.&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
# Grading criteria for the final project presentation:&lt;br /&gt;
# The student shows his ability to measure business progress, reflect and make conclusions,&lt;br /&gt;
# The student can show that he can face main business critical incidents effectively using various strategies,&lt;br /&gt;
# Students show that his dealing with a mentor is productive,&lt;br /&gt;
# Demonstrates effective practical implementation of the following concepts/issues: founder’s competitiveness and professional value, investor relationship, community management, business modeling, finance management, networking, team building and human potential management, client orientations, sales, risk-management and branding.&lt;br /&gt;
# Performs good communication, pitching and presentation skills, inspired by the project, eager to develop it.&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
For the retake, students have to upgrade their final presentation according to the recommendations provided by the professor during their exam.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Marketing_and_sales_for_it_business&amp;diff=7299</id>
		<title>MSc: Marketing and sales for it business</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Marketing_and_sales_for_it_business&amp;diff=7299"/>
		<updated>2022-07-19T15:54:31Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* The retake exam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Marketing_and_Sales_for_IT_Business =&lt;br /&gt;
* '''Course name''': Marketing_and_Sales_for_IT_Business&lt;br /&gt;
* '''Code discipline''':  &lt;br /&gt;
* '''Subject area''': all around marketing and sales in IT industry.&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
This course contains two important for successful company parts: marketing and sales.&lt;br /&gt;
These are the parts that are linked with each other - it is very difficult to sell without marketing support and it is very difficult to achieve results with marketing efforts only.&lt;br /&gt;
Marketing part, starting from defining things like developing marketing strategy for the companies, finally offers practical tools of digital marketing. We will explore new digital reality and its impact on IT business. We will learn success stories of real businesses and how companies are adapting to the new changing landscape.&lt;br /&gt;
The second part of the course covers important things for every company's success – the sales process. Understand how to attract customers in negotiations, how to “get to yes” getting great deals, how to control the sales funnel – you will get the understanding how it works and try it in practice.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
* HSS310&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
* Basic IT industry knowledge&lt;br /&gt;
* Basic marketing  knowledge&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Marketing Strategy || &lt;br /&gt;
# Types of markets&lt;br /&gt;
# Product-centric marketing&lt;br /&gt;
# Customer-centric marketing&lt;br /&gt;
# Developing Marketing Strategy&lt;br /&gt;
|-&lt;br /&gt;
| Marketing tools || &lt;br /&gt;
# Brand&amp;amp;Presentation&lt;br /&gt;
# Analytics&lt;br /&gt;
# Content&lt;br /&gt;
# SMM&lt;br /&gt;
# Context advertising&lt;br /&gt;
# E-mail marketing&lt;br /&gt;
|-&lt;br /&gt;
| Sales || &lt;br /&gt;
# CRM systems&lt;br /&gt;
# B2B&lt;br /&gt;
# B2C&lt;br /&gt;
# Negotiations&lt;br /&gt;
|-&lt;br /&gt;
| Final Project Presentation || &lt;br /&gt;
# Presentation of marketing&amp;amp;sales strategy and tactics for startup&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
This course aims to give students the skills of developing a winning marketing strategy for a startup, as well as the skills to implement marketing strategy using real digital-marketing tools and sales tactics for a startup product.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Develop naming, presentation, and product offer&lt;br /&gt;
* Use digital marketing tools&lt;br /&gt;
* Use CRM&lt;br /&gt;
* Sell its product&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Skills of market type identification&lt;br /&gt;
* Skills in developing naming, presentations, product offerings&lt;br /&gt;
* Skills of context advertising&lt;br /&gt;
* Skills of SMM doing&lt;br /&gt;
* Skills of content marketing&lt;br /&gt;
* Skills of e-mail marketing&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Skills for valuation the market environment&lt;br /&gt;
* Skills how to find the right addressable market for its product&lt;br /&gt;
* Skills of web analytics&lt;br /&gt;
* Skills of CRM using&lt;br /&gt;
* Sales skills to various types of clients &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| Pass || 75-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| Fail || 0-74 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Seminar classes || 40&lt;br /&gt;
|-&lt;br /&gt;
| Interim performance assessment on the results of lecture assignments and its presentations || 30&lt;br /&gt;
|-&lt;br /&gt;
| Final presentation || 30&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
The student is recommended the following scheme of preparation for classes:&amp;lt;br&amp;gt;Marketing and sales are much more about hypothesis testing and math, than creativity. Therefore, it is so important for students to try the acquired knowledge in real practice, doing small tasks after each lecture.&amp;lt;br&amp;gt;Finally, we will try to assemble a working strategy for a startup from these tasks.&amp;lt;br&amp;gt;Moreover:&amp;lt;br&amp;gt;Participation is important. Showing up is the key to success in this course.&amp;lt;br&amp;gt;Reading the recommended literature is optional, and will give you a deeper understanding of the material.&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Андрей Кравченко. Неидеальная стратегия для идеальной компании.&lt;br /&gt;
* Peter Fader. Customer Centricity.&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
* Viktor Pelevin. Empire V.&lt;br /&gt;
* W. Chan Kim, Renee Mauborgne. Blue Ocean Strategy.&lt;br /&gt;
* Eric ries. Lean startup.&lt;br /&gt;
* Simon Kingsnorth. Digital Marketing Strategy.&lt;br /&gt;
* Chet Holmes. The Ultimate Sales Machine.&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
* Standard office tools for Tables, Text and Presentation &lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Teaching and Learning Methods within each section&lt;br /&gt;
|-&lt;br /&gt;
! Teaching Techniques !! Section 1 !! Section 2 !! Section 3 !! Section 4&lt;br /&gt;
|-&lt;br /&gt;
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Project-based learning (students work on a project) || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Business game (learn by playing a game that incorporates the principles of the material covered within the course). || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Task-based learning || 1 || 1 || 1 || 1&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3 !! Section 4&lt;br /&gt;
|-&lt;br /&gt;
| Lectures || 1 || 1 || 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Interactive Lectures || 1 || 1 || 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Lab exercises || 1 || 1 || 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Cases studies || 1 || 1 || 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Individual Projects || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Peer Review || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentations by students || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Written reports || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Simulations and role-plays || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Experiments || 0 || 1 || 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Group projects || 0 || 0 || 0 || 1&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| after lecture assignments || Define target audience and describe type of market for your product.   || 1&lt;br /&gt;
|-&lt;br /&gt;
| after lecture assignments || Make 3 cusdev with potential/existing customers of your product. || 1&lt;br /&gt;
|-&lt;br /&gt;
| after lecture assignments || Develop your marketing strategy and present it in-class. || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| after lecture assignments || Write a marketing article about your product or technology in the informational style manner.   || 1&lt;br /&gt;
|-&lt;br /&gt;
| after lecture assignments || Create a landing page for your product and connect it to Yandex Metrica or Google Analytics. || 1&lt;br /&gt;
|-&lt;br /&gt;
| after lecture assignments || Create a semantic core for your product and determine the current positions on your landing page. Determine key marketing metrics, including conversion rate, on your landing page. || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| after lecture assignments || Create the sales funnel of your product and present it in-class.  || 1&lt;br /&gt;
|-&lt;br /&gt;
| after lecture assignments || Create the budget for your marketing and sales activities and approve it with management. || 1&lt;br /&gt;
|-&lt;br /&gt;
| in-class exercise || “Sell me the pen” exercise. || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 4 ====&lt;br /&gt;
&lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
For the final assessment, students have to prepare a full project of marketing and sales promotion of their IT product and present it on the exam. The  project should contain the next parts: &lt;br /&gt;
 &lt;br /&gt;
The idea of your product/service.&lt;br /&gt;
Define your market.&lt;br /&gt;
Analise what type of market.&lt;br /&gt;
Target segment, who should we talk to?&lt;br /&gt;
What is your main message(s)?&lt;br /&gt;
What should we do to achieve the addressable market?&lt;br /&gt;
Brand promotion, knowledge, interest, coverage, sales etc.&lt;br /&gt;
Media design.&lt;br /&gt;
How should we say it? Creative strategy&amp;amp;content.&lt;br /&gt;
Channel (media) strategy.&lt;br /&gt;
How do we reach them? Evidence on a real case.&lt;br /&gt;
Budget.&lt;br /&gt;
Money for promotion.&lt;br /&gt;
How to close deals. Evidence on a real case.&lt;br /&gt;
Measurement.&lt;br /&gt;
How we control the result. Evidence on a real case. &lt;br /&gt;
&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
#  The retake exam.&lt;br /&gt;
&lt;br /&gt;
For the retake, students have to implement a product and follow the guidelines of the course. There has to be a meeting before the retake itself to plan and agree on the product ideas, and to answer questions.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_It_business_start&amp;diff=7297</id>
		<title>MSc: It business start</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_It_business_start&amp;diff=7297"/>
		<updated>2022-07-19T15:51:53Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* IT_Business_Start */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= IT_Business_Start =&lt;br /&gt;
* '''Course name''': IT Business Start&lt;br /&gt;
* '''Code discipline''': &lt;br /&gt;
* '''Subject area''': Technological entrepreneurship&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
This course is for the first-time entrepreneur. We will briefly but concisely discuss all the issues related to starting your own project from scratch: how to make sure that your idea is in demand, how to do market research, how to stop putting off the launch, why the customer is more important than the product, and how to do customer research. During this course, students will get used to their entrepreneurial role, build teams, formulate a business and product idea and be ready to delve into the complexities of business development in the following courses.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
* N/A&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
* N/A&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Introduction &amp;amp; Building Your Team &amp;amp; Making Your Team Agile || &lt;br /&gt;
# Defining a startup&lt;br /&gt;
# Formulating the group project: team, business idea&lt;br /&gt;
# Leadership&lt;br /&gt;
# Forming the team&lt;br /&gt;
# Managing the team&lt;br /&gt;
|-&lt;br /&gt;
| Defining Your Customer &amp;amp; Defining Your Product &amp;amp; Defining Your Rivals || &lt;br /&gt;
# Customer Segmentation&lt;br /&gt;
# Customer Profile (JTBD, Pains, Gains)&lt;br /&gt;
# Creating a Value Proposition&lt;br /&gt;
# Matching Value Proposition with Customer Profile&lt;br /&gt;
# Strategy Canvas&lt;br /&gt;
|-&lt;br /&gt;
| Defining Your Business Model &amp;amp; Defining Your Vision || &lt;br /&gt;
# Business Model Canvas&lt;br /&gt;
# Business Model Patterns&lt;br /&gt;
# Business Model Environment&lt;br /&gt;
# Business Model Testing&lt;br /&gt;
# Minimum-Viable Product&lt;br /&gt;
# Product Roadmap&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The purpose of the course is to walk students through the concrete steps that are necessary for an entrepreneur to develop a tech product and build a solid business around that tech product.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* design-thinking tools to design the prototype of the product,&lt;br /&gt;
* approaches to designing and testing a business model through the experiments,&lt;br /&gt;
* frameworks of agile development,&lt;br /&gt;
* storytelling methods to design a brand,&lt;br /&gt;
* pitching presentation tools.&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* concrete steps of creating a value proposition for a customer,&lt;br /&gt;
* concrete steps of the business design (business model, hypothesis formulation/testing and minimum-viable product creation),&lt;br /&gt;
* SCRUM roles, ceremonies and artefacts,&lt;br /&gt;
* specifics of pitch presentation for investors.&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* build and manage the startup team,&lt;br /&gt;
* define the customer problem and validate it,&lt;br /&gt;
* create the product to fit the problem with agile methods,&lt;br /&gt;
* define the business model around the product,&lt;br /&gt;
* promote a product and a startup,&lt;br /&gt;
* build strong networks in the business world. &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent || 90-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| B. Good || 75-89 || -&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory || 60-74 || -&lt;br /&gt;
|-&lt;br /&gt;
| D. Fail || 0-59 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Final presentation || 30&lt;br /&gt;
|-&lt;br /&gt;
| Project Report || 20&lt;br /&gt;
|-&lt;br /&gt;
| Project Progress || 50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
Participation is important. Showing up and participating in discussions is the key to success in this course.&amp;lt;br&amp;gt;Students work in teams, so coordinating teamwork will be an important factor for success.&amp;lt;br&amp;gt;Reading the provided materials is mandatory, as lectures will mainly consist of discussions.&amp;lt;br&amp;gt;The main assignment in the course is Market research paper which is supposed to be useful not only for this course but s a basis for future business oriented courses&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Tidd, J. &amp;amp; Bessant, J. (2011). Managing Innovation: Integrating Technological, Market and Organizational Change&lt;br /&gt;
* Stickdorn, M. &amp;amp; Schneider, J. (2010). This is Service Design Thinking. Wiley.&lt;br /&gt;
* Brown, T. &amp;amp; Kātz, B. (2009). Change by design. New York: Harper Business.&lt;br /&gt;
* Osterwalder, A.&amp;amp; Pigneur, Y. (2010). Business Model Generation: A Handbook for Visionaries, Game Changers, and Challengers&lt;br /&gt;
* Sutherland, J. (2014). Scrum: The Art of Doing Twice the Work in Half the Time&lt;br /&gt;
* Ries, E. (2011). The Lean Startup&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
* N/A&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
* Boardofinnovation.com&lt;br /&gt;
* Miro.com&lt;br /&gt;
* Notion.com&lt;br /&gt;
* MS Teams&lt;br /&gt;
&lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Teaching and Learning Methods within each section&lt;br /&gt;
|-&lt;br /&gt;
! Teaching Techniques !! Section 1 !! Section 2 !! Section 3&lt;br /&gt;
|-&lt;br /&gt;
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Project-based learning (students work on a project) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Differentiated learning (provide tasks and activities at several levels of difficulty to fit students needs and level) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Contextual learning (activities and tasks are connected to the real world to make it easier for students to relate to them); || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Business game (learn by playing a game that incorporates the principles of the material covered within the course). || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Task-based learning || 1 || 1 || 1&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3&lt;br /&gt;
|-&lt;br /&gt;
| Lectures || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Interactive Lectures || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Lab exercises || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Cases studies || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group projects || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Peer Review || 1 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentations by students || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Written reports || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Oral Reports || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Quizzes (written or computer based) || 0 || 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Simulations and role-plays || 0 || 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays || 0 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Experiments || 0 || 0 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Projects || 0 || 0 || 1&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Discussion || 1.   What is a startup?&amp;lt;br&amp;gt;2.   What are the roles within a team?&amp;lt;br&amp;gt;3.   How should you form the team of a startup?&amp;lt;br&amp;gt;4.   What types of leadership are the most effective?&amp;lt;br&amp;gt;5.   What are the ceremonies, roles and artifacts of SCRUM? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Workshop || Fill in the team canvas to put all your goals and common values on one page.  || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Workshop || 1. 	Define INTERESTING industries for all team members. Define industries in which you HAVE KNOWLEDGE AND EXPERIENCE. Put these industries on the matrix. Choose ONE industry for your project that meets 2 criteria above. &amp;lt;br&amp;gt;2. 	Brainstorm about stakeholders from your market. Choose the segment that you sympathise the most. &amp;lt;br&amp;gt;3. 	Define the customer segment you empathise the most (i.e. elderly people, children, office workers etc.). Define JOBS TO BE DONE. Put each job on the separate sticker. Define user's PAINS. Put each pain on the separate sticker.Define user's GAINS. Put each gain on the separate sticker. &amp;lt;br&amp;gt;4. 	Brainstorm what products you can offer to the chosen segment with their pains or gains. If you are stuck, use SCAMPER techniques.Group ideas that have the similar topic into clusters. Choose 1 top idea for further development based on 2 defined criteria (innovative potential and feasibility). &amp;lt;br&amp;gt;5. 	Choose the best product idea. Define PRODUCTS &amp;amp; SERVICES. Put each item on the separate sticker. Define GAIN CREATORS. Put each item on the separate sticker. Define PAIN RELIEVERS. Put each item on the separate sticker. &amp;lt;br&amp;gt;6. 	Review your pain relievers and gain creators.Check if pain relievers and gain creators correspond with JBDs, pains and gains from the customer profile. Highlight those that correspond with each other. If there are any pain relievers and gain creators are left, they don't create the value for a customer. Check how you can redefine you value proposition. &amp;lt;br&amp;gt;7. 	Define your 5 main competitors. Define competing factors (these are your pain relievers and gain creators). Draw the strategic canvas based on competing factors. Define areas where you can compete. Redefine your value proposition if necessary (make new priorities for product and services, pain relievers, gain creators.&amp;lt;br&amp;gt; || 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussion || 1.   How to validate a problem?&amp;lt;br&amp;gt;2.   How to validate a market?&amp;lt;br&amp;gt;3.   How to validate a solution? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Customer research || 1.   How customers do their jobs in the industry right now?&amp;lt;br&amp;gt;2.   How can we develop the empathy with users?&amp;lt;br&amp;gt;3.   What is a persona? How to design a persona? || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Discussion || What is the value of the business model canvas by Alexander Osterwalder?&amp;lt;br&amp;gt;What are the components of the business model?&amp;lt;br&amp;gt;What is the Minimum Viable Product (MVP)? How to define must-have, should-have and could-have requirements? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Group project || Please, develop the business model for your tech product.&amp;lt;br&amp;gt;Please, test your business model using experiments with your prototypes.&amp;lt;br&amp;gt;Please, create the concept for your Minimum Viable Product. || 1&lt;br /&gt;
|-&lt;br /&gt;
| Workshop || Formulate all blocks of the business model for your business idea.&amp;lt;br&amp;gt;Define the forces that shape your business environment.&amp;lt;br&amp;gt;Define must-have, should-have and could have requirements for your product. || 0&lt;br /&gt;
|-&lt;br /&gt;
| Group presentation || Create a story for your product. Think about your user as a hero and your product as a helper. || 1&lt;br /&gt;
|} &lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
For the final assessment, students should complete the Market Research paper.&lt;br /&gt;
It should follow the market research paper structure, contain information about market volume (TAM SAM SOM), data must be gathered with help of data sources learnt.&lt;br /&gt;
The paper should refer to market potential and give the basis to make business decisions, answer questions on how to start and develop your idea, what is your business model, target customer persona, product MVP etc.&lt;br /&gt;
&lt;br /&gt;
Grading criteria for the final project presentation:&lt;br /&gt;
Market sizing has been carried out&lt;br /&gt;
Customer segments are named&lt;br /&gt;
Сompetitor analysis has been conducted&lt;br /&gt;
At least 2 prominent data sources are used &lt;br /&gt;
Customer discovery interviews conducted&lt;br /&gt;
Future steps are mapped out&lt;br /&gt;
The final report is visualized clearly and transparent&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
The retake exam.&lt;br /&gt;
For the retake, students have to submit the results of the market sizing exercise with the TAM SAM SOM method in the form of a visual framework studied.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_It_business_start&amp;diff=7296</id>
		<title>MSc: It business start</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_It_business_start&amp;diff=7296"/>
		<updated>2022-07-19T15:51:08Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* The retake exam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= IT_Business_Start =&lt;br /&gt;
* '''Course name''': IT_Business_Start&lt;br /&gt;
* '''Code discipline''': &lt;br /&gt;
* '''Subject area''': Technological entrepreneurship&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
This course is for the first-time entrepreneur. We will briefly but concisely discuss all the issues related to starting your own project from scratch: how to make sure that your idea is in demand, how to do market research, how to stop putting off the launch, why the customer is more important than the product, and how to do customer research. During this course, students will get used to their entrepreneurial role, build teams, formulate a business and product idea and be ready to delve into the complexities of business development in the following courses.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
* N/A&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
* N/A&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Introduction &amp;amp; Building Your Team &amp;amp; Making Your Team Agile || &lt;br /&gt;
# Defining a startup&lt;br /&gt;
# Formulating the group project: team, business idea&lt;br /&gt;
# Leadership&lt;br /&gt;
# Forming the team&lt;br /&gt;
# Managing the team&lt;br /&gt;
|-&lt;br /&gt;
| Defining Your Customer &amp;amp; Defining Your Product &amp;amp; Defining Your Rivals || &lt;br /&gt;
# Customer Segmentation&lt;br /&gt;
# Customer Profile (JTBD, Pains, Gains)&lt;br /&gt;
# Creating a Value Proposition&lt;br /&gt;
# Matching Value Proposition with Customer Profile&lt;br /&gt;
# Strategy Canvas&lt;br /&gt;
|-&lt;br /&gt;
| Defining Your Business Model &amp;amp; Defining Your Vision || &lt;br /&gt;
# Business Model Canvas&lt;br /&gt;
# Business Model Patterns&lt;br /&gt;
# Business Model Environment&lt;br /&gt;
# Business Model Testing&lt;br /&gt;
# Minimum-Viable Product&lt;br /&gt;
# Product Roadmap&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The purpose of the course is to walk students through the concrete steps that are necessary for an entrepreneur to develop a tech product and build a solid business around that tech product.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* design-thinking tools to design the prototype of the product,&lt;br /&gt;
* approaches to designing and testing a business model through the experiments,&lt;br /&gt;
* frameworks of agile development,&lt;br /&gt;
* storytelling methods to design a brand,&lt;br /&gt;
* pitching presentation tools.&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* concrete steps of creating a value proposition for a customer,&lt;br /&gt;
* concrete steps of the business design (business model, hypothesis formulation/testing and minimum-viable product creation),&lt;br /&gt;
* SCRUM roles, ceremonies and artefacts,&lt;br /&gt;
* specifics of pitch presentation for investors.&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* build and manage the startup team,&lt;br /&gt;
* define the customer problem and validate it,&lt;br /&gt;
* create the product to fit the problem with agile methods,&lt;br /&gt;
* define the business model around the product,&lt;br /&gt;
* promote a product and a startup,&lt;br /&gt;
* build strong networks in the business world. &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent || 90-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| B. Good || 75-89 || -&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory || 60-74 || -&lt;br /&gt;
|-&lt;br /&gt;
| D. Fail || 0-59 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Final presentation || 30&lt;br /&gt;
|-&lt;br /&gt;
| Project Report || 20&lt;br /&gt;
|-&lt;br /&gt;
| Project Progress || 50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
Participation is important. Showing up and participating in discussions is the key to success in this course.&amp;lt;br&amp;gt;Students work in teams, so coordinating teamwork will be an important factor for success.&amp;lt;br&amp;gt;Reading the provided materials is mandatory, as lectures will mainly consist of discussions.&amp;lt;br&amp;gt;The main assignment in the course is Market research paper which is supposed to be useful not only for this course but s a basis for future business oriented courses&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Tidd, J. &amp;amp; Bessant, J. (2011). Managing Innovation: Integrating Technological, Market and Organizational Change&lt;br /&gt;
* Stickdorn, M. &amp;amp; Schneider, J. (2010). This is Service Design Thinking. Wiley.&lt;br /&gt;
* Brown, T. &amp;amp; Kātz, B. (2009). Change by design. New York: Harper Business.&lt;br /&gt;
* Osterwalder, A.&amp;amp; Pigneur, Y. (2010). Business Model Generation: A Handbook for Visionaries, Game Changers, and Challengers&lt;br /&gt;
* Sutherland, J. (2014). Scrum: The Art of Doing Twice the Work in Half the Time&lt;br /&gt;
* Ries, E. (2011). The Lean Startup&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
* N/A&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
* Boardofinnovation.com&lt;br /&gt;
* Miro.com&lt;br /&gt;
* Notion.com&lt;br /&gt;
* MS Teams &lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Teaching and Learning Methods within each section&lt;br /&gt;
|-&lt;br /&gt;
! Teaching Techniques !! Section 1 !! Section 2 !! Section 3&lt;br /&gt;
|-&lt;br /&gt;
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Project-based learning (students work on a project) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Differentiated learning (provide tasks and activities at several levels of difficulty to fit students needs and level) || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Contextual learning (activities and tasks are connected to the real world to make it easier for students to relate to them); || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Business game (learn by playing a game that incorporates the principles of the material covered within the course). || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Task-based learning || 1 || 1 || 1&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3&lt;br /&gt;
|-&lt;br /&gt;
| Lectures || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Interactive Lectures || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Lab exercises || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Cases studies || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group projects || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Peer Review || 1 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentations by students || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Written reports || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Oral Reports || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Quizzes (written or computer based) || 0 || 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Simulations and role-plays || 0 || 1 || 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays || 0 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Experiments || 0 || 0 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Projects || 0 || 0 || 1&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Discussion || 1.   What is a startup?&amp;lt;br&amp;gt;2.   What are the roles within a team?&amp;lt;br&amp;gt;3.   How should you form the team of a startup?&amp;lt;br&amp;gt;4.   What types of leadership are the most effective?&amp;lt;br&amp;gt;5.   What are the ceremonies, roles and artifacts of SCRUM? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Workshop || Fill in the team canvas to put all your goals and common values on one page.  || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Workshop || 1. 	Define INTERESTING industries for all team members. Define industries in which you HAVE KNOWLEDGE AND EXPERIENCE. Put these industries on the matrix. Choose ONE industry for your project that meets 2 criteria above. &amp;lt;br&amp;gt;2. 	Brainstorm about stakeholders from your market. Choose the segment that you sympathise the most. &amp;lt;br&amp;gt;3. 	Define the customer segment you empathise the most (i.e. elderly people, children, office workers etc.). Define JOBS TO BE DONE. Put each job on the separate sticker. Define user's PAINS. Put each pain on the separate sticker.Define user's GAINS. Put each gain on the separate sticker. &amp;lt;br&amp;gt;4. 	Brainstorm what products you can offer to the chosen segment with their pains or gains. If you are stuck, use SCAMPER techniques.Group ideas that have the similar topic into clusters. Choose 1 top idea for further development based on 2 defined criteria (innovative potential and feasibility). &amp;lt;br&amp;gt;5. 	Choose the best product idea. Define PRODUCTS &amp;amp; SERVICES. Put each item on the separate sticker. Define GAIN CREATORS. Put each item on the separate sticker. Define PAIN RELIEVERS. Put each item on the separate sticker. &amp;lt;br&amp;gt;6. 	Review your pain relievers and gain creators.Check if pain relievers and gain creators correspond with JBDs, pains and gains from the customer profile. Highlight those that correspond with each other. If there are any pain relievers and gain creators are left, they don't create the value for a customer. Check how you can redefine you value proposition. &amp;lt;br&amp;gt;7. 	Define your 5 main competitors. Define competing factors (these are your pain relievers and gain creators). Draw the strategic canvas based on competing factors. Define areas where you can compete. Redefine your value proposition if necessary (make new priorities for product and services, pain relievers, gain creators.&amp;lt;br&amp;gt; || 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussion || 1.   How to validate a problem?&amp;lt;br&amp;gt;2.   How to validate a market?&amp;lt;br&amp;gt;3.   How to validate a solution? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Customer research || 1.   How customers do their jobs in the industry right now?&amp;lt;br&amp;gt;2.   How can we develop the empathy with users?&amp;lt;br&amp;gt;3.   What is a persona? How to design a persona? || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Discussion || What is the value of the business model canvas by Alexander Osterwalder?&amp;lt;br&amp;gt;What are the components of the business model?&amp;lt;br&amp;gt;What is the Minimum Viable Product (MVP)? How to define must-have, should-have and could-have requirements? || 0&lt;br /&gt;
|-&lt;br /&gt;
| Group project || Please, develop the business model for your tech product.&amp;lt;br&amp;gt;Please, test your business model using experiments with your prototypes.&amp;lt;br&amp;gt;Please, create the concept for your Minimum Viable Product. || 1&lt;br /&gt;
|-&lt;br /&gt;
| Workshop || Formulate all blocks of the business model for your business idea.&amp;lt;br&amp;gt;Define the forces that shape your business environment.&amp;lt;br&amp;gt;Define must-have, should-have and could have requirements for your product. || 0&lt;br /&gt;
|-&lt;br /&gt;
| Group presentation || Create a story for your product. Think about your user as a hero and your product as a helper. || 1&lt;br /&gt;
|} &lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
For the final assessment, students should complete the Market Research paper.&lt;br /&gt;
It should follow the market research paper structure, contain information about market volume (TAM SAM SOM), data must be gathered with help of data sources learnt.&lt;br /&gt;
The paper should refer to market potential and give the basis to make business decisions, answer questions on how to start and develop your idea, what is your business model, target customer persona, product MVP etc.&lt;br /&gt;
&lt;br /&gt;
Grading criteria for the final project presentation:&lt;br /&gt;
Market sizing has been carried out&lt;br /&gt;
Customer segments are named&lt;br /&gt;
Сompetitor analysis has been conducted&lt;br /&gt;
At least 2 prominent data sources are used &lt;br /&gt;
Customer discovery interviews conducted&lt;br /&gt;
Future steps are mapped out&lt;br /&gt;
The final report is visualized clearly and transparent&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
The retake exam.&lt;br /&gt;
For the retake, students have to submit the results of the market sizing exercise with the TAM SAM SOM method in the form of a visual framework studied.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Venture_and_growth_hacking&amp;diff=7295</id>
		<title>MSc: Venture and growth hacking</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Venture_and_growth_hacking&amp;diff=7295"/>
		<updated>2022-07-19T15:42:26Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Course grading range */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Venture_and_Growth_Hacking =&lt;br /&gt;
* '''Course name''': Venture_and_Growth_Hacking&lt;br /&gt;
* '''Code discipline''': CSE807&lt;br /&gt;
* '''Subject area''': Software Engineering&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
This course explores foundations for Venture Capital and provides the formation and development of knowledge, skills and abilities to attract investors, creating compelling presentations, closing deals to raise capital, and maintaining relationships with venture capital and other investors. &lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
* Existing startup, startup idea or desire to quickly develop one&lt;br /&gt;
* Interest and some basic knowledge on what is a startup and some successful startups and their stories of fundraising (Dropbox, Airbnb, Uber, Facebook, Pebble Smart Watch, )&lt;br /&gt;
* Basic math and accounting/finances skills to calculate cap table, dilution, company valuation and so on&lt;br /&gt;
* Soft and hard skills of a founder&lt;br /&gt;
* Presentation (oral and written) skills (English)&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Startup life cycle and types of investors || &lt;br /&gt;
# Basic concepts, rounds and types of investors&lt;br /&gt;
# Metrics for startups&lt;br /&gt;
# Role venture capital in business and economic development&lt;br /&gt;
|-&lt;br /&gt;
| Venture capital: types of transactions and fundraising || &lt;br /&gt;
# Why does a startup need venture capital?&lt;br /&gt;
# Searching and attracting of investors&lt;br /&gt;
# Relationship maintenance and preparation for subsequent rounds&lt;br /&gt;
# Criteria of a successful startup for investment purposes&lt;br /&gt;
# key metrics for tech/IT startup&lt;br /&gt;
|-&lt;br /&gt;
| Company valuation and financial planning || &lt;br /&gt;
# Company valuation (template provided)&lt;br /&gt;
# Estimating the size of the company's market and its growth potential&lt;br /&gt;
# Creation of a cap table for seed -&amp;gt; series A stages (template provided)&lt;br /&gt;
|-&lt;br /&gt;
| Fundraising practice || &lt;br /&gt;
# Investment presentation, feedback, iteration&lt;br /&gt;
# Coaching&lt;br /&gt;
# Where to find investors, how to approach them and maintain relationships&lt;br /&gt;
# Formulating an investment request&lt;br /&gt;
# Legal support and conditions (term sheet)&lt;br /&gt;
# Negotiation practice, strategy and case-based negotiation game among students&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The main purpose of this course is to develop an understanding of how start-ups or start-ups are financed, what types of investments are available, and what the business financing process entails. Also: develop practical skills in managing the financing process from the point of view of both an entrepreneur and an investor.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Know the difference between convertible note, SAFE, and series A/B/C&lt;br /&gt;
* Explain where to form a legal entity correctly so as not to scare Western investors&lt;br /&gt;
* Describe when a lawyer is needed&lt;br /&gt;
* Elaborate purpose, benefits and harms of a non-disclosure agreement&lt;br /&gt;
* Elaborate key metrics and indicators for various types of projects&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* The difference between types of investors&lt;br /&gt;
* How and why different types of investors work&lt;br /&gt;
* The structure of a good project presentation (startup pitch)&lt;br /&gt;
* How and why to develop an effective story about a project in an elevator (elevator pitch)&lt;br /&gt;
* What metrics and data are important to investors&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Create a presentation of the project&lt;br /&gt;
* Create, establish and maintain efficient relationships with favorable investors&lt;br /&gt;
* Understand VC terminology&lt;br /&gt;
* Find and attract angel and VC investors for their ventures (startup projects)&lt;br /&gt;
* Negotiate fundraising deals&lt;br /&gt;
* Create and leverage the right startup metrics&lt;br /&gt;
* Listen to feedback and incorporate it into refining your presentation, product, and startup management.&lt;br /&gt;
* Work with investors and collaborate with them &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| Pass || 80-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| Fail || 0-79 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Paper #0: Testing by methods of assessing the value of a company || 20&lt;br /&gt;
|-&lt;br /&gt;
| Paper #1: Written work: formulate an investment request	 || 20&lt;br /&gt;
|-&lt;br /&gt;
| Paper #2: Public presentation || 60&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
It is highly recommended that you treat the course writing as a tool to help you make decisions about growing your business.&amp;lt;br&amp;gt;The purpose of studying the discipline is the practice of interacting with potential investors, the classes welcome a proactive approach to creating and maintaining relationships with university partners, requesting contacts and meetings with representatives of venture funds&amp;lt;br&amp;gt;Participation is important. Showing up is the key to success in this course.&amp;lt;br&amp;gt;You will work in teams, so coordinating teamwork will be an important factor for success.&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Jackson, Michael. &amp;quot;The world and the machine.&amp;quot; ICSE '95: Proceedings of the 17th international conference on Software engineeringApril 1995 Pages 283–292,&lt;br /&gt;
* The Guide to Product Metrics:&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
* Ramsinghani M. The business of venture capital: insights from leading practitioners on the art of raising a fund, deal structuring, value creation, and exit strategies. – John Wiley &amp;amp; Sons, 2014.&lt;br /&gt;
* Feld B., Mendelson J. Venture deals: Be smarter than your lawyer and venture capitalist. – John Wiley &amp;amp; Sons, 2019.&lt;br /&gt;
* Michalowicz M. Profit First: Ein einfaches System, jedwedes Unternehmen von einem kapital fressenden Monster in eine Geldmaschine zu verwandeln. – Verlag Barbara Budrich, 2020.&lt;br /&gt;
* Aswath D. Investment valuation. – 2016.&lt;br /&gt;
* Blank Steven G. The four steps to Epiphany. – 2006.&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
* Google Sheets or MS Excel or similar&lt;br /&gt;
* Google Docs or MS Word or similar &lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Teaching and Learning Methods within each section&lt;br /&gt;
|-&lt;br /&gt;
! Teaching Techniques !! Section 1 !! Section 2 !! Section 3 !! Section 4&lt;br /&gt;
|-&lt;br /&gt;
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Project-based learning (students work on a project) || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Differentiated learning (provide tasks and activities at several levels of difficulty to fit students needs and level) || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| развивающего обучения (задания и материал &amp;quot;прокачивают&amp;quot; ещё нераскрытые возможности студентов); || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| концентрированного обучения (занятия по одной большой теме логически объединяются); || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| inquiry-based learning || 1 || 1 || 1 || 1&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3 !! Section 4&lt;br /&gt;
|-&lt;br /&gt;
| Lectures || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Interactive Lectures || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Lab exercises || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group projects || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Peer Review || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentations by students || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Written reports || 0 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Experiments || 0 || 0 || 1 || 1&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Quiz || 1. Why do you need to know the value of a company? &amp;lt;br&amp;gt;2. What type of investor might be interested in a company in your stage of development?&amp;lt;br&amp;gt;3. Venture rounds, their relationship with the stage of development of the company. &amp;lt;br&amp;gt;4. Types of venture investors and their features of acceptance decisions.&amp;lt;br&amp;gt;5. Investment cycle: stages, process, preparation, documents. || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Assignments || &amp;lt;br&amp;gt;Make a portrait and database of relevant venture investors for your company&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Quiz || 1. How to convey financial information about your company to stakeholders and investors?&amp;lt;br&amp;gt;2. How to convey financial indicators to the investor and justify the required amount of capital for growth?&amp;lt;br&amp;gt;3. How to calculate financial indicators based on reporting and assess the financial health of the company?&amp;lt;br&amp;gt;4. What could be the future consequences of overvaluing or undervaluing your startup?&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Assignments || &amp;lt;br&amp;gt;Formulate an investment request for your company (or justify the lack of need for venture funds)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Quiz || 1. How much capital should your company raise based on growth prospects?&amp;lt;br&amp;gt;2. Which financial ratios of the company should be improved and how?&amp;lt;br&amp;gt;3. How much capital should your company raise based on growth prospects?&amp;lt;br&amp;gt;4. What is a balance sheet and what operations are shown in this financial report?&amp;lt;br&amp;gt;5. What is an income statement and what transactions are shown in this financial statement? How does it relate to the balance sheet?&amp;lt;br&amp;gt;6. What is a cash flow statement and why is it needed?&amp;lt;br&amp;gt;7. How do investments, debt, sales, cash outflows affect the financial statement? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentation || 1. Assess the market potential of your project&amp;lt;br&amp;gt;2. Formulate and justify an investment request || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 4 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Quiz || 1. How do you determine if certain investor conditions are unfair?&amp;lt;br&amp;gt;2. What might be the typical future consequences of specific conditions and undervaluation or overvaluation of your company?&amp;lt;br&amp;gt;3. Strategies for Negotiating Better Deals and Maintaining Control of the Company&amp;lt;br&amp;gt;4. How does subsequent investment dilute your ownership?&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Assignments || 1. Develop a strategy for negotiating with the investor about your project&amp;lt;br&amp;gt;2. Write a welcome letter to the investor&amp;lt;br&amp;gt;3. Prepare an investment presentation and present it publicly || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group Project Work || 1. Build an investor negotiation strategy&amp;lt;br&amp;gt;2. Justify the investment potential of your business&amp;lt;br&amp;gt;3. Prepare a financial plan for the development of your company for distribution to investors || 1&lt;br /&gt;
|} &lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# Grading criteria for the final project presentation:&lt;br /&gt;
# The difference between types of investors&lt;br /&gt;
# What metrics and data are important to investors?&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
# Legal justification and main ways of doing business&lt;br /&gt;
# When you need a lawyer&lt;br /&gt;
# Economic, legal and patrimonial errors when closing deals Negotiation&lt;br /&gt;
# How the financial performance of a startup is related to an investment round&lt;br /&gt;
# Why is VC the Riskiest Asset class?&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
# Main  metrics and indicators for various types of projects&lt;br /&gt;
# Market Growth and Potential Studies&lt;br /&gt;
# Calculating the Total Available Market&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
# Decision Criteria about the deal&lt;br /&gt;
# Tactics of negotiations with an investor&lt;br /&gt;
# Structure and content of an investment presentation&lt;br /&gt;
# Strategies to maintain control over your company&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
&lt;br /&gt;
The retake exam is the same - pitch deck presentation. For absence from the lectures or lack of activity during the lectures, 10-20 points will be subtracted from the score to achieve the grade.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Venture_and_growth_hacking&amp;diff=7293</id>
		<title>MSc: Venture and growth hacking</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Venture_and_growth_hacking&amp;diff=7293"/>
		<updated>2022-07-19T15:34:55Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* The retake exam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Venture_and_Growth_Hacking =&lt;br /&gt;
* '''Course name''': Venture_and_Growth_Hacking&lt;br /&gt;
* '''Code discipline''': CSE807&lt;br /&gt;
* '''Subject area''': Software Engineering&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
This course explores foundations for Venture Capital and provides the formation and development of knowledge, skills and abilities to attract investors, creating compelling presentations, closing deals to raise capital, and maintaining relationships with venture capital and other investors. &lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
* None&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
* Existing startup, startup idea or desire to quickly develop one&lt;br /&gt;
* Interest and some basic knowledge on what is a startup and some successful startups and their stories of fundraising (Dropbox, Airbnb, Uber, Facebook, Pebble Smart Watch, )&lt;br /&gt;
* Basic math and accounting/finances skills to calculate cap table, dilution, company valuation and so on&lt;br /&gt;
* Soft and hard skills of a founder&lt;br /&gt;
* Presentation (oral and written) skills (English)&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Startup life cycle and types of investors || &lt;br /&gt;
# Basic concepts, rounds and types of investors&lt;br /&gt;
# Metrics for startups&lt;br /&gt;
# Role venture capital in business and economic development&lt;br /&gt;
|-&lt;br /&gt;
| Venture capital: types of transactions and fundraising || &lt;br /&gt;
# Why does a startup need venture capital?&lt;br /&gt;
# Searching and attracting of investors&lt;br /&gt;
# Relationship maintenance and preparation for subsequent rounds&lt;br /&gt;
# Criteria of a successful startup for investment purposes&lt;br /&gt;
# key metrics for tech/IT startup&lt;br /&gt;
|-&lt;br /&gt;
| Company valuation and financial planning || &lt;br /&gt;
# Company valuation (template provided)&lt;br /&gt;
# Estimating the size of the company's market and its growth potential&lt;br /&gt;
# Creation of a cap table for seed -&amp;gt; series A stages (template provided)&lt;br /&gt;
|-&lt;br /&gt;
| Fundraising practice || &lt;br /&gt;
# Investment presentation, feedback, iteration&lt;br /&gt;
# Coaching&lt;br /&gt;
# Where to find investors, how to approach them and maintain relationships&lt;br /&gt;
# Formulating an investment request&lt;br /&gt;
# Legal support and conditions (term sheet)&lt;br /&gt;
# Negotiation practice, strategy and case-based negotiation game among students&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The main purpose of this course is to develop an understanding of how start-ups or start-ups are financed, what types of investments are available, and what the business financing process entails. Also: develop practical skills in managing the financing process from the point of view of both an entrepreneur and an investor.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Know the difference between convertible note, SAFE, and series A/B/C&lt;br /&gt;
* Explain where to form a legal entity correctly so as not to scare Western investors&lt;br /&gt;
* Describe when a lawyer is needed&lt;br /&gt;
* Elaborate purpose, benefits and harms of a non-disclosure agreement&lt;br /&gt;
* Elaborate key metrics and indicators for various types of projects&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* The difference between types of investors&lt;br /&gt;
* How and why different types of investors work&lt;br /&gt;
* The structure of a good project presentation (startup pitch)&lt;br /&gt;
* How and why to develop an effective story about a project in an elevator (elevator pitch)&lt;br /&gt;
* What metrics and data are important to investors&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Create a presentation of the project&lt;br /&gt;
* Create, establish and maintain efficient relationships with favorable investors&lt;br /&gt;
* Understand VC terminology&lt;br /&gt;
* Find and attract angel and VC investors for their ventures (startup projects)&lt;br /&gt;
* Negotiate fundraising deals&lt;br /&gt;
* Create and leverage the right startup metrics&lt;br /&gt;
* Listen to feedback and incorporate it into refining your presentation, product, and startup management.&lt;br /&gt;
* Work with investors and collaborate with them &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| Pass || 80-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| Fail || 0-79 || Pass&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Paper #0: Testing by methods of assessing the value of a company || 20&lt;br /&gt;
|-&lt;br /&gt;
| Paper #1: Written work: formulate an investment request	 || 20&lt;br /&gt;
|-&lt;br /&gt;
| Paper #2: Public presentation || 60&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
It is highly recommended that you treat the course writing as a tool to help you make decisions about growing your business.&amp;lt;br&amp;gt;The purpose of studying the discipline is the practice of interacting with potential investors, the classes welcome a proactive approach to creating and maintaining relationships with university partners, requesting contacts and meetings with representatives of venture funds&amp;lt;br&amp;gt;Participation is important. Showing up is the key to success in this course.&amp;lt;br&amp;gt;You will work in teams, so coordinating teamwork will be an important factor for success.&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Jackson, Michael. &amp;quot;The world and the machine.&amp;quot; ICSE '95: Proceedings of the 17th international conference on Software engineeringApril 1995 Pages 283–292,&lt;br /&gt;
* The Guide to Product Metrics:&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
* Ramsinghani M. The business of venture capital: insights from leading practitioners on the art of raising a fund, deal structuring, value creation, and exit strategies. – John Wiley &amp;amp; Sons, 2014.&lt;br /&gt;
* Feld B., Mendelson J. Venture deals: Be smarter than your lawyer and venture capitalist. – John Wiley &amp;amp; Sons, 2019.&lt;br /&gt;
* Michalowicz M. Profit First: Ein einfaches System, jedwedes Unternehmen von einem kapital fressenden Monster in eine Geldmaschine zu verwandeln. – Verlag Barbara Budrich, 2020.&lt;br /&gt;
* Aswath D. Investment valuation. – 2016.&lt;br /&gt;
* Blank Steven G. The four steps to Epiphany. – 2006.&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
* Google Sheets or MS Excel or similar&lt;br /&gt;
* Google Docs or MS Word or similar &lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Teaching and Learning Methods within each section&lt;br /&gt;
|-&lt;br /&gt;
! Teaching Techniques !! Section 1 !! Section 2 !! Section 3 !! Section 4&lt;br /&gt;
|-&lt;br /&gt;
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Project-based learning (students work on a project) || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Differentiated learning (provide tasks and activities at several levels of difficulty to fit students needs and level) || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| развивающего обучения (задания и материал &amp;quot;прокачивают&amp;quot; ещё нераскрытые возможности студентов); || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| концентрированного обучения (занятия по одной большой теме логически объединяются); || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| inquiry-based learning || 1 || 1 || 1 || 1&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3 !! Section 4&lt;br /&gt;
|-&lt;br /&gt;
| Lectures || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Interactive Lectures || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Lab exercises || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group projects || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Peer Review || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentations by students || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Written reports || 0 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Experiments || 0 || 0 || 1 || 1&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Quiz || 1. Why do you need to know the value of a company? &amp;lt;br&amp;gt;2. What type of investor might be interested in a company in your stage of development?&amp;lt;br&amp;gt;3. Venture rounds, their relationship with the stage of development of the company. &amp;lt;br&amp;gt;4. Types of venture investors and their features of acceptance decisions.&amp;lt;br&amp;gt;5. Investment cycle: stages, process, preparation, documents. || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Assignments || &amp;lt;br&amp;gt;Make a portrait and database of relevant venture investors for your company&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Quiz || 1. How to convey financial information about your company to stakeholders and investors?&amp;lt;br&amp;gt;2. How to convey financial indicators to the investor and justify the required amount of capital for growth?&amp;lt;br&amp;gt;3. How to calculate financial indicators based on reporting and assess the financial health of the company?&amp;lt;br&amp;gt;4. What could be the future consequences of overvaluing or undervaluing your startup?&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Assignments || &amp;lt;br&amp;gt;Formulate an investment request for your company (or justify the lack of need for venture funds)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Quiz || 1. How much capital should your company raise based on growth prospects?&amp;lt;br&amp;gt;2. Which financial ratios of the company should be improved and how?&amp;lt;br&amp;gt;3. How much capital should your company raise based on growth prospects?&amp;lt;br&amp;gt;4. What is a balance sheet and what operations are shown in this financial report?&amp;lt;br&amp;gt;5. What is an income statement and what transactions are shown in this financial statement? How does it relate to the balance sheet?&amp;lt;br&amp;gt;6. What is a cash flow statement and why is it needed?&amp;lt;br&amp;gt;7. How do investments, debt, sales, cash outflows affect the financial statement? || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentation || 1. Assess the market potential of your project&amp;lt;br&amp;gt;2. Formulate and justify an investment request || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 4 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Quiz || 1. How do you determine if certain investor conditions are unfair?&amp;lt;br&amp;gt;2. What might be the typical future consequences of specific conditions and undervaluation or overvaluation of your company?&amp;lt;br&amp;gt;3. Strategies for Negotiating Better Deals and Maintaining Control of the Company&amp;lt;br&amp;gt;4. How does subsequent investment dilute your ownership?&amp;lt;br&amp;gt; || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Assignments || 1. Develop a strategy for negotiating with the investor about your project&amp;lt;br&amp;gt;2. Write a welcome letter to the investor&amp;lt;br&amp;gt;3. Prepare an investment presentation and present it publicly || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group Project Work || 1. Build an investor negotiation strategy&amp;lt;br&amp;gt;2. Justify the investment potential of your business&amp;lt;br&amp;gt;3. Prepare a financial plan for the development of your company for distribution to investors || 1&lt;br /&gt;
|} &lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# Grading criteria for the final project presentation:&lt;br /&gt;
# The difference between types of investors&lt;br /&gt;
# What metrics and data are important to investors?&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
# Legal justification and main ways of doing business&lt;br /&gt;
# When you need a lawyer&lt;br /&gt;
# Economic, legal and patrimonial errors when closing deals Negotiation&lt;br /&gt;
# How the financial performance of a startup is related to an investment round&lt;br /&gt;
# Why is VC the Riskiest Asset class?&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
# Main  metrics and indicators for various types of projects&lt;br /&gt;
# Market Growth and Potential Studies&lt;br /&gt;
# Calculating the Total Available Market&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
# Decision Criteria about the deal&lt;br /&gt;
# Tactics of negotiations with an investor&lt;br /&gt;
# Structure and content of an investment presentation&lt;br /&gt;
# Strategies to maintain control over your company&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
&lt;br /&gt;
The retake exam is the same - pitch deck presentation. For absence from the lectures or lack of activity during the lectures, 10-20 points will be subtracted from the score to achieve the grade.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSTE:_Ceo_toolkit&amp;diff=7291</id>
		<title>MSTE: Ceo toolkit</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSTE:_Ceo_toolkit&amp;diff=7291"/>
		<updated>2022-07-19T15:19:56Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* CEO_Toolkit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= CEO Toolkit: Strategy, Operations, Finance, HR, Legal Aspects, IP Law and Innovations =&lt;br /&gt;
* '''Course name''': CEO_Toolkit&lt;br /&gt;
* '''Code discipline''': &lt;br /&gt;
* '''Subject area''': Technology Entrepreneurship&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
The course is made to give a brief knowledge and skills in practical running a company in an actual environment. It is about practical management for a CEO, starting from team building, product and project management, registering a company and running it to managing growth and exiting a business by the end. &lt;br /&gt;
The course helps to understand the whole process and systematize other management and marketing topics. It would be helpful for startup founder, CEO or manager to better plan practical activities and lower the risks of running a company.&lt;br /&gt;
The course is based on the principles of project-based learning and connecting theory and practice. Based on these principles, the course uses lectures to a lesser extent, more practice followed by group and individual work, as well as discussions, analysis of business cases and learning by doing.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite subjects ===&lt;br /&gt;
* HSS321&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite topics ===&lt;br /&gt;
* Corporate legal support, taxation&lt;br /&gt;
* History of management&lt;br /&gt;
* Strategic management&lt;br /&gt;
* Operational management&lt;br /&gt;
* Financial planning&lt;br /&gt;
* Marketing-management&lt;br /&gt;
* Team building and HR&lt;br /&gt;
* Innovations&lt;br /&gt;
* Intellectual property&lt;br /&gt;
&lt;br /&gt;
== Course Topics ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Course Sections and Topics&lt;br /&gt;
|-&lt;br /&gt;
! Section !! Topics within the section&lt;br /&gt;
|-&lt;br /&gt;
| Corporate legal support, taxation || &lt;br /&gt;
# Legal entity types and differences&lt;br /&gt;
# Fundamentals of taxation for small businesses in Russia&lt;br /&gt;
# Possibilities of international jurisdictions&lt;br /&gt;
# Legal support of transactions with a client: competent document management&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to management and marketing as a sphere of knowledge, skills and art || &lt;br /&gt;
# What is management and its functions&lt;br /&gt;
# History of management and marketing as a practical knowledge and science&lt;br /&gt;
|-&lt;br /&gt;
| Strategic management || &lt;br /&gt;
# Organisation types&lt;br /&gt;
# Life-cycle of an organization&lt;br /&gt;
# Strategic management concepts and frameworks&lt;br /&gt;
# Strategic planning&lt;br /&gt;
# Strategic management as a function of management&lt;br /&gt;
|-&lt;br /&gt;
| Operational management || &lt;br /&gt;
# Leader types and management styles&lt;br /&gt;
# Stages of development of the organization&lt;br /&gt;
# Differences between a startup model and a small business&lt;br /&gt;
# Choice of operational strategy&lt;br /&gt;
# Value Management&lt;br /&gt;
# Project management&lt;br /&gt;
# Operational planning&lt;br /&gt;
# Operational control and optimization of business processes&lt;br /&gt;
# Communications in operational management&lt;br /&gt;
|-&lt;br /&gt;
| Financial management and planning || &lt;br /&gt;
# Financial accounting, management and planning, accounting tools&lt;br /&gt;
# Required financial statements for a startup: cash flow statement, income statement, balance sheet&lt;br /&gt;
# Cross-border financial management&lt;br /&gt;
# Basic metrics of the unit economy of a startup&lt;br /&gt;
|-&lt;br /&gt;
| Marketing management || &lt;br /&gt;
# Basic concepts of marketing&lt;br /&gt;
# Marketing functions and its place in organization management&lt;br /&gt;
# Marketing mix&lt;br /&gt;
# Marketing strategy&lt;br /&gt;
|-&lt;br /&gt;
| HR, Team building and hiring || &lt;br /&gt;
# Authority and leadership&lt;br /&gt;
# Organizational culture&lt;br /&gt;
# Group dynamics and organizational changes&lt;br /&gt;
# An effective team as an element of operational management&lt;br /&gt;
# Leadership and management skills, as well as control methods&lt;br /&gt;
# Recruiting, motivating and retaining the project team&lt;br /&gt;
# Human resources, human capital and human potential in IT-startups (trends, features, CEO-vision)&lt;br /&gt;
# Recruitment and assessment for IT-startups (how CEO can do it himself/herself or check the process of his HR-specialist/partner agency)&lt;br /&gt;
# Interview with a candidate: from preparation to evaluation&lt;br /&gt;
# Career modeling in IT-startups: career tracks, educational tracks, corporate training.&lt;br /&gt;
# Corporate culture&lt;br /&gt;
# Organization of remote/online job process for the team&lt;br /&gt;
# HR lifehacks for CEO: from “how to hire” to “how to fire”&lt;br /&gt;
# Creation of a positive HR-brand&lt;br /&gt;
|-&lt;br /&gt;
| Innovations || &lt;br /&gt;
# Innovation management&lt;br /&gt;
# Managing complex innovation&lt;br /&gt;
# Innovation management typologies&lt;br /&gt;
# Entrepreneurship in innovation management&lt;br /&gt;
|-&lt;br /&gt;
| Intellectual property || &lt;br /&gt;
# How to protect IP objects in the field of IT&lt;br /&gt;
# How to manage an IP portfolio&lt;br /&gt;
# How to assess risks&lt;br /&gt;
# Interaction with government agencies: Rospatent, FAS and international agencies&lt;br /&gt;
# How to monetize IP&lt;br /&gt;
|} &lt;br /&gt;
== Intended Learning Outcomes (ILOs) ==&lt;br /&gt;
&lt;br /&gt;
=== What is the main purpose of this course? ===&lt;br /&gt;
The main purpose of this course is to provide the formation and development of the knowledge, skills and abilities necessary for the successful operation of the managing director of a technology company.&lt;br /&gt;
&lt;br /&gt;
=== ILOs defined at three levels ===&lt;br /&gt;
&lt;br /&gt;
==== Level 1: What concepts should a student know/remember/explain? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Basic concepts of marketing&lt;br /&gt;
* Innovation management&lt;br /&gt;
* Leader types and management styles;&lt;br /&gt;
* Stages of development of the organization;&lt;br /&gt;
* Differences between a startup model and a small business;&lt;br /&gt;
* Choice of operational strategy;&lt;br /&gt;
* Value Management;&lt;br /&gt;
* Operational planning;&lt;br /&gt;
* Project management;&lt;br /&gt;
* An effective team as an element of operational management;&lt;br /&gt;
* Operational control and optimization of business processes;&lt;br /&gt;
* Fundamentals of financial planning, reports and unit economics of a startup;&lt;br /&gt;
* Legal support for the activities of small and medium-sized enterprises;&lt;br /&gt;
* The value of intellectual property for a startup, as well as methods for protecting it.&lt;br /&gt;
&lt;br /&gt;
==== Level 2: What basic practical skills should a student be able to perform? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Build a value chain;&lt;br /&gt;
* Read and understand financial statements;&lt;br /&gt;
* Build a business process map;&lt;br /&gt;
* Choose the best management style for your company;&lt;br /&gt;
* Control operational processes;&lt;br /&gt;
* Understand basic concepts of marketing.&lt;br /&gt;
&lt;br /&gt;
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
* Strategic planning skills;&lt;br /&gt;
* Marketing management skills&lt;br /&gt;
* Financial planning and accounting skills;&lt;br /&gt;
* Understanding the legal and legal support of the company's activities;&lt;br /&gt;
* Skills to manage and protect the intellectual property of the company;&lt;br /&gt;
* Leadership and management skills, as well as control methods;&lt;br /&gt;
* Recruiting, motivating and retaining the project team;&lt;br /&gt;
* Implement innovation management skills. &lt;br /&gt;
== Grading ==&lt;br /&gt;
&lt;br /&gt;
=== Course grading range ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Grade !! Range !! Description of performance&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent || 85-100 || -&lt;br /&gt;
|-&lt;br /&gt;
| B. Good || 75-85 || -&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory || 60-74 || -&lt;br /&gt;
|-&lt;br /&gt;
| D. Fail || 0-59 || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course activities and grading breakdown ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Percentage of the overall course grade&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports || 20&lt;br /&gt;
|-&lt;br /&gt;
| Business cases || 20&lt;br /&gt;
|-&lt;br /&gt;
| Labs || 20&lt;br /&gt;
|-&lt;br /&gt;
| Multiple Choice Testing || 20&lt;br /&gt;
|-&lt;br /&gt;
| Oral exam || 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Recommendations for students on how to succeed in the course ===&lt;br /&gt;
Work out lecture notes.&amp;lt;br&amp;gt;Work out the materials of seminars (practical) classes.&amp;lt;br&amp;gt;In case of difficulty, formulate questions to the teacher.&amp;lt;br&amp;gt;To prepare for the classes, it is recommended to use the presented sources in electronic formats and additional literature.&amp;lt;br&amp;gt;Students during the course work in teams and perform tasks jointly. Teams of 2 to 5 people are allowed. It is also possible to work with a team that is not part of the study group.&lt;br /&gt;
&lt;br /&gt;
== Resources, literature and reference materials ==&lt;br /&gt;
&lt;br /&gt;
=== Open access resources ===&lt;br /&gt;
* Peter F. Drucker (2011) The Practice of Management. Routledge 2 Park Square, Milton Park, Abingdon, Oxon OX14 4RN 711 Third Avenue, New York, NY 10017, USA.&lt;br /&gt;
* Philip Kotler, Kevin Lane Keller, Mairead Brady, Malcolm Goodman, Torben Hansen (2019)&lt;br /&gt;
* Iacocca, Lee A; Whitney, Catherine (2007), Scribner, New York:&lt;br /&gt;
* Tony Hsieh (2013) Delivering Happiness: A Path to Profits, Passion, and Purpose,&lt;br /&gt;
* Emotional Intelligence for Project Managers: The People Skills You Need to Achieve Outstanding Results, Paperback&lt;br /&gt;
* W. Chan Kim and Renée Mauborgne (2015), Blue Ocean Strategy, Harvard Business School Press&lt;br /&gt;
* Jason Fryde (2010), David Heinmeyer Hansson Rework: Business without prejudice Crown Business,&lt;br /&gt;
* Ichak Adizes (2014) Managing Corporate Lifecycles (Pb): How Organizations Grow, Age And Die, Embassy Books&lt;br /&gt;
* Goldratt's Theory of Constraints: A Systems Approach to Continuous Improvement, Asq Pr; 1st Edition (March 13, 1997)&lt;br /&gt;
* Management&lt;br /&gt;
* http://www.gidromet.edu.kh.ua/Files/downloads/%D0%9E%D1%81%D0%BD%D0%BE%D0%B2%D1%8B%20%D0%BC%D0%B5%D0%BD%D0%B5%D0%B4%D0%B6%D0%BC%D0%B5%D0%BD%D1%82%D0%B0.%20%D0%9C%D0%B5%D1%81%D0%BA%D0%BE%D0%BD%D0%9C.,%20%D0%90%D0%BB%D1%8C%D0%B1%D0%B5%D1%80%D1%82%20%D0%9C.,%20%D0%A5%D0%B5%D0%B4%D0%BE%D1%83%D1%80%D0%B8%20%D0%A4.,1997-704%20%D1%81%D1%82%D1%80.pdf&lt;br /&gt;
&lt;br /&gt;
=== Closed access resources ===&lt;br /&gt;
* Bass, BM, Bass, R (2008) The Bass Handbook of Leadership: Theory, Research, and Application. New York: Simon &amp;amp; Schuster.&lt;br /&gt;
* Naumov, S. A. (2017). Managing Operational Capabilities in Startup Companies. (n.p.): Massachusetts Institute of Technology, Sloan School of Management.&lt;br /&gt;
* Bhimani, A. (2017). Financial Management for Technology Start-Ups: A Handbook for Growth. Индия: Kogan Page.&lt;br /&gt;
* Interiano, L. (2021). Startup Recruitment Guide: Essential Tips For Hiring Employees To Your Business: Guide For Startup Hiring And Company Recruiting Companies. (n.p.): Independently Published.&lt;br /&gt;
* Kotter, JP (1990) Force for Change: How Leadership Differs from Management. New York: Simon &amp;amp; Schuster.&lt;br /&gt;
* Pearce, CL, Conger, JA (2003) Shared Leadership: Reframing the Hows and Whys of Leadership. Thousand Oaks, CA: SAGE.&lt;br /&gt;
* Tormey, P., Tormey, J. (2014). Startup Guide to Intellectual Property: Early Stage Protection of IP. Великобритания: CreateSpace Independent Publishing Platform.&lt;br /&gt;
* Brennan, K. (2018). Startup CFO: The Finance Handbook for Your Growing Business. Соединенные Штаты Америки: Amazon Digital Services LLC - KDP Print US.&lt;br /&gt;
* Tom DeMarco (1997) The Deadline: A Novel About Project Management&lt;br /&gt;
&lt;br /&gt;
=== Software and tools used within the course ===&lt;br /&gt;
* MSTeams License,&lt;br /&gt;
* Moodle&lt;br /&gt;
* Office software&lt;br /&gt;
&lt;br /&gt;
= Teaching Methodology: Methods, techniques, &amp;amp; activities =&lt;br /&gt;
&lt;br /&gt;
== Activities and Teaching Methods ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Teaching and Learning Methods within each section&lt;br /&gt;
|-&lt;br /&gt;
! Teaching Techniques !! Section 1 !! Section 2 !! Section 3 !! Section 4 !! Section 5 !! Section 6 !! Section 7 !! Section 8 !! Section 9&lt;br /&gt;
|-&lt;br /&gt;
| Problem-based learning (students learn by solving open-ended problems without a strictly-defined solution) || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Project-based learning (students work on a project) || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Differentiated learning (provide tasks and activities at several levels of difficulty to fit students needs and level) || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Contextual learning (activities and tasks are connected to the real world to make it easier for students to relate to them); || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Business game (learn by playing a game that incorporates the principles of the material covered within the course). || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| inquiry-based learning || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Just-in-time teaching || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Task-based learning || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Activities within each section&lt;br /&gt;
|-&lt;br /&gt;
! Learning Activities !! Section 1 !! Section 2 !! Section 3 !! Section 4 !! Section 5 !! Section 6 !! Section 7 !! Section 8 !! Section 9&lt;br /&gt;
|-&lt;br /&gt;
| Lectures || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Interactive Lectures || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Modeling || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Cases studies || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Individual Projects || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Group projects || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Quizzes (written or computer based) || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Peer Review || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Discussions || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Presentations by students || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Written reports || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Oral Reports || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Lab exercises || 0 || 1 || 1 || 1 || 0 || 0 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Experiments || 0 || 1 || 1 || 1 || 0 || 0 || 1 || 1 || 1&lt;br /&gt;
|-&lt;br /&gt;
| Simulations and role-plays || 0 || 0 || 1 || 1 || 0 || 0 || 0 || 1 || 1&lt;br /&gt;
|} &lt;br /&gt;
== Formative Assessment and Course Activities ==&lt;br /&gt;
&lt;br /&gt;
=== Ongoing performance assessment ===&lt;br /&gt;
&lt;br /&gt;
==== Section 1 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports&amp;lt;br&amp;gt;Business cases&amp;lt;br&amp;gt;Labs&amp;lt;br&amp;gt;Multiple Choice Testing || Legal entity types and differences&amp;lt;br&amp;gt;Fundamentals of taxation for small businesses in Russia&amp;lt;br&amp;gt;Possibilities of international jurisdictions&amp;lt;br&amp;gt;Legal support of transactions with a client: competent document management&amp;lt;br&amp;gt;Testing on forms of taxation for small businesses&amp;lt;br&amp;gt;Choosing an adequate legal form for a startup || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 2 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports&amp;lt;br&amp;gt;Business cases&amp;lt;br&amp;gt;Labs&amp;lt;br&amp;gt;Multiple Choice Testing || What is management and its functions&amp;lt;br&amp;gt;History of management and marketing as a practical knowledge and science&amp;lt;br&amp;gt;Analyzing and application of management functions || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 3 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports&amp;lt;br&amp;gt;Business cases&amp;lt;br&amp;gt;Labs&amp;lt;br&amp;gt;Multiple Choice Testing || Organisation types&amp;lt;br&amp;gt;Life-cycle of an organization&amp;lt;br&amp;gt;Strategic management concepts and frameworks&amp;lt;br&amp;gt;Strategic planning&amp;lt;br&amp;gt;Strategic management as a function of management&amp;lt;br&amp;gt;Testing concepts and planning || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 4 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports&amp;lt;br&amp;gt;Business cases&amp;lt;br&amp;gt;Labs&amp;lt;br&amp;gt;Multiple Choice Testing || How to turn operational tasks into an orderly and transparent process by implementing a system of metrics and continuous analysis?&amp;lt;br&amp;gt;How to manage quality and optimize costs?&amp;lt;br&amp;gt;How to build a system of effective company management and determine business growth points?&amp;lt;br&amp;gt;How to improve competitiveness?&amp;lt;br&amp;gt;How to set long-term goals and define metrics for them. You will be able to prioritize and plan short-term goals.&amp;lt;br&amp;gt;Business case on building a system of metrics and indicators, planning and goal setting for a start-up company. || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 5 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports&amp;lt;br&amp;gt;Business cases&amp;lt;br&amp;gt;Labs&amp;lt;br&amp;gt;Multiple Choice Testing || Financial modeling for a startup: practicing in practice, compiling a financial model of a company || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 6 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports&amp;lt;br&amp;gt;Business cases&amp;lt;br&amp;gt;Labs&amp;lt;br&amp;gt;Multiple Choice Testing || Business case on marketing mix&amp;lt;br&amp;gt;Analyzing marketing strategy of a startup&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 7 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports&amp;lt;br&amp;gt;Business cases&amp;lt;br&amp;gt;Labs&amp;lt;br&amp;gt;Multiple Choice Testing || Exchange of experience, discussion of specifics of hiring in the IT sector || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 8 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports&amp;lt;br&amp;gt;Business cases&amp;lt;br&amp;gt;Labs&amp;lt;br&amp;gt;Multiple Choice Testing || Implementation of innovations in management  || 1&lt;br /&gt;
|} &lt;br /&gt;
==== Section 9 ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
! Activity Type !! Content !! Is Graded?&lt;br /&gt;
|-&lt;br /&gt;
| Weekly student reports&amp;lt;br&amp;gt;Business cases&amp;lt;br&amp;gt;Labs&amp;lt;br&amp;gt;Multiple Choice Testing || Business case on intellectual property protection methods (influence of competitors, conflicts and division of property in a team) || 1&lt;br /&gt;
|} &lt;br /&gt;
=== Final assessment ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# What taxation system to choose for an IT startup in Russia&lt;br /&gt;
# DOS features for IT companies&lt;br /&gt;
# Income tax&lt;br /&gt;
# Privileges&lt;br /&gt;
# Features of the simplified tax system for the IT-Sphere&lt;br /&gt;
# Patent system&lt;br /&gt;
# Ways to legally save on taxes&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
# What is management: definition and its functions&lt;br /&gt;
# History of management and marketing as a practical knowledge and science&lt;br /&gt;
# Analyzing and application of management functions&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
# What are organization types?&lt;br /&gt;
# Life-cycle of an organization: characteristics&lt;br /&gt;
# Strategic planning of a company&lt;br /&gt;
# Testing concepts and planning&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
# How to turn operational tasks into an orderly and transparent process by implementing a system of metrics and continuous analysis?&lt;br /&gt;
# How to manage quality and optimize costs?&lt;br /&gt;
# How to build a system of effective company management and determine business growth points?&lt;br /&gt;
# How to improve competitiveness?&lt;br /&gt;
# How to set long-term goals and define metrics for them. You will be able to prioritize and plan short-term goals.&lt;br /&gt;
'''Section 5'''&lt;br /&gt;
# How to analyze financial statements and foreign market&lt;br /&gt;
# How to calculate the unit-economy and determine the profitability of the company&lt;br /&gt;
'''Section 6'''&lt;br /&gt;
# What are basic concepts of marketing?&lt;br /&gt;
# How to create a marketing strategy?&lt;br /&gt;
'''Section 7'''&lt;br /&gt;
# How to define project goals, calculate the economy, manage people, deadlines and tasks&lt;br /&gt;
# How to create and manage teams, even if they work remotely.&lt;br /&gt;
# How to manage engagement and motivation.&lt;br /&gt;
'''Section 8'''&lt;br /&gt;
# What is innovation management?&lt;br /&gt;
# How to manage complex innovation?&lt;br /&gt;
# Innovation management typologies&lt;br /&gt;
# Innovation management in entrepreneurship&lt;br /&gt;
'''Section 9'''&lt;br /&gt;
# How to protect company innovations&lt;br /&gt;
# How to protect the company's intangible assets and keep products competitive.&lt;br /&gt;
# Features of registration of trademarks and protection of intellectual property rights&lt;br /&gt;
# How to interact with Rospatent and maintain your position in court.&lt;br /&gt;
&lt;br /&gt;
=== The retake exam ===&lt;br /&gt;
'''Section 1'''&lt;br /&gt;
# What taxation system to choose for an IT startup in Russia&lt;br /&gt;
# DOS features for IT companies&lt;br /&gt;
# income tax&lt;br /&gt;
# Privileges&lt;br /&gt;
# Features of the simplified tax system for the IT-Sphere&lt;br /&gt;
# patent system&lt;br /&gt;
# Ways to legally save on taxes&lt;br /&gt;
'''Section 2'''&lt;br /&gt;
# What is management: definition and its functions&lt;br /&gt;
# History of management and marketing as a practical knowledge and science&lt;br /&gt;
# Analyzing and application of management functions&lt;br /&gt;
'''Section 3'''&lt;br /&gt;
# What are organization types?&lt;br /&gt;
# Life-cycle of an organization: characteristics&lt;br /&gt;
# Strategic planning of a company&lt;br /&gt;
# Testing concepts and planning&lt;br /&gt;
'''Section 4'''&lt;br /&gt;
# How to turn operational tasks into an orderly and transparent process by implementing a system of metrics and continuous analysis?&lt;br /&gt;
# How to manage quality and optimize costs?&lt;br /&gt;
# How to build a system of effective company management and determine business growth points?&lt;br /&gt;
# How to improve competitiveness?&lt;br /&gt;
# How to set long-term goals and define metrics for them. You will be able to prioritize and plan short-term goals.&lt;br /&gt;
'''Section 5'''&lt;br /&gt;
# How to analyze financial statements and foreign market&lt;br /&gt;
# How to calculate the unit-economy and determine the profitability of the company&lt;br /&gt;
'''Section 6'''&lt;br /&gt;
# What are basic concepts of marketing?&lt;br /&gt;
# How to create a marketing strategy?&lt;br /&gt;
'''Section 7'''&lt;br /&gt;
# How to define project goals, calculate the economy, manage people, deadlines and tasks&lt;br /&gt;
# How to create and manage teams, even if they work remotely.&lt;br /&gt;
# How to manage engagement and motivation.&lt;br /&gt;
'''Section 8'''&lt;br /&gt;
# What is innovation management?&lt;br /&gt;
# How to manage complex innovation?&lt;br /&gt;
# Innovation management typologies&lt;br /&gt;
# Innovation management in entrepreneurship&lt;br /&gt;
'''Section 9'''&lt;br /&gt;
# How to protect company innovations&lt;br /&gt;
# How to protect the company's intangible assets and keep products competitive.&lt;br /&gt;
# Features of registration of trademarks and protection of intellectual property rights&lt;br /&gt;
# How to interact with Rospatent and maintain your position in court.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7258</id>
		<title>BSc:Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=BSc:Syllabi_Index&amp;diff=7258"/>
		<updated>2022-07-13T13:53:26Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Security and Networks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Technical ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Computer Science, Programming ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101 &amp;amp;mdash; Introduction to Programming I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102 &amp;amp;mdash; Introduction to Programming II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Computer_Science CSE103  &amp;amp;mdash; Theoretical Computer Science]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Operating_Systems CSE105 &amp;amp;mdash; Operating Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Databases  CSE106 &amp;amp;mdash; Databases]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Advanced_Compilers_Construction_and_Program_Analysis CSE108 &amp;amp;mdash; Advanced Compilers Construction and Program Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Programming_Paradigms  CSE109 &amp;amp;mdash; Programming Paradigms]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Software_Systems_Design CSE112 &amp;amp;mdash; Software Systems Analysis and Design]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Distributed_And_Network_Programming CSE114 &amp;amp;mdash; Distributed And Network Programming]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Compilers_Construction CSE115 &amp;amp;mdash; Compilers Construction]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Structures_Algorithms CSE117 &amp;amp;mdash; Data Structures and Algorithms]&lt;br /&gt;
&lt;br /&gt;
=== Maths ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics.f22 CSE113 &amp;amp;mdash; Philosophy I - (Discrete Math and Logic)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I.f22 CSE201 &amp;amp;mdash; Mathematical Analysis I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I.f22 CSE202 &amp;amp;mdash; Analytical Geometry and Linear Algebra I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II.s23 CSE203 &amp;amp;mdash; Mathematical Analysis II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II.s23 CSE204 &amp;amp;mdash; Analytic Geometry And Linear Algebra II]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations.f22 CSE205 &amp;amp;mdash; Differential Equations]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics.f22 CSE206 &amp;amp;mdash; Probability And Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_to_Optimization.F22 CSE??? &amp;amp;mdash; Introduction to Optimization]&lt;br /&gt;
&lt;br /&gt;
=== AI ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Artificial_Intelligence CSE301 &amp;amp;mdash; Introduction to Artificial Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Machine_Learning CSE302 &amp;amp;mdash; Introduction to Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Big_Data  CSE303 &amp;amp;mdash; Introduction to Big Data]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Game_Theory CSE304 &amp;amp;mdash; Game Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Data_Mining CSE305 &amp;amp;mdash; Data Mining]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Information_Retrieval CSE306 &amp;amp;mdash; Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Computer_Vision CSE307 &amp;amp;mdash; Introduction to Computer Vision]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Practical_Machine_Learning_Deep_Learning CSE308 &amp;amp;mdash; Practical Machine Learning And Deep Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Statistical_Techniques_For_Data_Science CSE310 &amp;amp;mdash; Statistical Techniques for Data Science and Robotics] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Natural_Language_Processing CSE311 &amp;amp;mdash; Natural Language Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Nature_Inspired_Computing CSE340 &amp;amp;mdash; Nature Inspired Computing]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Hardware and Robotics ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Computer_Architecture CSE401 &amp;amp;mdash; Fundamentals of Computer Architecture]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402 &amp;amp;mdash; Physics I (Mechanics)] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Control_Theory CSE403 &amp;amp;mdash; Control Theory]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Sensors_And_Sensing CSE404 &amp;amp;mdash; Sensors and Sensing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechatronics CSE405 &amp;amp;mdash; Mechatronics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Robotics CSE406 &amp;amp;mdash; Fundamentals of Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mechanics_And_Machines CSE407 &amp;amp;mdash; Mechanics And Machines]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Theoretical_Mechanics CSE408 &amp;amp;mdash; Theoretical Mechanics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Robotic_Systems CSE409 &amp;amp;mdash; Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II  CSE410 &amp;amp;mdash; Physics II - Electrical Engineering]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Security and Networks ===&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Networks CSE501  &amp;amp;mdash; Networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_System_And_Network_Administration  CSE502 &amp;amp;mdash; System And Network Administration]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Network_And_Cyber_Security CSE503 &amp;amp;mdash; Network And Cyber Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Signals_And_Systems CSE504 &amp;amp;mdash; Digital Signal Processing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Dev_Ops_Engineering CSE508 &amp;amp;mdash; DevOps Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Fundamentals_of_Computer_Security CSE509 &amp;amp;mdash; Fundamentals of Information Security]&lt;br /&gt;
&lt;br /&gt;
=== SE ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Lean_Software_Development CSE803 &amp;amp;mdash; Lean Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:SoftwareQualityandReliability.S22 CSE806 &amp;amp;mdash; Software Quality and Reliability]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/Bc:_It_Product_Development CSE807 &amp;amp;mdash; IT Product Development]&lt;br /&gt;
&lt;br /&gt;
== Humanities ==&lt;br /&gt;
&lt;br /&gt;
=== Pedagogy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_History HSS601 &amp;amp;mdash; History (History of Russia, World History)]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physical_Culture_and_Sport HSS105 &amp;amp;mdash; Physical Culture and Sport]&lt;br /&gt;
&lt;br /&gt;
=== Languages and literature ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture HSS203 &amp;amp;mdash; Foreign Language I]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS204 &amp;amp;mdash; Foreign Language II]&lt;br /&gt;
&lt;br /&gt;
=== The science ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:AcademicResearchandWritingCulture HSS501 &amp;amp;mdash; Academic Research and Writing Culture 1]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Academic_Research_and_Writing_Culture_II HSS502 &amp;amp;mdash; Academic Research and Writing Culture 2]&lt;br /&gt;
&lt;br /&gt;
=== History and philosophy ===&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Philosophy_II HSS602 &amp;amp;mdash; Philosophy II (Languages and Perceptions)]&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Requirements_Engineering&amp;diff=6464</id>
		<title>MSc: Requirements Engineering</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Requirements_Engineering&amp;diff=6464"/>
		<updated>2022-04-22T13:34:26Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Requirements Engineering =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Requirements Engineering&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; SE-&lt;br /&gt;
&lt;br /&gt;
== Course characteristics ==&lt;br /&gt;
&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Requirements elicitation&lt;br /&gt;
* Requirements specification&lt;br /&gt;
* Requirements prototyping and implementation&lt;br /&gt;
* Requirements verification&lt;br /&gt;
* Requirements traceability&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
The course has the following key objectives:&lt;br /&gt;
&lt;br /&gt;
* To introduce the motivation, conceptual background and terminology on which requirements engineering relies.&lt;br /&gt;
* To provide a comprehensive account of state-of-the-art techniques for requirements engineering.&lt;br /&gt;
* To let the students experience the actual requirements-caused problems faced by real software teams.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
The course has been designed to be self-included as much as possible. It can be useful to have a general understanding of the following:&lt;br /&gt;
* Basics of Software Development&lt;br /&gt;
* Basics of Software Testing&lt;br /&gt;
* Basics of Software design and Unified Modelling Language&lt;br /&gt;
* Basics of Software Development process &lt;br /&gt;
* Basics of Software Engineering&lt;br /&gt;
&lt;br /&gt;
== Recommendations for students on how to succeed in the course ==&lt;br /&gt;
I suggest here some simple video material that can help a smooth introduction with the course:&lt;br /&gt;
* [https://www.youtube.com/watch?v=pquPUX1EihM What is Software Development]&lt;br /&gt;
* [https://www.youtube.com/watch?v=gNmrGZSGK1k What Are The Steps of the Software Development Lifecycle?]&lt;br /&gt;
* [https://www.youtube.com/watch?v=i-QyW8D3ei0 Software Development Lifecycle in 9 minutes!]&lt;br /&gt;
* [https://www.youtube.com/watch?v=oLc9gVM8FBM Software Testing Explained: How QA is Done Today]&lt;br /&gt;
* [https://www.youtube.com/watch?v=zCX-N1H8Vps Functional and Nonfunctional Requirements - Georgia Tech - Software Development Process]&lt;br /&gt;
* [https://www.youtube.com/watch?v=Z9QbYZh1YXY What is Agile?]&lt;br /&gt;
* [https://www.youtube.com/watch?v=Q0A35ZfgwHA What Professional Software Engineers ACTUALLY Do]&lt;br /&gt;
&lt;br /&gt;
It can be an advantage to read introductory chapters of the main textbook:&lt;br /&gt;
Axel van Lamsweerde [https://www.wiley.com/en-us/Requirements+Engineering%3A+From+System+Goals+to+UML+Models+to+Software+Specifications-p-9780470012703 Requirements Engineering], Wiley Publishing (2009) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course Objectives Based on Bloom’s Taxonomy ===&lt;br /&gt;
&lt;br /&gt;
The “Requirements Engineering” course develops students’ skills at all the 6 levels of the Bloom’s taxonomy.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to recognize and define:&lt;br /&gt;
&lt;br /&gt;
* System requirements&lt;br /&gt;
* Software requirements&lt;br /&gt;
* Domain knowledge&lt;br /&gt;
* Environment assumptions&lt;br /&gt;
* Environment-controlled phenomena&lt;br /&gt;
* Machine-controlled phenomena&lt;br /&gt;
* Environment-observed phenomena&lt;br /&gt;
* Machine-observed phenomena&lt;br /&gt;
* Problem space&lt;br /&gt;
* Solution space&lt;br /&gt;
* Prescriptive statements&lt;br /&gt;
* Descriptive statements&lt;br /&gt;
* Traceability links&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to describe and explain (with examples):&lt;br /&gt;
&lt;br /&gt;
* Difference between system and software requirements&lt;br /&gt;
* Difference between domain knowledge and environment assumptions&lt;br /&gt;
* Pairwise difference between environment- and machine-controlled (observed) phenomena&lt;br /&gt;
* Difference between the world and the machine&lt;br /&gt;
* Difference between problem and solution space&lt;br /&gt;
* Difference between prescriptive and descriptive statements&lt;br /&gt;
* Difference between vertical and horizontal traceability&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to apply:&lt;br /&gt;
&lt;br /&gt;
* Requirements elicitation techniques&lt;br /&gt;
* Requirements specification techniques&lt;br /&gt;
* Prototyping and implementation techniques&lt;br /&gt;
* Negotiation techniques for modifying requirements&lt;br /&gt;
* Techniques for establishing traceability links, both vertical and horizontal&lt;br /&gt;
* Parameterized unit testing&lt;br /&gt;
* Acceptance testing&lt;br /&gt;
&lt;br /&gt;
=== - What inference can a student make based on the acquired knowledge? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to identify:&lt;br /&gt;
&lt;br /&gt;
* Lack of traceability links&lt;br /&gt;
* Incorrectly implemented requirements&lt;br /&gt;
* Incorrectly elicited requirements&lt;br /&gt;
* Incompletely implemented requirements&lt;br /&gt;
* Incompletely elicited requirements&lt;br /&gt;
&lt;br /&gt;
=== - What judgements can a student make about the studied field? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to judge:&lt;br /&gt;
&lt;br /&gt;
* Completeness of a requirements document specified by others&lt;br /&gt;
* Correctness of a requirements document specified by others&lt;br /&gt;
* Completeness of an implementation developed by others wrt requirements&lt;br /&gt;
* Correctness of an implementation developed by others wrt requirements&lt;br /&gt;
* Traceability for software artifacts created by others&lt;br /&gt;
* Presentations of other students&lt;br /&gt;
&lt;br /&gt;
=== - What actions can students take based on their judgement? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to take appropriate actions for:&lt;br /&gt;
&lt;br /&gt;
* Eliciting lacking requirements from stakeholders&lt;br /&gt;
* Negotiating requirements modifications with stakeholders&lt;br /&gt;
* Implementing lacking functionality, wrt to requirements, in software developed by others&lt;br /&gt;
* Fixing functionality that incorrectly implements requirements in software developed by others&lt;br /&gt;
* Introducing missing traceability links&lt;br /&gt;
* Writing additional tests to achieve sufficient requirements coverage&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation ===&lt;br /&gt;
&lt;br /&gt;
== Evaluation ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
| Practical assignments&lt;br /&gt;
| 60&lt;br /&gt;
|-&lt;br /&gt;
| Reading assignments&lt;br /&gt;
| 18&lt;br /&gt;
|-&lt;br /&gt;
| Project presentations&lt;br /&gt;
| 12&lt;br /&gt;
|-&lt;br /&gt;
| Classroom participation&lt;br /&gt;
| 10&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment: None&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:ModelsCourseGradingRange&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 80-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 65-79&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50-64&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-49&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
If necessary, please indicate freely your course’s grading features: The semester starts with the default range as proposed in the Table [[#tab:ModelsCourseGradingRange|1]], but it may change slightly (usually reduced) depending on how the semester progresses.&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Handouts supplied by the instructor&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Requirements elicitation and documentation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Requirements prototyping and implementation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Requirements verification and traceability&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
=== Section title: ===&lt;br /&gt;
&lt;br /&gt;
Requirements elicitation and documentation&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Foundations of requirements engineering&lt;br /&gt;
* The world and the machine&lt;br /&gt;
* Domain understanding and requirements elicitation&lt;br /&gt;
* Questions for interviews&lt;br /&gt;
* The requirements process&lt;br /&gt;
* Use cases&lt;br /&gt;
* Requirements specification and documentation&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# What is the WHY-Dimension of requirements engineering?&lt;br /&gt;
# What criteria are recommended to use for stakeholders analysis?&lt;br /&gt;
# Who is a stakeholder?&lt;br /&gt;
# What is an artifact-driven elicitation technique?&lt;br /&gt;
# What are the four principles for description in requirements engineering?&lt;br /&gt;
# What are the four facets of relationship between the world and the machine?&lt;br /&gt;
# What are the four kinds of denial in software engineering?&lt;br /&gt;
# What is a descriptive statement?&lt;br /&gt;
# What are the different kinds of information about the world?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Write down and present a project proposal for implementing during the course.&lt;br /&gt;
# Propose a set of questions for a requirements elicitation interview.&lt;br /&gt;
# Conduct, audio record and transcribe an elicitation interview.&lt;br /&gt;
# Design use cases based on the elicitation transcript and audio recording.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Present you experience of preparing and conducting the elicitation interview.&lt;br /&gt;
# How did you choose the stakeholder for interviewing?&lt;br /&gt;
# Did the interview go according to the plan?&lt;br /&gt;
# Which of the initially prepared questions you did not ask during the interview? Why?&lt;br /&gt;
# What questions you had to ask in addition to the initially prepared ones? Why?&lt;br /&gt;
# If you have been interviewed, how relevant were the interviewer’s questions?&lt;br /&gt;
# What conflicts did you have when merging the interview transcripts of your team members?&lt;br /&gt;
# How did you solve the merging conflicts?&lt;br /&gt;
# What lessons have you learned based on your experience as an interviewer and an interviewee?&lt;br /&gt;
# Present use cases constructed based on the elicited information.&lt;br /&gt;
# How do the use cases trace to the interview transcript?&lt;br /&gt;
# How does the interview transcript trace to the use cases?&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
=== Section title: ===&lt;br /&gt;
&lt;br /&gt;
Requirements prototyping and implementation&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Mapping use cases to object models&lt;br /&gt;
* From use cases to user interface design&lt;br /&gt;
* Activity diagrams&lt;br /&gt;
* The psychopathology of everyday things&lt;br /&gt;
* Seamless requirements&lt;br /&gt;
* The anatomy of requirements&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# What value do UML diagrams bring to the requirements engineering process?&lt;br /&gt;
# Define the “extend” relationship between use cases.&lt;br /&gt;
# Enumerate risk reduction tactics.&lt;br /&gt;
# Describe defining characteristics of what Davis calls “knowledge structure”.&lt;br /&gt;
# What activities does the risk management process involve?&lt;br /&gt;
# How do you call an active component in a use case diagram?&lt;br /&gt;
# What is the purpose of postconditions in use cases?&lt;br /&gt;
# Name different types of relationships in use case modelling.&lt;br /&gt;
# Categorize UML as either informal, semi-formal or formal notation.&lt;br /&gt;
# Define the “generalization” relationship in UML.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Reflect, individually and in teams, on the use cases and the use case diagram that you received for implementation from another team.&lt;br /&gt;
# Construct activity diagrams from the use cases and the use case diagram.&lt;br /&gt;
# Construct classes based on the activity diagrams.&lt;br /&gt;
# Design user interfaces based on the classes and activity diagrams.&lt;br /&gt;
# Develop a minimum viable product (MVP) implementing your input requirements.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Record and present a short demo of your MVP.&lt;br /&gt;
# What decisions did you have to take when implementing the MVP?&lt;br /&gt;
# How did you define your MVP?&lt;br /&gt;
# What did you have to change in the requirements document, and why?&lt;br /&gt;
# What requirements you decided to cover and not to cover in the MVP, and why?&lt;br /&gt;
# Present lessons learned from developing the MVP.&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
=== Section title: ===&lt;br /&gt;
&lt;br /&gt;
Requirements verification and traceability&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Parameterized unit tests&lt;br /&gt;
* Goal modelling&lt;br /&gt;
* Scrum &amp;amp;amp; User stories&lt;br /&gt;
* Use case testing&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# How do we call an active system component playing a specific role in goal satisfaction?&lt;br /&gt;
# How do we call an autonomous and passive object in the object model, which cannot control the behaviours of instances of other objects?&lt;br /&gt;
# What is a goal?&lt;br /&gt;
# What goal pattern refers to every future state?&lt;br /&gt;
# How do we call an association where the composite object and its components appear and disappear together in the system?&lt;br /&gt;
# Describe the goal refinement process.&lt;br /&gt;
# What is object specialization?&lt;br /&gt;
# Define the “maintain” goal pattern.&lt;br /&gt;
# Enumerate and describe different relationships between goals.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Construct parameterized unit tests for the MVP provided to you by another team.&lt;br /&gt;
# Reflect, individually and in teams, on the MVP provided to you by another team.&lt;br /&gt;
# Reflect, individually and in teams, on the user interface design of the MVP.&lt;br /&gt;
# Develop the MVP into a usable production-quality software.&lt;br /&gt;
# Construct use case tests and parameterized units tests for the final implementation; update the requirements document as you go.&lt;br /&gt;
# Run the tests and fix the identified defects; update the requirements document as you go.&lt;br /&gt;
# Ensure pairwise mutual completeness between the requirements, final implementation and tests.&lt;br /&gt;
# Ensure pairwise mutual traceability between the requirements, final implementation and tests.&lt;br /&gt;
# Write a document that will describe very clearly how to run and use the final implementation.&lt;br /&gt;
# Describe in the document how to reproduce different use cases in the actual software.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Present the final system developed from the MVP received from another team.&lt;br /&gt;
# Introduce the project and its business goals.&lt;br /&gt;
# Evaluate the quality of the interview transcript.&lt;br /&gt;
# Evaluate the quality of the use cases.&lt;br /&gt;
# Evaluate the quality of the MVP and user interfaces.&lt;br /&gt;
# Reflect on the quality management process.&lt;br /&gt;
# Record and present demo of test runs.&lt;br /&gt;
# Reflect on teamwork and communication with other teams.&lt;br /&gt;
# Present lessons learned while implementing different parts of different projects coming from the other teams.&lt;br /&gt;
# Record and present demo runs of the software using the use cases as the reference.&lt;br /&gt;
# Describe strengths and weaknesses of the final implementation.&lt;br /&gt;
# Write an essay detailing your reflections on the overall course experience.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Offensive_Technologies&amp;diff=6463</id>
		<title>MSc: Offensive Technologies</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Offensive_Technologies&amp;diff=6463"/>
		<updated>2022-04-22T13:33:48Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Offensive Technologies =&lt;br /&gt;
&lt;br /&gt;
* Course name: Offensive Technology&lt;br /&gt;
* Course number: ?&lt;br /&gt;
&lt;br /&gt;
== Course characteristics ==&lt;br /&gt;
&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Software Security&lt;br /&gt;
* Malware Analysis&lt;br /&gt;
* Mobile Security&lt;br /&gt;
* Network and Web Security&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
Offensive Technology introduces methods, tools, and techniques to the students to assess the security of different services, protocols, and applications. The course aims to expose the students to real-world expertise from a security perspective and let them find vulnerabilities in both software and hardware, Also in this course, the students will learn how to analyze a malicious application and how they can understand the behavior of this application and deploy the appropriate defenses against this application. Furthermore, the students will develop projects of their choice to show their skills. In this course, the students will particularly focus on Software Testing, Fuzzing, Malware Analysis, Mobile Security, and Network and Web Security.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
* The course has been designed to be self-included as much as possible. The successful completion will depend on prerequisite courses such as:&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:Advanced_Security CSE522 - Advanced Security]&lt;br /&gt;
* Essential skills&lt;br /&gt;
* Classical Internet Applications &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course Objectives Based on Bloom’s Taxonomy ===&lt;br /&gt;
&lt;br /&gt;
==== - What should a student remember at the end of the course? ====&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to recognize and define&lt;br /&gt;
&lt;br /&gt;
* Common weaknesses/vulnerabilities in web application&lt;br /&gt;
* ASLR, NX, and how are these techniques can help to protect against a malicious attacker&lt;br /&gt;
* Fuzzing techniques&lt;br /&gt;
* Malware C&amp;amp;C server&lt;br /&gt;
* Process injection techniques that are used in malware and how to defend against it&lt;br /&gt;
* Mobile security analysis&lt;br /&gt;
&lt;br /&gt;
==== - What should a student be able to understand at the end of the course? ====&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to describe and explain (with examples)&lt;br /&gt;
&lt;br /&gt;
* Methods and techniques bypass memory mitigation techniques&lt;br /&gt;
* Methods and techniques for fuzz testing&lt;br /&gt;
* Methods and techniques malware analysis&lt;br /&gt;
* Methods and techniques for mobile security testing&lt;br /&gt;
* Methods and techniques web penetration testing&lt;br /&gt;
&lt;br /&gt;
==== - What should a student be able to apply at the end of the course? ====&lt;br /&gt;
&lt;br /&gt;
* Perform a network discovery&lt;br /&gt;
* Detect/exploit common weaknesses/vulnerabilities in web applications.&lt;br /&gt;
* Detect vulnerabilities in software.&lt;br /&gt;
* Writing an exploit to bypass ASLR and NX protection.&lt;br /&gt;
* Perform fuzzing for a specific use case.&lt;br /&gt;
* Perform security assessment for mobile application&lt;br /&gt;
* Perform security analysis for a malicious application&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
! Type&lt;br /&gt;
! Default points&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
| Labs/seminar classes&lt;br /&gt;
| ?&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50&lt;br /&gt;
|-&lt;br /&gt;
| Project&lt;br /&gt;
| ?&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment: The laboratory assessments are particularly taken care of, and the tasks do correspond with the teachings from the lectures.&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
! Grade&lt;br /&gt;
! Default range&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Proposed range&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 85-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 70-84&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-69&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s grading features: The laboratory assignments are mandatory with a required minimum result of 6/10 - including re-takes - to complete the course. As a consequence, the grades are generally pretty high and therefore the grading ranges are scaled up.&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Mike O’Leary, Cyber Operations, Second Edition, Apress, 2019&lt;br /&gt;
* Ric Messier, Penetration Testing Basics: A Quick-Start Guide to Breaking into Systems, Apress, 2016&lt;br /&gt;
* Michal Zalewsk, The Tangled Web, No Starch Press, 2011&lt;br /&gt;
* Jon Erickson, Hacking: The Art of Exploitation, 2nd Edition, No StarchPress, 2008&lt;br /&gt;
* The Fuzzing Bookhttps://www.fuzzingbook.org&lt;br /&gt;
* Wil Allsopp, Advanced Penetration Testing: Hacking the World’s most secure Networks, Wiley, 2017&lt;br /&gt;
* Dafydd Stuttard, The Web Application Hacker’s Handbook: Finding and exploiting Security Flaws, 2nd edition, Wiley, 2011&lt;br /&gt;
* Rafay Baloch, Ethical Hacking and Penetration Testing Guide, AuerbachPublications, 2014&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
! Section&lt;br /&gt;
! Section Title&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| Teaching Hours&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Physical &amp;amp;amp; Software Security&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 12&lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Malware Analysis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
| 3&lt;br /&gt;
| Mobile Security&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
| 4&lt;br /&gt;
| Network and Web Security&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
| 5&lt;br /&gt;
| Labs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 40&lt;br /&gt;
|-&lt;br /&gt;
| 6&lt;br /&gt;
| Project&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 24&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
'''Section title: Software Security'''&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Buffer overflow vulnerability&lt;br /&gt;
* Format string vulnerability&lt;br /&gt;
* ASLR defensive technique&lt;br /&gt;
* NX defensive technique&lt;br /&gt;
* Fuzzing security testing&lt;br /&gt;
&lt;br /&gt;
'''What forms of evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Form&lt;br /&gt;
! Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What are the pros and cons of using ASLR? does it affect the performance?&lt;br /&gt;
* What is the required information to be able to identify a remote libc version?&lt;br /&gt;
* What are the pros and cons of writing your own fuzzer?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Write an exploit for a given binary, also try to bypass the mitigation techniques&lt;br /&gt;
* Implement a fuzzer for a specific use-case&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
'''Section title: Malware Analysis'''&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Malware evasion techniques&lt;br /&gt;
* Malware injection techniques&lt;br /&gt;
* Malware artifacts&lt;br /&gt;
* Virtual Machine environment hardening&lt;br /&gt;
* Professional malware analysis frameworks and tools&lt;br /&gt;
&lt;br /&gt;
'''What forms of evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Form&lt;br /&gt;
! Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* For a given malicious application try to find useful artifacts, for example, find encryption key, C&amp;amp;C server, find commands that server can send&lt;br /&gt;
* while setup an isolated analytic Virtual Machine, What are the required steps for hardening?&lt;br /&gt;
* what are the most commonly used evasion and injection in malware and how can you detect it?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* For a given malicious application try to find the evasion and injection techniques that are used by that application&lt;br /&gt;
* For a given malicious application try to write detection rules to be able to defend against it  &lt;br /&gt;
* Setup an isolated analytic Virtual Machine and test it against Virtual Machine detection tools&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
'''Section title: Mobile Security'''&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Mobile architecture&lt;br /&gt;
* Mobile security testing&lt;br /&gt;
* Detection of mobile malware&lt;br /&gt;
* Professional mobile security testing frameworks and tools&lt;br /&gt;
&lt;br /&gt;
'''What forms of evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Form&lt;br /&gt;
! Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What privilege does root or jailbreak gives you? is it mandatory for security testing?&lt;br /&gt;
* What is the difference from the security perspective between some version of an old mobile operation system&lt;br /&gt;
* what is the pros and cons of mobile security testing?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* For a given malicious application try to find the evasion and injection techniques that are used by that application&lt;br /&gt;
* Setup an automated mobile security testing solution and test a given application&lt;br /&gt;
* try to bypass some of the security mechanisms that are enabled either on the application or on the operating system level&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
=== Section 4 ===&lt;br /&gt;
&lt;br /&gt;
'''Section title: Network and Web Security'''&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Injection Flows&lt;br /&gt;
* Cookies Flows&lt;br /&gt;
* Server Misconfiguration&lt;br /&gt;
* Network Misconfiguration  &lt;br /&gt;
&lt;br /&gt;
'''What forms of evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
! Form&lt;br /&gt;
! Yes/No&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What is the difference between boolean-based and time-based SQL injection?&lt;br /&gt;
* Can regex matching protect against Directory Traversal attack?&lt;br /&gt;
* Does the Same Origin Policy apply to the localStorage inside the browser?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Vulnerability analysis and exploitation for a given web application&lt;br /&gt;
* Write and deploy WAF rules to mitigate a specific web attack&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Cybercrime_Forensics&amp;diff=6462</id>
		<title>MSc: Cybercrime Forensics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Cybercrime_Forensics&amp;diff=6462"/>
		<updated>2022-04-22T13:33:04Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Cybercrime and Forensics =&lt;br /&gt;
&lt;br /&gt;
* Course name: Cybercrime and Forensics&lt;br /&gt;
* Course number: SNE-???&lt;br /&gt;
&lt;br /&gt;
== Course characteristics ==&lt;br /&gt;
&lt;br /&gt;
== Key concepts of the class ==&lt;br /&gt;
&lt;br /&gt;
* Law, regulations and modern tendencies of the high-tech crimes&lt;br /&gt;
* Computer forensics approaches and techniques&lt;br /&gt;
* Incident response and threat hunting methods&lt;br /&gt;
&lt;br /&gt;
== What is the purpose of this course? ==&lt;br /&gt;
&lt;br /&gt;
Modern tactics and techniques of high-tech crimes, including counter -forensics methods, are evolving rapidly according to the past several years. Therefore, the purpose of this course is to provide for students the necessary knowledge and abilities to obtain and analyze digital evidence in a way to provide investigations that will comply with the current law and regulations. Another purpose for the course is to learn for students how to counteract with ongoing computer incidents, intrusions and to perform threat hunting in the computer systems&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
The course has been designed to be self-included as much as possible. The successful completion will depend on prerequisite courses such as:&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Security_of_systems_and_networks CSE520 — Security of systems and networks]&lt;br /&gt;
* Essential skills&lt;br /&gt;
* Classical Internet Applications&lt;br /&gt;
&lt;br /&gt;
== Course Objectives Based on Bloom’s Taxonomy ==&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to identify and define&lt;br /&gt;
&lt;br /&gt;
* Methods for investigating and responding to cybersecurity incidents&lt;br /&gt;
* Main types of computer attacks and the technical and non-technical techniques used by attackers;&lt;br /&gt;
* Compliance requirements to produce valid computer-technical expertise for further legal procedures;&lt;br /&gt;
* Aquisition techniques depending on the affected digital media and environment conditions&lt;br /&gt;
* Computer systems’ artifacts that were affected during the incident&lt;br /&gt;
* Specific hardware and software forensic tools depending on the type of incident;&lt;br /&gt;
* Decryption and decoding methods for protected and hidden data, methods of counter-forensics technology.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to describe and explain&lt;br /&gt;
&lt;br /&gt;
* Difference between different types of computer incidents&lt;br /&gt;
* The difference in compliance requirements for specific cybercrime cases&lt;br /&gt;
* Computer attacker model and kill chain tactics&lt;br /&gt;
* Filesystems analysis methods&lt;br /&gt;
* Volatile memory analysis methods&lt;br /&gt;
* Network analysis methods&lt;br /&gt;
* Malware analysis methods&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to demonstrate&lt;br /&gt;
&lt;br /&gt;
* Organizing an incident response to a cybersecurity incident and minimize potential damage&lt;br /&gt;
* Determination of the type and causes of the incident&lt;br /&gt;
* Determination of the computer systems’ artifacts that are required for the acquisition&lt;br /&gt;
* Collection of digital evidence and proper documentation of it&lt;br /&gt;
* Recovered deleted and hidden information&lt;br /&gt;
* Restored an incident chronology during the investigation, determination of the methods used by the attacker and the impact on the attacked system&lt;br /&gt;
* Conduction of investigation on various types of computer attacks&lt;br /&gt;
* Conduction malware analysis&lt;br /&gt;
* Correct and efficient usage of open source forensics software and hardware&lt;br /&gt;
&lt;br /&gt;
== Course evaluation ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Type'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Default points'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Labs/seminar classes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Project&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Exam&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment: None&lt;br /&gt;
&lt;br /&gt;
== Grades range ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Grade'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Default range'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| A. Excellent&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 90-100&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| B. Good&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 70-89&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| C. Satisfactory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-69&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| D. Poor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s grading features:&lt;br /&gt;
&lt;br /&gt;
The laboratory assignments are mandatory with a required minimum result of 6/10 for each - including re-takes and late submissions - to complete the course. The semester starts with the default range as proposed in the Table above, but it may changes slightly depending on how the semester progresses.&lt;br /&gt;
&lt;br /&gt;
== Resources and reference material ==&lt;br /&gt;
&lt;br /&gt;
* “Practical forensic imaging. Securing digital evidence with Linux tools”. Bruce Nikkel&lt;br /&gt;
* “Incident response and computer forensics”. K.Mandia, C.Prosise, and M.Pepe&lt;br /&gt;
* “Digital Evidence and Computer Crime”. Eoghan Casey&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Modern high-tech crimes and the law&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Data acquisition and securing digital evidence&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Computer systems’ artifacts and their analysis methods&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Volatile data analysis methods&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Incident response and threat hunting&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Labs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 56&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Section 1 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Modern high-tech crimes and the law&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Law, regulations and modern tendencies of the high-tech crimes&lt;br /&gt;
* Computer forensics approaches and techniques&lt;br /&gt;
* Incident response and threat hunting methods&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What are the typical attacks which can be used against the banking system?&lt;br /&gt;
* What is the attacker model?&lt;br /&gt;
* What is the computer incident?&lt;br /&gt;
* What types of incidents can lead to criminal code articles for an attacker?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Identify risks and develop mitigation techniques before acquiring evidence for a given case&lt;br /&gt;
* Develop an attacker model for a specific incident&lt;br /&gt;
* Identify the most important compliance requirements for preservation evidence in the court case?&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
* As above&lt;br /&gt;
&lt;br /&gt;
== Section 2 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Data acquisition and securing digital evidence&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Compliance requirements for the evidence acquisition&lt;br /&gt;
* Non-volatile data evidence collection&lt;br /&gt;
* Volatile data evidence collection&lt;br /&gt;
* Securing digital evidence with open source tools&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What are the pros and cons of using software or hardware tools for acquisition?&lt;br /&gt;
* What are the important steps to perform data evidence acquisition on the live system?&lt;br /&gt;
* What is the difference between non-volatile and volatile data from the perspective of computer forensics?&lt;br /&gt;
* What are the legal aspects of preparing before conducting computer forensic analysis based on the positions and responsibilities of forensic investigators?&lt;br /&gt;
* What kind of computer systems’ components would be less important during a live acquisition?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Depending on the incident define software and hardware that can be used to collect and preserve digital evidence&lt;br /&gt;
* Collect the evidence on a virtual environment&lt;br /&gt;
* Collect the evidence from the live system&lt;br /&gt;
* Collect the evidence of the volatile data&lt;br /&gt;
* Provide integrity, confidentiality, and non-repudiation for acquired evidence&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
== Section 3 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:'''&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:''' Computer systems’ artifacts and their analysis methods&lt;br /&gt;
&lt;br /&gt;
* Anti-forensics methods and recovery information&lt;br /&gt;
* Windows forensics&lt;br /&gt;
* Filesystem forensics&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What kind of methods do you know for an attacker to hide and delete information?&lt;br /&gt;
* What are the important artifacts that can be used for the analysis of the Windows systems?&lt;br /&gt;
* What is the difference between DEFT and CAIN software forensics distributions?&lt;br /&gt;
* What is MAC time?&lt;br /&gt;
* What is the conceptual difference between FAT and NTFS?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Analyze the incident that involves the USB stick of the attacker&lt;br /&gt;
* Create a timeline based on the timestamps of the artifacts&lt;br /&gt;
* Find and recover hidden information on the hard drive&lt;br /&gt;
* Extract and analyze filesystem journals&lt;br /&gt;
* Find encrypted information&lt;br /&gt;
* Identify the slack spaces that contain deleted data&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
== Section 4 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Volatile data analysis methods&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Operating memory forensics&lt;br /&gt;
* Network forensics&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What is fileless malware?&lt;br /&gt;
* How can rootkits affect the evidence?&lt;br /&gt;
* What kind of operating memory artifacts can be useful for cybercrime investigation?&lt;br /&gt;
* What is difficult about dumping a memory?&lt;br /&gt;
* What is difficult about dumping network traffic?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Identify direct kernel object manipulation in the given sample&lt;br /&gt;
* Find unlinking from the active process list&lt;br /&gt;
* Trace and detect used cryptographical keys on the incident&lt;br /&gt;
* Determine the original source of an attacker’s compromise on the given network traffic&lt;br /&gt;
* Establish and present a timeline of the attacker’s activities for a specific case&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;br /&gt;
&lt;br /&gt;
== Section 5 ==&lt;br /&gt;
&lt;br /&gt;
'''Section title:''' Incident response and threat hunting&lt;br /&gt;
&lt;br /&gt;
'''Topics covered in this section:'''&lt;br /&gt;
&lt;br /&gt;
* Incident response techniques&lt;br /&gt;
* Sandboxing&lt;br /&gt;
* Malware analysis&lt;br /&gt;
* Threats hunting&lt;br /&gt;
&lt;br /&gt;
'''What forms of the evaluation were used to test students’ performance in this section?'''&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Form'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for ongoing performance evaluation within this section'''&lt;br /&gt;
&lt;br /&gt;
* What limitations might you have during the incident response?&lt;br /&gt;
* What type of incident responses can be provided during the incident&lt;br /&gt;
* What is the difference between incident response and computer forensics in general&lt;br /&gt;
* What is sandboxing and how it could be used in the incident response?&lt;br /&gt;
* What type of threats can occur for investigators during investigation?&lt;br /&gt;
&lt;br /&gt;
'''Typical questions for seminar classes (labs) within this section'''&lt;br /&gt;
&lt;br /&gt;
* Identify the methods that can detect anomaly behavior for a typical Windows system processes&lt;br /&gt;
* Identify persistence mechanisms that are used by the given malicious process&lt;br /&gt;
* Identify illegitimate network activity on the given network traffic&lt;br /&gt;
* Develop an effective sandboxing environment for malware detection and examination of its behavior&lt;br /&gt;
* Develop indicators of compromise to detect threats on multiple systems&lt;br /&gt;
&lt;br /&gt;
'''Test questions for final assessment in this section'''&lt;br /&gt;
&lt;br /&gt;
As above&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Syllabi_Index&amp;diff=6461</id>
		<title>MSc: Syllabi Index</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Syllabi_Index&amp;diff=6461"/>
		<updated>2022-04-22T13:32:35Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Security and Networks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Numbered courses = &lt;br /&gt;
&lt;br /&gt;
== Data Science ==&lt;br /&gt;
&lt;br /&gt;
* CSE132 &amp;amp;mdash; Software Design with Python&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Machine_Learning CSE328 &amp;amp;mdash; Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Empirical_Methods CSE329 &amp;amp;mdash; Empirical Methods]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Big_Data_Technologies_And_Analytics CSE330 &amp;amp;mdash; Big Data Technologies And Analytics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Statistics CSE331 &amp;amp;mdash; Advanced Statistics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Machine_Learning CSE332 &amp;amp;mdash; Advanced Machine Learning]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Optimization CSE333 &amp;amp;mdash; Optimization]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Information_Retrieval CSE334 &amp;amp;mdash; Advanced Information Retrieval]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_High-Dimensional_Data_Analysis CSE335 &amp;amp;mdash; High-Dimensional Data Analysis]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Computer_Vision CSE427 &amp;amp;mdash; Computer Vision]&lt;br /&gt;
&lt;br /&gt;
== Robotics ==&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Fundamentals_of_Robot_Control CSE424 &amp;amp;mdash; Fundamental of Robot Control]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Sensing_Perception_Actuation CSE425 &amp;amp;mdash; Sensing, Perception And Actuation]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Dynamics_Of_Non_Linear_Robotic_Systems CSE426 &amp;amp;mdash;  Dynamics Of Non-Linear Robotic Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Computational_Intelligence CSE428 &amp;amp;mdash; Computational Intelligence]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Robotics CSE429 &amp;amp;mdash; Advanced Robotics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Large_Systems CSE521 &amp;amp;mdash; Large Systems]&lt;br /&gt;
&lt;br /&gt;
== Security and Networks ==&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Classical_Internet_Applications  CSE517 &amp;amp;mdash; Classical Internet Applications]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Inter_Networking_and_Routing CSE518 &amp;amp;mdash; Internetworking And Routing]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Networking  CSE519 &amp;amp;mdash; Advanced Networking]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Security_of_systems_and_networks CSE520 &amp;amp;mdash; Security of systems and networks]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Advanced_Security CSE522 &amp;amp;mdash; Advanced Security]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Cybercrime_Forensics CSE523 &amp;amp;mdash; Cybercrime And Forensics]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Offensive_Technologies CSE524 &amp;amp;mdash; Offensive Technologies]&lt;br /&gt;
&lt;br /&gt;
== Software Engineering ==&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Managing_Software_Development CSE820 &amp;amp;mdash; Managing Software Development]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Requirements_Engineering CSE821 &amp;amp;mdash; Requirements Engineering]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Personal_Software_Process CSE822 &amp;amp;mdash; Personal Software Process]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Models_Software_Systems CSE823 &amp;amp;mdash; Models of Software Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Architectures_of_Software_Systems CSE824 &amp;amp;mdash; Architectures of Software Systems]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Analysis_Software_Artifacts CSE825 &amp;amp;mdash; Analysis of Software Artifacts]&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Communication CSE826 &amp;amp;mdash; Communication]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Research_Project_SNE CSE525 &amp;amp;mdash; Research Project (SNE)]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Industrial_SNE_Project CSE526 &amp;amp;mdash;  Industrial SNE Project]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Industrial_Project CSE533 &amp;amp;mdash;  Industrial Project (MIST-SE)]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Master_Practicum_Project CSE602 &amp;amp;mdash; Master Practicum Project]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Project_R CSE711 &amp;amp;mdash; Project R]&lt;br /&gt;
&lt;br /&gt;
== Humanitarian ==&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_SystematicLiteratureReviewForDataScience&amp;amp;Robotics HSS501 &amp;amp;mdash; Systematic Literature Review for Data Science &amp;amp; Robotics]&lt;br /&gt;
*[https://eduwiki.innopolis.university/index.php/MSc:_Unit-economics_For_IT_startups HSS*** &amp;amp;mdash; Unit-economics for IT startups: metrics-based decision making]&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Classical_Internet_Applications&amp;diff=6460</id>
		<title>MSc: Classical Internet Applications</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Classical_Internet_Applications&amp;diff=6460"/>
		<updated>2022-04-22T13:29:52Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Classical Internet Applications =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Classical Internet Applications (CIA)&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; SNE-03&lt;br /&gt;
&lt;br /&gt;
== Course characteristics ==&lt;br /&gt;
&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Internet applications&lt;br /&gt;
* Focus on the application layer of the TCP/IP protocol stack&lt;br /&gt;
* Implementation, configuration, and security of Internet applications&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
CIA course serves as kick-start for the security and network engineering Masters program. Before diving into the depth of the topics, the students must know preliminary concepts related to computer networks services and applications therein. This course is designed to cover the basic services offered by the Internet including operating systems and computer architecture. The concepts from this course will be used throughout the course of whole masters. More precisely, this course will cover the basic computer architecture and assembly language programming, Domain Name Services (DNS), DNSSec, email, web, directories, and disks. This course will also cover protocols and ABNF. The theory part will strengthen the theoretical aspects of the concepts whereas the lab exercises will provide the students with the opportunity to have hands-on experience of the ideas they learnt in the lectures.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
* The course will benefit if students already know some of the following topics: Basics of TCP/IP networks: TCP/IP stack, transport protocols, application layer protocols, IP addressing, OSI -7 layer model&lt;br /&gt;
* Linux OS: architecture, system calls, ELF binary structure, networking and administration &lt;br /&gt;
* Shell Scripting: ability to work with the terminal as administrator and automatise tasks&lt;br /&gt;
&lt;br /&gt;
== Recommendations for students on how to succeed in the course ==&lt;br /&gt;
References:&lt;br /&gt;
* [https://www.linuxtopia.org/online_books/linux_for_beginners_index.html Linux for Beginners]&lt;br /&gt;
* [https://www.linuxtopia.org/online_books/linux_kernel/kernel_configuration/index.html Linux Kernel and Architecture]&lt;br /&gt;
* [https://www.linuxtopia.org/online_books/linux_network_administrators_guide/index.html Linux Administration and Networking]&lt;br /&gt;
* [https://www.shellscript.sh/ Shell Scripting]&lt;br /&gt;
* [https://cds.cern.ch/record/676686/files/0130384887_TOC.pdf Computer Networks]&lt;br /&gt;
&lt;br /&gt;
=== Course Objectives Based on Bloom’s Taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to:&lt;br /&gt;
&lt;br /&gt;
* Identify different Internet applications and understand their working principles from the protocols point of view&lt;br /&gt;
* Demonstrate the acquired knowledge and skills in classical internet applications including DNS, Email, and Directory services.&lt;br /&gt;
* Able to write regular expressions and context-free grammar that are essential in Internet applications and information exchange through the networks&lt;br /&gt;
* Able to partition disks and remember the booting principles as well as secure booting&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to describe and explain (with examples)&lt;br /&gt;
&lt;br /&gt;
* Demonstrate knowledge and skills to use web services&lt;br /&gt;
* Demonstrate the essential knowledge of disks and calculate particular locations/addresses in disks&lt;br /&gt;
* Reason about problems in the current DNS and the need to upgrade to DNSSEC and DNS over HTTPS&lt;br /&gt;
* Demonstrate the knowledge of email and other services configuration&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to apply the acquired knowledge in the following way.&lt;br /&gt;
&lt;br /&gt;
* Install, Configure, update, and manage DNS services over a network&lt;br /&gt;
* Configure, maintain, and update the secure DNS over a network&lt;br /&gt;
* Update, add, and delete records in DNS&lt;br /&gt;
* Configure a secure mail server and maintain it&lt;br /&gt;
* Get hands-on experience of the afore-mentioned technologies on their own servers.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:CIACourseGrading&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
| Labs/seminar classes&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Lab tasks assessment&lt;br /&gt;
| 40&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 40&lt;br /&gt;
|-&lt;br /&gt;
| Exams&lt;br /&gt;
| 40&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 40&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment: None&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;tab:CIACourseGradingRange&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
If necessary, please indicate freely your course’s grading features: The semester starts with the default range as proposed in the Table [[#tab:CIACourseGradingRange|2]], but it may change slightly (usually reduced) depending on how the semester progresses.&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Lecture slides&lt;br /&gt;
* RFCs&lt;br /&gt;
* Link to the online material will be provided (if any)&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Intro, Booting, Operating Systems Essentials, and Computer Architecture&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 8&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| DNS, DNSSEC, DoH&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 14&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Email&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
| ABNF, Deflating, Directory Services, Disks, Web, and Protocols&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 12&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
| Labs&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 56&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
=== Section title: ===&lt;br /&gt;
&lt;br /&gt;
Booting, Operating Systems, and Computer Architecture&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Booting principles and disks&lt;br /&gt;
* Essentials of operating systems&lt;br /&gt;
* Fundamentals of computer architecture&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# What are the different steps in booting?&lt;br /&gt;
# How the disks are partitioned?&lt;br /&gt;
# Explain UEFI booting&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Demonstrating the knowledge of booting&lt;br /&gt;
# Analyze assembly code at a basic level&lt;br /&gt;
# Demonstrate the system and library calls in operating systems&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Same as above&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
=== Section title: ===&lt;br /&gt;
&lt;br /&gt;
DNS, DNSSEC, and DoH&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* DNS&lt;br /&gt;
* DNSSEC&lt;br /&gt;
* DoH&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Hows does DNS query get resolved?&lt;br /&gt;
# What is iterative and recursive DNS server?&lt;br /&gt;
# How does wildcard work in DNS?&lt;br /&gt;
# What is zone walking in secure DNS?&lt;br /&gt;
# What is delegation in DNS?&lt;br /&gt;
# What is NSEC and NSEC3 records in DNSSEC?&lt;br /&gt;
# What is the difference between DNSSEC and DoH?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Configure DNS, DNSSEC, and DoH (with specific tasks)&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# How does DNS query get resolved in DNS?&lt;br /&gt;
# How zones are formed?&lt;br /&gt;
# How delegation works in DNS?&lt;br /&gt;
# How resource records are verified in DNSSEC?&lt;br /&gt;
# What is meant by zone walking and how is it avoided?&lt;br /&gt;
# Why do we need DNSSEC where we can use simple DNS over HTTPS?&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
=== Section title: ===&lt;br /&gt;
&lt;br /&gt;
Email&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Email architecture&lt;br /&gt;
* Spam management&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# What are different protocols used in email?&lt;br /&gt;
# What are the different agents used in email system?&lt;br /&gt;
# How to avoid spamming in email?&lt;br /&gt;
# How to configure email servers?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Configure email server&lt;br /&gt;
# Configure anti-spamming techniques&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# What are different agents and their roles in email architecture?&lt;br /&gt;
# How MX records work?&lt;br /&gt;
# How to configure different anti-spamming policies?&lt;br /&gt;
&lt;br /&gt;
=== Section 4 ===&lt;br /&gt;
&lt;br /&gt;
=== Section title: ===&lt;br /&gt;
&lt;br /&gt;
Directory, Web, Protocol, ABNF and Deflating&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Directory services&lt;br /&gt;
* Web&lt;br /&gt;
* Protocols&lt;br /&gt;
* ABNF&lt;br /&gt;
* Deflating&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# How directory services are implemented?&lt;br /&gt;
# How permissions are set?&lt;br /&gt;
# How disk partitions are made?&lt;br /&gt;
# How different web protocols work?&lt;br /&gt;
# How network packets are management in a standard way through ABNF?&lt;br /&gt;
# How to write new formats through ABNF?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Implement different web services&lt;br /&gt;
# Configure active directory&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# As above&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Robotics&amp;diff=6458</id>
		<title>MSc: Advanced Robotics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Robotics&amp;diff=6458"/>
		<updated>2022-04-22T13:28:23Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Advanced Robotics =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;C:AdvancedRobotics&amp;quot; label=&amp;quot;C:AdvancedRobotics&amp;quot;&amp;gt;[C:AdvancedRobotics]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Advanced Robotics&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
The course will benefit if students already know some topics of mathematics and programming. &lt;br /&gt;
&lt;br /&gt;
Programming: &lt;br /&gt;
* Matlab or Python, Numpy library,&lt;br /&gt;
* Google Colab environment. &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I CSE201] — Mathematical Analysis I &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II CSE203] — Mathematical Analysis II: differentiation, exponentials, gradient.&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I1 CSE202] — Analytical Geometry and Linear Algebra I &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II CSE204] — Analytic Geometry And Linear Algebra II: matrix multiplication, change of the bases, orthonormal spaces, cross product and skew-symmetric matrices, eigenvector and eigenvalue, SVD. &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402] — Physics I (Mechanics) and [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II CSE410] — Physics II - Electrical Engineering]: Kinematics, Statics and Dynamics.&lt;br /&gt;
* Statistics: Linear regression, .Covariance matrix, Information matrix, Observability matrix, Design of Experiments, Statistical evaluation&lt;br /&gt;
* Screw theory.&lt;br /&gt;
* Product of Exponents (PoE)&lt;br /&gt;
&lt;br /&gt;
== Course characteristics ==&lt;br /&gt;
&lt;br /&gt;
== What subject area does your course (discipline) belong to? ==&lt;br /&gt;
&lt;br /&gt;
Robotic control.&lt;br /&gt;
&lt;br /&gt;
== Key concepts of the class ==&lt;br /&gt;
&lt;br /&gt;
* Elastostatic modeling and calibration of robots&lt;br /&gt;
* Advanced control approaches for compliant robotic systems&lt;br /&gt;
&lt;br /&gt;
== What is the purpose of this course? ==&lt;br /&gt;
&lt;br /&gt;
While traditional robotics studies rigid robots and manipulators, many practical robotic systems exhibit non-negligible compliance. Its effects can be both detrimental (for instance, decrease in positioning accuracy of industrial manipulators) and beneficial (improved safety during human-robot interaction), depending on the application. However, regardless of whether the robot’s compliance is positive or negative, it must be accurately accounted for during modeling, trajectory tracking and robot control tasks. The main purpose of this course is to introduce elastostatic modeling of manipulators and robotic systems, methods for calibration of these devices, as well as advanced approaches to control robotic systems with non-negligible stiffness.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recommendations for students on how to succeed in the course == &lt;br /&gt;
References:&lt;br /&gt;
* Any text book on Linear algebra, Calculus, Statistics, Programming  and Physics&lt;br /&gt;
* [https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 3blue1brown playlist on Linear Algebra] can help to overview selected topics.&lt;br /&gt;
* [https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/ Gilbert Strang] is one of the best human teachers of Algebra, if you prefer classic lectures to fancy videos.&lt;br /&gt;
* Kick start your numpy with the official [https://numpy.org/doc/stable/user/quickstart.html quickstart guide].&lt;br /&gt;
* Statistics for Applications&lt;br /&gt;
&lt;br /&gt;
* Dimentberg, F. M. (1965) [http://oai.dtic.mil/oai/oai?verb=getRecord&amp;amp;metadataPrefix=html&amp;amp;identifier=AD0680993 The Screw Calculus and Its Applications in Mechanics]&lt;br /&gt;
&lt;br /&gt;
== Course Objectives Based on Bloom’s Taxonomy ==&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to remember&lt;br /&gt;
&lt;br /&gt;
* How to derive expressions for position kinematics and differential kinematics of serial manipulators,&lt;br /&gt;
* What approaches exist to model robot joints’ elasticity,&lt;br /&gt;
* How to model dynamics of compliant robots,&lt;br /&gt;
* Fundamental principles of position tracking control for robots with compliance,&lt;br /&gt;
* Motivation behind energy-based approaches to control elastic robots.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to describe and explain&lt;br /&gt;
&lt;br /&gt;
* How to find Jacobian for series and parallel robots and use it to compute forces and torques,&lt;br /&gt;
* What constitutes a common manipulator calibration procedure,&lt;br /&gt;
* Reasons and examples of singularities for serial and parallel robots,&lt;br /&gt;
* How to drive elastic robots into limit cycles and what benefits does it bring in terms of control effort,&lt;br /&gt;
* How to model and control tendon-driven robots.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to&lt;br /&gt;
&lt;br /&gt;
* Find stiffness matrix for given manipulator,&lt;br /&gt;
* Analyze joint constraints and find singularities,&lt;br /&gt;
* Perform robot calibration procedure,&lt;br /&gt;
* Apply passivity principle to design stable position controllers,&lt;br /&gt;
* Design force controller for elastic and compliant robots.&lt;br /&gt;
&lt;br /&gt;
== Course evaluation ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
| Labs/seminar classes&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 10&lt;br /&gt;
|-&lt;br /&gt;
| Interim performance assessment&lt;br /&gt;
| 30&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60&lt;br /&gt;
|-&lt;br /&gt;
| Exams&lt;br /&gt;
| 50&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment:&lt;br /&gt;
&lt;br /&gt;
The course grades are given according to the following rules: In-class discussion and lab performance = 10 pts, Homework assignments (4) = 20 pts, Quizzes (4) = 20 pts, Exams = 30 pts, Term project = 20 pts.&lt;br /&gt;
&lt;br /&gt;
== Grades range ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s grading features.&lt;br /&gt;
&lt;br /&gt;
== Resources and reference material ==&lt;br /&gt;
&lt;br /&gt;
Textbooks:&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Stiffness modeling&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Robot calibration&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Position tracking&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
| Energy, impedance, and force control&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Stiffness modeling&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Position and velocity kinematics&lt;br /&gt;
* Virtual joint modeling&lt;br /&gt;
* Finite element analysis&lt;br /&gt;
* Matrix structural analysis&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Name types of robot workspace.&lt;br /&gt;
# Name key features and differences between serial and parallel manipulators.&lt;br /&gt;
# What is Jacobian matrix and how to use it for singularity analysis.&lt;br /&gt;
# What is stiffness matrix of manipulator and what does it describe?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Find stiffness matrix of a given parallel robotic platform.&lt;br /&gt;
# Apply direct FEA method to analyze compliance of a given manipulator.&lt;br /&gt;
# Perform matrix structural analysis of a cantilever beam.&lt;br /&gt;
# Find stiffness matrix of a two-link manipulator with elastic joint.&lt;br /&gt;
# Model stiffness of a non-rigid mobile platform.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Describe main stiffness modeling approaches, their particularities, advantages and limitations.&lt;br /&gt;
# Use variable joint model for a serial manipulator (assume all elements are flexible) to find stiffness matrix.&lt;br /&gt;
# Drive VSJ and MSA models of the tripteron robot shown.&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Robot calibration&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Types of robot calibration&lt;br /&gt;
* Sources of uncertainties and model errors in practical robots&lt;br /&gt;
* Robot errors&lt;br /&gt;
* Complete, irreducible geometric models&lt;br /&gt;
* Elastostatic calibration&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Why is robot calibration needed?&lt;br /&gt;
# What are the main sources of errors in robot parameters?&lt;br /&gt;
# Give examples of geometric and non-geometric errors.&lt;br /&gt;
# Describe typical steps of calibration procedure.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Drive information matrix of a 2-link manipulator.&lt;br /&gt;
# Estimate identification accuracy for 4-link manipulator.&lt;br /&gt;
# Comment on differences between compliance matrix of a manipulator obtained via CAD modeling and identification results.&lt;br /&gt;
# Perform model reduction for a given manipulator.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Describe particularities and difficulties of the elastostatic calibration.&lt;br /&gt;
# What do good/bad accuracy and repeatability mean?&lt;br /&gt;
# What is complete, irreducible geometric model and why do we need it?&lt;br /&gt;
# Find complete and irreducible model for geometric calibration of robot presented below.&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Position tracking&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Adaptive control of flexible joint manipulators&lt;br /&gt;
* Adaptive robust control&lt;br /&gt;
* Modeling and control of cable-driven robotic systems&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# What challenges does robot compliance pose for a control system?&lt;br /&gt;
# What are the mathematical fundamentals of adaptive control?&lt;br /&gt;
# How does cable elasticity affect dynamics of tendon-driven robots?&lt;br /&gt;
# How to perform feedback linearization for a given compliant robot?&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Design PD controller with gravity compensation for a manipulator with elastic joint.&lt;br /&gt;
# Numerically model behavior of compliant robot with nonlinear controller.&lt;br /&gt;
# Numerically model and compare accuracy and power efficiency of robust and adaptive controllers for a cable-driven robot.&lt;br /&gt;
# Analyze stability of adaptive controller.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# Provide examples of practical systems with non-collocated feedback. What unique challenges does this pose for control systems?&lt;br /&gt;
# Design a position tracking controller for a given compliant system.&lt;br /&gt;
# Analyze stability of a given nonlinear control approach.&lt;br /&gt;
&lt;br /&gt;
=== Section 4 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Energy, impedance, and force control&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Energy-based control of compliant robots&lt;br /&gt;
* Limit cycles&lt;br /&gt;
* Passivity-based control&lt;br /&gt;
* Impedance control&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide examples of passive and active systems.&lt;br /&gt;
# What are limit cycles?&lt;br /&gt;
# What components of mechanical energy exist in robots with compliance?&lt;br /&gt;
# What happens with the energy of passive systems with time?&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Find limit cycles of a given robot with compliance.&lt;br /&gt;
# Design gravity and compliance compensator for a robot with flexible joints.&lt;br /&gt;
# Simulate numerically behavior of a compliant robot during cyclic motion.&lt;br /&gt;
# Implement and simulate passivity-based control over given robot.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# What are the physical fundamentals behind the concept of passivity and passivity-based control?&lt;br /&gt;
# Drive the dynamics of a given elastically actuated robot.&lt;br /&gt;
# Analyze stability of a given system with passivity-based controller.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Robotics&amp;diff=6457</id>
		<title>MSc: Advanced Robotics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Robotics&amp;diff=6457"/>
		<updated>2022-04-22T13:26:51Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Advanced Robotics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Advanced Robotics =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;C:AdvancedRobotics&amp;quot; label=&amp;quot;C:AdvancedRobotics&amp;quot;&amp;gt;[C:AdvancedRobotics]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Advanced Robotics&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
The course will benefit if students already know some topics of mathematics and programming. &lt;br /&gt;
&lt;br /&gt;
Programming: &lt;br /&gt;
* Matlab or Python, Numpy library,&lt;br /&gt;
* Google Colab environment. &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I CSE201] — Mathematical Analysis I &lt;br /&gt;
* [CSE203] — Mathematical Analysis II: differentiation, exponentials, gradient.&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I1 CSE202] — Analytical Geometry and Linear Algebra I &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II CSE204] — Analytic Geometry And Linear Algebra II: matrix multiplication, change of the bases, orthonormal spaces, cross product and skew-symmetric matrices, eigenvector and eigenvalue, SVD. &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402] — Physics I (Mechanics) and [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II CSE410] — Physics II - Electrical Engineering]: Kinematics, Statics and Dynamics.&lt;br /&gt;
* Statistics: Linear regression, .Covariance matrix, Information matrix, Observability matrix, Design of Experiments, Statistical evaluation&lt;br /&gt;
* Screw theory.&lt;br /&gt;
* Product of Exponents (PoE)&lt;br /&gt;
&lt;br /&gt;
== Course characteristics ==&lt;br /&gt;
&lt;br /&gt;
== What subject area does your course (discipline) belong to? ==&lt;br /&gt;
&lt;br /&gt;
Robotic control.&lt;br /&gt;
&lt;br /&gt;
== Key concepts of the class ==&lt;br /&gt;
&lt;br /&gt;
* Elastostatic modeling and calibration of robots&lt;br /&gt;
* Advanced control approaches for compliant robotic systems&lt;br /&gt;
&lt;br /&gt;
== What is the purpose of this course? ==&lt;br /&gt;
&lt;br /&gt;
While traditional robotics studies rigid robots and manipulators, many practical robotic systems exhibit non-negligible compliance. Its effects can be both detrimental (for instance, decrease in positioning accuracy of industrial manipulators) and beneficial (improved safety during human-robot interaction), depending on the application. However, regardless of whether the robot’s compliance is positive or negative, it must be accurately accounted for during modeling, trajectory tracking and robot control tasks. The main purpose of this course is to introduce elastostatic modeling of manipulators and robotic systems, methods for calibration of these devices, as well as advanced approaches to control robotic systems with non-negligible stiffness.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Recommendations for students on how to succeed in the course == &lt;br /&gt;
References:&lt;br /&gt;
* Any text book on Linear algebra, Calculus, Statistics, Programming  and Physics&lt;br /&gt;
* [https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 3blue1brown playlist on Linear Algebra] can help to overview selected topics.&lt;br /&gt;
* [https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/ Gilbert Strang] is one of the best human teachers of Algebra, if you prefer classic lectures to fancy videos.&lt;br /&gt;
* Kick start your numpy with the official [https://numpy.org/doc/stable/user/quickstart.html quickstart guide].&lt;br /&gt;
* Statistics for Applications&lt;br /&gt;
&lt;br /&gt;
* Dimentberg, F. M. (1965) [http://oai.dtic.mil/oai/oai?verb=getRecord&amp;amp;metadataPrefix=html&amp;amp;identifier=AD0680993 The Screw Calculus and Its Applications in Mechanics]&lt;br /&gt;
&lt;br /&gt;
== Course Objectives Based on Bloom’s Taxonomy ==&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to remember&lt;br /&gt;
&lt;br /&gt;
* How to derive expressions for position kinematics and differential kinematics of serial manipulators,&lt;br /&gt;
* What approaches exist to model robot joints’ elasticity,&lt;br /&gt;
* How to model dynamics of compliant robots,&lt;br /&gt;
* Fundamental principles of position tracking control for robots with compliance,&lt;br /&gt;
* Motivation behind energy-based approaches to control elastic robots.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to describe and explain&lt;br /&gt;
&lt;br /&gt;
* How to find Jacobian for series and parallel robots and use it to compute forces and torques,&lt;br /&gt;
* What constitutes a common manipulator calibration procedure,&lt;br /&gt;
* Reasons and examples of singularities for serial and parallel robots,&lt;br /&gt;
* How to drive elastic robots into limit cycles and what benefits does it bring in terms of control effort,&lt;br /&gt;
* How to model and control tendon-driven robots.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to&lt;br /&gt;
&lt;br /&gt;
* Find stiffness matrix for given manipulator,&lt;br /&gt;
* Analyze joint constraints and find singularities,&lt;br /&gt;
* Perform robot calibration procedure,&lt;br /&gt;
* Apply passivity principle to design stable position controllers,&lt;br /&gt;
* Design force controller for elastic and compliant robots.&lt;br /&gt;
&lt;br /&gt;
== Course evaluation ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
| Labs/seminar classes&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 10&lt;br /&gt;
|-&lt;br /&gt;
| Interim performance assessment&lt;br /&gt;
| 30&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60&lt;br /&gt;
|-&lt;br /&gt;
| Exams&lt;br /&gt;
| 50&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment:&lt;br /&gt;
&lt;br /&gt;
The course grades are given according to the following rules: In-class discussion and lab performance = 10 pts, Homework assignments (4) = 20 pts, Quizzes (4) = 20 pts, Exams = 30 pts, Term project = 20 pts.&lt;br /&gt;
&lt;br /&gt;
== Grades range ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s grading features.&lt;br /&gt;
&lt;br /&gt;
== Resources and reference material ==&lt;br /&gt;
&lt;br /&gt;
Textbooks:&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Stiffness modeling&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Robot calibration&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Position tracking&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
| Energy, impedance, and force control&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Stiffness modeling&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Position and velocity kinematics&lt;br /&gt;
* Virtual joint modeling&lt;br /&gt;
* Finite element analysis&lt;br /&gt;
* Matrix structural analysis&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Name types of robot workspace.&lt;br /&gt;
# Name key features and differences between serial and parallel manipulators.&lt;br /&gt;
# What is Jacobian matrix and how to use it for singularity analysis.&lt;br /&gt;
# What is stiffness matrix of manipulator and what does it describe?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Find stiffness matrix of a given parallel robotic platform.&lt;br /&gt;
# Apply direct FEA method to analyze compliance of a given manipulator.&lt;br /&gt;
# Perform matrix structural analysis of a cantilever beam.&lt;br /&gt;
# Find stiffness matrix of a two-link manipulator with elastic joint.&lt;br /&gt;
# Model stiffness of a non-rigid mobile platform.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Describe main stiffness modeling approaches, their particularities, advantages and limitations.&lt;br /&gt;
# Use variable joint model for a serial manipulator (assume all elements are flexible) to find stiffness matrix.&lt;br /&gt;
# Drive VSJ and MSA models of the tripteron robot shown.&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Robot calibration&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Types of robot calibration&lt;br /&gt;
* Sources of uncertainties and model errors in practical robots&lt;br /&gt;
* Robot errors&lt;br /&gt;
* Complete, irreducible geometric models&lt;br /&gt;
* Elastostatic calibration&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Why is robot calibration needed?&lt;br /&gt;
# What are the main sources of errors in robot parameters?&lt;br /&gt;
# Give examples of geometric and non-geometric errors.&lt;br /&gt;
# Describe typical steps of calibration procedure.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Drive information matrix of a 2-link manipulator.&lt;br /&gt;
# Estimate identification accuracy for 4-link manipulator.&lt;br /&gt;
# Comment on differences between compliance matrix of a manipulator obtained via CAD modeling and identification results.&lt;br /&gt;
# Perform model reduction for a given manipulator.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Describe particularities and difficulties of the elastostatic calibration.&lt;br /&gt;
# What do good/bad accuracy and repeatability mean?&lt;br /&gt;
# What is complete, irreducible geometric model and why do we need it?&lt;br /&gt;
# Find complete and irreducible model for geometric calibration of robot presented below.&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Position tracking&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Adaptive control of flexible joint manipulators&lt;br /&gt;
* Adaptive robust control&lt;br /&gt;
* Modeling and control of cable-driven robotic systems&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# What challenges does robot compliance pose for a control system?&lt;br /&gt;
# What are the mathematical fundamentals of adaptive control?&lt;br /&gt;
# How does cable elasticity affect dynamics of tendon-driven robots?&lt;br /&gt;
# How to perform feedback linearization for a given compliant robot?&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Design PD controller with gravity compensation for a manipulator with elastic joint.&lt;br /&gt;
# Numerically model behavior of compliant robot with nonlinear controller.&lt;br /&gt;
# Numerically model and compare accuracy and power efficiency of robust and adaptive controllers for a cable-driven robot.&lt;br /&gt;
# Analyze stability of adaptive controller.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# Provide examples of practical systems with non-collocated feedback. What unique challenges does this pose for control systems?&lt;br /&gt;
# Design a position tracking controller for a given compliant system.&lt;br /&gt;
# Analyze stability of a given nonlinear control approach.&lt;br /&gt;
&lt;br /&gt;
=== Section 4 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Energy, impedance, and force control&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Energy-based control of compliant robots&lt;br /&gt;
* Limit cycles&lt;br /&gt;
* Passivity-based control&lt;br /&gt;
* Impedance control&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide examples of passive and active systems.&lt;br /&gt;
# What are limit cycles?&lt;br /&gt;
# What components of mechanical energy exist in robots with compliance?&lt;br /&gt;
# What happens with the energy of passive systems with time?&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Find limit cycles of a given robot with compliance.&lt;br /&gt;
# Design gravity and compliance compensator for a robot with flexible joints.&lt;br /&gt;
# Simulate numerically behavior of a compliant robot during cyclic motion.&lt;br /&gt;
# Implement and simulate passivity-based control over given robot.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# What are the physical fundamentals behind the concept of passivity and passivity-based control?&lt;br /&gt;
# Drive the dynamics of a given elastically actuated robot.&lt;br /&gt;
# Analyze stability of a given system with passivity-based controller.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Computational_Intelligence&amp;diff=6455</id>
		<title>MSc: Computational Intelligence</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Computational_Intelligence&amp;diff=6455"/>
		<updated>2022-04-22T13:24:23Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Computational intelligence =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Computational Intelligence&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; R-02&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Area of instruction:'''&amp;lt;/span&amp;gt; Computer Science and Engineering&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
&lt;br /&gt;
== What subject area does your course (discipline) belong to? ==&lt;br /&gt;
&lt;br /&gt;
* Machine Learning&lt;br /&gt;
* Optimization&lt;br /&gt;
&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Convex Optimization&lt;br /&gt;
* Global Optimization&lt;br /&gt;
* Machine Learning and function approximation&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
Computational Intelligence serves as a combined multidisciplinary subject, encompassing a wide range of topics. These include numeric optimization, especially convex optimization, which is the necessary and required topic for most of the modern engineering and scientific work. The course also covers global non-convex optimization methods, which are important instruments in a number of areas: product design and manufacturing, control, and others. Basic information from a number of other areas, such as machine learning, are added to complete the picture of modern intelligent computational tools that serve the same set of goals.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I CSE202] — Analytical Geometry and Linear Algebra I&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II CSE204] — Analytic Geometry And Linear Algebra II: SVD, least squares, pseudoinverse, semidefinite matrices, solving systems of linear eq., dot product, norms. Basic Geometry (ellipsoids, planes, normal, tangent).&lt;br /&gt;
* Basic multivariable Calculus (extremum and minimum of a function, derivatives, Jacobians)&lt;br /&gt;
* Programming (Python/Matlab)&lt;br /&gt;
&lt;br /&gt;
== Recommendations for students on how to succeed in the course ==&lt;br /&gt;
How can students fill the gap?&lt;br /&gt;
* [https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 3blue1brown playlist on Linear Algebra] can help to overview selected topics, or [https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/ https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/]&lt;br /&gt;
* Or any textbook on [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraI CSE202 — Analytical Geometry and Linear Algebra I], [https://eduwiki.innopolis.university/index.php/BSc:AnalyticGeometryAndLinearAlgebraII CSE204 — Analytic Geometry And Linear Algebra II]&lt;br /&gt;
&lt;br /&gt;
== Course objectives based on Bloom’s taxonomy ==&lt;br /&gt;
&lt;br /&gt;
=== What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to outline:&lt;br /&gt;
&lt;br /&gt;
* Convexity, Convex Sets, Convex optimization&lt;br /&gt;
* Quadratic programming, Second Order Cone Programming, Semidefinite Programming&lt;br /&gt;
* Optimization in Controller design, Optimization in path planning, Optimization in Mechanical Engineering&lt;br /&gt;
* Nonlinear non-convex optimization, RRT algorithm, Genetic Algorithm, Particle Swarm Optimization, Function approximation.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to understand:&lt;br /&gt;
&lt;br /&gt;
* Structure of optimization problems&lt;br /&gt;
* Convexity criteria&lt;br /&gt;
* Properties of convex optimization&lt;br /&gt;
* Types of problems that cab be transformed into Linear Programs&lt;br /&gt;
* Types of problems that cab be transformed into Quadratic Programs&lt;br /&gt;
* Types of problems that cab be transformed into Second Order Cone Programs&lt;br /&gt;
* Types of problems that cab be transformed into Semidefinite Programs&lt;br /&gt;
* Types of non-convex problems that can be approximated by a convex relaxation&lt;br /&gt;
* Mixed-integer Optimization&lt;br /&gt;
* Path planning as an optimization&lt;br /&gt;
* Controller design as an optimization&lt;br /&gt;
* Optimal parameter choice&lt;br /&gt;
* RRT implementation&lt;br /&gt;
* PSO implementation&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to&lt;br /&gt;
&lt;br /&gt;
* Design Control using Convex Optimization.&lt;br /&gt;
* Implement iterative non-linear controllers with inequality constraints.&lt;br /&gt;
* Find optimal parameter choice for processes&lt;br /&gt;
* proof convexity of a problem&lt;br /&gt;
* program optimization in CVX&lt;br /&gt;
* make RRT-based algorithms, understand their limitations&lt;br /&gt;
* make PSO-based algorithms, understand their limitations&lt;br /&gt;
* make GA-based algorithms, understand their limitations&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Labs/seminar classes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Interim performance assessment&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Exams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| A. Excellent&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 85-100&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| B. Good&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 70-84&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| C. Satisfactory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50-69&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| D. Poor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-49&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
Main textbooks:&lt;br /&gt;
&lt;br /&gt;
* Engelbrecht, A.P., 2007. Computational intelligence: an introduction. John Wiley &amp;amp;amp; Sons.&lt;br /&gt;
* Pedrycz, W., 1997. Computational intelligence: an introduction. CRC press.&lt;br /&gt;
* Konar, A., 2006. Computational intelligence: principles, techniques and applications. Springer Science &amp;amp;amp; Business Media.&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Introduction to optimization methods&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Convex Optimization&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Global Optimization&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Introduction to optimization methods&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Optimization problem types.&lt;br /&gt;
* Constraint types.&lt;br /&gt;
* Cost function (Reward function) types.&lt;br /&gt;
* Practical examples of optimization problems.&lt;br /&gt;
* Basic optimization algorithms and their limitations.&lt;br /&gt;
* Lagrange multipliers.&lt;br /&gt;
* Gradient descent.&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Describe an engineering problem as an optimization problem.&lt;br /&gt;
# What is the domain of an optimization problem?&lt;br /&gt;
# What is the difference between Convex and Non-convex optimization?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Formulate a linear system with multi-dimensional solution space and inequality constraints.&lt;br /&gt;
# Solve a linear system with inequality constraints via gradient descent.&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Convex Optimization.&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Convex sets.&lt;br /&gt;
* Convex functions.&lt;br /&gt;
* Convex optimization problems.&lt;br /&gt;
* Properties of the convex optimizations.&lt;br /&gt;
* Linear Programming&lt;br /&gt;
* Quadratic Programming.&lt;br /&gt;
* Second Order Cone Programming.&lt;br /&gt;
* Semidefinite Programming.&lt;br /&gt;
* Vertical Stability of a bipedal robot as an optimization.&lt;br /&gt;
* Quadrotor path planning as an optimization.&lt;br /&gt;
* Controller design as an optimization.&lt;br /&gt;
* CVX.&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide examples of convex problems.&lt;br /&gt;
# What is a convex domain?&lt;br /&gt;
# Examples of problems with a convex cost but non-convex domain?&lt;br /&gt;
# What is the difference between quadratic and conic programming?&lt;br /&gt;
# What is the hierarchy of convex optimization problems?&lt;br /&gt;
# What solvers can solve quadratic programs?&lt;br /&gt;
# What solvers can solve SOCP?&lt;br /&gt;
# What solvers can solve LP?&lt;br /&gt;
# What solvers can solve SDP?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# What kinds of inequality constraints make the problem non-convex?&lt;br /&gt;
# What kinds of inequality constraints make the problem non-feasible?&lt;br /&gt;
# Show an example of a problem where the cost is a 2-norm. Show that it is a SOCP.&lt;br /&gt;
# Show an example of a problem where the cost is a 2-norm. Prove that it can be equivalently solved as a QP.&lt;br /&gt;
# Solve trajectory planning for a quadrotor as a SOCP.&lt;br /&gt;
# Solve vertical stability check for a biped as a QP.&lt;br /&gt;
# implement ZMP trajectory planning as a QP.&lt;br /&gt;
# implement LTI controller design as a SDP.&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Global Optimization&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Properties of non-convex problems.&lt;br /&gt;
* Problems with multiple solutions.&lt;br /&gt;
* Problems with weak local minima.&lt;br /&gt;
* Problems with computationally expensive gradients.&lt;br /&gt;
* Path planning on non-convex maps.&lt;br /&gt;
* Controller design as a non-convex problem.&lt;br /&gt;
* Relaxations.&lt;br /&gt;
* Mixed integer programming.&lt;br /&gt;
* PSO.&lt;br /&gt;
* RRT.&lt;br /&gt;
* Genetic Algorithm.&lt;br /&gt;
* Machine Learning.&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide examples of non-convex problems?&lt;br /&gt;
# Why non-convex problems can have multiple solutions?&lt;br /&gt;
# What are local minima?&lt;br /&gt;
# What is global optimization?&lt;br /&gt;
# Provide an example of a non-convex path planning problems?&lt;br /&gt;
# What are the limitations of PSO?&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Implement PSO for a parameter optimization problem.&lt;br /&gt;
# Make a comparative study of PSO, GA and Random Search.&lt;br /&gt;
# What is the difference between random search, Sobol sequences-based methods and PSO? Show it in the numerical examples.&lt;br /&gt;
# Implement RRT&lt;br /&gt;
# Implement GA&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# Solve minimum distance to a plane problem, when the domain is non-convex.&lt;br /&gt;
# Find optimal controller parameters for a given trajectory of a non-linear system.&lt;br /&gt;
# Which non-linear algorithms can solve problems with non-convex domains?&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Dynamics_Of_Non_Linear_Robotic_Systems&amp;diff=6454</id>
		<title>MSc: Dynamics Of Non Linear Robotic Systems</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Dynamics_Of_Non_Linear_Robotic_Systems&amp;diff=6454"/>
		<updated>2022-04-22T13:23:27Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Dynamics of Non Linear Robotic Systems =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Dynamics of Non Linear Robotic Systems&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; R-01&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
Robotics; Robotic components; Robotic control.&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
This course is an introduction to the field of robotics. It covers the fundamentals of kinematics, dynamics, and control of robot manipulators, robotic vision, and sensing. The course deals with forward and inverse kinematics of serial chain manipulators, the manipulator Jacobian, force relations, dynamics, and control. It presents elementary principles on proximity, tactile, and force sensing, vision sensors, camera calibration, stereo construction, and motion detection. The course concludes with current applications of robotics in active perception, medical robotics, autonomous vehicles, and other areas.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
The course will benefit if students already know some topics of mathematics and programming. &lt;br /&gt;
&lt;br /&gt;
* Matlab or Python&lt;br /&gt;
* numpy library&lt;br /&gt;
* Google Colab environment.&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I CSE201] — Mathematical Analysis I &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_II CSE203] — Mathematical Analysis II: differentiation, exponentials, gradient.&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I1 CSE202] — Analytical Geometry and Linear Algebra I&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II CSE204] — Analytic Geometry And Linear Algebra II:  matrix multiplication, change of the bases, orthonormal spaces, cross product and skew-symmetric matrices.&lt;br /&gt;
* Screw theory (optional).&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Physics_I CSE402] — Physics I (Mechanics) and [https://eduwiki.innopolis.university/index.php/BSc:_Physics_II CSE410] — Physics II - Electrical Engineering: Kinematics, Statics and Dynamics.&lt;br /&gt;
&lt;br /&gt;
== Recommendations for students on how to succeed in the course ==&lt;br /&gt;
References:&lt;br /&gt;
* Any text book on Linear algebra, Calculus, Programming and Physics&lt;br /&gt;
* [https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 3blue1brown playlist on Linear Algebra] can help to overview selected topics.&lt;br /&gt;
* [https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/video-lectures/ Gilbert Strang] is one of the best human teachers of Algebra, if you prefer classic lectures to fancy videos.&lt;br /&gt;
* Kick start your numpy with the official [https://numpy.org/doc/stable/user/quickstart.html quickstart guide].&lt;br /&gt;
* Dimentberg, F. M. (1965) [http://oai.dtic.mil/oai/oai?verb=getRecord&amp;amp;metadataPrefix=html&amp;amp;identifier=AD0680993 The Screw Calculus and Its Applications in Mechanics]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* Model the kinematics of robotic systems.&lt;br /&gt;
* Compute end-effector position and orientation from joint angles of a robotic system.&lt;br /&gt;
* Compute the joint angles of a robotic system to reach the desired end-effector position and orientation.&lt;br /&gt;
* Compute the linear and angular velocities of the end-effector of a robotic system from the joint angle velocities.&lt;br /&gt;
* Convert a robot’s workspace to its configuration space and represent obstacles in the configuration space.&lt;br /&gt;
* Compute valid path in a configuration space with motion planning algorithms.&lt;br /&gt;
* Apply the generated motion path to the robotic system to generate a proper motion trajectory.&lt;br /&gt;
* Apply the learned knowledge to several robotic systems: including robotic manipulators, humanoid robots.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* Name various applications of robots&lt;br /&gt;
* Describe the current and potential economic and societal impacts of robot technology&lt;br /&gt;
* Use the Jacobian to transform velocities and forces from joint space to operational space&lt;br /&gt;
* Determine the singularities of a robot manipulator&lt;br /&gt;
* Formulate the dynamic equations of a robot manipulator in joint space and in Cartesian space&lt;br /&gt;
* List the major design parameters for robot manipulators and mobile robots&lt;br /&gt;
* List the typical sensing and actuation methods used in robots&lt;br /&gt;
* Analyze the workspace of a robot manipulator&lt;br /&gt;
* List the special requirements of haptic devices and medical robots&lt;br /&gt;
* Effectively communicate research results&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* Describe rigid body motions using positions, orientations, frames, and mappings&lt;br /&gt;
* Describe orientations using Euler angles, fixed angles, and quaternions&lt;br /&gt;
* Develop the forward kinematic equations for an articulated manipulator&lt;br /&gt;
* Describe the position and orientations of a robot in terms of joint space, Cartesian space, and operational space&lt;br /&gt;
* Develop the Jacobian for a specific manipulator&lt;br /&gt;
* Determine the singularities of a robot manipulator&lt;br /&gt;
* Write the dynamic equations of a robot manipulator using the Lagrangian Formulation&lt;br /&gt;
* Analyze the workspace of a robot manipulator&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Home assignments&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Project&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Midterm Exam&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| Final Exam&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| 92-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| 80-91&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| 65-79&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor/Fail&lt;br /&gt;
| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Siciliano, Sciavicco, Villani, and Oriolo, Robotics: Modeling, Planning and Control, Springe&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Introduction to robotics&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 14&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Kinematics&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 14&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Differential kinematics&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 16&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
| Dynamics&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 16&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Introduction to robotics&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Introduction to Robotics, History of Robotics&lt;br /&gt;
* Introduction to Drones&lt;br /&gt;
* Introduction to Self driving cars&lt;br /&gt;
* Programming of Industrial Robot&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# What is the difference between the manipulator arm and manipulator wrist&lt;br /&gt;
# What is Node in ROS&lt;br /&gt;
# What are the disadvantages of ROS&lt;br /&gt;
# Write sensors which are used in self driving cars.&lt;br /&gt;
# Describe the classical approach for deign self driving car&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Advantages and drawbacks of robotic manipulators&lt;br /&gt;
# Programming industrial robots&lt;br /&gt;
# Developing self driving car&lt;br /&gt;
# Drones and controllers for them&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Typical commands for programming industrial manipulator motions&lt;br /&gt;
# Types of robots and their application ares&lt;br /&gt;
# Control of self driving car&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Kinematics&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Rigid body and Homogeneous transformation&lt;br /&gt;
* Direct Kinematics&lt;br /&gt;
* Inverse Kinematics&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Properties of Rotation Matrix&lt;br /&gt;
# How to find Euler angles from rotation matrix&lt;br /&gt;
# How to compute rotation matrix from knowing Euler angles&lt;br /&gt;
# How to derive equations for direct kinematic problem&lt;br /&gt;
# How to solve inverse kinematics problem&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Structure, properties, and advantages of Homogeneous transformation&lt;br /&gt;
# Expression for rotation around an arbitrary axis&lt;br /&gt;
# Euler angles&lt;br /&gt;
# Difference between Joint and Operational spaces&lt;br /&gt;
# Direct kinematics for serial kinematic chain&lt;br /&gt;
# Piper approach for inverse kinematics&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Transformation between reference frames&lt;br /&gt;
# Find Euler angles for given orientation matrix and transformation order&lt;br /&gt;
# Transformation between Cartesian and operational spaces&lt;br /&gt;
# Direct kinematic for SCARA robot&lt;br /&gt;
# Inverse kinematic for SCARA robot&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Differential kinematics&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Differential kinematics&lt;br /&gt;
* Geometric calibration&lt;br /&gt;
* Trajectory Planning&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Write the matrix of differential transformation&lt;br /&gt;
# What is Jacobian matrix&lt;br /&gt;
# Difference between parametric and non-parametric robot calibration.&lt;br /&gt;
# Why we need complete and irreducible model&lt;br /&gt;
# How trajectory planning is realised&lt;br /&gt;
# What is trajectory junction&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Jacobian matrix calculation&lt;br /&gt;
# Jacobian matrices for typical serial manipulators&lt;br /&gt;
# Robot calibration procedure&lt;br /&gt;
# complete, irreducible geometric model&lt;br /&gt;
# robot control strategies with offline errors compensation&lt;br /&gt;
# Trajectory planning in joint and Cartesian spaces&lt;br /&gt;
# Trajectory junction&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# Write Jacobian for Polarrobot&lt;br /&gt;
# Advantages and disadvantages parametric and non-parametric robot calibration.&lt;br /&gt;
# complete, irreducible geometric model for spherical manipulator&lt;br /&gt;
# Compute the joint trajectory q(t) from q(0) = 1 to q(2) = 4 with null initial and final velocities and accelerations. (polynomial)&lt;br /&gt;
# Obtain manipulator trajectory for given manipulator kinematics, initial and final states and velocity and acceleration limits/&lt;br /&gt;
&lt;br /&gt;
=== Section 4 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Dynamics&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Dynamics of Rigid body&lt;br /&gt;
* Lagrange approach&lt;br /&gt;
* Newton-Euler approach&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Energy of rigid body&lt;br /&gt;
# Dynamics of rigid body&lt;br /&gt;
# What is Direct and Inverse Dynamics&lt;br /&gt;
# Difference between Newton Euler and Lagrange Euler approaches&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Dynamics of rigid body&lt;br /&gt;
# Direct and Inverse Dynamic&lt;br /&gt;
# Newton-Euler Approach&lt;br /&gt;
# Lagrange-Euler Approach&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# Solve inverse dynamics problem for Cartesian robot&lt;br /&gt;
# Solve direct dynamics problem for RRR spherical manipulator&lt;br /&gt;
# Moving frame approach for dynamics modelling&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Fundamentals_of_Robot_Control&amp;diff=6453</id>
		<title>MSc: Fundamentals of Robot Control</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Fundamentals_of_Robot_Control&amp;diff=6453"/>
		<updated>2022-04-22T13:22:39Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Fundamentals of Robot Control =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Fundamentals of Robot Control&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; F19&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
The course will benefit if students already know some topics of mathematics and programming. &lt;br /&gt;
* python, &lt;br /&gt;
* numpy library, &lt;br /&gt;
* Google Colab environment&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I CSE201] — Mathematical Analysis I and CSE203 — Mathematical Analysis II]: integration and differentiation, exponentials, gradient.&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I1 CSE202] — Analytical Geometry and Linear Algebra I&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II CSE204] — Analytic Geometry And Linear Algebra II: matrix multiplication, eigenvector and eigenvalue. &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations CSE205] — Differential Equations: state-space representation, homogeneous and nonhomogeneous equations, general solution of linear 1st and 2nd order ODEs, stability of solutions. &lt;br /&gt;
* Linear control theory: concepts of feedback, open- and closed-loop systems, linear controllers (PD, PID)&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Introductory nonlinear control over dynamic systems with the focus on robotics&lt;br /&gt;
* Stability, pros and cons of nonlinear control systems&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
Control theory is an integral part of modern robotics, and there is a high chance that most students majoring in Robotics would face the problems of controlling a physical plant (a robot, manipulator, drone, autonomous vehicle) in their research and graduation work as well as their professional careers. Therefore, the main purpose of this course is to prepare the students for solving practical control problems by teaching the most fundamental approaches of nonlinear control used in modern robotics applications.&lt;br /&gt;
&lt;br /&gt;
== Recommendations for students on how to succeed in the course ==&lt;br /&gt;
&lt;br /&gt;
How can students fill the gap?&lt;br /&gt;
* [https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 3blue1brown playlist on Linear Algebra] can help to overview selected topics.&lt;br /&gt;
* Most lectures of [https://youtu.be/Pi7l8mMjYVE Steve Brunton] on linear control will be useful.&lt;br /&gt;
* Kick start your numpy with the official [https://numpy.org/doc/stable/user/quickstart.html quickstart guide].&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to remember and differentiate&lt;br /&gt;
&lt;br /&gt;
* Basic structure of differential equations describing motion of robotic manipulators,&lt;br /&gt;
* Motivation behind and the basic structure of feedback control systems,&lt;br /&gt;
* How to find control system’s error dynamics and methods to analyze it,&lt;br /&gt;
* General structure of linear controllers (P, PD, PID),&lt;br /&gt;
* Physical motivation behind Lyapunov stability analysis,&lt;br /&gt;
* Basic structure of robust control system.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to&lt;br /&gt;
&lt;br /&gt;
* Name the main sources of nonlinearities in physical systems,&lt;br /&gt;
* Explain the cons of applying PID controllers to nonlinear systems,&lt;br /&gt;
* Understand pros and cons of feedback linearization method,&lt;br /&gt;
* Name pros and cons of robust control approach,&lt;br /&gt;
* Numerically solve differential equations in MATLAB environment.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* Know how to analyze stability of physical systems with Lyapunov direct method,&lt;br /&gt;
* Design feedback linearization systems,&lt;br /&gt;
* Synthesize robust control systems and tune them,&lt;br /&gt;
* Implement nonlinear control in MATLAB environment to simulate the behavior of multi-DOF robotic systems.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
| Labs/seminar classes&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Interim performance assessment&lt;br /&gt;
| 30&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60&lt;br /&gt;
|-&lt;br /&gt;
| Exams&lt;br /&gt;
| 50&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 40&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment:&lt;br /&gt;
&lt;br /&gt;
The course grades are given according to the following rules: Homework assignments (4) = 20 pts, Quizzes (4) = 40 pts, Term project = 40 pts.&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 80-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-79&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 40-59&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-39&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s grading features: The first year master course students come with very diverse backgrounds, and therefore the grade requirements for this course are relaxed.&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
The course is build based on these main textbooks:&lt;br /&gt;
&lt;br /&gt;
* “Applied nonlinear control,” J.-J. Slotine &amp;amp;amp; Weiping Li. Pearson, 1991.&lt;br /&gt;
* “Robotics: modelling, planning and control,” Bruno Siciliano, Lorenzo Sciavicco, Luigi Villani, and Giuseppe Oriolo. Springer Science &amp;amp;amp; Business Media, 2010.&lt;br /&gt;
&lt;br /&gt;
Other reference material:&lt;br /&gt;
&lt;br /&gt;
* “Robot modeling and control,” Mark Spong, Seth Hutchinson, M. Vidyasagar. John Wiley &amp;amp;amp; Sons, 2006.&lt;br /&gt;
* “Modern Control Systems” (13th Edition), Richard Dorf &amp;amp;amp; Robert H. Bishop. Pearson, 2016.&lt;br /&gt;
* “Modern Robotics: Mechanics, Planning, and Control,” Kevin Lynch, Frank Park. Cambridge University Press, 2017 (''also, check out their video materials on YouTube'').&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Motion. Kinematics. Dynamics&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 7&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Linear systems. Stability&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Feedback control systems&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
| Feedback linearization&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
| Robust control&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 8&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Motion. Kinematics. Dynamics.&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Free body motion&lt;br /&gt;
* Manipulator position and orientation&lt;br /&gt;
* Homogeneous transformations&lt;br /&gt;
* Forward and inverse kinematics&lt;br /&gt;
* Kinetic and potential energy&lt;br /&gt;
* Euler-Lagrange equations&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Given initial and final object position and orientations, obtain the corresponding transformation matrix.&lt;br /&gt;
# Find the Jacobian for a given manipulator.&lt;br /&gt;
# For a given differential equation describing a physical system, and for given kinetic (K) and potential energies (U) do the following:&lt;br /&gt;
#* Show that there always exists a solution with respect to acceleration and that it is unique;&lt;br /&gt;
#* Demonstrate that the system’s Hamiltonian H = K + U remains constant in the absence of external torques and forces;&lt;br /&gt;
#* Show that the rate of change of the total energy equals instantaneous mechanical power.&lt;br /&gt;
# For a given manipulator with known Jacobian, do the following:&lt;br /&gt;
#* Find kinetic and potential energies of the robot;&lt;br /&gt;
#* Drive the Euler-Lagrange differential equation of motion.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Do the following with MATLAB Robotics Toolbox:&lt;br /&gt;
#* Compute basic rotation and homogeneous transformation matrices;&lt;br /&gt;
#* Create a two-link manipulator and solve its forward kinematics;&lt;br /&gt;
#* Simulate forward dynamics;&lt;br /&gt;
#* Compute inertial, Coriolis and gravitational forces for the manipulator.&lt;br /&gt;
# Compute and analyze inertial tensor for a given robotic manipulator;&lt;br /&gt;
# For manipulators with different kinematic configurations, analytically derive their Jacobian matrices;&lt;br /&gt;
# Derive and analyze Euler-Lagrange equations describing dynamics of a given manipulator (required torques, singularities).&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# What is a rotation matrix and what does it describe?&lt;br /&gt;
# How to find a homogeneous transformation matrix? How is it different from rotation matrix?&lt;br /&gt;
# What is manipulator Jacobian? How does it relate static forces and torques? How can one use the Jacobian to analyze manipulator singularities?&lt;br /&gt;
# What is physical nature of the terms of Euler-Lagrange equations of robot motion?&lt;br /&gt;
# What are the main properties of the basic terms of differential equations of motion (invertibility, positive definiteness, singularities, limits).&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Linear systems. Stability&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* State-space equations&lt;br /&gt;
* Eigenvalues and eigenvectors&lt;br /&gt;
* Phase plane analysis&lt;br /&gt;
* Energy and stability&lt;br /&gt;
* Lyapunov’s direct method&lt;br /&gt;
* Lyapunov stability analysis&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Convert given differential equation into state-space form&lt;br /&gt;
# Find eigenvalue for a given matrix&lt;br /&gt;
# Show that given a constant matrix &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\textbf{M}&amp;lt;/math&amp;gt; and any time-varying vector &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\textbf{x}&amp;lt;/math&amp;gt;, the time derivative of the scalar &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mathbf{x}^T\mathbf{Mx}&amp;lt;/math&amp;gt; can be written in the given form.&lt;br /&gt;
# For a given system of differential equations:&lt;br /&gt;
#* Find equilibria points;&lt;br /&gt;
#* Given a Lyapunov function, analyze system stability using Lyapunov’s direct method;&lt;br /&gt;
#* Analyze system stability in a given range.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# For a given differential equation, find the values of coefficients &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;k_1&amp;lt;/math&amp;gt; and &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;k_2&amp;lt;/math&amp;gt; that would make it critically damped.&lt;br /&gt;
# Convert a given system of differential equations into state-space form.&lt;br /&gt;
# For an equation given in the state space form, write it as an ordinary differential equation for specified input and output variables.&lt;br /&gt;
# Analyze system’s stability given equation of its full energy.&lt;br /&gt;
# Apply Lyapunov’s direct method to analyze stability of a physical system.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Evaluate stability of a linear system whose dynamics is written in the state-space form.&lt;br /&gt;
# What must be the properties of Lyapunov function candidate and its time derivative to confirm&lt;br /&gt;
#* Local stability,&lt;br /&gt;
#* Global stability of the system.&lt;br /&gt;
# How to analyze system’s stability based on its phase portrait (with examples)?&lt;br /&gt;
# Describe physical motivation behind Lyapunov’s direct method and how it used to analyze stability of dynamical systems.&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Feedback control systems&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Feedback and building control loops&lt;br /&gt;
* Stabilization and trajectory tracking&lt;br /&gt;
* Linear regulators (P, PD, PID)&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Give an example of using feedback in activities of daily life&lt;br /&gt;
# Drive error dynamics equations for a given feedback control law&lt;br /&gt;
# What are the physical analogies for the individual terms of PD-controller?&lt;br /&gt;
# How to implement PD regulator in MATLAB software?&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Solve numerically in MATLAB a second-order ODE for the following controller types: P, PD, PID.&lt;br /&gt;
# Analyze stability of a given linear control system.&lt;br /&gt;
# How individual gains of PD and PID controllers affect transient and steady-state response?&lt;br /&gt;
# How does underestimation of system parameters affect performance of linear controllers and how to improve it?&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# What is the physical analog of PD-regulator in application to control over second-oder mechanical systems?&lt;br /&gt;
# For a given system described by differential equations, design a linear control system and analyze its stability.&lt;br /&gt;
# Describe pros and cons of linear controllers in application to nonlinear system control.&lt;br /&gt;
&lt;br /&gt;
=== Section 4 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Feedback linearization&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Joint-space inverse dynamics of serial manipulators&lt;br /&gt;
* Stabilization and trajectory tracking problems&lt;br /&gt;
* Input-state linearization&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# For a given differential equation that describes pendulum dynamicsm do the following:&lt;br /&gt;
#* Find control law transforming original dynamics into that of a linear mass-spring-damper system;&lt;br /&gt;
#* Write position error dynamics for the designed control law (inverse dynamics);&lt;br /&gt;
#* Repeat the previous steps if there are uncertainties in some of the system’s parameters.&lt;br /&gt;
# For a given general form of dynamics equation, demonstrate that the following control laws guarantee system stability.&lt;br /&gt;
# Simulate dynamics of given nonlinear system in MATLAB for given control law.&lt;br /&gt;
# Perform input-state linearization for a given system of differential equations.&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Find control law that linearizes a given differential equation.&lt;br /&gt;
# Analyze stability of given nonlinear systems and contribution of individual terms to system stability.&lt;br /&gt;
# Find general feedback linearization law for a given system of differential equations.&lt;br /&gt;
# Analyze stability and limitations of a given feedback linearization control law over a two-link manipulator.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# What are the pros and cons of feedback linearization approach?&lt;br /&gt;
# Provide examples of systems (differential equations) for which feedback linearization can result in infinite control effort.&lt;br /&gt;
# What are the typical issues when applying feedback linearization approach to control over robotic manipulators?&lt;br /&gt;
&lt;br /&gt;
=== Section 5 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Robust control&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Sliding modes in dynamic systems&lt;br /&gt;
* Robust control in scalar and matrix form&lt;br /&gt;
* Stability and tuning of robust controllers&lt;br /&gt;
* Control law smoothening.&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Name uncertainties typical for mechanical systems&lt;br /&gt;
# Analyze system behavior in sliding mode&lt;br /&gt;
# Simulate system behavior with robust control in MATLAB&lt;br /&gt;
# Numerically implement control law smoothening for a robust controller.&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# How to synthesize robust controller for a given range of system parameters’ deviations?&lt;br /&gt;
# Describe the effect of robust gain coefficient &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;k&amp;lt;/math&amp;gt; on system stability, control output and resulting system behavior.&lt;br /&gt;
# Design robust controller for a dynamical system described by a given set of differential equations and implement it in MATLAB.&lt;br /&gt;
# Analyze stability of robust control system for a robotic manipulator with given equation of motion.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# Describe typical sources of uncertainties and parameter deviations in models of physical and mechanical systems, their typical ranges and influence on system behavior.&lt;br /&gt;
# Name pros and cons of robust control systems with and without control law smoothening.&lt;br /&gt;
# How to tune robust controller terms to compensate for system uncertainties?&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Information_Retrieval&amp;diff=6452</id>
		<title>MSc: Advanced Information Retrieval</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Information_Retrieval&amp;diff=6452"/>
		<updated>2022-04-22T13:21:22Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Advanced Information Retrieval =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Advanced Information Retrieval&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; N/A&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
&lt;br /&gt;
== What subject area does your course (discipline) belong to? ==&lt;br /&gt;
&lt;br /&gt;
Computer systems organization; Information systems; Real-time systems; Information retrieval; World Wide Web&lt;br /&gt;
&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Data indexing&lt;br /&gt;
* Recommendations&lt;br /&gt;
* Relevance and ranking&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
The course is designed to prepare students to understand and learn contemporary tools of information retrieval systems. Students, who will later dedicate their engineering or scientific careers to implementation of search engines, social networks, recommender systems and other content services will obtain necessary knowledge and skills in designing and implementing essential parts of such systems.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming CSE101] — Introduction to Programming I&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Introduction_To_Programming_II CSE102] — Introduction to Programming II&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I1 CSE202] — Analytical Geometry and Linear Algebra I&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II CSE204] — Analytic Geometry And Linear Algebra II: matrix multiplication, matrix decomposition (SVD, ALS) and approximation (matrix norm), sparse matrix, stability of solution (decomposition), vector spaces, metric spaces, manifold, eigenvector and eigenvalue. &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:Logic_and_Discrete_Mathematics CSE113] — Philosophy I - (Discrete Math and Logic): graphs, trees, binary trees, balanced trees, metric (proximity) graphs, diameter, clique, path, shortest path.&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Probability_And_Statistics CSE206 — Probability And Statistics]: probability, likelihood, conditional probability, Bayesian rule, stochastic matrix and properties. &lt;br /&gt;
* Analysis: DFT, [discrete] gradient.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How can students fill the gap?&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 3blue1brown playlist on Linear Algebra] can help to overview selected topics.&lt;br /&gt;
* Actually, on their channel you can find almost any maths topic, e.g. [https://www.youtube.com/watch?v=spUNpyF58BY Fourier Transform].&lt;br /&gt;
* Gilbert Strang is one of the best human teachers of Algebra, if you prefer classic lectures to fancy videos.&lt;br /&gt;
* [https://ocw.mit.edu/courses/6-042j-mathematics-for-computer-science-spring-2015/ This MIT course] can help you with discrete objects.&lt;br /&gt;
* For Russian readers there is a [http://sprotasov.ru/math_book.html maths book from the course author] with [https://github.com/str-anger/math-book labs].&lt;br /&gt;
* Also there is a [https://github.com/hsu-ai-course/mbp/tree/master/notebooks very basic python-based course on maths] with lots of relevant (and irrelevant) labs.&lt;br /&gt;
* To have a better feeling of networking, please refer to [https://www.youtube.com/watch?v=7pyKSxWBDN0 this video lecture].&lt;br /&gt;
* Kick start your numpy with the official [https://numpy.org/doc/stable/user/quickstart.html quickstart guide].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to remember and recognize&lt;br /&gt;
&lt;br /&gt;
* Terms and definitions used in area of information retrieval,&lt;br /&gt;
* Search engine and recommender system essential parts,&lt;br /&gt;
* Quality metrics of information retrieval systems,&lt;br /&gt;
* Contemporary approaches to semantic data analysis,&lt;br /&gt;
* Indexing strategies.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to describe and explain&lt;br /&gt;
&lt;br /&gt;
* How to design a recommender system from scratch,&lt;br /&gt;
* How to evaluate quality of a particular information retrieval system,&lt;br /&gt;
* Core ideas and system implementation and maintenance,&lt;br /&gt;
* How to identify and fix information retrieval system problems.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to&lt;br /&gt;
&lt;br /&gt;
* Build a recommender service from scratch,&lt;br /&gt;
* Implement proper index for an unstructured dataset,&lt;br /&gt;
* Plan quality measures for a new recommender service,&lt;br /&gt;
* Run initial data analysis and problem evaluation for a business task, related to information retrieval.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Labs/seminar classes&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Interim performance assessment&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Assessments (homework)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 70&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Exams&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 50&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
7 hometasks will cost you up to 70 points in total (10 points each). 7 contest labs can bring you up to 5 points each. Work in teams up to 3, you will get +2 points for each successful completion and +3 points for each submission in top 3.&lt;br /&gt;
&lt;br /&gt;
=== Exam and retake planning ===&lt;br /&gt;
&lt;br /&gt;
'''Exam'''&lt;br /&gt;
&lt;br /&gt;
No exam.&lt;br /&gt;
&lt;br /&gt;
'''Retake 1'''&lt;br /&gt;
&lt;br /&gt;
First retake is conducted in a form of project defense. Student is given a week to prepare. Student takes any technical paper from Information Retrieval Journal (https://www.springer.com/journal/10791) for '''the last 3 years''' and approves it until the next day with a professor to avoid collisions and misunderstanding. Student implements the paper in a search engine (this can be a technique, metric, ...). At the retake day student presents a paper. Presentation is followed by QA session. After QA session student presents implementation of the paper. Grading criteria as follows:&lt;br /&gt;
&lt;br /&gt;
* 30% – paper presentation is clear, discussion of results is full.&lt;br /&gt;
* 30% – search engine implementation is correct and clear. Well-structured and dedicated to a separate service.&lt;br /&gt;
* 30% – paper implementation is correct.&lt;br /&gt;
&lt;br /&gt;
'''Retake 2'''&lt;br /&gt;
&lt;br /&gt;
Second retake is conducted in front of the committee. Four (4) questions are randomly selected for a student: two (2) theoretical from &amp;amp;quot;Test questions for final assessment in this section&amp;amp;quot; and two (2) practical from &amp;amp;quot;Typical questions for ongoing performance evaluation&amp;amp;quot;. Each question costs 25% of the grade. Student is given 15 minutes to prepare for theoretical questions. Then (s)he answers in front of the committee. After this student if given additional 40 minutes to solve practical questions.&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| A. Excellent&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 84-100&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| B. Good&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 70-83&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| C. Satisfactory&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-69&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| D. Poor&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-59&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
Main textbook:&lt;br /&gt;
&lt;br /&gt;
* &amp;amp;quot;An Introduction to Information Retrieval&amp;amp;quot; by Christopher D. Manning, Prabhakar Raghavan and Hinrich Schütze, Cambridge University Press (any edition)&lt;br /&gt;
&lt;br /&gt;
Other reference material:&lt;br /&gt;
&lt;br /&gt;
* “Natural Language Processing with Python – Analyzing Text with the Natural Language Toolkit,” Steven Bird, Ewan Klein, and Edward Loper. [https://www.nltk.org/book/ [link]]&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Introduction. Crawling and quality basics&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 16&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Text indexing and language processing&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Advanced index data structures&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 8&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
| Advanced retrieval topics. Media retrieval&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 16&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Introduction. Crawling and quality basics&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Introduction to information retrieval&lt;br /&gt;
* Crawling&lt;br /&gt;
* Quality assessment&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Enumerate limitations for web crawling.&lt;br /&gt;
# Propose a strategy for A/B testing.&lt;br /&gt;
# Propose recommender quality metric.&lt;br /&gt;
# Implement DCG metric.&lt;br /&gt;
# Discuss relevance metric.&lt;br /&gt;
# Crawl website with respect to robots.txt.&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Show how to parse a dynamic web page.&lt;br /&gt;
# Provide a framework to accept/reject A/B testing results.&lt;br /&gt;
# Compute DCG for an example query for random search engine.&lt;br /&gt;
# Implement a metric for a recommender system.&lt;br /&gt;
# Implement pFound.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# Implement text crawler for a news site.&lt;br /&gt;
# What is SBS (side-by-side) and how is it used in search engines?&lt;br /&gt;
# Compare pFound with CTR and with DCG.&lt;br /&gt;
# Explain how A/B testing works.&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Text indexing and language processing&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Building inverted index for text documents. Boolean retrieval model.&lt;br /&gt;
* Language, tokenization, stemming, searching, scoring.&lt;br /&gt;
* Spellchecking.&lt;br /&gt;
* Language model. Topic model.&lt;br /&gt;
* Vector model for texts.&lt;br /&gt;
* ML for text embedding.&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Build inverted index for a text.&lt;br /&gt;
# Tokenize a text.&lt;br /&gt;
# Implement simple spellchecker.&lt;br /&gt;
# Embed the text with a model.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Build inverted index for a set of web pages.&lt;br /&gt;
# build a distribution of stems/lexemes for a text.&lt;br /&gt;
# Choose and implement persistent index for a given text collection.&lt;br /&gt;
# Visualize a dataset for text classification.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Explain how (and why) KD-trees work.&lt;br /&gt;
# What are weak places of inverted index?&lt;br /&gt;
# Compare different text vectorization approaches.&lt;br /&gt;
# Compare tolerant retrieval to spellchecking.&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Advanced index data structures&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Vector-based tree data structures.&lt;br /&gt;
* Graph-based data structures. Inverted index and multi-index.&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Build kd-tree index for a given dataset.&lt;br /&gt;
# Why kd-trees work badly in 100-dimensional environment?&lt;br /&gt;
# What is the difference between metric space and vector space?&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Build (H)NSW index for a dataset.&lt;br /&gt;
# Compare HNSW to Annoy index.&lt;br /&gt;
# What are metric space index structures you know?&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# Compare inverted index to HNSW in terms of speed, memory consumption?&lt;br /&gt;
# Choose the best index for a given dataset.&lt;br /&gt;
# Implement range search in KD-tree.&lt;br /&gt;
&lt;br /&gt;
=== Section 4 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Advanced retrieval topics. Media retrieval&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Image and video processing&lt;br /&gt;
* Image understanding&lt;br /&gt;
* Video understanding&lt;br /&gt;
* Audio processing&lt;br /&gt;
* Speech-to-text&lt;br /&gt;
* Relevance feedback&lt;br /&gt;
* PageRank&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;|&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Extract semantic information from images.&lt;br /&gt;
# Build an image hash.&lt;br /&gt;
# Build a spectral representation of a song.&lt;br /&gt;
# Whats is relevance feedback?&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Build a &amp;amp;quot;search by color&amp;amp;quot; feature.&lt;br /&gt;
# Extract scenes from video.&lt;br /&gt;
# Write a voice-controlled search.&lt;br /&gt;
# Semantic search within unlabelled image dataset.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# What are the approaches to image understanding?&lt;br /&gt;
# How to cluster a video into scenes and shots?&lt;br /&gt;
# How speech-to-text technology works?&lt;br /&gt;
# How to build audio fingerprints?&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Fundamentals_of_Robot_Control&amp;diff=6332</id>
		<title>MSc: Fundamentals of Robot Control</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Fundamentals_of_Robot_Control&amp;diff=6332"/>
		<updated>2022-04-21T16:11:49Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Fundamentals of Robot Control */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Fundamentals of Robot Control =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Fundamentals of Robot Control&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; F19&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
The course will benefit if students already know some topics of mathematics and programming. &lt;br /&gt;
* python, &lt;br /&gt;
* numpy library, &lt;br /&gt;
* Google Colab environment&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Mathematical_Analysis_I CSE201] — Mathematical Analysis I and CSE203 — Mathematical Analysis II]: integration and differentiation, exponentials, gradient.&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_I1 CSE202] — Analytical Geometry and Linear Algebra I and [https://eduwiki.innopolis.university/index.php/BSc:_Analytic_Geometry_And_Linear_Algebra_II CSE204] — Analytic Geometry And Linear Algebra II: matrix multiplication, eigenvector and eigenvalue. &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/BSc:_Differential_Equations CSE205] — Differential Equations: state-space representation, homogeneous and nonhomogeneous equations, general solution of linear 1st and 2nd order ODEs, stability of solutions. &lt;br /&gt;
* Linear control theory: concepts of feedback, open- and closed-loop systems, linear controllers (PD, PID)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Introductory nonlinear control over dynamic systems with the focus on robotics&lt;br /&gt;
* Stability, pros and cons of nonlinear control systems&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
Control theory is an integral part of modern robotics, and there is a high chance that most students majoring in Robotics would face the problems of controlling a physical plant (a robot, manipulator, drone, autonomous vehicle) in their research and graduation work as well as their professional careers. Therefore, the main purpose of this course is to prepare the students for solving practical control problems by teaching the most fundamental approaches of nonlinear control used in modern robotics applications.&lt;br /&gt;
&lt;br /&gt;
== Recommendations for students on how to succeed in the course ==&lt;br /&gt;
&lt;br /&gt;
How can students fill the gap?&lt;br /&gt;
* [https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 3blue1brown playlist on Linear Algebra] can help to overview selected topics.&lt;br /&gt;
* Most lectures of [https://youtu.be/Pi7l8mMjYVE Steve Brunton] on linear control will be useful.&lt;br /&gt;
* Kick start your numpy with the official [https://numpy.org/doc/stable/user/quickstart.html quickstart guide].&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to remember and differentiate&lt;br /&gt;
&lt;br /&gt;
* Basic structure of differential equations describing motion of robotic manipulators,&lt;br /&gt;
* Motivation behind and the basic structure of feedback control systems,&lt;br /&gt;
* How to find control system’s error dynamics and methods to analyze it,&lt;br /&gt;
* General structure of linear controllers (P, PD, PID),&lt;br /&gt;
* Physical motivation behind Lyapunov stability analysis,&lt;br /&gt;
* Basic structure of robust control system.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to&lt;br /&gt;
&lt;br /&gt;
* Name the main sources of nonlinearities in physical systems,&lt;br /&gt;
* Explain the cons of applying PID controllers to nonlinear systems,&lt;br /&gt;
* Understand pros and cons of feedback linearization method,&lt;br /&gt;
* Name pros and cons of robust control approach,&lt;br /&gt;
* Numerically solve differential equations in MATLAB environment.&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* Know how to analyze stability of physical systems with Lyapunov direct method,&lt;br /&gt;
* Design feedback linearization systems,&lt;br /&gt;
* Synthesize robust control systems and tune them,&lt;br /&gt;
* Implement nonlinear control in MATLAB environment to simulate the behavior of multi-DOF robotic systems.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed points'''&lt;br /&gt;
|-&lt;br /&gt;
| Labs/seminar classes&lt;br /&gt;
| 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Interim performance assessment&lt;br /&gt;
| 30&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60&lt;br /&gt;
|-&lt;br /&gt;
| Exams&lt;br /&gt;
| 50&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 40&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s features in terms of students’ performance assessment:&lt;br /&gt;
&lt;br /&gt;
The course grades are given according to the following rules: Homework assignments (4) = 20 pts, Quizzes (4) = 40 pts, Term project = 40 pts.&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Proposed range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| 90-100&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 80-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| 75-89&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 60-79&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| 60-74&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 40-59&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| 0-59&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-39&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If necessary, please indicate freely your course’s grading features: The first year master course students come with very diverse backgrounds, and therefore the grade requirements for this course are relaxed.&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
The course is build based on these main textbooks:&lt;br /&gt;
&lt;br /&gt;
* “Applied nonlinear control,” J.-J. Slotine &amp;amp;amp; Weiping Li. Pearson, 1991.&lt;br /&gt;
* “Robotics: modelling, planning and control,” Bruno Siciliano, Lorenzo Sciavicco, Luigi Villani, and Giuseppe Oriolo. Springer Science &amp;amp;amp; Business Media, 2010.&lt;br /&gt;
&lt;br /&gt;
Other reference material:&lt;br /&gt;
&lt;br /&gt;
* “Robot modeling and control,” Mark Spong, Seth Hutchinson, M. Vidyasagar. John Wiley &amp;amp;amp; Sons, 2006.&lt;br /&gt;
* “Modern Control Systems” (13th Edition), Richard Dorf &amp;amp;amp; Robert H. Bishop. Pearson, 2016.&lt;br /&gt;
* “Modern Robotics: Mechanics, Planning, and Control,” Kevin Lynch, Frank Park. Cambridge University Press, 2017 (''also, check out their video materials on YouTube'').&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Motion. Kinematics. Dynamics&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 7&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Linear systems. Stability&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Feedback control systems&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 4&lt;br /&gt;
| Feedback linearization&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 6&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
| Robust control&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 8&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Motion. Kinematics. Dynamics.&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Free body motion&lt;br /&gt;
* Manipulator position and orientation&lt;br /&gt;
* Homogeneous transformations&lt;br /&gt;
* Forward and inverse kinematics&lt;br /&gt;
* Kinetic and potential energy&lt;br /&gt;
* Euler-Lagrange equations&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Given initial and final object position and orientations, obtain the corresponding transformation matrix.&lt;br /&gt;
# Find the Jacobian for a given manipulator.&lt;br /&gt;
# For a given differential equation describing a physical system, and for given kinetic (K) and potential energies (U) do the following:&lt;br /&gt;
#* Show that there always exists a solution with respect to acceleration and that it is unique;&lt;br /&gt;
#* Demonstrate that the system’s Hamiltonian H = K + U remains constant in the absence of external torques and forces;&lt;br /&gt;
#* Show that the rate of change of the total energy equals instantaneous mechanical power.&lt;br /&gt;
# For a given manipulator with known Jacobian, do the following:&lt;br /&gt;
#* Find kinetic and potential energies of the robot;&lt;br /&gt;
#* Drive the Euler-Lagrange differential equation of motion.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Do the following with MATLAB Robotics Toolbox:&lt;br /&gt;
#* Compute basic rotation and homogeneous transformation matrices;&lt;br /&gt;
#* Create a two-link manipulator and solve its forward kinematics;&lt;br /&gt;
#* Simulate forward dynamics;&lt;br /&gt;
#* Compute inertial, Coriolis and gravitational forces for the manipulator.&lt;br /&gt;
# Compute and analyze inertial tensor for a given robotic manipulator;&lt;br /&gt;
# For manipulators with different kinematic configurations, analytically derive their Jacobian matrices;&lt;br /&gt;
# Derive and analyze Euler-Lagrange equations describing dynamics of a given manipulator (required torques, singularities).&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# What is a rotation matrix and what does it describe?&lt;br /&gt;
# How to find a homogeneous transformation matrix? How is it different from rotation matrix?&lt;br /&gt;
# What is manipulator Jacobian? How does it relate static forces and torques? How can one use the Jacobian to analyze manipulator singularities?&lt;br /&gt;
# What is physical nature of the terms of Euler-Lagrange equations of robot motion?&lt;br /&gt;
# What are the main properties of the basic terms of differential equations of motion (invertibility, positive definiteness, singularities, limits).&lt;br /&gt;
&lt;br /&gt;
=== Section 2 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Linear systems. Stability&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* State-space equations&lt;br /&gt;
* Eigenvalues and eigenvectors&lt;br /&gt;
* Phase plane analysis&lt;br /&gt;
* Energy and stability&lt;br /&gt;
* Lyapunov’s direct method&lt;br /&gt;
* Lyapunov stability analysis&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Convert given differential equation into state-space form&lt;br /&gt;
# Find eigenvalue for a given matrix&lt;br /&gt;
# Show that given a constant matrix &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\textbf{M}&amp;lt;/math&amp;gt; and any time-varying vector &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\textbf{x}&amp;lt;/math&amp;gt;, the time derivative of the scalar &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mathbf{x}^T\mathbf{Mx}&amp;lt;/math&amp;gt; can be written in the given form.&lt;br /&gt;
# For a given system of differential equations:&lt;br /&gt;
#* Find equilibria points;&lt;br /&gt;
#* Given a Lyapunov function, analyze system stability using Lyapunov’s direct method;&lt;br /&gt;
#* Analyze system stability in a given range.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# For a given differential equation, find the values of coefficients &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;k_1&amp;lt;/math&amp;gt; and &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;k_2&amp;lt;/math&amp;gt; that would make it critically damped.&lt;br /&gt;
# Convert a given system of differential equations into state-space form.&lt;br /&gt;
# For an equation given in the state space form, write it as an ordinary differential equation for specified input and output variables.&lt;br /&gt;
# Analyze system’s stability given equation of its full energy.&lt;br /&gt;
# Apply Lyapunov’s direct method to analyze stability of a physical system.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
# Evaluate stability of a linear system whose dynamics is written in the state-space form.&lt;br /&gt;
# What must be the properties of Lyapunov function candidate and its time derivative to confirm&lt;br /&gt;
#* Local stability,&lt;br /&gt;
#* Global stability of the system.&lt;br /&gt;
# How to analyze system’s stability based on its phase portrait (with examples)?&lt;br /&gt;
# Describe physical motivation behind Lyapunov’s direct method and how it used to analyze stability of dynamical systems.&lt;br /&gt;
&lt;br /&gt;
=== Section 3 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Feedback control systems&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Feedback and building control loops&lt;br /&gt;
* Stabilization and trajectory tracking&lt;br /&gt;
* Linear regulators (P, PD, PID)&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Give an example of using feedback in activities of daily life&lt;br /&gt;
# Drive error dynamics equations for a given feedback control law&lt;br /&gt;
# What are the physical analogies for the individual terms of PD-controller?&lt;br /&gt;
# How to implement PD regulator in MATLAB software?&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Solve numerically in MATLAB a second-order ODE for the following controller types: P, PD, PID.&lt;br /&gt;
# Analyze stability of a given linear control system.&lt;br /&gt;
# How individual gains of PD and PID controllers affect transient and steady-state response?&lt;br /&gt;
# How does underestimation of system parameters affect performance of linear controllers and how to improve it?&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# What is the physical analog of PD-regulator in application to control over second-oder mechanical systems?&lt;br /&gt;
# For a given system described by differential equations, design a linear control system and analyze its stability.&lt;br /&gt;
# Describe pros and cons of linear controllers in application to nonlinear system control.&lt;br /&gt;
&lt;br /&gt;
=== Section 4 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Feedback linearization&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Joint-space inverse dynamics of serial manipulators&lt;br /&gt;
* Stabilization and trajectory tracking problems&lt;br /&gt;
* Input-state linearization&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# For a given differential equation that describes pendulum dynamicsm do the following:&lt;br /&gt;
#* Find control law transforming original dynamics into that of a linear mass-spring-damper system;&lt;br /&gt;
#* Write position error dynamics for the designed control law (inverse dynamics);&lt;br /&gt;
#* Repeat the previous steps if there are uncertainties in some of the system’s parameters.&lt;br /&gt;
# For a given general form of dynamics equation, demonstrate that the following control laws guarantee system stability.&lt;br /&gt;
# Simulate dynamics of given nonlinear system in MATLAB for given control law.&lt;br /&gt;
# Perform input-state linearization for a given system of differential equations.&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# Find control law that linearizes a given differential equation.&lt;br /&gt;
# Analyze stability of given nonlinear systems and contribution of individual terms to system stability.&lt;br /&gt;
# Find general feedback linearization law for a given system of differential equations.&lt;br /&gt;
# Analyze stability and limitations of a given feedback linearization control law over a two-link manipulator.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# What are the pros and cons of feedback linearization approach?&lt;br /&gt;
# Provide examples of systems (differential equations) for which feedback linearization can result in infinite control effort.&lt;br /&gt;
# What are the typical issues when applying feedback linearization approach to control over robotic manipulators?&lt;br /&gt;
&lt;br /&gt;
=== Section 5 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Robust control&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Sliding modes in dynamic systems&lt;br /&gt;
* Robust control in scalar and matrix form&lt;br /&gt;
* Stability and tuning of robust controllers&lt;br /&gt;
* Control law smoothening.&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tabular&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;|a|c|&amp;lt;/span&amp;gt; &amp;amp;amp; '''Yes/No'''&amp;lt;br /&amp;gt;&lt;br /&gt;
Development of individual parts of software product code &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Homework and group projects &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Midterm evaluation &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Testing (written or computer based) &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Reports &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Essays &amp;amp;amp; 0&amp;lt;br /&amp;gt;&lt;br /&gt;
Oral polls &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
Discussions &amp;amp;amp; 1&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Name uncertainties typical for mechanical systems&lt;br /&gt;
# Analyze system behavior in sliding mode&lt;br /&gt;
# Simulate system behavior with robust control in MATLAB&lt;br /&gt;
# Numerically implement control law smoothening for a robust controller.&lt;br /&gt;
&lt;br /&gt;
==== Typical questions for seminar classes (labs) within this section ====&lt;br /&gt;
&lt;br /&gt;
# How to synthesize robust controller for a given range of system parameters’ deviations?&lt;br /&gt;
# Describe the effect of robust gain coefficient &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;k&amp;lt;/math&amp;gt; on system stability, control output and resulting system behavior.&lt;br /&gt;
# Design robust controller for a dynamical system described by a given set of differential equations and implement it in MATLAB.&lt;br /&gt;
# Analyze stability of robust control system for a robotic manipulator with given equation of motion.&lt;br /&gt;
&lt;br /&gt;
==== Test questions for final assessment in this section ====&lt;br /&gt;
&lt;br /&gt;
# Describe typical sources of uncertainties and parameter deviations in models of physical and mechanical systems, their typical ranges and influence on system behavior.&lt;br /&gt;
# Name pros and cons of robust control systems with and without control law smoothening.&lt;br /&gt;
# How to tune robust controller terms to compensate for system uncertainties?&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Large_Systems&amp;diff=6331</id>
		<title>MSc: Large Systems</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Large_Systems&amp;diff=6331"/>
		<updated>2022-04-21T14:57:45Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prerequisites == &lt;br /&gt;
The course has been designed to be self-included as much as possible. The successful completion will depend on prerequisite courses such as&lt;br /&gt;
* Essential skills&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Classical_Internet_Applications CSE517 - Classical Internet Applications] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Inter_Networking_and_Routing CSE518 - Internetworking And Routing]&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6330</id>
		<title>MSc: Advanced Statistics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6330"/>
		<updated>2022-04-21T14:44:58Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Advanced Statistics =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Advanced Statistics&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; DS-03&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Prerequisites == &lt;br /&gt;
This course will benefit from good English language skills. Also it could be great if you acquire basic statistical skills in the perspective of [https://en.wikipedia.org/wiki/Empirical_research Empirical research]: statistical hypothesis testing, dependent and independent variables, distributions, etc..&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Empirical_Methods CSE329 - Empirical Methods]&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Statistical inference&lt;br /&gt;
* Non parametric statistics&lt;br /&gt;
* Test of statistical hypotheses&lt;br /&gt;
* Simple linear regression and correlation analysis&lt;br /&gt;
* Meta-Analysis&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
The main purpose of this course is to present the fundamentals of inferential statistics to the future software engineers and data scientists, on one side providing the scientific fundamentals of the disciplines, and on the other anchoring the theoretical concepts on practices coming from the world of software development and engineering. The course covers the statistical analysis of data with limited assumptions on the distribution, with reference to testing hypotheses, measuring correlations, building samples, and performing regressions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to:&lt;br /&gt;
&lt;br /&gt;
* Remember the fundamentals of inferential statistics&lt;br /&gt;
* Remember the specifics and purpose of different hypothesis tests&lt;br /&gt;
* Distinguish between parametric and non parametric tests&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to understand:&lt;br /&gt;
&lt;br /&gt;
* the basic concepts of inferential statistics&lt;br /&gt;
* the fundamental laws in statistics&lt;br /&gt;
* the concept of null and alternative hypotheses&lt;br /&gt;
* the hypotheses test procedure&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* To understand the problems related to analyse statistically data not distributed normally&lt;br /&gt;
* To know the more recent computationally-intensive techniques that can help to describe samples and to infer properties of populations in absence of normality&lt;br /&gt;
* To identify situations when the data is on nominal scales so alternative techniques should be use, and act accordingly.&lt;br /&gt;
* To be able to run experiment to evaluate hypotheses for situation of scarce data, distributed non normally, on different kinds of scales.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Standard) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 10&lt;br /&gt;
|-&lt;br /&gt;
| Midterm&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final oral exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 35&lt;br /&gt;
|-&lt;br /&gt;
| Final written exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Participation&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Project Based) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Weekly Projects Review&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Mid of Semester Project Review &lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final Report&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Final Presentation with Q&amp;amp;A&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 95-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-94&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 55-74&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-54&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cooperation policy and quotations ===&lt;br /&gt;
We encourage vigorous discussion and cooperation in this class. You should feel free to discuss any aspects of the class with any classmates. However, we insist that any written material that is not specifically designated as a Team Deliverable be done by you alone. This includes answers to reading questions, individual reports associated with assignments, and labs. We also insist that if you include verbatim text from any source, you clearly indicate it using standard conventions of quotation or indentation and a note to indicate the source.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Wasserman L. (2006) All of Nonparametric Statistics. Springer&lt;br /&gt;
* Randles, R.H. and Wolfe, D.A. (1991). Introduction to the Theory of Nonparametric Statistics. Melbourne: Robert Krieger. (Ch.1‐Ch.4)&lt;br /&gt;
* Hastie, T. Tibshirani, R. and Friedman, J. (2008) The Elements of Statistical Learning 2ed. Springer&lt;br /&gt;
* Hollander, M. and Wolfe, D.A. (1999). Nonparametric Statistical Methods, 2nd ed. New York: John Wiley.&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Sampling Distributions Associated with the Normal Population&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Test of Statistical Hypotheses&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Simple Linear Regression and Correlation Analysis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Sampling Distributions Associated with the Normal Population&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Introduction to the course, toward inference&lt;br /&gt;
* Student’s t-distribution&lt;br /&gt;
* Bernoulli and binomial distribution&lt;br /&gt;
* Chi-square distribution&lt;br /&gt;
* Snedecor’s F-distribution&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Deduce the probability mass function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P(X \leq k&amp;lt;/math&amp;gt; for a binomial distribution?&lt;br /&gt;
# Let X1,...,Xk be ''k'' iid random variables distributed with a &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\chi^2&amp;lt;/math&amp;gt; distribution with n1,...nk degrees of freedom respectively.&amp;lt;br /&amp;gt;&lt;br /&gt;
What is the distribution of Y=X1+...+Xk? Define it precisely and prove the answer formally?&lt;br /&gt;
# List at least 3 random variables that “tend to follow” a t distribution?&lt;br /&gt;
# If X has Chi square function with the 5 degrees of freedom, then what is the probability that X is between 1.145 and 12.83?&lt;br /&gt;
# If X has a gamma distribution of (1,1), then what is the probability density function of the random variable 2X?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define and provide examples of sample space, events and probability measure.&lt;br /&gt;
# Write the formula for the coefficients of the simple linear regression. Explain the mathematical procedure you do to derive them and derive them.&lt;br /&gt;
# Calculate the correlation between two functions and explain its meaning.&lt;br /&gt;
# Calculate the Pearson coefficient for the given functions.&lt;br /&gt;
# Deduce the MGF for normal distribution.&lt;br /&gt;
# State and prove the Bonferroni inequality.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Test of Statistical Hypotheses ==&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Z-test&lt;br /&gt;
* Student’s t-test&lt;br /&gt;
* Chi-square test&lt;br /&gt;
* Snedecor’s F-test&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define the concept of power of a statistical test.&lt;br /&gt;
# Define the purpose of the F Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the t-Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Chi square Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Z Test, its hypotheses, and its structure.&lt;br /&gt;
# Provide concrete numeric examples with explanation on why the power of a test depends on:&lt;br /&gt;
## the size of the data sets.&lt;br /&gt;
## the magnitude of the effect.&lt;br /&gt;
## the level of statistical significance.&lt;br /&gt;
# Given a statistical test for which we have set a value &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\alpha&amp;lt;/math&amp;gt; we obtain a p:&lt;br /&gt;
## if we can reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(p &amp;lt; \alpha)&amp;lt;/math&amp;gt;, what we typically say about H0 and H1.&lt;br /&gt;
## if we cannot reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(P \geq \alpha)&amp;lt;/math&amp;gt;, what we can typically say about H0 and H1.&lt;br /&gt;
## when can we say that H0 holds?&lt;br /&gt;
## when can we say that H1 holds?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide a concrete example of a t test, detailing both H0 and H1.&lt;br /&gt;
# Present the structure of the F test for the analysis of the variance.&lt;br /&gt;
# Explain what are H0 and H1 in hypothesis testing.&lt;br /&gt;
# Explain the role of the Bonferroni inequality in hypothesis testing.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Linear Regression and Correlation Analysis ==&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Kolmogorov-Smirnov test&lt;br /&gt;
* Size of samples, Kolmogorov-Smirnov, Fisher exact&lt;br /&gt;
* Logistic regression&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Let X1,X2, ...,X10 be a random sample from a distribution whose probability density function is &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (1 \quad if \;0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0). Based on the observed values 0.62, 0.36, 0.23, 0.76, 0.65, 0.09, 0.55, 0.26, 0.38, 0.24, test the hypothesis H0 : X UNIF(0, 1) against H1 : X UNIF(0, 1) at a significance level = 0.1.&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0), what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample of size n from a distribution with a probability density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), where &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;0 &amp;lt; \theta&amp;lt;/math&amp;gt; is a parameter. Using the maximum likelihood method find an estimator for the parameter &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Suppose you are told that the likelihood of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt; at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt; is given by 1/4. Is this the probability that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt;? Explain why or why not.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function&amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (\frac{1}{\theta} \;if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), then what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample from a normal population with mean &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and variance &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;. What are the maximum likelihood estimators of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Suppose that you have the following data points: 0.36, 0.32, 0.10, 0.13, 0.45, 0.11, 0.12, 0.09; compute Dn to determine if they come from the uniform distribution [0,0.5].&lt;br /&gt;
# The data on the heights of 12 infants are given below: 18.2, 21.4, 22.6, 17.4, 17.6, 16.7, 17.1, 21.4, 20.1, 17.9, 16.8, 23.1. Test the hypothesis that the data came from some normal population at a significance level = 0.1.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in the course ===&lt;br /&gt;
&lt;br /&gt;
# Providing full example of two sequences (in case of computational overhead, you can approximate at the first decimal digit). Compute their:&lt;br /&gt;
## Covariance.&lt;br /&gt;
## Pearson’s correlation coefficient.&lt;br /&gt;
## Spearman’s Rank Correlation Coefficient.&lt;br /&gt;
## Kendall’s tau Correlation coefficient.&lt;br /&gt;
# What is an empirical distribution?&lt;br /&gt;
# Present, prove, and discuss the evaluation of the asymptotic confidence interval for the empirical distribution, detailing the role of the binomial.&lt;br /&gt;
# Prove, under the simplified hypotheses, the distribution free property of Dn.&lt;br /&gt;
# Write the Shannon Theorem and discuss its implications.&lt;br /&gt;
# Discuss how we could proceed to compute the confidence interval of the Kendall Tau correlation coefficient of the population.&lt;br /&gt;
# Suppose that you have the following datapoints: 0.4, 2, 0.6, 2.4, 2.2, 3.6, 3.8, 4; compute Dn to determine if they come from the uniform distribution [0,4].&lt;br /&gt;
# Prove that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\tilde{F}_n&amp;lt;/math&amp;gt; is a consistent and unbiased estimator of F.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6329</id>
		<title>MSc: Advanced Statistics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6329"/>
		<updated>2022-04-21T14:42:58Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Advanced Statistics =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Advanced Statistics&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; DS-03&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Prerequisites == &lt;br /&gt;
This course will benefit from good English language skills. Also it could be great if you acquire basic statistical skills in the perspective of [https://en.wikipedia.org/wiki/Empirical_research Empirical research]: statistical hypothesis testing, dependent and independent variables, distributions, etc..&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Empirical_Methods CSE329 — Empirical Methods]&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Statistical inference&lt;br /&gt;
* Non parametric statistics&lt;br /&gt;
* Test of statistical hypotheses&lt;br /&gt;
* Simple linear regression and correlation analysis&lt;br /&gt;
* Meta-Analysis&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
The main purpose of this course is to present the fundamentals of inferential statistics to the future software engineers and data scientists, on one side providing the scientific fundamentals of the disciplines, and on the other anchoring the theoretical concepts on practices coming from the world of software development and engineering. The course covers the statistical analysis of data with limited assumptions on the distribution, with reference to testing hypotheses, measuring correlations, building samples, and performing regressions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to:&lt;br /&gt;
&lt;br /&gt;
* Remember the fundamentals of inferential statistics&lt;br /&gt;
* Remember the specifics and purpose of different hypothesis tests&lt;br /&gt;
* Distinguish between parametric and non parametric tests&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to understand:&lt;br /&gt;
&lt;br /&gt;
* the basic concepts of inferential statistics&lt;br /&gt;
* the fundamental laws in statistics&lt;br /&gt;
* the concept of null and alternative hypotheses&lt;br /&gt;
* the hypotheses test procedure&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* To understand the problems related to analyse statistically data not distributed normally&lt;br /&gt;
* To know the more recent computationally-intensive techniques that can help to describe samples and to infer properties of populations in absence of normality&lt;br /&gt;
* To identify situations when the data is on nominal scales so alternative techniques should be use, and act accordingly.&lt;br /&gt;
* To be able to run experiment to evaluate hypotheses for situation of scarce data, distributed non normally, on different kinds of scales.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Standard) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 10&lt;br /&gt;
|-&lt;br /&gt;
| Midterm&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final oral exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 35&lt;br /&gt;
|-&lt;br /&gt;
| Final written exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Participation&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Project Based) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Weekly Projects Review&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Mid of Semester Project Review &lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final Report&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Final Presentation with Q&amp;amp;A&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 95-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-94&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 55-74&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-54&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cooperation policy and quotations ===&lt;br /&gt;
We encourage vigorous discussion and cooperation in this class. You should feel free to discuss any aspects of the class with any classmates. However, we insist that any written material that is not specifically designated as a Team Deliverable be done by you alone. This includes answers to reading questions, individual reports associated with assignments, and labs. We also insist that if you include verbatim text from any source, you clearly indicate it using standard conventions of quotation or indentation and a note to indicate the source.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Wasserman L. (2006) All of Nonparametric Statistics. Springer&lt;br /&gt;
* Randles, R.H. and Wolfe, D.A. (1991). Introduction to the Theory of Nonparametric Statistics. Melbourne: Robert Krieger. (Ch.1‐Ch.4)&lt;br /&gt;
* Hastie, T. Tibshirani, R. and Friedman, J. (2008) The Elements of Statistical Learning 2ed. Springer&lt;br /&gt;
* Hollander, M. and Wolfe, D.A. (1999). Nonparametric Statistical Methods, 2nd ed. New York: John Wiley.&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Sampling Distributions Associated with the Normal Population&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Test of Statistical Hypotheses&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Simple Linear Regression and Correlation Analysis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Sampling Distributions Associated with the Normal Population&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Introduction to the course, toward inference&lt;br /&gt;
* Student’s t-distribution&lt;br /&gt;
* Bernoulli and binomial distribution&lt;br /&gt;
* Chi-square distribution&lt;br /&gt;
* Snedecor’s F-distribution&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Deduce the probability mass function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P(X \leq k&amp;lt;/math&amp;gt; for a binomial distribution?&lt;br /&gt;
# Let X1,...,Xk be ''k'' iid random variables distributed with a &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\chi^2&amp;lt;/math&amp;gt; distribution with n1,...nk degrees of freedom respectively.&amp;lt;br /&amp;gt;&lt;br /&gt;
What is the distribution of Y=X1+...+Xk? Define it precisely and prove the answer formally?&lt;br /&gt;
# List at least 3 random variables that “tend to follow” a t distribution?&lt;br /&gt;
# If X has Chi square function with the 5 degrees of freedom, then what is the probability that X is between 1.145 and 12.83?&lt;br /&gt;
# If X has a gamma distribution of (1,1), then what is the probability density function of the random variable 2X?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define and provide examples of sample space, events and probability measure.&lt;br /&gt;
# Write the formula for the coefficients of the simple linear regression. Explain the mathematical procedure you do to derive them and derive them.&lt;br /&gt;
# Calculate the correlation between two functions and explain its meaning.&lt;br /&gt;
# Calculate the Pearson coefficient for the given functions.&lt;br /&gt;
# Deduce the MGF for normal distribution.&lt;br /&gt;
# State and prove the Bonferroni inequality.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Test of Statistical Hypotheses ==&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Z-test&lt;br /&gt;
* Student’s t-test&lt;br /&gt;
* Chi-square test&lt;br /&gt;
* Snedecor’s F-test&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define the concept of power of a statistical test.&lt;br /&gt;
# Define the purpose of the F Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the t-Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Chi square Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Z Test, its hypotheses, and its structure.&lt;br /&gt;
# Provide concrete numeric examples with explanation on why the power of a test depends on:&lt;br /&gt;
## the size of the data sets.&lt;br /&gt;
## the magnitude of the effect.&lt;br /&gt;
## the level of statistical significance.&lt;br /&gt;
# Given a statistical test for which we have set a value &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\alpha&amp;lt;/math&amp;gt; we obtain a p:&lt;br /&gt;
## if we can reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(p &amp;lt; \alpha)&amp;lt;/math&amp;gt;, what we typically say about H0 and H1.&lt;br /&gt;
## if we cannot reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(P \geq \alpha)&amp;lt;/math&amp;gt;, what we can typically say about H0 and H1.&lt;br /&gt;
## when can we say that H0 holds?&lt;br /&gt;
## when can we say that H1 holds?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide a concrete example of a t test, detailing both H0 and H1.&lt;br /&gt;
# Present the structure of the F test for the analysis of the variance.&lt;br /&gt;
# Explain what are H0 and H1 in hypothesis testing.&lt;br /&gt;
# Explain the role of the Bonferroni inequality in hypothesis testing.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Linear Regression and Correlation Analysis ==&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Kolmogorov-Smirnov test&lt;br /&gt;
* Size of samples, Kolmogorov-Smirnov, Fisher exact&lt;br /&gt;
* Logistic regression&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Let X1,X2, ...,X10 be a random sample from a distribution whose probability density function is &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (1 \quad if \;0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0). Based on the observed values 0.62, 0.36, 0.23, 0.76, 0.65, 0.09, 0.55, 0.26, 0.38, 0.24, test the hypothesis H0 : X UNIF(0, 1) against H1 : X UNIF(0, 1) at a significance level = 0.1.&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0), what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample of size n from a distribution with a probability density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), where &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;0 &amp;lt; \theta&amp;lt;/math&amp;gt; is a parameter. Using the maximum likelihood method find an estimator for the parameter &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Suppose you are told that the likelihood of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt; at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt; is given by 1/4. Is this the probability that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt;? Explain why or why not.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function&amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (\frac{1}{\theta} \;if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), then what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample from a normal population with mean &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and variance &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;. What are the maximum likelihood estimators of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Suppose that you have the following data points: 0.36, 0.32, 0.10, 0.13, 0.45, 0.11, 0.12, 0.09; compute Dn to determine if they come from the uniform distribution [0,0.5].&lt;br /&gt;
# The data on the heights of 12 infants are given below: 18.2, 21.4, 22.6, 17.4, 17.6, 16.7, 17.1, 21.4, 20.1, 17.9, 16.8, 23.1. Test the hypothesis that the data came from some normal population at a significance level = 0.1.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in the course ===&lt;br /&gt;
&lt;br /&gt;
# Providing full example of two sequences (in case of computational overhead, you can approximate at the first decimal digit). Compute their:&lt;br /&gt;
## Covariance.&lt;br /&gt;
## Pearson’s correlation coefficient.&lt;br /&gt;
## Spearman’s Rank Correlation Coefficient.&lt;br /&gt;
## Kendall’s tau Correlation coefficient.&lt;br /&gt;
# What is an empirical distribution?&lt;br /&gt;
# Present, prove, and discuss the evaluation of the asymptotic confidence interval for the empirical distribution, detailing the role of the binomial.&lt;br /&gt;
# Prove, under the simplified hypotheses, the distribution free property of Dn.&lt;br /&gt;
# Write the Shannon Theorem and discuss its implications.&lt;br /&gt;
# Discuss how we could proceed to compute the confidence interval of the Kendall Tau correlation coefficient of the population.&lt;br /&gt;
# Suppose that you have the following datapoints: 0.4, 2, 0.6, 2.4, 2.2, 3.6, 3.8, 4; compute Dn to determine if they come from the uniform distribution [0,4].&lt;br /&gt;
# Prove that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\tilde{F}_n&amp;lt;/math&amp;gt; is a consistent and unbiased estimator of F.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6328</id>
		<title>MSc: Advanced Statistics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6328"/>
		<updated>2022-04-21T14:32:52Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Advanced Statistics =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Advanced Statistics&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; DS-03&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
This course will benefit from good English language skills. Also it could be great if you acquire basic statistical skills in the perspective of [https://en.wikipedia.org/wiki/Empirical_research Empirical research]: statistical hypothesis testing, dependent and independent variables, distributions, etc..&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Empirical_Methods CSE329 — Empirical Methods]&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Statistical inference&lt;br /&gt;
* Non parametric statistics&lt;br /&gt;
* Test of statistical hypotheses&lt;br /&gt;
* Simple linear regression and correlation analysis&lt;br /&gt;
* Meta-Analysis&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
The main purpose of this course is to present the fundamentals of inferential statistics to the future software engineers and data scientists, on one side providing the scientific fundamentals of the disciplines, and on the other anchoring the theoretical concepts on practices coming from the world of software development and engineering. The course covers the statistical analysis of data with limited assumptions on the distribution, with reference to testing hypotheses, measuring correlations, building samples, and performing regressions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to:&lt;br /&gt;
&lt;br /&gt;
* Remember the fundamentals of inferential statistics&lt;br /&gt;
* Remember the specifics and purpose of different hypothesis tests&lt;br /&gt;
* Distinguish between parametric and non parametric tests&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to understand:&lt;br /&gt;
&lt;br /&gt;
* the basic concepts of inferential statistics&lt;br /&gt;
* the fundamental laws in statistics&lt;br /&gt;
* the concept of null and alternative hypotheses&lt;br /&gt;
* the hypotheses test procedure&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* To understand the problems related to analyse statistically data not distributed normally&lt;br /&gt;
* To know the more recent computationally-intensive techniques that can help to describe samples and to infer properties of populations in absence of normality&lt;br /&gt;
* To identify situations when the data is on nominal scales so alternative techniques should be use, and act accordingly.&lt;br /&gt;
* To be able to run experiment to evaluate hypotheses for situation of scarce data, distributed non normally, on different kinds of scales.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Standard) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 10&lt;br /&gt;
|-&lt;br /&gt;
| Midterm&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final oral exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 35&lt;br /&gt;
|-&lt;br /&gt;
| Final written exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Participation&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Project Based) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Weekly Projects Review&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Mid of Semester Project Review &lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final Report&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Final Presentation with Q&amp;amp;A&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 95-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-94&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 55-74&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-54&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cooperation policy and quotations ===&lt;br /&gt;
We encourage vigorous discussion and cooperation in this class. You should feel free to discuss any aspects of the class with any classmates. However, we insist that any written material that is not specifically designated as a Team Deliverable be done by you alone. This includes answers to reading questions, individual reports associated with assignments, and labs. We also insist that if you include verbatim text from any source, you clearly indicate it using standard conventions of quotation or indentation and a note to indicate the source.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Wasserman L. (2006) All of Nonparametric Statistics. Springer&lt;br /&gt;
* Randles, R.H. and Wolfe, D.A. (1991). Introduction to the Theory of Nonparametric Statistics. Melbourne: Robert Krieger. (Ch.1‐Ch.4)&lt;br /&gt;
* Hastie, T. Tibshirani, R. and Friedman, J. (2008) The Elements of Statistical Learning 2ed. Springer&lt;br /&gt;
* Hollander, M. and Wolfe, D.A. (1999). Nonparametric Statistical Methods, 2nd ed. New York: John Wiley.&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Sampling Distributions Associated with the Normal Population&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Test of Statistical Hypotheses&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Simple Linear Regression and Correlation Analysis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Sampling Distributions Associated with the Normal Population&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Introduction to the course, toward inference&lt;br /&gt;
* Student’s t-distribution&lt;br /&gt;
* Bernoulli and binomial distribution&lt;br /&gt;
* Chi-square distribution&lt;br /&gt;
* Snedecor’s F-distribution&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Deduce the probability mass function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P(X \leq k&amp;lt;/math&amp;gt; for a binomial distribution?&lt;br /&gt;
# Let X1,...,Xk be ''k'' iid random variables distributed with a &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\chi^2&amp;lt;/math&amp;gt; distribution with n1,...nk degrees of freedom respectively.&amp;lt;br /&amp;gt;&lt;br /&gt;
What is the distribution of Y=X1+...+Xk? Define it precisely and prove the answer formally?&lt;br /&gt;
# List at least 3 random variables that “tend to follow” a t distribution?&lt;br /&gt;
# If X has Chi square function with the 5 degrees of freedom, then what is the probability that X is between 1.145 and 12.83?&lt;br /&gt;
# If X has a gamma distribution of (1,1), then what is the probability density function of the random variable 2X?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define and provide examples of sample space, events and probability measure.&lt;br /&gt;
# Write the formula for the coefficients of the simple linear regression. Explain the mathematical procedure you do to derive them and derive them.&lt;br /&gt;
# Calculate the correlation between two functions and explain its meaning.&lt;br /&gt;
# Calculate the Pearson coefficient for the given functions.&lt;br /&gt;
# Deduce the MGF for normal distribution.&lt;br /&gt;
# State and prove the Bonferroni inequality.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Test of Statistical Hypotheses ==&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Z-test&lt;br /&gt;
* Student’s t-test&lt;br /&gt;
* Chi-square test&lt;br /&gt;
* Snedecor’s F-test&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define the concept of power of a statistical test.&lt;br /&gt;
# Define the purpose of the F Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the t-Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Chi square Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Z Test, its hypotheses, and its structure.&lt;br /&gt;
# Provide concrete numeric examples with explanation on why the power of a test depends on:&lt;br /&gt;
## the size of the data sets.&lt;br /&gt;
## the magnitude of the effect.&lt;br /&gt;
## the level of statistical significance.&lt;br /&gt;
# Given a statistical test for which we have set a value &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\alpha&amp;lt;/math&amp;gt; we obtain a p:&lt;br /&gt;
## if we can reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(p &amp;lt; \alpha)&amp;lt;/math&amp;gt;, what we typically say about H0 and H1.&lt;br /&gt;
## if we cannot reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(P \geq \alpha)&amp;lt;/math&amp;gt;, what we can typically say about H0 and H1.&lt;br /&gt;
## when can we say that H0 holds?&lt;br /&gt;
## when can we say that H1 holds?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide a concrete example of a t test, detailing both H0 and H1.&lt;br /&gt;
# Present the structure of the F test for the analysis of the variance.&lt;br /&gt;
# Explain what are H0 and H1 in hypothesis testing.&lt;br /&gt;
# Explain the role of the Bonferroni inequality in hypothesis testing.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Linear Regression and Correlation Analysis ==&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Kolmogorov-Smirnov test&lt;br /&gt;
* Size of samples, Kolmogorov-Smirnov, Fisher exact&lt;br /&gt;
* Logistic regression&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Let X1,X2, ...,X10 be a random sample from a distribution whose probability density function is &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (1 \quad if \;0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0). Based on the observed values 0.62, 0.36, 0.23, 0.76, 0.65, 0.09, 0.55, 0.26, 0.38, 0.24, test the hypothesis H0 : X UNIF(0, 1) against H1 : X UNIF(0, 1) at a significance level = 0.1.&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0), what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample of size n from a distribution with a probability density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), where &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;0 &amp;lt; \theta&amp;lt;/math&amp;gt; is a parameter. Using the maximum likelihood method find an estimator for the parameter &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Suppose you are told that the likelihood of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt; at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt; is given by 1/4. Is this the probability that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt;? Explain why or why not.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function&amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (\frac{1}{\theta} \;if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), then what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample from a normal population with mean &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and variance &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;. What are the maximum likelihood estimators of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Suppose that you have the following data points: 0.36, 0.32, 0.10, 0.13, 0.45, 0.11, 0.12, 0.09; compute Dn to determine if they come from the uniform distribution [0,0.5].&lt;br /&gt;
# The data on the heights of 12 infants are given below: 18.2, 21.4, 22.6, 17.4, 17.6, 16.7, 17.1, 21.4, 20.1, 17.9, 16.8, 23.1. Test the hypothesis that the data came from some normal population at a significance level = 0.1.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in the course ===&lt;br /&gt;
&lt;br /&gt;
# Providing full example of two sequences (in case of computational overhead, you can approximate at the first decimal digit). Compute their:&lt;br /&gt;
## Covariance.&lt;br /&gt;
## Pearson’s correlation coefficient.&lt;br /&gt;
## Spearman’s Rank Correlation Coefficient.&lt;br /&gt;
## Kendall’s tau Correlation coefficient.&lt;br /&gt;
# What is an empirical distribution?&lt;br /&gt;
# Present, prove, and discuss the evaluation of the asymptotic confidence interval for the empirical distribution, detailing the role of the binomial.&lt;br /&gt;
# Prove, under the simplified hypotheses, the distribution free property of Dn.&lt;br /&gt;
# Write the Shannon Theorem and discuss its implications.&lt;br /&gt;
# Discuss how we could proceed to compute the confidence interval of the Kendall Tau correlation coefficient of the population.&lt;br /&gt;
# Suppose that you have the following datapoints: 0.4, 2, 0.6, 2.4, 2.2, 3.6, 3.8, 4; compute Dn to determine if they come from the uniform distribution [0,4].&lt;br /&gt;
# Prove that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\tilde{F}_n&amp;lt;/math&amp;gt; is a consistent and unbiased estimator of F.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6327</id>
		<title>MSc: Advanced Statistics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6327"/>
		<updated>2022-04-21T14:32:07Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Advanced Statistics =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Advanced Statistics&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; DS-03&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
This course will benefit from good English language skills. Also it could be great if you acquire basic statistical skills in the perspective of [https://en.wikipedia.org/wiki/Empirical_research Empirical research]: statistical hypothesis testing, dependent and independent variables, distributions, etc..&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Empirical_Methods CSE329 — Empirical Methods] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Classical_Internet_Applications CSE517 - Classical Internet Applications]&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Statistical inference&lt;br /&gt;
* Non parametric statistics&lt;br /&gt;
* Test of statistical hypotheses&lt;br /&gt;
* Simple linear regression and correlation analysis&lt;br /&gt;
* Meta-Analysis&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
The main purpose of this course is to present the fundamentals of inferential statistics to the future software engineers and data scientists, on one side providing the scientific fundamentals of the disciplines, and on the other anchoring the theoretical concepts on practices coming from the world of software development and engineering. The course covers the statistical analysis of data with limited assumptions on the distribution, with reference to testing hypotheses, measuring correlations, building samples, and performing regressions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to:&lt;br /&gt;
&lt;br /&gt;
* Remember the fundamentals of inferential statistics&lt;br /&gt;
* Remember the specifics and purpose of different hypothesis tests&lt;br /&gt;
* Distinguish between parametric and non parametric tests&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to understand:&lt;br /&gt;
&lt;br /&gt;
* the basic concepts of inferential statistics&lt;br /&gt;
* the fundamental laws in statistics&lt;br /&gt;
* the concept of null and alternative hypotheses&lt;br /&gt;
* the hypotheses test procedure&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* To understand the problems related to analyse statistically data not distributed normally&lt;br /&gt;
* To know the more recent computationally-intensive techniques that can help to describe samples and to infer properties of populations in absence of normality&lt;br /&gt;
* To identify situations when the data is on nominal scales so alternative techniques should be use, and act accordingly.&lt;br /&gt;
* To be able to run experiment to evaluate hypotheses for situation of scarce data, distributed non normally, on different kinds of scales.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Standard) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 10&lt;br /&gt;
|-&lt;br /&gt;
| Midterm&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final oral exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 35&lt;br /&gt;
|-&lt;br /&gt;
| Final written exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Participation&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Project Based) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Weekly Projects Review&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Mid of Semester Project Review &lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final Report&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Final Presentation with Q&amp;amp;A&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 95-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-94&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 55-74&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-54&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cooperation policy and quotations ===&lt;br /&gt;
We encourage vigorous discussion and cooperation in this class. You should feel free to discuss any aspects of the class with any classmates. However, we insist that any written material that is not specifically designated as a Team Deliverable be done by you alone. This includes answers to reading questions, individual reports associated with assignments, and labs. We also insist that if you include verbatim text from any source, you clearly indicate it using standard conventions of quotation or indentation and a note to indicate the source.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Wasserman L. (2006) All of Nonparametric Statistics. Springer&lt;br /&gt;
* Randles, R.H. and Wolfe, D.A. (1991). Introduction to the Theory of Nonparametric Statistics. Melbourne: Robert Krieger. (Ch.1‐Ch.4)&lt;br /&gt;
* Hastie, T. Tibshirani, R. and Friedman, J. (2008) The Elements of Statistical Learning 2ed. Springer&lt;br /&gt;
* Hollander, M. and Wolfe, D.A. (1999). Nonparametric Statistical Methods, 2nd ed. New York: John Wiley.&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Sampling Distributions Associated with the Normal Population&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Test of Statistical Hypotheses&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Simple Linear Regression and Correlation Analysis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Sampling Distributions Associated with the Normal Population&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Introduction to the course, toward inference&lt;br /&gt;
* Student’s t-distribution&lt;br /&gt;
* Bernoulli and binomial distribution&lt;br /&gt;
* Chi-square distribution&lt;br /&gt;
* Snedecor’s F-distribution&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Deduce the probability mass function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P(X \leq k&amp;lt;/math&amp;gt; for a binomial distribution?&lt;br /&gt;
# Let X1,...,Xk be ''k'' iid random variables distributed with a &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\chi^2&amp;lt;/math&amp;gt; distribution with n1,...nk degrees of freedom respectively.&amp;lt;br /&amp;gt;&lt;br /&gt;
What is the distribution of Y=X1+...+Xk? Define it precisely and prove the answer formally?&lt;br /&gt;
# List at least 3 random variables that “tend to follow” a t distribution?&lt;br /&gt;
# If X has Chi square function with the 5 degrees of freedom, then what is the probability that X is between 1.145 and 12.83?&lt;br /&gt;
# If X has a gamma distribution of (1,1), then what is the probability density function of the random variable 2X?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define and provide examples of sample space, events and probability measure.&lt;br /&gt;
# Write the formula for the coefficients of the simple linear regression. Explain the mathematical procedure you do to derive them and derive them.&lt;br /&gt;
# Calculate the correlation between two functions and explain its meaning.&lt;br /&gt;
# Calculate the Pearson coefficient for the given functions.&lt;br /&gt;
# Deduce the MGF for normal distribution.&lt;br /&gt;
# State and prove the Bonferroni inequality.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Test of Statistical Hypotheses ==&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Z-test&lt;br /&gt;
* Student’s t-test&lt;br /&gt;
* Chi-square test&lt;br /&gt;
* Snedecor’s F-test&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define the concept of power of a statistical test.&lt;br /&gt;
# Define the purpose of the F Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the t-Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Chi square Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Z Test, its hypotheses, and its structure.&lt;br /&gt;
# Provide concrete numeric examples with explanation on why the power of a test depends on:&lt;br /&gt;
## the size of the data sets.&lt;br /&gt;
## the magnitude of the effect.&lt;br /&gt;
## the level of statistical significance.&lt;br /&gt;
# Given a statistical test for which we have set a value &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\alpha&amp;lt;/math&amp;gt; we obtain a p:&lt;br /&gt;
## if we can reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(p &amp;lt; \alpha)&amp;lt;/math&amp;gt;, what we typically say about H0 and H1.&lt;br /&gt;
## if we cannot reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(P \geq \alpha)&amp;lt;/math&amp;gt;, what we can typically say about H0 and H1.&lt;br /&gt;
## when can we say that H0 holds?&lt;br /&gt;
## when can we say that H1 holds?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide a concrete example of a t test, detailing both H0 and H1.&lt;br /&gt;
# Present the structure of the F test for the analysis of the variance.&lt;br /&gt;
# Explain what are H0 and H1 in hypothesis testing.&lt;br /&gt;
# Explain the role of the Bonferroni inequality in hypothesis testing.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Linear Regression and Correlation Analysis ==&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Kolmogorov-Smirnov test&lt;br /&gt;
* Size of samples, Kolmogorov-Smirnov, Fisher exact&lt;br /&gt;
* Logistic regression&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Let X1,X2, ...,X10 be a random sample from a distribution whose probability density function is &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (1 \quad if \;0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0). Based on the observed values 0.62, 0.36, 0.23, 0.76, 0.65, 0.09, 0.55, 0.26, 0.38, 0.24, test the hypothesis H0 : X UNIF(0, 1) against H1 : X UNIF(0, 1) at a significance level = 0.1.&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0), what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample of size n from a distribution with a probability density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), where &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;0 &amp;lt; \theta&amp;lt;/math&amp;gt; is a parameter. Using the maximum likelihood method find an estimator for the parameter &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Suppose you are told that the likelihood of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt; at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt; is given by 1/4. Is this the probability that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt;? Explain why or why not.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function&amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (\frac{1}{\theta} \;if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), then what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample from a normal population with mean &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and variance &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;. What are the maximum likelihood estimators of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Suppose that you have the following data points: 0.36, 0.32, 0.10, 0.13, 0.45, 0.11, 0.12, 0.09; compute Dn to determine if they come from the uniform distribution [0,0.5].&lt;br /&gt;
# The data on the heights of 12 infants are given below: 18.2, 21.4, 22.6, 17.4, 17.6, 16.7, 17.1, 21.4, 20.1, 17.9, 16.8, 23.1. Test the hypothesis that the data came from some normal population at a significance level = 0.1.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in the course ===&lt;br /&gt;
&lt;br /&gt;
# Providing full example of two sequences (in case of computational overhead, you can approximate at the first decimal digit). Compute their:&lt;br /&gt;
## Covariance.&lt;br /&gt;
## Pearson’s correlation coefficient.&lt;br /&gt;
## Spearman’s Rank Correlation Coefficient.&lt;br /&gt;
## Kendall’s tau Correlation coefficient.&lt;br /&gt;
# What is an empirical distribution?&lt;br /&gt;
# Present, prove, and discuss the evaluation of the asymptotic confidence interval for the empirical distribution, detailing the role of the binomial.&lt;br /&gt;
# Prove, under the simplified hypotheses, the distribution free property of Dn.&lt;br /&gt;
# Write the Shannon Theorem and discuss its implications.&lt;br /&gt;
# Discuss how we could proceed to compute the confidence interval of the Kendall Tau correlation coefficient of the population.&lt;br /&gt;
# Suppose that you have the following datapoints: 0.4, 2, 0.6, 2.4, 2.2, 3.6, 3.8, 4; compute Dn to determine if they come from the uniform distribution [0,4].&lt;br /&gt;
# Prove that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\tilde{F}_n&amp;lt;/math&amp;gt; is a consistent and unbiased estimator of F.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Large_Systems&amp;diff=6326</id>
		<title>MSc: Large Systems</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Large_Systems&amp;diff=6326"/>
		<updated>2022-04-21T14:30:51Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prerequisites == &lt;br /&gt;
The course has been designed to be self-included as much as possible. The successful completion will depend on prerequisite courses such as&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Classical_Internet_Applications CSE517 - Classical Internet Applications] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Inter_Networking_and_Routing CSE518 - Internetworking And Routing]&lt;br /&gt;
* Essential skills&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Large_Systems&amp;diff=6325</id>
		<title>MSc: Large Systems</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Large_Systems&amp;diff=6325"/>
		<updated>2022-04-21T14:30:41Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prerequisites == &lt;br /&gt;
text&lt;br /&gt;
The course has been designed to be self-included as much as possible. The successful completion will depend on prerequisite courses such as&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Classical_Internet_Applications CSE517 - Classical Internet Applications] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Inter_Networking_and_Routing CSE518 - Internetworking And Routing]&lt;br /&gt;
* Essential skills&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6324</id>
		<title>MSc: Advanced Statistics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6324"/>
		<updated>2022-04-21T14:29:13Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Advanced Statistics =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Advanced Statistics&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; DS-03&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This course will benefit from good English language skills. Also it could be great if you acquire basic statistical skills in the perspective of [https://en.wikipedia.org/wiki/Empirical_research Empirical research]: statistical hypothesis testing, dependent and independent variables, distributions, etc..&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Empirical_Methods CSE329 — Empirical Methods]&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Statistical inference&lt;br /&gt;
* Non parametric statistics&lt;br /&gt;
* Test of statistical hypotheses&lt;br /&gt;
* Simple linear regression and correlation analysis&lt;br /&gt;
* Meta-Analysis&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
The main purpose of this course is to present the fundamentals of inferential statistics to the future software engineers and data scientists, on one side providing the scientific fundamentals of the disciplines, and on the other anchoring the theoretical concepts on practices coming from the world of software development and engineering. The course covers the statistical analysis of data with limited assumptions on the distribution, with reference to testing hypotheses, measuring correlations, building samples, and performing regressions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to:&lt;br /&gt;
&lt;br /&gt;
* Remember the fundamentals of inferential statistics&lt;br /&gt;
* Remember the specifics and purpose of different hypothesis tests&lt;br /&gt;
* Distinguish between parametric and non parametric tests&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to understand:&lt;br /&gt;
&lt;br /&gt;
* the basic concepts of inferential statistics&lt;br /&gt;
* the fundamental laws in statistics&lt;br /&gt;
* the concept of null and alternative hypotheses&lt;br /&gt;
* the hypotheses test procedure&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* To understand the problems related to analyse statistically data not distributed normally&lt;br /&gt;
* To know the more recent computationally-intensive techniques that can help to describe samples and to infer properties of populations in absence of normality&lt;br /&gt;
* To identify situations when the data is on nominal scales so alternative techniques should be use, and act accordingly.&lt;br /&gt;
* To be able to run experiment to evaluate hypotheses for situation of scarce data, distributed non normally, on different kinds of scales.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Standard) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 10&lt;br /&gt;
|-&lt;br /&gt;
| Midterm&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final oral exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 35&lt;br /&gt;
|-&lt;br /&gt;
| Final written exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Participation&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Project Based) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Weekly Projects Review&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Mid of Semester Project Review &lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final Report&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Final Presentation with Q&amp;amp;A&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 95-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-94&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 55-74&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-54&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cooperation policy and quotations ===&lt;br /&gt;
We encourage vigorous discussion and cooperation in this class. You should feel free to discuss any aspects of the class with any classmates. However, we insist that any written material that is not specifically designated as a Team Deliverable be done by you alone. This includes answers to reading questions, individual reports associated with assignments, and labs. We also insist that if you include verbatim text from any source, you clearly indicate it using standard conventions of quotation or indentation and a note to indicate the source.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Wasserman L. (2006) All of Nonparametric Statistics. Springer&lt;br /&gt;
* Randles, R.H. and Wolfe, D.A. (1991). Introduction to the Theory of Nonparametric Statistics. Melbourne: Robert Krieger. (Ch.1‐Ch.4)&lt;br /&gt;
* Hastie, T. Tibshirani, R. and Friedman, J. (2008) The Elements of Statistical Learning 2ed. Springer&lt;br /&gt;
* Hollander, M. and Wolfe, D.A. (1999). Nonparametric Statistical Methods, 2nd ed. New York: John Wiley.&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Sampling Distributions Associated with the Normal Population&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Test of Statistical Hypotheses&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Simple Linear Regression and Correlation Analysis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Sampling Distributions Associated with the Normal Population&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Introduction to the course, toward inference&lt;br /&gt;
* Student’s t-distribution&lt;br /&gt;
* Bernoulli and binomial distribution&lt;br /&gt;
* Chi-square distribution&lt;br /&gt;
* Snedecor’s F-distribution&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Deduce the probability mass function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P(X \leq k&amp;lt;/math&amp;gt; for a binomial distribution?&lt;br /&gt;
# Let X1,...,Xk be ''k'' iid random variables distributed with a &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\chi^2&amp;lt;/math&amp;gt; distribution with n1,...nk degrees of freedom respectively.&amp;lt;br /&amp;gt;&lt;br /&gt;
What is the distribution of Y=X1+...+Xk? Define it precisely and prove the answer formally?&lt;br /&gt;
# List at least 3 random variables that “tend to follow” a t distribution?&lt;br /&gt;
# If X has Chi square function with the 5 degrees of freedom, then what is the probability that X is between 1.145 and 12.83?&lt;br /&gt;
# If X has a gamma distribution of (1,1), then what is the probability density function of the random variable 2X?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define and provide examples of sample space, events and probability measure.&lt;br /&gt;
# Write the formula for the coefficients of the simple linear regression. Explain the mathematical procedure you do to derive them and derive them.&lt;br /&gt;
# Calculate the correlation between two functions and explain its meaning.&lt;br /&gt;
# Calculate the Pearson coefficient for the given functions.&lt;br /&gt;
# Deduce the MGF for normal distribution.&lt;br /&gt;
# State and prove the Bonferroni inequality.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Test of Statistical Hypotheses ==&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Z-test&lt;br /&gt;
* Student’s t-test&lt;br /&gt;
* Chi-square test&lt;br /&gt;
* Snedecor’s F-test&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define the concept of power of a statistical test.&lt;br /&gt;
# Define the purpose of the F Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the t-Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Chi square Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Z Test, its hypotheses, and its structure.&lt;br /&gt;
# Provide concrete numeric examples with explanation on why the power of a test depends on:&lt;br /&gt;
## the size of the data sets.&lt;br /&gt;
## the magnitude of the effect.&lt;br /&gt;
## the level of statistical significance.&lt;br /&gt;
# Given a statistical test for which we have set a value &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\alpha&amp;lt;/math&amp;gt; we obtain a p:&lt;br /&gt;
## if we can reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(p &amp;lt; \alpha)&amp;lt;/math&amp;gt;, what we typically say about H0 and H1.&lt;br /&gt;
## if we cannot reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(P \geq \alpha)&amp;lt;/math&amp;gt;, what we can typically say about H0 and H1.&lt;br /&gt;
## when can we say that H0 holds?&lt;br /&gt;
## when can we say that H1 holds?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide a concrete example of a t test, detailing both H0 and H1.&lt;br /&gt;
# Present the structure of the F test for the analysis of the variance.&lt;br /&gt;
# Explain what are H0 and H1 in hypothesis testing.&lt;br /&gt;
# Explain the role of the Bonferroni inequality in hypothesis testing.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Linear Regression and Correlation Analysis ==&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Kolmogorov-Smirnov test&lt;br /&gt;
* Size of samples, Kolmogorov-Smirnov, Fisher exact&lt;br /&gt;
* Logistic regression&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Let X1,X2, ...,X10 be a random sample from a distribution whose probability density function is &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (1 \quad if \;0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0). Based on the observed values 0.62, 0.36, 0.23, 0.76, 0.65, 0.09, 0.55, 0.26, 0.38, 0.24, test the hypothesis H0 : X UNIF(0, 1) against H1 : X UNIF(0, 1) at a significance level = 0.1.&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0), what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample of size n from a distribution with a probability density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), where &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;0 &amp;lt; \theta&amp;lt;/math&amp;gt; is a parameter. Using the maximum likelihood method find an estimator for the parameter &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Suppose you are told that the likelihood of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt; at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt; is given by 1/4. Is this the probability that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt;? Explain why or why not.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function&amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (\frac{1}{\theta} \;if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), then what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample from a normal population with mean &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and variance &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;. What are the maximum likelihood estimators of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Suppose that you have the following data points: 0.36, 0.32, 0.10, 0.13, 0.45, 0.11, 0.12, 0.09; compute Dn to determine if they come from the uniform distribution [0,0.5].&lt;br /&gt;
# The data on the heights of 12 infants are given below: 18.2, 21.4, 22.6, 17.4, 17.6, 16.7, 17.1, 21.4, 20.1, 17.9, 16.8, 23.1. Test the hypothesis that the data came from some normal population at a significance level = 0.1.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in the course ===&lt;br /&gt;
&lt;br /&gt;
# Providing full example of two sequences (in case of computational overhead, you can approximate at the first decimal digit). Compute their:&lt;br /&gt;
## Covariance.&lt;br /&gt;
## Pearson’s correlation coefficient.&lt;br /&gt;
## Spearman’s Rank Correlation Coefficient.&lt;br /&gt;
## Kendall’s tau Correlation coefficient.&lt;br /&gt;
# What is an empirical distribution?&lt;br /&gt;
# Present, prove, and discuss the evaluation of the asymptotic confidence interval for the empirical distribution, detailing the role of the binomial.&lt;br /&gt;
# Prove, under the simplified hypotheses, the distribution free property of Dn.&lt;br /&gt;
# Write the Shannon Theorem and discuss its implications.&lt;br /&gt;
# Discuss how we could proceed to compute the confidence interval of the Kendall Tau correlation coefficient of the population.&lt;br /&gt;
# Suppose that you have the following datapoints: 0.4, 2, 0.6, 2.4, 2.2, 3.6, 3.8, 4; compute Dn to determine if they come from the uniform distribution [0,4].&lt;br /&gt;
# Prove that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\tilde{F}_n&amp;lt;/math&amp;gt; is a consistent and unbiased estimator of F.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6323</id>
		<title>MSc: Advanced Statistics</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Advanced_Statistics&amp;diff=6323"/>
		<updated>2022-04-21T14:28:30Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Advanced Statistics =&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course name:'''&amp;lt;/span&amp;gt; Advanced Statistics&lt;br /&gt;
* &amp;lt;span&amp;gt;'''Course number:'''&amp;lt;/span&amp;gt; DS-03&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This course will benefit from good English language skills. Also it could be great if you acquire basic statistical skills in the perspective of [https://en.wikipedia.org/wiki/Empirical_research Empirical research]: statistical hypothesis testing, dependent and independent variables, distributions, etc..&lt;br /&gt;
&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Empirical_Methods CSE329 — Empirical Methods]&lt;br /&gt;
&lt;br /&gt;
== Course Characteristics ==&lt;br /&gt;
=== Key concepts of the class ===&lt;br /&gt;
&lt;br /&gt;
* Statistical inference&lt;br /&gt;
* Non parametric statistics&lt;br /&gt;
* Test of statistical hypotheses&lt;br /&gt;
* Simple linear regression and correlation analysis&lt;br /&gt;
* Meta-Analysis&lt;br /&gt;
&lt;br /&gt;
=== What is the purpose of this course? ===&lt;br /&gt;
&lt;br /&gt;
The main purpose of this course is to present the fundamentals of inferential statistics to the future software engineers and data scientists, on one side providing the scientific fundamentals of the disciplines, and on the other anchoring the theoretical concepts on practices coming from the world of software development and engineering. The course covers the statistical analysis of data with limited assumptions on the distribution, with reference to testing hypotheses, measuring correlations, building samples, and performing regressions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Course objectives based on Bloom’s taxonomy ===&lt;br /&gt;
&lt;br /&gt;
=== - What should a student remember at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to:&lt;br /&gt;
&lt;br /&gt;
* Remember the fundamentals of inferential statistics&lt;br /&gt;
* Remember the specifics and purpose of different hypothesis tests&lt;br /&gt;
* Distinguish between parametric and non parametric tests&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to understand at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to understand:&lt;br /&gt;
&lt;br /&gt;
* the basic concepts of inferential statistics&lt;br /&gt;
* the fundamental laws in statistics&lt;br /&gt;
* the concept of null and alternative hypotheses&lt;br /&gt;
* the hypotheses test procedure&lt;br /&gt;
&lt;br /&gt;
=== - What should a student be able to apply at the end of the course? ===&lt;br /&gt;
&lt;br /&gt;
By the end of the course, the students should be able to ...&lt;br /&gt;
&lt;br /&gt;
* To understand the problems related to analyse statistically data not distributed normally&lt;br /&gt;
* To know the more recent computationally-intensive techniques that can help to describe samples and to infer properties of populations in absence of normality&lt;br /&gt;
* To identify situations when the data is on nominal scales so alternative techniques should be use, and act accordingly.&lt;br /&gt;
* To be able to run experiment to evaluate hypotheses for situation of scarce data, distributed non normally, on different kinds of scales.&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Standard) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 10&lt;br /&gt;
|-&lt;br /&gt;
| Midterm&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final oral exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 35&lt;br /&gt;
|-&lt;br /&gt;
| Final written exam&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Participation&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Course evaluation (Project Based) ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grade breakdown&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Points'''&lt;br /&gt;
|-&lt;br /&gt;
| Weekly quizzes&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Weekly Projects Review&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
| Mid of Semester Project Review &lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|-&lt;br /&gt;
| Final Report&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
| Final Presentation with Q&amp;amp;A&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Grades range ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course grading range&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Range'''&lt;br /&gt;
|-&lt;br /&gt;
| A. Excellent&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 95-100&lt;br /&gt;
|-&lt;br /&gt;
| B. Good&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 75-94&lt;br /&gt;
|-&lt;br /&gt;
| C. Satisfactory&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 55-74&lt;br /&gt;
|-&lt;br /&gt;
| D. Poor&lt;br /&gt;
| &lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0-54&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cooperation policy and quotations ===&lt;br /&gt;
We encourage vigorous discussion and cooperation in this class. You should feel free to discuss any aspects of the class with any classmates. However, we insist that any written material that is not specifically designated as a Team Deliverable be done by you alone. This includes answers to reading questions, individual reports associated with assignments, and labs. We also insist that if you include verbatim text from any source, you clearly indicate it using standard conventions of quotation or indentation and a note to indicate the source.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Resources and reference material ===&lt;br /&gt;
&lt;br /&gt;
* Wasserman L. (2006) All of Nonparametric Statistics. Springer&lt;br /&gt;
* Randles, R.H. and Wolfe, D.A. (1991). Introduction to the Theory of Nonparametric Statistics. Melbourne: Robert Krieger. (Ch.1‐Ch.4)&lt;br /&gt;
* Hastie, T. Tibshirani, R. and Friedman, J. (2008) The Elements of Statistical Learning 2ed. Springer&lt;br /&gt;
* Hollander, M. and Wolfe, D.A. (1999). Nonparametric Statistical Methods, 2nd ed. New York: John Wiley.&lt;br /&gt;
&lt;br /&gt;
== Course Sections ==&lt;br /&gt;
&lt;br /&gt;
The main sections of the course and approximate hour distribution between them is as follows:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
|+ Course Sections&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Section'''&lt;br /&gt;
! '''Section Title'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Teaching Hours'''&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
| Sampling Distributions Associated with the Normal Population&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 2&lt;br /&gt;
| Test of Statistical Hypotheses&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 30&lt;br /&gt;
|-&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 3&lt;br /&gt;
| Simple Linear Regression and Correlation Analysis&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 15&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Section 1 ===&lt;br /&gt;
&lt;br /&gt;
==== Section title: ====&lt;br /&gt;
&lt;br /&gt;
Sampling Distributions Associated with the Normal Population&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Introduction to the course, toward inference&lt;br /&gt;
* Student’s t-distribution&lt;br /&gt;
* Bernoulli and binomial distribution&lt;br /&gt;
* Chi-square distribution&lt;br /&gt;
* Snedecor’s F-distribution&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Deduce the probability mass function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P(X \leq k&amp;lt;/math&amp;gt; for a binomial distribution?&lt;br /&gt;
# Let X1,...,Xk be ''k'' iid random variables distributed with a &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\chi^2&amp;lt;/math&amp;gt; distribution with n1,...nk degrees of freedom respectively.&amp;lt;br /&amp;gt;&lt;br /&gt;
What is the distribution of Y=X1+...+Xk? Define it precisely and prove the answer formally?&lt;br /&gt;
# List at least 3 random variables that “tend to follow” a t distribution?&lt;br /&gt;
# If X has Chi square function with the 5 degrees of freedom, then what is the probability that X is between 1.145 and 12.83?&lt;br /&gt;
# If X has a gamma distribution of (1,1), then what is the probability density function of the random variable 2X?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define and provide examples of sample space, events and probability measure.&lt;br /&gt;
# Write the formula for the coefficients of the simple linear regression. Explain the mathematical procedure you do to derive them and derive them.&lt;br /&gt;
# Calculate the correlation between two functions and explain its meaning.&lt;br /&gt;
# Calculate the Pearson coefficient for the given functions.&lt;br /&gt;
# Deduce the MGF for normal distribution.&lt;br /&gt;
# State and prove the Bonferroni inequality.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Test of Statistical Hypotheses ==&lt;br /&gt;
&lt;br /&gt;
=== Topics covered in this section: ===&lt;br /&gt;
&lt;br /&gt;
* Z-test&lt;br /&gt;
* Student’s t-test&lt;br /&gt;
* Chi-square test&lt;br /&gt;
* Snedecor’s F-test&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Define the concept of power of a statistical test.&lt;br /&gt;
# Define the purpose of the F Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the t-Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Chi square Test, its hypotheses, and its structure.&lt;br /&gt;
# Define the purpose of the Z Test, its hypotheses, and its structure.&lt;br /&gt;
# Provide concrete numeric examples with explanation on why the power of a test depends on:&lt;br /&gt;
## the size of the data sets.&lt;br /&gt;
## the magnitude of the effect.&lt;br /&gt;
## the level of statistical significance.&lt;br /&gt;
# Given a statistical test for which we have set a value &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\alpha&amp;lt;/math&amp;gt; we obtain a p:&lt;br /&gt;
## if we can reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(p &amp;lt; \alpha)&amp;lt;/math&amp;gt;, what we typically say about H0 and H1.&lt;br /&gt;
## if we cannot reject H0 &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;(P \geq \alpha)&amp;lt;/math&amp;gt;, what we can typically say about H0 and H1.&lt;br /&gt;
## when can we say that H0 holds?&lt;br /&gt;
## when can we say that H1 holds?&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# Provide a concrete example of a t test, detailing both H0 and H1.&lt;br /&gt;
# Present the structure of the F test for the analysis of the variance.&lt;br /&gt;
# Explain what are H0 and H1 in hypothesis testing.&lt;br /&gt;
# Explain the role of the Bonferroni inequality in hypothesis testing.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in this section ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Linear Regression and Correlation Analysis ==&lt;br /&gt;
&lt;br /&gt;
==== Topics covered in this section: ====&lt;br /&gt;
&lt;br /&gt;
* Kolmogorov-Smirnov test&lt;br /&gt;
* Size of samples, Kolmogorov-Smirnov, Fisher exact&lt;br /&gt;
* Logistic regression&lt;br /&gt;
&lt;br /&gt;
=== What forms of evaluation were used to test students’ performance in this section? ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing: 2px; border: 1px solid darkgray;&amp;quot;&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Evaluation'''&lt;br /&gt;
!align=&amp;quot;center&amp;quot;| '''Yes/No'''&lt;br /&gt;
|-&lt;br /&gt;
| Development of individual parts of software product code&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Homework and group projects&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Midterm evaluation&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Testing (written or computer based)&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|-&lt;br /&gt;
| Reports&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Essays&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Oral polls&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 0&lt;br /&gt;
|-&lt;br /&gt;
| Discussions&lt;br /&gt;
|align=&amp;quot;center&amp;quot;| 1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for ongoing performance evaluation within this section ===&lt;br /&gt;
&lt;br /&gt;
# Let X1,X2, ...,X10 be a random sample from a distribution whose probability density function is &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (1 \quad if \;0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0). Based on the observed values 0.62, 0.36, 0.23, 0.76, 0.65, 0.09, 0.55, 0.26, 0.38, 0.24, test the hypothesis H0 : X UNIF(0, 1) against H1 : X UNIF(0, 1) at a significance level = 0.1.&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1&amp;lt;/math&amp;gt;, otherwise 0), what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample of size n from a distribution with a probability density function &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = ((1-\theta)x^\theta \; if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), where &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;0 &amp;lt; \theta&amp;lt;/math&amp;gt; is a parameter. Using the maximum likelihood method find an estimator for the parameter &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;.&lt;br /&gt;
# Suppose you are told that the likelihood of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt; at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt; is given by 1/4. Is this the probability that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta=2&amp;lt;/math&amp;gt;? Explain why or why not.&lt;br /&gt;
&lt;br /&gt;
=== Typical questions for seminar classes (labs) within this section ===&lt;br /&gt;
&lt;br /&gt;
# If X1,X2, ...,Xn is a random sample from a distribution with density function&amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;f(x) = (\frac{1}{\theta} \;if \; 0 &amp;lt; x &amp;lt; 1,&amp;lt;/math&amp;gt; otherwise 0), then what is the maximum likelihood estimator of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\theta&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Let X1,X2, ...,Xn be a random sample from a normal population with mean &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and variance &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;. What are the maximum likelihood estimators of &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\mu&amp;lt;/math&amp;gt; and &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\sigma^2&amp;lt;/math&amp;gt;?&lt;br /&gt;
# Suppose that you have the following data points: 0.36, 0.32, 0.10, 0.13, 0.45, 0.11, 0.12, 0.09; compute Dn to determine if they come from the uniform distribution [0,0.5].&lt;br /&gt;
# The data on the heights of 12 infants are given below: 18.2, 21.4, 22.6, 17.4, 17.6, 16.7, 17.1, 21.4, 20.1, 17.9, 16.8, 23.1. Test the hypothesis that the data came from some normal population at a significance level = 0.1.&lt;br /&gt;
&lt;br /&gt;
=== Test questions for final assessment in the course ===&lt;br /&gt;
&lt;br /&gt;
# Providing full example of two sequences (in case of computational overhead, you can approximate at the first decimal digit). Compute their:&lt;br /&gt;
## Covariance.&lt;br /&gt;
## Pearson’s correlation coefficient.&lt;br /&gt;
## Spearman’s Rank Correlation Coefficient.&lt;br /&gt;
## Kendall’s tau Correlation coefficient.&lt;br /&gt;
# What is an empirical distribution?&lt;br /&gt;
# Present, prove, and discuss the evaluation of the asymptotic confidence interval for the empirical distribution, detailing the role of the binomial.&lt;br /&gt;
# Prove, under the simplified hypotheses, the distribution free property of Dn.&lt;br /&gt;
# Write the Shannon Theorem and discuss its implications.&lt;br /&gt;
# Discuss how we could proceed to compute the confidence interval of the Kendall Tau correlation coefficient of the population.&lt;br /&gt;
# Suppose that you have the following datapoints: 0.4, 2, 0.6, 2.4, 2.2, 3.6, 3.8, 4; compute Dn to determine if they come from the uniform distribution [0,4].&lt;br /&gt;
# Prove that &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\tilde{F}_n&amp;lt;/math&amp;gt; is a consistent and unbiased estimator of F.&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
	<entry>
		<id>https://eduwiki.innopolis.university/index.php?title=MSc:_Large_Systems&amp;diff=6322</id>
		<title>MSc: Large Systems</title>
		<link rel="alternate" type="text/html" href="https://eduwiki.innopolis.university/index.php?title=MSc:_Large_Systems&amp;diff=6322"/>
		<updated>2022-04-21T14:11:47Z</updated>

		<summary type="html">&lt;p&gt;R.akhmetzyanov: /* Prerequisites: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prerequisites == &lt;br /&gt;
The course has been designed to be self-included as much as possible. The successful completion will depend on prerequisite courses such as&lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Classical_Internet_Applications CSE517 - Classical Internet Applications] &lt;br /&gt;
* [https://eduwiki.innopolis.university/index.php/MSc:_Inter_Networking_and_Routing CSE518 - Internetworking And Routing]&lt;br /&gt;
* Essential skills&lt;/div&gt;</summary>
		<author><name>R.akhmetzyanov</name></author>
	</entry>
</feed>