site-pem2t/sources.php

220 lines
No EOL
4.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>
<!-- MATHJAX -->
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
</script>
</head>
<body>
<?php include("index/includes/header.php"); ?>
<section>
<article>
<h1>Remerciements</h1>
<p>&emsp;Nous souhaitons remercier toutes les personnes nous ayant aid&eacute; lors de projet ainsi que l&rsquo;&eacute;quipe des professeurs du DUT, et en particulier M. Maldonado, notre tuteur qui nous a aiguill&eacute; et &eacute;paul&eacute; dans nos &eacute;tudes technologiques.</p>
<p>&emsp;Nous remercions &eacute;galement l&rsquo;Ecole Nationale Sup&eacute;rieure des Arts et M&eacute;tiers, pour la mise &agrave; disposition des espaces de travail ainsi que du mat&eacute;riel informatique, sans lesquels la r&eacute;alisation de ce projet n&rsquo;aurait pas &eacute;t&eacute; possible.</p>
<p>&emsp;Enfin, merci au d&eacute;partement G&eacute;nie M&eacute;canique et Productique de l&rsquo;IUT d&rsquo;Angers, tout d&rsquo;abord pour la mise &agrave; disposition des outils et &eacute;quipements nous ayant permis de pouvoir &eacute;tudier notre syst&egrave;me en d&eacute;tail. Aussi, merci de nous avoir donn&eacute; l&rsquo;opportunit&eacute; de travailler sur un projet concret, int&eacute;ressant, et instructif.</p>
<h1>Sources</h1>
<h2>Guidage en rotation :</h2>
<table>
<tr>
<th>Utilisation</th>
<th>Lien</th>
</tr>
<tr>
<td>Roulements</td>
<td>https://www.abf.store/s/fr/roulements/6202-C-KBC-FAG-HANWHA/992210</td>
</tr>
<tr>
<td>Roulements</td>
<td>https://www.royalsupply.com/store/pc/KBC-6202DD-Bearing-15x35x11-Sealed-Single-Row-Deep-Groove-EMQ-Ball-Bearing-p96735.htm</td>
</table>
<h2>Fonctionnement moteur 2 temps :</h2>
<table>
<tr>
<th>Utilisation</th>
<th>Lien</th>
</tr>
<tr>
<td>Explications sur le moteur 2 temps</td>
<td>http://www.toutsurlamoto.com/le-moteur-2-temps.html</td>
</tr>
<tr>
<td>Explications sur le moteur 2 temps</td>
<td>https://fr.wikipedia.org/wiki/Moteur_%C3%A0_deux_temps</td>
</tr>
<tr>
<td>Explications sur les fonctionnements en détail de moteurs</td>
<td>Technique Automobile - 1 - Le Moteur de J. Chagette aux éditions DUNOD</td>
</tr>
<tr>
<td>Image de rotofil</td>
<td>http://www.stanleyoutillage.fr/</td>
</tr>
</table>
<h2>Étude de l'embrayage</h2>
<table>
<tr>
<th>Utilisation</th>
<th>Lien</th>
</tr>
<tr>
<td>Sujet de devoir sur l'embrayage centrifuge</td>
<td>docplayer.fr/45634609-Embrayages-joho-pierre.html</td>
</tr>
</table>
<h2>Étude du ressort</h2>
<table>
<tr>
<th>Utilisation</th>
<th>Lien</th>
</tr>
<tr>
<td>Formule de raideur</td>
<td>Guide des sciences et technologies industrielles - J.L. FANCHON</td>
</tr>
</table>
<h2>Solidworks :</h2>
<table>
<tr>
<th>Utilisation</th>
<th>Lien</th>
</tr>
<tr>
<td>Explication de fonctionnalités avancées</td>
<td>https://www.youtube.com/watch?v=HBZiVhgcp-8</td>
</tr>
</table>
<h2>Guidage en rotation :</h2>
<table>
<tr>
<th>Utilisation</th>
<th>Lien</th>
</tr>
<tr>
<td>Roulements</td>
<td>https://www.abf.store/s/fr/roulements/6202-C-KBC-FAG-HANWHA/992210</td>
</tr>
<tr>
<td>Roulements</td>
<td>https://www.royalsupply.com/store/pc/KBC-6202DD-Bearing-15x35x11-Sealed-Single-Row-Deep-Groove-EMQ-Ball-Bearing-p96735.htm</td>
</tr>
</table>
<h2>Matériaux et procédés</h2>
<table>
<tr>
<th>Utilisation</th>
<th>Lien</th>
</tr>
<tr>
<td>Images</td>
<td>https://www.wikimedia.com</td>
</tr>
<tr>
<td>Images</td>
<td>https://www.fonderie-mrt.fr/images/coqu-2.jpg</td>
</tr>
</table>
<h2>Galleries vierges à remplir</h2>
<table>
<tr>
<th>Utilisation</th>
<th>Lien</th>
</tr>
<tr>
<td>Code</td>
<td>https://unsplash.com/</td>
</tr>
</table>
</article>
<?php include("index/includes/aside.php"); ?>
</section>
<?php include("index/includes/footer.php"); ?>
</body>
</html>