Centrale Lille Course Catalogue

IG2I (Under Apprentice status)

LA1 (Semesters 5 and 6)

Business Economy, Culture and Communication 5

Digital Marketing
Course label : Digital Marketing
Teaching departement : ESO / Business and Society
Teaching manager : Mister ERIC DANIEL
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_CC_ESO_MAD - Marketing digital

Education team

Teachers : Mister ERIC DANIEL
External contributors (business, research, secondary education): various temporary teachers

Summary

TD1: group analysis of a paper copy of Le Monde. TD2: work on a chosen theme and comparative analysis of information processing in different media or analysis of a news or current affairs programme. Complementarity with online information TD3: critical and theoretical approach to media (in preparation for the evaluation) TD4: evaluation. Presentation alone or in pairs on a subject dealing with the media (the role of caricature, the history of the press, fake news, censorship, media and social networks...) Subjects proposed by the teacher or students (after validation)

Educational goals

Taking into account the plurality of media and their complementarity. Raising awareness of the ethics of the journalistic profession. Distinction between information and infotainment. Reflection on the most recent developments (fake news, alternative truths...)

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Evaluation throughout the module. Continuous monitoring. 4 notes.

Online resources

Internet connection. Access to newspapers and paper magazines from the Espace Imagine (Centrale Lille documentation centre).

Pedagogy

Guided collaborative work; step-by-step research based on the research ideas proposed by the teacher.

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 16
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

None, but a critical sense already refined.

Maximum number of registrants

Remarks

Organizational Sociology
Course label : Organizational Sociology
Teaching departement : ESO / Business and Society
Teaching manager : Madam CLAIRE BELART
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_CC_ESO_SOR - Sociologie des organisations

Education team

Teachers : Madam CLAIRE BELART
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 16
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Computer Engineering 5

Architecture of Computer Networks
Course label : Architecture of Computer Networks
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister SAMIR EL KHATTABI
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_IF_MIN_ARI - Architecture des réseaux info.

Education team

Teachers : Mister SAMIR EL KHATTABI
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 18
Number of hours - Tutorial : 8
Number of hours - Practical work : 8
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Middleware - Client / Server
Course label : Middleware - Client / Server
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister SAMIR EL KHATTABI
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_IF_MIN_MCS - Middleware - client/ serveur

Education team

Teachers : Mister SAMIR EL KHATTABI
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 20
Number of hours - Practical work : 8
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Object Oriented Programming & BdD & Information Systems
Course label : Object Oriented Programming & BdD & Information Systems
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Madam ISABELLE LE GLAZ
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_IF_MIN_POO1 - Programmation orientée objet

Education team

Teachers : Madam ISABELLE LE GLAZ
External contributors (business, research, secondary education): various temporary teachers

Summary

This course aims to consolidate the knowledge around the object-oriented programming (OOP) paradigm acquired in the second year. This course is based on an object language (Java or other). The main objective of this course is to develop a client/server application with a graphical interface on the client side, and a connection to a database on the server side. In addition, this course also allows students to work on OOP concepts (encapsulation, inheritance, polymorphism, modularity), as well as data structures and algorithms. We also focus in this course on developing quality code: correct indentation, compliance with Java conventions in class names, attributes, methods and variables, relevant comments, unit tests as development progresses. The summary content of the course is as follows: ? Data structures and sorting; ? Database queries; ? Creation of a graphical interface using dedicated APIs; ? Algorithmic; ? Concurrent programming, light processes (threads); ? Network programming (socket).

Educational goals

At the end of the course, the student will be able to: - develop a program according to the object-oriented programming paradigm; - know good development practices in object-oriented programming; - choose and use the right data structures (list, set, associative table); - define a data model in an object language from a relational model from a database; - perform queries on a database from an application developed in an object language; - develop a graphical interface containing lists, buttons, tables, trees with an object language; - use the principle of exception management of the language used; - implement an algorithm in an object-oriented program; - use Java objects that allow you to create a program containing light processes and network programming. Contribution of the course to the competency framework; at the end of the course, the student will have progressed in: - designing a system; - developping a system; - setting up test protocols; - making and executing test sets; - producing technical project documentation. Working knowledge: - vocabulary of object-oriented programming; - good development practices in object-oriented programming; - implementation of data structures (list, set, associative table) ; - exception processing ; - queries on a database; - advanced use of elements to create a graphical interface; - algorithmic; - concurrent programming; - object flow. - Skills developed: - good development practices in object-oriented programming; - performing unit tests; - making clean code; - commenting code; - designing a program in an object-oriented programming language; - Developping a graphical interface that allows interaction with the database.

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments: problem-based project defence and supervised duty

Online resources

Every documents on Moodle

Pedagogy

The module begins with three 4-hour sessions in half group, in the form of an problem-basedrequiring the implementation of the key elements of the knowledge worked on. Then, a directed session allows each group to present their achievements. This presentation is the subject of a continuous monitoring note. The following sessions consist of classroom/CT sessions to scan points that have not been discovered in the problem-based project, or not deep enough, in the form of a directed work.

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 36
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

- Algorithmic notions. - Knowing the basic data structures (table, chained list, set). - Knowing how to develop a program in object-oriented programming. - Understanding a UML class diagram. - Knowing how to make SQL queries on a database. - Knowing what a thread and a socket are.

Maximum number of registrants

Remarks

Systems programming
Course label : Systems programming
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Madam ISABELLE LE GLAZ
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_IF_MIN_PSY - Programmation systèmes

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister THOMAS BOURDEAUD HUY
External contributors (business, research, secondary education): various temporary teachers

Summary

This module allows you to present the system programming elements in C under Linux. Concepts related to the architecture of a monolithic and multitasking operating system Notions necessary to implement the different inter-process communication techniques under UNIX, as well as the protection and sharing of resources: Process & scheduling, creation of child processes, creation of threads Mutex, semaphores protections Production/Consumption of resources, Synchronization, Mutual exclusion Communication via signals, shared memory, anonymous tubes, named tubes, anonymous semaphores, named semaphores, mailboxes ? Sessions 1 & 2: Processes and signals ? Session 3: Processes, threads, parallelism and competition, mutex ? Session 4: Semaphores ? Session 5: Shared Memory ? Session 6: Named Tubes and Tubes ? Session 7: Mailboxes

Educational goals

At the end of the course, the student will be able to: ? understand the basics of centralized operating systems ? respect the constraints of POSIX system programming, in a UNIX environment ? understand a system by programming these components: processes, system calls - instruction/interruption, signals, semaphores, threads,... ? design a multi-process or multi-threaded application with concurrent access. Contribution of the course to the competency framework; at the end of the course, the student will have progressed in: ? design a system ? build, develop a system ? set up test protocols ? make and execute test sets Working knowledge: ? System programming vocabulary ? Good practices in system development ? Process management ? Exception processing ? advanced use of inter-process communications ? algorithmic ? concurrent programming Skills developed: ? Good development practices ? create your own code ? perform unit tests ? comment on your code ? Share your code ? Develop a communicating application

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments: Reports of practical works + Defence/report on mini-project

Online resources

Documents on Moodle

Pedagogy

The sessions alternate between TD and TP. Each major subject is to be carried out in the form of a TD with a noted report (continuous monitoring). In parallel, students must produce a multi-process application, implementing at least two types of inter-process communication and resource sharing and/or synchronization (work noted as terminal control, subject to a mini technical maintenance + a report).

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 16
Number of hours - Practical work : 28
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Programming in C language Shell / Linux

Maximum number of registrants

Remarks


Computer Engineering 6

Administration of Infrastructure Services
Course label : Administration of Infrastructure Services
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister EMMANUEL DRUON
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_IF_MIN_ASI - Admin. des serv. d'infra

