From 6133ded1dad2031745e29143ab1c5df5a57b8fe2 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Thu, 12 Mar 2015 23:07:02 +0100 Subject: =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20disign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DiagramBDD Final.png | Bin 0 -> 109427 bytes Diagramme_de_cas_d'utilisation.png | Bin 0 -> 15346 bytes Diagramme_exigence.png | Bin 0 -> 127539 bytes index.html | 35 +++++++++++++++++++++++++++------ irccyn.html | 37 +++++++++++++++++++++++++++++++---- plateforme-c.html | 30 ++++++++++++++++++++++++---- stylesheets/stylesheet.css | 39 +++++++++++++++++++++++++++++++++---- sysml.html | 36 ++++++++++++++++++++++++++++++---- 8 files changed, 155 insertions(+), 22 deletions(-) create mode 100644 DiagramBDD Final.png create mode 100644 Diagramme_de_cas_d'utilisation.png create mode 100644 Diagramme_exigence.png diff --git a/DiagramBDD Final.png b/DiagramBDD Final.png new file mode 100644 index 0000000..eb6c646 Binary files /dev/null and b/DiagramBDD Final.png differ diff --git a/Diagramme_de_cas_d'utilisation.png b/Diagramme_de_cas_d'utilisation.png new file mode 100644 index 0000000..223fb8e Binary files /dev/null and b/Diagramme_de_cas_d'utilisation.png differ diff --git a/Diagramme_exigence.png b/Diagramme_exigence.png new file mode 100644 index 0000000..413bc72 Binary files /dev/null and b/Diagramme_exigence.png differ diff --git a/index.html b/index.html index 8957bbc..50f4576 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,24 @@ + Robot-cable by NeodarZ + + +
@@ -18,20 +33,28 @@

Robot-cable

Projet du lycée Eugène Livet (Nantes, France) sur la conception d'un robot-câble avec Arduino et Processing

+
Download as .zip Download as .tar.gz View on GitHub
+
+
- Accueil - SySML - Plateforme C - IRCCYN

@@ -61,14 +84,14 @@

- Philippe Mocquard (Professeur de l'option SIN, Système et Information du Numérique).

- Cédric B., contributeur du programme Processing pour les commandes de déplacements du robot.

- Brice P., contributeur du programme Processing pour les commandes de déplacements du robot.

-

- Timothée K., mise en place de la partie communication Xbee sur le projet.

+

- Timothée K.alias Timmy (@Timmy), mise en place de la partie communication Xbee sur le projet.

- Anaïs F., conception de la télécommande.

- Corentin B. alias Neodarz (@NeodarZ), contributeur du programme Processing pour la commande des plats des clients.


·._. Projet de Terminal ._.·°

- Philippe Mocquard (Professeur de l'option SIN, Système et Information du Numérique).

- Cédric B., contributeur du programme Processing pour les commandes de déplacements du robot.

-

- Timothée K., mise en place de la partie communication Xbee sur le projet.

+

- Timothée K. alias Timmy (@Timmy), mise en place de la partie communication Xbee sur le projet.

- Anaïs F., conception de la télécommande.

- Corentin B. alias Neodarz (@NeodarZ), contributeur du programme Processing pour la commande des plats des clients.

diff --git a/irccyn.html b/irccyn.html index 5c72c26..576f1bc 100644 --- a/irccyn.html +++ b/irccyn.html @@ -11,6 +11,20 @@ Robot-cable by NeodarZ + + +
@@ -18,20 +32,30 @@

Robot-cable

Projet du lycée Eugène Livet (Nantes, France) sur la conception d'un robot-câble avec Arduino et Processing

+

+ + +
- Accueil - SySML - Plateforme C - IRCCYN

@@ -39,6 +63,11 @@

L'IRCCYN est l'Institut de Recherche en Communications et Cybernétique de Nantes.

+

+Les différents types de Robots-Câbles

+ +

Les robots-câbles sont utilisés dans différents dommaines, comme la contruction, les manufactures ou encores dans des laboratoires

+

•?((¯°·._.• @NeodarZ •._.·°¯))؟•


diff --git a/plateforme-c.html b/plateforme-c.html index 2153796..3e4a05c 100644 --- a/plateforme-c.html +++ b/plateforme-c.html @@ -11,6 +11,20 @@ Robot-cable by NeodarZ + + +
@@ -18,20 +32,28 @@

Robot-cable

Projet du lycée Eugène Livet (Nantes, France) sur la conception d'un robot-câble avec Arduino et Processing

+
Download as .zip Download as .tar.gz View on GitHub
+
+
- Accueil - SySML - Plateforme C - IRCCYN

diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 9deb39c..aaacb16 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -12,7 +12,7 @@ body { .container { width: 90%; - max-width: 600px; + max-width: 630px; margin: 0 auto; } @@ -40,7 +40,7 @@ header { width: 100%; border-bottom: 1px dashed #b5e853; padding: 20px 0; - margin: 0 0 40px 0; + margin: 0px; } header h1 { @@ -80,6 +80,9 @@ header h2 { #main_content { width: 100%; -webkit-font-smoothing: antialiased; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5) inset, 0 2px 2px 0 rgba(255, 255, 255, 0.5); + padding-left: 15px; + padding-right: 15px; } section img { max-width: 100% @@ -223,7 +226,6 @@ hr { border-bottom: 2px solid rgba(181, 232, 83, 0.7); border-top: 2px solid rgba(181, 232, 83, 1); color: #b5e853; - letter-spacing: -0.03em; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1); @@ -279,4 +281,33 @@ a { .cf { zoom:1; -} \ No newline at end of file +} + +/* Ajout CSS */ + +#menu_fix +{ + border-bottom: 1px dashed #b5e853; + padding-top:20px; + padding-bottom:20px; + background: red; + background: #302F2F; + +} + +#menu.fixed +{ + position: fixed; + top: 0; + background: #302F2F; + text-align: center; + top:-4px; + padding-top: 19px; + padding-bottom: 15px; + padding-right: 10%; + padding-left: 10%; + width: 100%; + left: 50%; + transform: translate(-50%); + box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), 0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset; +} diff --git a/sysml.html b/sysml.html index 201014f..ee711e7 100644 --- a/sysml.html +++ b/sysml.html @@ -11,6 +11,20 @@ Robot-cable by NeodarZ + + +
@@ -18,20 +32,28 @@

Robot-cable

Projet du lycée Eugène Livet (Nantes, France) sur la conception d'un robot-câble avec Arduino et Processing

+
Download as .zip Download as .tar.gz View on GitHub
+
+
- Accueil - SySML - Plateforme C - IRCCYN

@@ -41,6 +63,12 @@

Il permet la spécification, l'analyse, la conception, la vérification et la validation de nombreux sytèmes.

Source : @Wikipédia

+

+Diagrammes SySML du projet :

+ +

Diagramme du cas d'utilisation :

+ +

•?((¯°·._.• @NeodarZ •._.·°¯))؟•

-- cgit v1.2.1