forked from raceup/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompetitions.html
More file actions
executable file
·92 lines (87 loc) · 5.48 KB
/
Copy pathcompetitions.html
File metadata and controls
executable file
·92 lines (87 loc) · 5.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
layout: default
title: titles.competitions
---
<article id="main">
<section class="wrapper style3 container">
<h2>Le competizioni</h2>
<div class="row">
<div class="6u">
<a class="image featured" href="http://www.sae.org/"><img src="/images/sae.jpg" alt="SAE"></a>
<a class="image featured" href="https://www.fsaeonline.com/"><img src="/images/fsae.jpg" alt="FSAE"></a>
</div>
<div class="6u">
<div class="row">
<p>
<strong>Formula SAE</strong>
<br>
<i>International design competition.</i>
<br>
{% if site.lang == "it" %}Istituita nel 1981, questa competizione prevede la concezione, progettazione e produzione di un’Auto, realizzata in stile formula, che andrà a misurarsi in una serie di prove statiche e dinamiche e sarà valutata da un team di ingegneri ed esperti. La Multidisciplinarietà di questo progetto è assicurata dalla natura stesse di queste prove, che comprendono, tra l’altro, lo sviluppo di un business plan per il modello realizzato. L’obiettivo della Formula SAE è di favorire lo sviluppo professionale degli studenti negli ambiti di: design, project planning, team building, comunicazione e project management. La Formula SAE è oggi diffusa in tutti i continenti e si tiene in circuiti del calibro di Hockenheim ring, Silverstone, Montmelò e Autodromo Paletti.
<br>
L'idea di base della Formula SAE è che un'azienda fittizia commissioni al team la realizzazione di un prototipo di un'auto da corsa rivolta a piloti non professionisti e che rispetti ben definite caratteristiche tecniche. {% elsif site.lang == "en" %}Established in 1981, this competition envisions the design and the production of a car made in a formula style, which will be RATED in a series of static and dynamic tests and will be evaluated by a team of engineers and experts. The multidisciplinary side of this project is ensured by the very nature of these trials, which include, among others, the development of a business plan for the implemented model. The objective of FORMULA SAE is to foster the professional development of students in the fields of: design, project planning, team building, communication and project management. Today Formula SAE is spread all over the continents and the races are held in circuits such as Hockenheim ring, Silverstone, Montmelò and Autodromo Paletti.
<br>
The basic idea of the Formula SAE is that a dummy company commits to the team the realization of a prototype of a racing car for non-professional pilots and which respects well-defined technical features.{% endif %}
</p>
</div>
</div>
</div>
</section>
<div class="wrapper style3 container">
<div id="quotesGallery" class="gallery js-flickity">
<div class="gallery-cell wrapper">
<p>
<i>I feel very privileged to become an ambassador for
Formula Student, given its outstanding success in
promoting competitive engineering at an
international level. Few other forms of professional
engineering offer such an opportunity to young
engineers, and its educational benefits are of
significance over a very wide engineering
domain.</i>
</p>
<strong>Bob Bell, Chief Technical Officer, Renault Formula
One</strong>
</div>
<div class="gallery-cell wrapper">
<p>
<i>Formula Student encourages very diverse innovation.
In many ways Formula Student has the potential to be
more innovative than F1.</i>
</p>
<strong>Ross Brawn, Formula Student Patron</strong>
</div>
</div>
</div>
<section class="wrapper style3 container">
<h2>Gli eventi</h2>
<div class="row">
<div class="4u">
<p class="centered">
Society of Automotive Engineers
</p>
<a class="image featured"
href="http://students.sae.org/cds/formulaseries/"><img
src="/images/sae.jpg" alt="SAE"></a>
</div>
<div class="4u">
<p class="centered">
Formula Student Germany
</p>
<a class="image featured"
href="https://www.formulastudent.de/"><img
src="/images/fsg.jpg" alt="FSG"></a>
</div>
<div class="4u">
<p class="centered">
ZF Race Camp
</p>
<a class="image featured"
href="https://www.zf.com/corporate/en_de/career/get_started_with_zf/meet_us_here/studierende/zf_race_camp/zf_race_camp.html">
<img src="/images/zf.jpg" alt="ZF"></a>
</div>
</div>
</section>
</article>
<script type="text/javascript" src="/js/flickity.pkgd.js"></script>
<link rel="stylesheet" href="/css/flickity.min.css">