Education team

Teachers : Mister EMMANUEL DRUON
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 26
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Connected objects (cross-compilation, RPI)
Course label : Connected objects (cross-compilation, RPI)
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister THOMAS BOURDEAUD HUY
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_IF_MIN_OCC - Objets connectés (CC,RPI)

Education team

Teachers : Mister THOMAS BOURDEAUD HUY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 12
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Course label :
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister THOMAS BOURDEAUD HUY
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_IF_MIN_LEM - Linux pour l'embarqué

Education team

Teachers : Mister THOMAS BOURDEAUD HUY / Mister SAMIR EL KHATTABI
External contributors (business, research, secondary education): various temporary teachers

Summary

The objective is to present the production steps of an embedded operating system, minimizing its memory footprint, using the busybox solution. 4 sessions are organized around the creation of a Bootable USB key. ? Static busybox, boot on key ? Finalization of the system, dynamic BBox ? Recompiling the kernel ? HMI for embedded 3 sessions make it possible to reproduce the same approach on a Raspberry PI. The last of these 3 sessions is dedicated to manipulations around the RPI GPIO ports. ? Getting to grips with RPI ? BBox for RPI ? GPIO Ports Each time, students create a shell script to automatically deploy their OS to a USB stick. The students follow an article from Linux Magazine "busybox in a nutshell", but are guided very regularly by the teacher. This teaching uses the RPI boxes given to the students for their connected object module, as well as a USB stick.

Educational goals

At the end of the course, the student will be able to : - implement an operating system for embedded hardware - Write and understand system-oriented specifications. - Analyze the capabilities of a hardware target to adapt its production. Contribution of the course to the reference frame of competences; at the end of the course, the student will have progressed in : - designing a system; - realize, develop a system; - setting up test protocols; - realize and execute test sets; - realize technical project documentations. - Working knowledge: - system programming vocabulary; - embedded computing vocabulary - good development practices in system programming ; - exception handling; - Constraints in embedded systems Skills developed: - good practices in OS design; - Teamwork

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments: Continuous Control: 2 TP controls of one session each

Online resources

moodle

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 28
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

- LA1 Support - This course is a prerequisite for the PRS and Connected Objects courses.

Maximum number of registrants

Remarks


Engineering 6

Project management
Course label : Project management
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_IG_ING_GPR - Gestion de projet

Education team

Teachers : Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 18
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Quality
Course label : Quality
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_IG_ING_QUA - Qualité

Education team

Teachers : Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 24
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Foreign Languages 5

English S5
Course label : English S5
Teaching departement : LVI / Foreign Languages
Teaching manager : Madam CLARE TAYLOR
Education language : French
Potential ects : 3
Results grid :
Code and label (hp) : LA1_A_LV_LVI_AN5 - Anglais S5

Education team

Teachers : Madam CLARE TAYLOR / Mister ALAIN HUSSON / Mister YOUCEF REZZOUK
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 58
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Foreign Languages 6

English S6
Course label : English S6
Teaching departement : LVI / Foreign Languages
Teaching manager : Madam CLARE TAYLOR
Education language : French
Potential ects : 3
Results grid :
Code and label (hp) : LA1_A_LV_LVI_AN6 - Anglais S6

Education team

Teachers : Madam CLARE TAYLOR / Mister ALAIN HUSSON / Mister YOUCEF REZZOUK
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 28
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Industrial Engineering 5

Automatics
Course label : Automatics
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister CHRISTOPHE SUEUR
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_EE_EEA_ASE - Automatique des systèmes

Education team

Teachers : Mister CHRISTOPHE SUEUR / Mister ALEXANDRE KRUSZEWSKI / Mister EMMANUEL DELMOTTE
External contributors (business, research, secondary education): various temporary teachers

Summary

This lesson deals with basis of digital control for linear systems

Educational goals

After this lesson, the student will be able to: - Identify and model a continuous system - Define specifications - Make the synthesis of a controller Contribution to the competency framework; after this lesson, the student will achieve progress in: - Addressing technical problems - Analysing and implementing a scientific approach for problem solving - Giving a solution to a problem - Conducting technical integrations Studied knowledge: Section 1: Modelling ᅵ identification of systems ᅵ Recalls Section 2: Sampling model Concept of Z-Transform Calculus of digital model in open loop and closed loop Response in the time domain Section 3: Digital control Definition of specifications Concept of digital controller Synthesis of controller Developed skills - Addressing technical problems - Analysing and implementing a scientific approach for problem solving

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 8
Number of hours - Tutorial : 10
Number of hours - Practical work : 16
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Laplace transform Z-transform Concept of linear system

Maximum number of registrants

Remarks

Electronics and instrumentation
Course label : Electronics and instrumentation
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister EMMANUEL DELMOTTE
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_EE_EEA_EIC - Electronique & instrumentation

Education team

Teachers : Mister EMMANUEL DELMOTTE / Mister FERREOL BINOT
External contributors (business, research, secondary education): various temporary teachers

Summary

Reminders and/or upgrading for admitted on title students , on the following subjects: - Unix Environment - Unix Shell - C Language

Educational goals

Maᅵtrise de l'environnement de dᅵveloppement nᅵcessaire pour les cours de programmation systᅵme, Linux pour l'embarquᅵ, objets connectᅵs, rᅵseau.

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

TD supports on Moodle, availability of answers on Moodle Computer room

Pedagogy

Tutorials on Linux PCs

Sequencing / learning methods

Number of hours - Lectures : 4
Number of hours - Tutorial : 2
Number of hours - Practical work : 28
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Algorithm

Maximum number of registrants

Remarks

Embedded system design 1 : modelization
Course label : Embedded system design 1 : modelization
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister ANTOINE BRUYERE
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_EE_EEA_CSE - Conception système embarqué 1

Education team

Teachers : Mister ANTOINE BRUYERE / Mister EMMANUEL DELMOTTE / Mister FERREOL BINOT / Mister NICOLAS OXOBY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 4
Number of hours - Tutorial : 4
Number of hours - Practical work : 12
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Industrial electricity
Course label : Industrial electricity
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister NICOLAS OXOBY
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_EE_EEA_AME - Actionneurs et modulateur

Education team

Teachers : Mister NICOLAS OXOBY / Mister ANTOINE BRUYERE / Mister EMMANUEL DELMOTTE / Mister PIERRE VERMEERSCH
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 10
Number of hours - Tutorial : 8
Number of hours - Practical work : 16
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Course label :
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister ABDOUL-KARIM TOGUYENI
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_EE_EEA_ARL - Automatisme

Education team

Teachers : Mister ABDOUL-KARIM TOGUYENI / Mister GUILHERME ESPINDOLA WINCK
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 12
Number of hours - Tutorial : 6
Number of hours - Practical work : 16
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Industrial Engineering 6

Embedded system design 2 : control
Course label : Embedded system design 2 : control
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister EMMANUEL DELMOTTE
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_EE_EEA_CS2 - Conception d'un syst. emb. 2

Education team

Teachers : Mister EMMANUEL DELMOTTE / Mister ANTOINE BRUYERE / Mister FERREOL BINOT / Mister NICOLAS OXOBY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 2
Number of hours - Practical work : 30
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Embedded system design 3 : supervisor
Course label : Embedded system design 3 : supervisor
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister NICOLAS OXOBY
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_EE_EEA_CS3 - Conception d'un syst. emb. 3

Education team

Teachers : Mister NICOLAS OXOBY / Mister ANTOINE BRUYERE / Mister EMMANUEL DELMOTTE / Mister FERREOL BINOT
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 2
Number of hours - Tutorial : 4
Number of hours - Practical work : 12
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Mathematics and Applied Mathematics

