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

Modify Text


{% if user.is_authenticated %}

Sélectionnez les options souhaitées pour obtenir un résultat formaté à partir d'un contenu texte.
Le résultat attendu est :
RI3 - HILL D., COQUILLARD P., De VAUGELAS J., "Discrete-Event Simulation of Alga Expansion", Simulation, Vol. 68, N°5, pp. 269-277, 1997.
O1 - HILL D., "Analyse Orientée-Objets et Modélisation par Simulation", Addison-Wesley, 1993, 362 p.
CO3 - HILL D., COQUILLARD P., "Ecological Modelling and Simulation", Handbook of Dynamic System Modeling, Paul Fishwick Editor, CRC Press, Chapter 29, pp. 29-1,18, 2007.
CI3 - CAUX C., GOURGAND M., HILL D., "Petri Net Simulation and Animation in a Graphical Object-Oriented Environment", Parallel and Distributed Sytems Conference 91, Trani, ITALY IT, September 10-13, 1991, pp. 359-362.


Copiez-collez le contenu de votre fichier texte dans la zone prévue

{% csrf_token %}

Action

Choix

Résultat

{{ form.delete_char.label_tag }}
{{ form.delete_char }}
{{ form.delete_char.errors }}
5 : [12] Lafourcade P., Hill D. ... -> Lafourcade P., Hill D. ...
{{ form.add_begin.label_tag }}
{{ form.add_begin }}
{{ form.add_begin.errors }}
RI : Lafourcade P., Hill D. ... -> RI1 - Lafourcade P., Hill D. ...
       Lacomme P., Vinot M. ... -> RI2 - Lacomme P., Vinot M. ...
{{ form.clean_text.label_tag }}
{{ form.clean_text }}
{{ form.clean_text.errors }}
{{ form.reverse_first_lastname.label_tag }}
{{ form.reverse_first_lastname }}
{{ form.reverse_first_lastname.errors }}
{{ form.get_volume.label_tag }}
{{ form.get_volume }}
{{ form.get_volume.errors }}
{{ form.get_pages.label_tag }}
{{ form.get_pages }}
{{ form.get_pages.errors }}
{{ form.transform_country.label_tag }}
{{ form.transform_country }}
{{ form.transform_country.errors }}
{{ 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 %}