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

Text to HAL


{% if user.is_authenticated %}

Remplissez les données demandées ci-dessous
Tous les champs sont requis
L'entrée attendue est celle donnée pour l'HCERES, elle est formatée ainsi :

RI1 - COQUILLARD P., HILL D., "Object-oriented Simulation of Scots Pine Growth interactions", Simulation, J. McLeod Simulation in the Service of Society, sélection d’un article de la Summer Simulation Conference, July 24-26, 1995, Ottawa, CANADA, pp. 917-923, Vol.65.
RN1 - HILL D., "Introduction à la Simulation par Objets", L’objet, 1997, Hermes, Vol. 3, N° 1, pp. 53-63, doi:10.1155/2014/350487.
O1 - HILL D., "Analyse Orientée-Objets et Modélisation par Simulation", Addison-Wesley, 1993, 362 p.
CO1 - COQUILLARD P., GUEUGNOT J., HILL D., MAHY G., "Une nouvelle classe de simulateurs à contraintes spatiales", Tendances nouvelles en modélisation pour l'environnement , Alain Pavé Editeur, Elsevier, 1997, pp. 255-265.
CI2 - GOURGAND M. HILL D., "Petri Nets to OCCAM 2 translation techniques", Parallel Distributed and Concurrent Systems 90, New-York, USA, Oct 10-12, 1990, pp. 319-320.
CI1 - Gourgand Michel, HILL D., "Petri Nets Modelling on Transputers", SCS European Simulation Symposium ESS 90, Ghent, BELGIUM, Nov 8-10, 1990, p. 143-148.
CN1 - GOURGAND M., HILL D., KELLERT P., TOURRON P., "Environnement orienté objet d’animation de simulation de systèmes de production sur station de travail Unix", Actes d’Interface des mondes réels et virtuels, Montpellier, FRANCE, Mars 1991, pp. 423-435.
P1 - MICHELIN Y., COQUILLARD P., HILL D., L'HOMME G., LOISEAU P., MICOL D. "Sustainable herbivores production and ecological land use in mountains areas a multidiciplinary approach". IV International Symposium on the Nutrition of Herbivores, Clermont-Ferrand, FRANCE, 11-15 Septembre, 1995.

Dans un premier temps, simulez le dépôt en laissant les champs "dépôt préprod" et "dépôt prod" décochés
Copiez-collez le contenu de votre fichier texte dans la zone prévue

{% csrf_token %}

Auteur

{{ form.form_author.errors }} {{ form.form_author.label_tag }}
{{ form.form_author }}
{{ form.name_user.errors }} {{ form.name_user.label_tag }}
{{ form.name_user }}
{{ form.firstname_user.errors }} {{ form.firstname_user.label_tag }}
{{ form.firstname_user }}
{{ form.login_user.errors }} {{ form.login_user.label_tag }}
{{ form.login_user }}
{{ form.id_hal_user.errors }} {{ form.id_hal_user.label_tag }}
{{ form.id_hal_user }}
{{ form.labo_auth_final.errors }} {{ form.labo_auth_final.label_tag }}
{{ form.labo_auth_final }}

{{ form.domain1.errors }} {{ form.domain1.label_tag }}
{{ form.domain1 }}
{{ form.domain2.errors }} {{ form.domain2.label_tag }}
{{ form.domain2 }}
{{ form.domain3.errors }} {{ form.domain3.label_tag }}
{{ form.domain3 }}
{{ form.domain4.errors }} {{ form.domain4.label_tag }}
{{ form.domain4 }}
{{ form.domain5.errors }} {{ form.domain5.label_tag }}
{{ form.domain5 }}

Déposant

{{ form.login_depot.label_tag }}
{{ form.login_depot }}
{{ form.passwd_depot.label_tag }}
{{ form.passwd_depot }}
{{ form.choice_depot.errors }} {{ form.choice_depot.label_tag }}
{{ form.choice_depot }}

{{ form.text_file.errors }} {{ form.text_file.label_tag }}
{{ form.text_file }}

Résultats : {% autoescape off %}

{{ reponse_to_post }}


{% endautoescape %}
{% if list_to_post|length > 0%} {% for pub in list_to_post %} {% endfor %}
Auteurs Titre Conf pp vol date type todo Ville pays acr lang
{{ pub.num }} {{ pub.authors }} {{ pub.title }} {{ pub.conf }} {{ pub.page }} {{ pub.vol }} {{ pub.date }} {{ pub.type }} {{ pub.todo }} {{ pub.ville }} {{ pub.pays }} {{ pub.acr }} {{ pub.lang }}
{% endif %} {% else %}
Pour faire une demande d'identifiants, envoyer un mail à jessica.leyrit@uca.fr

{% endif %} {% endblock %}