Maths and neural networks
Course label : Maths and neural networks
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Madam AMANDINE LERICHE
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_MA_MIN_MRN - Maths et réseaux de neurones

Education team

Teachers : Madam AMANDINE LERICHE
External contributors (business, research, secondary education): various temporary teachers

Summary

The aim is to harmonize and supplement the knowledges of students in mathematics, particularly in algebra.

Educational goals

At the end of the course, the student will be able to : - Understand the basics of linear algebra (concept of algebraic structure, vector spaces). - Solve the differential and recurrence equations with constant coefficients - Use matrices to solve some types of multivariate problems At the end of the course, the student will have progressed in: - Analyze and put in place a scientific approach of problem solving - Bring a solution to a problem - Team working Knowledges worked: - Vector spaces, linear applications, matrices, determinants, reduction (eigenvalues, vectors, proper, diagonalization, trigonalisation) - Euclidean endomorphisms. - Algebraic structures: groups, rings, fields, arithmetic, ... - Polynomials, rational fractions: decomposition into simple elements - Complex numbers and trigonometry, usual functions, differential equations, numerical series, Fourier series , Laplace transform, Fourier transform. Skills developed: - To understand a technical problem - Analyze and put in place a scientific approach of problem solving

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments: Continuous assessment: 3 exams will be done during the lessons.

Online resources

Pedagogy

Lessons are given by the teacher in front of student.

Sequencing / learning methods

Number of hours - Lectures : 10
Number of hours - Tutorial : 8
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Knowledges in maths with a L2 level is recommended. Particularly : linear algebra, simple elements decomposition, Laplace transform.

Maximum number of registrants

Remarks

Object Design Method & UML & PETRI
Course label : Object Design Method & UML & PETRI
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister ABDOUL-KARIM TOGUYENI
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_MA_MIN_RDP - Réseau de Petri

Education team

Teachers : Mister ABDOUL-KARIM TOGUYENI / Mister GUILHERME ESPINDOLA WINCK
External contributors (business, research, secondary education): various temporary teachers

Summary

UML : structure diagrams, focus on the class diagram ; behaviour diagrams, focus on the use case diagram; exploration of the object design vocabulary in UML modeling; Reverse engineering between physical data model and class diagram; Case studies, preparation of models in connection with the TDs of the OOP subject; PETRI : Petri networks are tools for modeling and analyzing discrete event systems. First, the basic concepts are presented to the students. Then the modeling is approached via a more intuitive approach (examples). The properties of interest for Petri networks are listed. Different analysis methods are presented verifying the properties listed above. The course ends with an extension of the Petri Networks (the T-temporal Petri T Networks) which allows to model time constraints on the dynamics of the model and on a type of High Level Petri network (colored Petri networks) which allows a very compact representation of the models. Session 1: -Introduction to discrete event systems -Presentation of MOP formalism -Modeling by MOP -Presentation of MOP properties Session 2: -Methods of analysis by exploration: Marking graph, cover tree -Linear algebra: matrix representation of MOPs -Presentation of the generalized Petri Networks -Methods of analysis by linear algebra: Place invariant, transition invariant Session 3: -Petri T-temporal network + Class graph -Colored Petri network: folding and unfolding

Educational goals

UML : At the end of the course, the student will be able to: Describe the relevant UML diagrams to meet a specification; Know good development practices in object-oriented programming; Choose and use the right modeling techniques (inheritance, composition, aggregation, etc.) Define a data model in an object language from a relational model from a database; Implement these techniques in an object language + various DBMS Apply these techniques to the realization of HMI

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments: DS on Table for both parties (UML and PETRI), with an identical share in the rating for each party.

Online resources

Every documents on Moodle

Pedagogy

UML : Case studies PETRI : The course is interspersed with exercises to allow students to directly apply newly acquired concepts. A test at the beginning of the 2nd session is carried out but is not taken into account in the final rating. The final test represents 100% of the final score.

Sequencing / learning methods

Number of hours - Lectures : 10
Number of hours - Tutorial : 8
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Algorithmic notions. Understanding the role of a database server and a database Understanding the role of project documents such as specifications, functional specifications and detailed specifications Knowing how to develop a program in object-oriented programming.

Maximum number of registrants

Remarks

Operational research
Course label : Operational research
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister KHALED MESGHOUNI
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_MA_MIN_ROP - Recherche opérationnelle

Education team

Teachers : Mister KHALED MESGHOUNI
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 12
Number of hours - Tutorial : 12
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Symbolic and matrix calculations: application to Z-transform and matrix pseudo-inverse
Course label : Symbolic and matrix calculations: application to Z-transform and matrix pseudo-inverse
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister CHRISTOPHE SUEUR
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_MA_MIN_CSM - Calculs symboliques matriciels

Education team

Teachers : Mister CHRISTOPHE SUEUR
External contributors (business, research, secondary education): various temporary teachers

Summary

This course presents a deepening of the mathematical tools used in the sciences of the engineer. The goal is to know how to represent complex systems and solve problems with suitable tools

Educational goals

At the end of the course, the student will be able to: - Understand the modeling of systems: define variables, choose mathematical representations adapted (differential equations, recurrence equations ...) - Solve complex mathematical problems (large dimension) represented by equations algebraic, differential or recurrence Contribution of the course to the competency framework; At the end of the course, the student will have progressed in: - To understand a technical problem - Analyze and put in place a scientific approach of problem solving - Bring a solution to a problem - Analyze and implement a scientific approach to solving complex projects Knowledge worked: Recall: Laplace transforms Reverse transform-transform calculations: application of the residual theorem Study of transforms in Z Study of matrix functions Pseudo-inverse matrix concept Applications - case study Skills developed: - To understand a technical problem - Analyze and put in place a scientific approach of problem solving

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments:

Online resources

Pedagogy

Teaching mainly in the classroom, in the form of TD courses.

Sequencing / learning methods

Number of hours - Lectures : 12
Number of hours - Tutorial : 12
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

- Linear algebra: Matrix calculus (determinant, characteristic polynomial) - Decomposition into simple elements - Laplace transforms

Maximum number of registrants

Remarks


Professional Period

Defense - Professional experience
Course label : Defense - Professional experience
Teaching departement : ESO / Business and Society
Teaching manager : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_PPR_ESO_SEP - Soutenance - Expérience profes

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET / Mister NICOLAS OXOBY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Report - Work experience
Course label : Report - Work experience
Teaching departement : ESO / Business and Society
Teaching manager : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_PPR_ESO_REP - Rapport - Expérience professio

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET / Mister NICOLAS OXOBY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Tutors Assessment : Business and Academic
Course label : Tutors Assessment : Business and Academic
Teaching departement : ESO / Business and Society
Teaching manager : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA1_A_PPR_ESO_EVT - Evaluation tuteur ent

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET / Mister NICOLAS OXOBY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


LA2 (Semesters 7 and 8)

Anglophone Professional Period

Company Evaluation of an Internship In an Anglo-Saxon Country
Course label : Company Evaluation of an Internship In an Anglo-Saxon Country
Teaching departement : /
Teaching manager : Madam CLARE TAYLOR
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_PPR_ESO_EEA - Eval. ent. stage pays angloph.

Education team

Teachers : Madam CLARE TAYLOR / Mister MICHEL HECQUET
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Internship Defense In Anglophone Country
Course label : Internship Defense In Anglophone Country
Teaching departement : /
Teaching manager : Madam CLARE TAYLOR
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_PPR_ESO_ESA - Sout. Stage Pays Anglophone

