From 680e08a3b3a72669e7c313c79d276af0664ea8e1 Mon Sep 17 00:00:00 2001 From: Alex <alexandre.meyer@univ-lyon1.fr> Date: Fri, 18 Nov 2022 08:55:48 +0100 Subject: [PATCH] ... --- .gitlab-ci.yml | 26 ++++++++++++++------------ web/content/NP_controle.md | 14 ++++++++++++++ web/content/index.md | 13 ++++++++----- 3 files changed, 36 insertions(+), 17 deletions(-) create mode 100644 web/content/NP_controle.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdadb8f..23c32f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,24 +2,14 @@ image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest -test: - script: - - pwd - - cd web - - hugo - - mv public ../public - - ls -la .. - - ls -la ../public - - chmod 755 ../public - - chmod 644 ../public/index.html - except: - - main pages: script: - cd web - hugo - mv public ../public + - ls -la .. + - ls -la ../public artifacts: paths: - public @@ -28,3 +18,15 @@ pages: +# test: +# script: +# - pwd +# - cd web +# - hugo +# - mv public ../public +# - ls -la .. +# - ls -la ../public +# - chmod 755 ../public +# - chmod 644 ../public/index.html +# except: +# - main diff --git a/web/content/NP_controle.md b/web/content/NP_controle.md new file mode 100644 index 0000000..be662e7 --- /dev/null +++ b/web/content/NP_controle.md @@ -0,0 +1,14 @@ +# Master 1 Informatique - UE M1if37 Animation en synthèse d'image (3 ECTS) + +## Contrôle de mouvement + +Télécharger [les transparents du cours](documents/NP_controle/M1IF37_CM_CONTROLEUR.pdf) + + +Télécharger [l'énoncé du TP](documents/NP_controle/M1IF37_TP_CONTROLEUR.pdf) + + +Accéder [aux ressources pour le TP](TP/NP_controle) + + +Télécharger [le modèle pour le rapport](documents/NP_controle/M1IF37_TP_CONTROLEUR-modele_rapport.docx) \ No newline at end of file diff --git a/web/content/index.md b/web/content/index.md index c46ab89..f5af80f 100644 --- a/web/content/index.md +++ b/web/content/index.md @@ -1,8 +1,11 @@ # Master 1 Informatique - UE M1if37 Animation en synthèse d'image (3 ECTS) -Responsables de l'enseignement : A. Meyer, N. Pronost et F. Zara +Responsables de l'enseignement : [Alexandre Meyer]( +http://liris.cnrs.fr/alexandre.meyer), [Nicolas Pronost]( +http://liris.cnrs.fr/nicolas.pronost) et [Florence Zara]( +http://liris.cnrs.fr/florence.zara) -Volume horaire : 10h30 CM, 18h TP +Volume horaire : 10h30 CM, 19h30 TP  @@ -15,19 +18,19 @@ M1if37 est une UE optionnelle de la 1ère année du Master d'Informatique de l'U ## Thématiques abordées -### Animation par modèles physiques (F. Zara) - 4h30 CM, 6h TP +### Animation par modèles physiques (F. Zara) - 4h30 CM, 6h30 TP * Concepts physiques (forces, lois de Newton) * Méthodes d'intégration numérique * [La page de cette partie](https://perso.liris.cnrs.fr/fzara/Web/M1Animation.html) -### Animation de personnage (A. Meyer) - 4h30 CM, 6h TP +### Animation de personnage (A. Meyer) - 4h30 CM, 6h30 TP * Animation basée squelette * Déformation de maillage (skinning) * [La page de cette partie](https://perso.liris.cnrs.fr/alexandre.meyer/public_html/www/doku.php?id=charanim_m1#master_1_informatique_-_ue_m1if37_animation_en_synthese_d_image) -### Contrôle de mouvement (Nicolas Pronost) - 1h30 CM, 6h TP +### Contrôle de mouvement (Nicolas Pronost) - 1h30 CM, 6h30 TP * Mouvement d'objets rigides articulés * [La page de cette partie](NP_controle.md) -- GitLab