117 lines
No EOL
2.9 KiB
PHP
Executable file
117 lines
No EOL
2.9 KiB
PHP
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/style.css" />
|
|
<title>PEM2T</title>
|
|
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
|
|
|
<!-- GALLERY -->
|
|
<meta name="viewport" content="width=720">
|
|
<!-- jQuery, -->
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
|
|
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<?php include("index/includes/header.php"); ?>
|
|
|
|
<section>
|
|
|
|
<article>
|
|
<h2 id="pourquoi">Plan du site</h2>
|
|
|
|
<ol>
|
|
<li>INTRODUCTION
|
|
<ol>
|
|
<li><a href="index.php">Objectifs, contexte</a></li>
|
|
<li><a href="presentation">Présentation moteur</a>
|
|
<ol>
|
|
<li>Mise en situation</li>
|
|
</ol>
|
|
</li>
|
|
<li><a href="analysebesoin">Analyse du besoin</a>
|
|
<ol>
|
|
<li>Bête à cornes</li>
|
|
<li>Pieuvre</li>
|
|
<li>Fast</li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
</li>
|
|
<li>MOTEUR
|
|
<ol>
|
|
<li><a href="prespieces">Présentation des pièces</a></li>
|
|
<li><a href="foncmoteur">Fonctionnement moteur</a>
|
|
<ol>
|
|
<li>Explication générale du fonctionnement d’un moteur 2 temps</li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
</li>
|
|
<li>EMBRAYAGE
|
|
<ol>
|
|
<li><a href="foncembr">Fonctionnement embrayage</a></li>
|
|
<li><a href="ressortdroit">Étude du ressort droit</a></li>
|
|
<li><a href="ressortcourbe">Étude du ressort courbe</a></li>
|
|
</ol>
|
|
</li>
|
|
<li>MODÉLISATION
|
|
<ol>
|
|
<li><a href="modelisation">Explications</a></li>
|
|
<li><a href="ss-ens">Sous-ensembles et choix de modélisation</a></li>
|
|
<li><a href="graphe">Graphe de montage / démontage</a></li>
|
|
</ol>
|
|
</li>
|
|
<li>CHOIX DE CONCEPTION
|
|
<ol>
|
|
<li><a href="choixtech">Choix technologiques</a>
|
|
<ol>
|
|
<li>Pourquoi ce moteur ?</li>
|
|
<li>Etude d’un guidage en rotation</li>
|
|
<li>Etude d’une liaison complète</li>
|
|
</ol>
|
|
</li>
|
|
<li><a href="procedes">Matériaux et procédés</a>
|
|
<ol>
|
|
<li>Injection plastique</li>
|
|
<li>Moulage coque</li>
|
|
<li>Emboutissage de tôles</li>
|
|
<li>Fraisage</li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
</li>
|
|
<li>GESTION DE PROJET
|
|
<ol>
|
|
<li><a href="gdp">Explications</a></li>
|
|
<li><a href="gdpexemples">Exemples de livrables</a></li>
|
|
</ol>
|
|
</li>
|
|
<li>CONCLUSION
|
|
<ol>
|
|
<li><a href="ccln">Conclusion</a></li>
|
|
<li><a href="sources">Sources et remerciements</a></li>
|
|
</ol>
|
|
</li>
|
|
</ol>
|
|
|
|
</article>
|
|
|
|
<?php include("index/includes/aside.php"); ?>
|
|
|
|
</section>
|
|
|
|
|
|
<?php include("index/includes/footer.php"); ?>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|