Education team

Teachers : Madam CLARE TAYLOR / Mister MICHEL HECQUET
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Internship Report In Anglophone Country
Course label : Internship Report In Anglophone Country
Teaching departement : /
Teaching manager : Madam CLARE TAYLOR
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_PPR_ESO_ERA - Rapport Stage Pays Anglophone

Education team

Teachers : Madam CLARE TAYLOR / Mister MICHEL HECQUET
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Business Economy, Culture and Communication

Abroad Internship feedback
Course label : Abroad Internship feedback
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_CC_ESO_RES - Retour d'expérience de stage

Education team

Teachers : Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Review of international periods, free expression, then multimedia presentation in front of the class

Educational goals

Each pupil/apprentice is required to assess his or her international experience through the technical, methodological, relational, cultural, functional, functional, linguistic and behavioural discoveries he or she has encountered, and to study how he or she has approached them

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: preparation for internship support, internationally,

Online resources

Pedagogy

free expression initially by everyone, exchanges within the class, then presentation with multimedia support in front of the class in order to prepare future support advice and recommendations on the shape, rhythm, tone, layout, CNV, quality of the slides...

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 8
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

None

Maximum number of registrants

Remarks

Business strategy
Course label : Business strategy
Teaching departement : ESO / Business and Society
Teaching manager : Mister ERIC DANIEL
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_CC_ESO_SEN - Stratégie d'entreprise

Education team

Teachers : Mister ERIC DANIEL / Madam AMIRA CHAABANE
External contributors (business, research, secondary education): various temporary teachers

Summary

This course will allow students to immerse themselves in an approach to define a strategy based on the company's strengths and taking into account all internal and external factors. The simulation phase will show students how to deploy a strategy in a competitive environment.

Educational goals

The objectives of the course are to: - Understand the stakes of a company strategy: internal and external diagnosis, strategic choices, deployment. - Analyze the dynamics of a company's competitive environment - Implement strategies in a simulation

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Case study-based education. Case studies are evaluated through continuous monitoring. The simulation using the FAStratege simulator will allow the level of skill acquisition to be assessed.

Online resources

Strategor - 7e ᅵd. - Toute la stratᅵgie d'entreprise Brochᅵ ᅵ 18 mai 2016 FAStratege

Pedagogy

Case studies Simulation

Sequencing / learning methods

Number of hours - Lectures : 4
Number of hours - Tutorial : 16
Number of hours - Practical work : 4
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

No prerequisite

Maximum number of registrants

Remarks

Communication
Course label : Communication
Teaching departement : ESO / Business and Society
Teaching manager : Madam ISABELLE LORPHELIN
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_CC_ESO_COM - Communication (projet)

Education team

Teachers : Madam ISABELLE LORPHELIN
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 6
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Engineering

Conferences, Company Visits and Case Study
Course label : Conferences, Company Visits and Case Study
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IG_ING_CVE - Conférences, visites d'entr.

Education team

Teachers : Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

interventions by company professionals on various themes, such as project management, SCM, functional dimensions, technical expertise, management,...

Educational goals

meet professionals, deepen your knowledge of the company, discover new subjects or enrich your knowledge

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: participation in conferences, QCM

Online resources

Pedagogy

interventions by company professionals on different themes complementing the lessons provided for in the model, around technical, methodological and industrial site visits

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 16
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

None

Maximum number of registrants

Remarks

Enterprise Modeling
Course label : Enterprise Modeling
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IG_ING_MEN - Modélisation d'entreprise

Education team

Teachers : Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Business modeling is the construction of models of a company or a specific part (a domain) of the company. It aims to understand the structure, functioning and behaviour of a domain in order to: build a common vision, highlight dysfunctions and risks, improve the organization radically (re-engineering) or continuously (quality approach), control processes, automate them. This course enables students to apply the process approach and model a process using the BPMN language (Business Process Model and Notation). He introduces them to BPM (Business Process Management) and the CMMI (Capability Maturity Model Integration) maturity model.

Educational goals

At the end of the course, the student will be able to: - Know the basics of BPM and the life cycle of business processes - Know the process approach - Perform a process mapping - Determine the key processes - Know the principles of process management - Know how to perform a process audit - Propose process re-engineering solutions - Know the principles of CMMI - Put BPMN into practice with a tool to model a business process Contribution of the course to the competency framework; at the end of the course, the student will have progressed in his or her ability to - Analyze and implement a scientific approach to problem solving - Provide a solution to a problem - Understand a complex project - Analyze and implement a scientific approach to solving complex projects - Provide a solution to a complex project - Specify a system - Design a system - Design a system - Develop a system - Perform technical integrations - Understand the issues and objectives of a project - Formalize the issues and objectives of a project - Communicate orally and in writing with internal and external stakeholders of a project - Write reports, functional, conceptual and technical studies - Teamwork - Communicate with a team - Multicultural - Develop an appropriate project approach - Implement and lead a project approach - Structure innovative projects - Implement a quality approach - Organize, manage, optimize the phases of an operation - Audit, formalize processes Knowledge worked on: - Notion of processes - Notion of BPM life cycle - Process approach (mapping, piloting, reengineering) - CMMI, process improvement Skills developed: - Process modeling

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Continuous monitoring Comments: Course questions and case studies noted

Online resources

- Course material - BPMN 2.0 posters in French and English - BPMN modelling conventions for public administration - BPMN modelling tool

Pedagogy

- The presentation of the concepts is followed by their immediate application in diversified case studies of progressive difficulty - The discovery and mastery of the BPMN language is carried out according to a trial and error learning process, with the teacher providing the rules of good practice throughout the exercises

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 20
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

- Knowledge of the business world - UML activity diagrams (desirable) - Petri networks (desirable)

Maximum number of registrants

Remarks

/

Industrial Computing
Course label : Industrial Computing
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister ALEXANDRE KRUSZEWSKI
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IG_EEA_SCP - Systèmes cyberphysiques

Education team

Teachers : Mister ALEXANDRE KRUSZEWSKI / Mister ANTOINE BRUYERE / Mister CHRISTOPHE SUEUR / Mister EMMANUEL DELMOTTE
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 8
Number of hours - Tutorial : 12
Number of hours - Practical work : 20
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Integrated Management Software (ERP)
Course label : Integrated Management Software (ERP)
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IG_ING_PGI - Progiciel de gest. int. (ERP)

Education team

Teachers : Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Discover what an ERP is why and how to choose an ERP Implementation methodology the activities of consultants mobilized for an ERP project

Educational goals

Course objectives : Be able to analyze a customer's needs to prepare for the deployment of management software packages Presentation of ERP objectives, software evolutions since MRP... ongoing evolutions, possible follow-up, integration of CRM, social networks, major players on the market presentation of ERP project methodologies

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: group presentation of an ERP, by developing the functional, technical and implementation perimeter, in the form of a presentation to the class

Online resources

Course material discovery of free ERP and publishers

Pedagogy

Presentation of the history of ERP Functional objectives of these solutions, and constraints implementation, methodology, constraints deepening via the SAP solution (via PPT) presentation of an example of an SAP ERP project offer / real needs discovery of several ERP solutions, and interests - advantages - disadvantages of these depending on the context

Sequencing / learning methods

Number of hours - Lectures : 8
Number of hours - Tutorial : 10
Number of hours - Practical work : 2
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

- have the basics of the Accounting, Marketing, Sales, Purchasing, Production, Logistics, Maintenance processes - Company organization

Maximum number of registrants

Remarks

Partner Project Research
Course label : Partner Project Research
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IG_ING_RPP - Recherche projet partenaire

Education team

Teachers : Mister THIERRY FRICHETEAU / Madam MARYLINE DUMERY
External contributors (business, research, secondary education): various temporary teachers

