{% extends "base.html" %} {% load static %} {% load staticfiles %} {% load bootstrap3 %} {% load bootstrap_themes %} {% block head %} ImportHAL {% endblock %} {% block content %}

Format Text


{% if user.is_authenticated %}

Copiez-collez le contenu d'une source (au format texte) dans la zone prévue

Pour un export d'un CV par Research Gate, par exemple :
Azouz Nesrine, Henri Pierreval: Adaptive smart card-based pull control systems in context-aware manufacturing systems: Training a neural network through multi-objective simulation optimization. Applied Soft Computing 11/2018;, DOI:10.1016/j.asoc.2018.10.051
Sana-Kouki Amri, Saber Darmoul, Sonia Hajri-Gabouj, Henri Pierreval: Risk issues in facility layout design. Sixth International Conference on Industrial Engineering and Operations Management, IEOM’2016, Kuala Lumpur, Malaysia; 03/2016
FEYZIOGLU O, PIERREVAL H: Hybrid organization of functional departments and manufacturing cells in the presence of imprecise data. International Journal of Production Research 01/2009; 47(2):343-368., DOI:10.1080/00207540802425898

{% csrf_token %}

Source

{{ form.choice_source.errors }} {{ form.choice_source.label_tag }}
{{ form.choice_source }}
{{ form.text_modif.errors }}

{{ form.text_modif.label_tag }}

{{ form.text_modif }}

Résultats :
{{ reponse_to_post }}


{% else %}
Pour faire une demande d'identifiants, envoyer un mail à jessica.leyrit@uca.fr

{% endif %} {% endblock %}