Summary

Setting up project groups around the themes, each with the objective of finding a partner company for whom to carry out their end-of-study projects, and first of all to formalize the need. In the last year, students must carry out final year projects, PRP AND PRT, for a company, the aim of the fourth year RPR subject is to find a partner company that will propose a subject that is consistent in functional and technical terms with the expectations of the group of students. During this semester, groups of students must therefore define their objectives with regard to the training expectations for the PRP and PRT projects, through a brochure, a website, social networks, letters, in order to be able to contact companies, meet them and define with them an expression of need file, a scoping file, which will be the basis of the following year's work

Educational goals

At the end of the course, the student will be able to: - Present a project team, through the writing of letters and brochures at the professional level, - contact company professionals, and conduct meetings, - Formalize a needs expression file, - uses a standard project agreement and adapts it with attention to legal constraints Contribution of the course to the competency framework; at the end of the course, the student will have progressed in: - Writing project documents - Oral presentation - Formalization of functional specifications - His ability to work in groups of 6 to 7 students Working knowledge: - Writing documents in French or English - Market research studies - Right Skills developed: - Organize a working group - Listening to a customer - Present a topic - project - Enhance the value of your work

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Appreciation: - the management of the project research, via the formalization of objectives-skills to be developed in the last year, letter, website, brochure, - team follow-up, planning, charges, - contacts established with companies, CRs, steps taken to reach them and ensure follow-up - the file(s) for expressing the needs of the potential partner(s), and formalizing the associated project agreement - the defense, presenting the working method during the year of the group, the project to be carried out in the last year

Online resources

Pedagogy

- lecture and detailed follow-up of each group, validation of all their work, encouragement to reflection, creativity

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 24
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

- Project management - Marketing, - Communication - Conduct of meetings

Maximum number of registrants

Remarks

Project Management
Course label : Project Management
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IG_ING_GPR - Gestion de projet

Education team

Teachers : Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Presentation of project management methods, use, cost estimation Summary of the Project Management Course : - Project management : o The main phases of a project, o The work flow chart, o The different responsibilities around a project, o Media definitions, o The engineering plan, o From engineering plans to general and periodic schedules, - Project Management : o Definitions, o Cost and time control, (general level, detailed level, Planning, budgets, load monitoring, task scheduling, weekly monitoring and control, monthly monitoring and control, Project Manager Responsibilities) o Project team management, o Internal steering committee, (general planning, cost monitoring, detailed planning, risk monitoring, project budget, "accounting" statements, quality action planning, team aptitude matrix) - Overall presentation of the Project process, (tasks, actors, deliverables, responsibilities, link with other functional processes) o Launch phase : ᅵ Procedure: Project management, ᅵ Procedure: Review of Commitments, ᅵ Procedure: Project launch, o Specification phase : ᅵ Procedure: Specification, o System design phase: ᅵ Procedure: General design, o Implementation and integration phase: ᅵ Procedure: Detailed Design, Realization, Unit Tests, ᅵ Procedure: Integration, o Validation phase : ᅵ Procedure: Internal Validation, o Customer acceptance phase : ᅵ Procedure: Customer acceptance, procedure: this Customer, development, unit tests, of o Warranty phase : ᅵ Procedure: Guarantee, - Project review procedure, - Procedure for managing project documentation, - Procedure for reviewing input data, - Delivery review procedure, - Procedure for organizing a project period, - Project management procedure, - Customer follow-up procedure, - Role of the Project Manager, - Project Risk Monitoring, - Competence sheets of the project actors, - Procedure to follow for the elaboration of a planning, - Planning development, - Setting up a project team, - Adjustment of the planning according to the performance and skills of the project team members, competency sheets of the project actors, V-cycle and TIIMS methodologies are further developed - Synchronization of the Study phases, o General Specifications folder, o Detailed Specifications folder, o General Design Dossier, o Detailed Design File, - Load evaluation method : o Work units, o Concept of pivot load, projected loads, related loads, transverse loads, o COCOMO, Diebold, Function points,

Educational goals

At the end of the course, the student will be able to: - Understand Project Management, and the classic procedures of a project, - Understand the roles of the actors involved in a project, including the engineer, - Formalize planning and project team building, - Estimate the costs of a project, set up a team, plan the costs Contribution of the course to the competency framework; at the end of the course, the student will have progressed in: - The justified choice of a project approach adapted to a particular type of operation - The organization of the phases, stages of a project - Definition of the roles of the members of the project team - The estimation of costs, complexity, etc. - The budgetary dimensions of a project Working knowledge: - Planning - Estimated expenses - Project documentation, content, rigour, formalization Skills developed: - Decision on the allocation of a resource, means in the service of an operation - Management of team members - Assessment of skills - Respect of commitment (project deadlines, costs, needs)

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments: CT in the form of a DS, making it possible to validate the ability to produce a schedule constrained in time and resources, justifying the phases, the skills necessary to lead them and thus define the profiles of the project team

Online resources

Pedagogy

- Based on a lecture course, with many student interactions based on their feedback from experiences in companies, and concrete cases lived by the facilitator - And tutorials allowing students to draw up schedules, set up project teams by defining the skills of the actors

Sequencing / learning methods

Number of hours - Lectures : 12
Number of hours - Tutorial : 4
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Quality
Course label : Quality
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IG_ING_QUA - Qualité

Education team

Teachers : Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Presentation of Quality approaches, tools, and practices through a company case study Presentation of ISO Standards, quality methods and tools, problem solving methods, presentation and use of quality tools, and implementation through a company case study. - Quality Concept, Management Indicators, Kano Model, Deming Wheel, PDCA Cycle, Non-Quality Cost, Quality Management, Quality Approach, Gigout Model, ISO 9000 Definitions, ISO 9000 Models, ISO 9000 Standard, ISO 9001 Requirements, Functional Process Logic Definitions, Continuous Improvement Approach, ISO 9004, Quality Documentation, Quality Certification Process, - Quality tools, 7 classic tools: ᅵ Scorecard, Defect Concentration Diagram, Histogram, Fish Bone Diagram (cause / effect, Ishikawa), Correlation Diagram, Pareto Diagram, Control Chart - Group work tools: - Brainstorming, Weighted Vote, Strengths/weaknesses diagram, QQOQCP, Problem solving approach, Small steps method, QFD, Deployment of the Quality function, House of Quality, FMECA - Fundamental Principles of Quality in Production, Self Quality, Just Necessary, Kanban, Value Analysis, Kaizen - Quality Methodologies: Kaizen, 5 S, Kanban, SMED, TPM, Hoskin Kanri,, OPT, FAST, Value Analysis, Statistical Process Control MSP ,Receipt Control, Double Sampling, - Summary of a standard Quality Plan.

Educational goals

At the end of the course, the student will be able to: - Participate in a company's quality approach - Implement a problem-solving method - To manage a "quality" group in order to identify a problem, investigate its causes, and decide on a solution Contribution of the course to the competency framework; at the end of the course, the student will have progressed in: - Understand a problem, search for causes and solutions - Understand the issues, objectives of a project - Choose and define an analysis method - Lead a working group - Implement a quality approach Working knowledge: - Approach to ISO Standards - Problem solving method - Presentation and implementation of quality tools Skills developed: - Group work, group communication, decision making - Search for causes, then solutions

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: work on a practical case of quality improvement in a company situation, group work, report submission, analysis of the use of quality tools

Online resources

Course materials provided

Pedagogy

Magistral course,, TD around a practical case deriving from the world of entrepreneurship

Sequencing / learning methods

Number of hours - Lectures : 12
Number of hours - Tutorial : 12
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Supply Chain
Course label : Supply Chain
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister KHALED MESGHOUNI
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IG_ING_CLO - Chaîne logistique

Education team

Teachers : Mister KHALED MESGHOUNI / Madam LOUBNA OUDRHIRI
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 10
Number of hours - Tutorial : 4
Number of hours - Practical work : 12
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Foreign Languages

English
Course label : English
Teaching departement : LVI / Foreign Languages
Teaching manager : Madam CLARE TAYLOR
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_LV_LVI_ANG - Anglais

Education team

Teachers : Madam CLARE TAYLOR / Mister ALAIN HUSSON
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 80
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Informatics Speciality

Artificial intelligence
Course label : Artificial intelligence
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister EMMANUEL DRUON
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IF_MIN_CEV - Conteneurisation et virt.

Education team

Teachers : Mister EMMANUEL DRUON
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 8
Number of hours - Tutorial : 8
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Artificial intelligence
Course label : Artificial intelligence
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister PASCAL YIM
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IF_MIN_INA - Intelligence Artificielle

Education team

Teachers : Mister PASCAL YIM / Mister CHRISTOPHE SUEUR
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 26
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Computer Project, Mobile, Poo, Web, Continuous Development
Course label : Computer Project, Mobile, Poo, Web, Continuous Development
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Madam ISABELLE LE GLAZ
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IF_BDD - Base de données

Education team

Teachers : Madam ISABELLE LE GLAZ
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 20
Number of hours - Practical work : 20
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Computer Project, Mobile, Poo, Web, Continuous Development
Course label : Computer Project, Mobile, Poo, Web, Continuous Development
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister EMMANUEL DRUON
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IF_MIN_CYB - cybersécurité et réseaux

Education team

Teachers : Mister EMMANUEL DRUON
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 4
Number of hours - Tutorial : 16
Number of hours - Practical work : 4
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Embedded mobile apps engineering
Course label : Embedded mobile apps engineering
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Madam ISABELLE LE GLAZ
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IF_MIN_IAM - Ing. des appli. mobiles emb.

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister THOMAS BOURDEAUD HUY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 28
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Object-Oriented Programming & BdD & Information Systems
Course label : Object-Oriented Programming & BdD & Information Systems
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Madam ISABELLE LE GLAZ
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IF_MIN_POO - Programmation orientée objet

Education team

Teachers : Madam ISABELLE LE GLAZ
External contributors (business, research, secondary education): various temporary teachers

Summary

This course consists of 60 hours of TD Object Oriented Programming. This course aims to bring new knowledge about object-oriented development. The objective is to be able to develop high-performance applications, in terms of data persistence and algorithms, to respond to complex industrial problems. Regarding data persistence, we will see how to implement object-relational mapping to achieve data persistence with a database. This will also be an opportunity to focus on the use of some design patterns. Finally, we will see different algorithmic tools that effectively solve complex industrial problems (in the sense that the solution is not easy to find), and on large instances (in the sense that there is a lot of data). This course is based on an object language (Java or uatre) and on PL/SQL (under Oracle or Mysql) The summary content of the course is as follows: - Server-side database coding (SQL and PL/SQL, Trigger, procedures and functions) - relational object mapping; - design patterns (singleton, DAO, factory) ; - constructive methods to solve a problem; - local search methods ; - metaheuristic methods ; - exact approaches based on linear programming.

Educational goals

At the end of the course, the student will be able to: - develop a program according to the object-oriented programming paradigm; - know good development practices in object-oriented programming; - choose and use the right data structures (list, set, associative table); - Propose a data model in an object language from a relational model from a database; - Propose a database from an object model; - perform queries on a database through relational object mapping; - know what a design pattern is, and use some of them; - know effective algorithmic methods to solve an optimization problem; - develop a high-performance information system in object-oriented language: performance is linked to the ability to effectively solve a complex problem. - Develop a web application based on an object language, with access/creation to a database. Contribution of the course to the competency framework; at the end of the course, the student will have progressed in: - design a system; - to realize, develop a system; - set up test protocols; - make and execute test sets; - produce technical project documentation. Working knowledge: - vocabulary of object-oriented programming; - good development practices in object-oriented programming; - implementation of data structures (list, set, associative table) ; - object-relational mapping ; - effective methods to solve an optimization problem; - design patterns. - SQL language, Server-side development (PL/SQL) Skills developed: - good development practices in object-oriented programming; - perform unit tests; - make clean code; - comment on your code; - design a program in an object-oriented programming language; - develop an efficient algorithm. - Evaluate the relevance of competing solutions according to situations

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments: Continuous control: 3 controls throughout the module + 1 final defense on mini-project

Online resources

All subjects on Moodle platform

Pedagogy

Directed works + pratical works small project

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 24
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

- Algorithmic notions. - Knowing the basic data structures (table, chained list, set). - Knowing how to develop a program in object-oriented programming. - Understanding a UML class diagram. - Knowing the architecture of a DBMS server and its clients - Knowing how to make SQL queries on a database. - Knowing how to develop in object language

Maximum number of registrants

Remarks

Web Services & Web Development
Course label : Web Services & Web Development
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Madam ISABELLE LE GLAZ
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_IF_MIN_WEB - Web Avancé

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister GUILLAUME CHERVET / Mister Thomas FRITSCH
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 8
Number of hours - Tutorial : 48
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Professional Period

Defense - Professional experience
Course label : Defense - Professional experience
Teaching departement : ESO / Business and Society
Teaching manager : Madam ISABELLE LE GLAZ
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_PPR_ESO_SEP - Soutenance - Expérience prof.

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET / Mister NICOLAS OXOBY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Report - Work experience
Course label : Report - Work experience
Teaching departement : /
Teaching manager : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_PPR_ESO_REP - Rapport - Expérience prof.

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET / Mister NICOLAS OXOBY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Tutors Assessment : Business and Academic
Course label : Tutors Assessment : Business and Academic
Teaching departement : /
Teaching manager : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA2_A_PPR_ESO_EVT - Evaluation tuteurs

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


LA3 (Semesters 9 and 10)

Business Economy, Culture and Communication

Business creation and innovation
Course label : Business creation and innovation
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_CC_ESO_CEI - Création d'entr.et innovation

Education team

Teachers : Mister THIERRY FRICHETEAU / Mister ERIC DANIEL
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 26
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Business Integration and Professional Integration
Course label : Business Integration and Professional Integration
Teaching departement : ESO / Business and Society
Teaching manager : Mister ERIC DANIEL
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_CC_ESO_IEI - Intégr. en ent. & inser. prof.

Education team

Teachers : Mister ERIC DANIEL / Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 12
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Career Management
Course label : Career Management
Teaching departement : ESO / Business and Society
Teaching manager : Mister ERIC DANIEL
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_CC_ESO_GCA - Gestion de carrière

Education team

Teachers : Mister ERIC DANIEL / Mister Lounis LOUNAS
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 12
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Company Labor Law
Course label : Company Labor Law
Teaching departement : ESO / Business and Society
Teaching manager : Mister ERIC DANIEL
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_CC_ESO_DTE - Droit du travail des ent.

Education team

Teachers : Mister ERIC DANIEL / Madam Sabrina FARHI
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 20
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

International Economics
Course label : International Economics
Teaching departement : ESO / Business and Society
Teaching manager : Mister ERIC DANIEL
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_CC_ESO_EIN - Economie internationale

Education team

Teachers : Mister ERIC DANIEL / Mister PIERRE BLEUZE
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 24
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Motivation, preparation for employment
Course label : Motivation, preparation for employment
Teaching departement : ESO / Business and Society
Teaching manager : Mister ERIC DANIEL
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_CC_ESO_MPE - Motivation, prép. à l'emb.

Education team

Teachers : Mister ERIC DANIEL / Mister FLORENT MONTBAILLY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 16
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Recruitment Technique
Course label : Recruitment Technique
Teaching departement : ESO / Business and Society
Teaching manager : Mister ERIC DANIEL
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_CC_ESO_TRE - Technique de recrutement

Education team

Teachers : Mister ERIC DANIEL / Madam ISABELLE LORPHELIN
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 12
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


End-of-Study Projects (EFPs)

Industrial Computing
Course label : Industrial Computing
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PFE_EEA_FDC - Form. d'un dossier de concep.

Education team

Teachers : Mister MICHEL HECQUET / Madam ISABELLE LE GLAZ / Mister ABDOUL-KARIM TOGUYENI / Mister ANTOINE BRUYERE / Mister CHRISTOPHE SUEUR / Mister EMMANUEL DELMOTTE / Mister NICOLAS OXOBY / Mister PASCAL YIM / Mister PHILIPPE KUBIAK / Mister THIERRY FRICHETEAU / Mister THOMAS BOURDEAUD HUY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 40
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Industrial Computing
Course label : Industrial Computing
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PFE_EEA_SPD - Suivi, pilotage et dém. quali.

Education team

Teachers : Mister MICHEL HECQUET / Madam ISABELLE LE GLAZ / Mister ABDOUL-KARIM TOGUYENI / Mister ANTOINE BRUYERE / Mister CHRISTOPHE SUEUR / Mister EMMANUEL DELMOTTE / Mister NICOLAS OXOBY / Mister PASCAL YIM / Mister PHILIPPE KUBIAK / Mister THIERRY FRICHETEAU / Mister THOMAS BOURDEAUD HUY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 30
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Industrial Computing
Course label : Industrial Computing
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PFE_EEA_SDE - Soutenance et démo. du PFE

Education team

Teachers : Mister MICHEL HECQUET / Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Industrial Computing
Course label : Industrial Computing
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PFE_EEA_RPT - Réalisation d'un prototype

Education team

Teachers : Mister MICHEL HECQUET / Madam ISABELLE LE GLAZ / Mister ABDOUL-KARIM TOGUYENI / Mister ANTOINE BRUYERE / Mister CHRISTOPHE SUEUR / Mister EMMANUEL DELMOTTE / Mister NICOLAS OXOBY / Mister PASCAL YIM / Mister PHILIPPE KUBIAK / Mister THIERRY FRICHETEAU / Mister THOMAS BOURDEAUD HUY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 70
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Industrial Computing
Course label : Industrial Computing
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PFE_EEA_IPA - Innov. prop. intel. analyse

Education team

Teachers : Mister MICHEL HECQUET / Mister EMMANUEL DELMOTTE / Mister PHILIPPE KUBIAK / Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 4
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 12
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Industrial Computing
Course label : Industrial Computing
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PFE_EEA_FDS - Forma. d'un dossier de spéc.

Education team

Teachers : Mister MICHEL HECQUET / Madam ISABELLE LE GLAZ / Mister ABDOUL-KARIM TOGUYENI / Mister ANTOINE BRUYERE / Mister CHRISTOPHE SUEUR / Mister EMMANUEL DELMOTTE / Mister NICOLAS OXOBY / Mister PASCAL YIM / Mister PHILIPPE KUBIAK / Mister THIERRY FRICHETEAU / Mister THOMAS BOURDEAUD HUY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 60
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Industrial Computing
Course label : Industrial Computing
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PFE_EEA_FDE - Form. d'une démarche scienti.

Education team

Teachers : Mister MICHEL HECQUET / Madam ISABELLE LE GLAZ / Mister ABDOUL-KARIM TOGUYENI / Mister ANTOINE BRUYERE / Mister CHRISTOPHE SUEUR / Mister EMMANUEL DELMOTTE / Mister NICOLAS OXOBY / Mister PASCAL YIM / Mister PHILIPPE KUBIAK / Mister THIERRY FRICHETEAU / Mister THOMAS BOURDEAUD HUY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 4
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 12
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Engineering

Commercial and technical offer
Course label : Commercial and technical offer
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_IG_ESO_OCT - Offre commerciale et technique

Education team

Teachers : Mister THIERRY FRICHETEAU / Madam ISABELLE LE GLAZ
External contributors (business, research, secondary education): various temporary teachers

Summary

Drafting of a commercial and technical offer in the field of computer and industrial engineering 1) REMINDER OF THE SALES CYCLE Through this cycle, the roles of the different engineers will be studied, as well as the main processes, Team Buying: Customer team, Customer team, Customer team, team aux will be studied: Selling team: Enterprise team, 2) DRAFTING A PROPOSAL: Detailed study of the "Mutual Qualification", "Solution Finalization", "Proposal" and "Negotiation" phases - Review of commitments, - Proposal launch, - Proposal looping, - Minutes of the Meeting, - Risk monitoring form, - Proposal writing, - Elaboration of mission sheets, - Each group of (5 / 6 students) will write a commercial and technical proposal, with a situation as close as possible to the professional reality: Case analysis: - Implementation of the approach, - Simulations of customer interviews, internal and external meetings...internal and external meetings.../s close to the human professional reality, ..ts, and motivations of the mission for - Drafting of the offer, - Presentation to the "Client". - Drafting of a technical and commercial offer for the integration of an "ERP" solution within a SMI in the mechanical sector, (commercial issues, production, human resources, purchasing, logistics, quality, traceability, maintenance, project management, project/quality management methodology) - The presentation of the commercial dimension (student company, references, commercial approach), project methodology, functional processes, technical architecture, costing, planning

Educational goals

At the end of the course, the student will be able to: - Formalize a commercial and technical offer, - understand a Client's need, - Formalize functional processes, - Make estimates of loads, estimates, - Design and define a complete information system architecture, - interview "interlocutors" with different profiles - work in groups of 5 to 7 students, - Monitor the progress of a project, - support its offer. Contribution of the course to the competency framework; at the end of the course, the student will have progressed in: - Apprehension of a project, problem - Research of technical and functional solutions, comparison, choice, - Risk Analysis - Project quality approach to be formalized - Group work, team follow-up - Solution valuation - Oral, written communication, formalization of reports, studies, process modelling, - Writing an offer - Realization of quotations, estimation of charges - Realization of planning, - Definition of business strategy - Legal approach, Working knowledge: - Elaboration of a technical and functional IS solution architecture, quotation, costing - Elaboration of a planning and load estimates - Law, legal, - Marketing, editorial, - Project methodology, quality - Process modeling Skills developed: - Group work in groups - Listening to a third party, reformulation, report - Valuation of a solution in writing and in defense

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Appreciation: - the commercial and technical offer rendered (consistency with the needs, objectives, project challenges, formalization - process modeling, functional and technical solution proposed, deployment, quality approach, planning, cost valuation and budget, presentation of the pseudo company) - the "offer writing" project management file (team schedules, team workloads, CR meetings, individual workload monitoring, technical specifications, ERP project workload estimates, summary study of some ERP solutions), - defense, presentation of the offer

Online resources

- Course material "commercial and technical offer".

Pedagogy

#NOM?

Sequencing / learning methods

Number of hours - Lectures : 8
Number of hours - Tutorial : 20
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

GPJ + QUA

Maximum number of registrants

Remarks

Conferences, Company Visits and Case Study
Course label : Conferences, Company Visits and Case Study
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_IG_ESO_CVE - Conf., vis. d'ent. et étu. cas

Education team

Teachers : Mister THIERRY FRICHETEAU
External contributors (business, research, secondary education): various temporary teachers

Summary

Presentations, conferences on the theme of expertise of company professionals, subjects covered: project management, management, HR, technical - functional - organisational expertise,.....

Educational goals

open-mindedness technical clarifications discovery of IT solutions,

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: participation in conferences, QCM

Online resources

Pedagogy

conferences led by company professionals, on technical, methodological and functional topics

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 40
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Industrial Computing
Course label : Industrial Computing
Teaching departement : EEA / Electrotechnics - Electronics - Control Systems
Teaching manager : Mister AHMED RAHMANI
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_IG_EEA_RI4 - Robotique - industrie 4.0

Education team

Teachers : Mister AHMED RAHMANI / Mister ALEXANDRE KRUSZEWSKI / Mister ANTOINE BRUYERE / Mister EMMANUEL DELMOTTE
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 40
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Project management
Course label : Project management
Teaching departement : ESO / Business and Society
Teaching manager : Mister THIERRY FRICHETEAU
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_IG_ING_GPR - Gestion de projet

Education team

Teachers : Mister THIERRY FRICHETEAU / Madam ISABELLE LE GLAZ
External contributors (business, research, secondary education): various temporary teachers

Summary

Realization of a functional specifications file, workload estimation, project planning, definition of profiles Work group management and task scheduling On the basis of a subject, the objectives are: - drafting of the specifications, - formalization of functional processes - writing a Quality Plan, - estimation of the project load, - definition of the profiles required by the project team, - establishment of competency matrices, - planning development, - budget preparation, - TD team follow-up (planning, task assignment, progress meetings, etc.)

Educational goals

At the end of the course, the student will be able to: - Understand Project Management, and the classic procedures of a project, - Understand the major roles of the actors involved in an IS project, - Estimate the costs of a project, set up a team, plan the costs, - Formalize specifications, functional specifications file, model processes, - Establish a quality plan - Monitor the progress of a project Contribution of the course to the competency framework; at the end of the course, the student will have progressed in: - Apprehension of a problem, project, - Understanding of a need and formalization, drafting of functional specifications - Communication, reformulation, - Understanding of the objectives and challenges of the project - Process modeling, organization audit, - Estimated expenses - Project planning, necessary skills - Project approach, quality - Team management, task planning, and decision-making skills Working knowledge: - Estimated expenses - Planning - Communication with a third party - Writing specifications Skills developed: - Communication - Writing documents - Team Relationship - Group work

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Appreciation: - the detailed specification file completed, (DSD) - the study project management file (team schedules, team workloads, CR meetings, follow-up of individual workloads), - the estimation of the costs of the DSD suite project potential and the associated planning

Online resources

#NOM?

Pedagogy

- tutorials, project-based learning

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 16
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

- GPJ Project Management and QUA Quality courses, followed during the semester8

Maximum number of registrants

Remarks


Foreign Languages

English
Course label : English
Teaching departement : LVI / Foreign Languages
Teaching manager : Madam CLARE TAYLOR
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_LV_LVI_ANG - Anglais

Education team

Teachers : Madam CLARE TAYLOR / Mister ALAIN HUSSON / Mister MICHEL HECQUET
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 60
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Informatics Specialty

Business Decision
Course label : Business Decision
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister CHRISTOPHE SUEUR
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_SI_MIN_BDE - Business decision

Education team

Teachers : Mister CHRISTOPHE SUEUR
External contributors (business, research, secondary education): various temporary teachers

Summary

This teaching presents data analysis techniques (multivariate analysis, data reduction) as well as an introduction to the concept of "Data Mining".

Educational goals

At the end of the course, the student will be able to: - Analyze data tables (multivariate analysis) - Perform an analysis to find trends or correlations among large masses of data - Detect strategic information or new knowledge - Understand the concept of "Data Mining" Contribution of the course to the competency framework; At the end of the course, the student will have progressed in: - Analyze and put in place a scientific approach of problem solving - Bring a solution to a problem - Set up test protocols - Make and run test games - Analyze and implement a scientific approach to solving complex projects - Team working Knowledge worked: Part I: Reminders Notion of mean, variance, standard deviation, correlation, chi-square Part II Data Representation Notion of variables-individuals Notion of tables of data (tables individuals-characters, table of contingency ...) Part III: Presentation of analytical techniques PCA Principal Components Analysis Classification (hierarchical, non-hierarchical) Canonical Analysis Discriminant Analysis Correspondance Factorial Analysis AFC Anova Chi-square adjustment test Synthesis: supervised methods or unsupervised methods - for what purposes? Comparisons - study of performances Part IV: Data Mining Introduction to Datamining Case study with R (open source software dedicated to Data Analysis) Skills developed: - Analyze and put in place a scientific approach of problem solving - Bring a solution to a problem - Set up test protocols - Make and run test games

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Using the R software. Many online resources are available for free.

Pedagogy

Teaching mainly in the classroom, in the form of courses.

Sequencing / learning methods

Number of hours - Lectures : 16
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Knowledge Engineering & Collective Intelligence
Course label : Knowledge Engineering & Collective Intelligence
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister PASCAL YIM
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_SI_MIN_ICI - Ing. de la con. & int. col.

Education team

Teachers : Mister PASCAL YIM / Mister OLIVIER BOISARD
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 32
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

MLOPS Practices
Course label : MLOPS Practices
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Madam ISABELLE LE GLAZ
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_SI_MIN_PML - Pratiques MLOPS

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister GUILLAUME CHERVET
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 12
Number of hours - Tutorial : 0
Number of hours - Practical work : 8
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Theory of languages, compilation, interpretation
Course label : Theory of languages, compilation, interpretation
Teaching departement : MIN / Applied Mathematics and General Computing
Teaching manager : Mister SAMIR EL KHATTABI
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_SI_MIN_TLC - Théo. des lang., comp., inter.

Education team

Teachers : Mister SAMIR EL KHATTABI
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment / Fixed Exam
Comments:

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 12
Number of hours - Tutorial : 14
Number of hours - Practical work : 8
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks


Professional Period

Defense - Professional experience
Course label : Defense - Professional experience
Teaching departement : /
Teaching manager : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PPR_ESO_SEP - Soutenance - Expérience prof.

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET / Mister NICOLAS OXOBY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Fixed Exam
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Report - Work experience
Course label : Report - Work experience
Teaching departement : /
Teaching manager : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PPR_ESO_REP - Rapport - Expérience prof.

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET / Mister NICOLAS OXOBY
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks

Tutors Assessment : Business and Academic
Course label : Tutors Assessment : Business and Academic
Teaching departement : /
Teaching manager : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
Education language : French
Potential ects : 0
Results grid :
Code and label (hp) : LA3_A_PPR_ESO_EVT - Evaluation tuteurs

Education team

Teachers : Madam ISABELLE LE GLAZ / Mister MICHEL HECQUET
External contributors (business, research, secondary education): various temporary teachers

Summary

Educational goals

Sustainable development goals

Knowledge control procedures

Continuous Assessment
Comments: Once the internship has ended, the host organization shall fill out an assessment form on the intern's activity, which it will return to the academic advisor.

Online resources

Pedagogy

Sequencing / learning methods

Number of hours - Lectures : 0
Number of hours - Tutorial : 0
Number of hours - Practical work : 0
Number of hours - Seminar : 0
Number of hours - Half-group seminar : 0
Number of student hours in TEA (Autonomous learning) : 0
Number of student hours in TNE (Non-supervised activities) : 0
Number of hours in CB (Fixed exams) : 0
Number of student hours in PER (Personal work) : 0
Number of hours - Projects : 0

Prerequisites

Maximum number of registrants

Remarks