-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcompetitions.html
executable file
·133 lines (130 loc) · 7.13 KB
/
competitions.html
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
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>
<section class="wrapper style3 container">
<div class="gallery js-flickity">
<div class="gallery-cell awesomePeopleRaceUP">
<div class="awesomePeopleRaceUPImg">
<a class="image">
<img src="images/others/ross-brawn.png"
alt="Ross Brawn">
</a>
</div>
<div>
<h3>Ross Brawn</h3>
<h6>Formula Student Patron</h6>
<p>
<br>
<i>"Formula Student encourages very diverse innovation.
in many ways Formula Student has the potential to be
more innovative than F1"</i>
</p>
</div>
</div>
<div class="gallery-cell awesomePeopleRaceUP">
<div class="awesomePeopleRaceUPImg">
<a class="image">
<img src="images/others/bob-bell.png"
alt="Bob Bell">
</a>
</div>
<div>
<h3>Bob Bell</h3>
<h6>Chief Technical Officer - Alpine F1 Team</h6>
<p>
<br>
<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 professiona engineering offer
such an opportunity to young engineers, and its educational
benefits are of significance over a very wide engineering domani."</i>
</p>
</div>
</div>
</div>
</section>
<section class="wrapper style3 container">
<h2>Gli eventi</h2>
<div class="row">
<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">
Formula Student Austria
</p>
<a class="image featured"
href="https://fsaustria.at/">
<img src="/images/FSA.png" alt="ZF"></a>
</div>
<div class="4u">
<p class="centered">
Formula SAE Italy
</p>
<a class="image featured"
href="https://www.formula-ata.it/"><img
src="/images/formula_ata.png" alt="SAE"></a>
</div>
</div>
<div class="row">
<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 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 East
</p>
<a class="image featured"
href="https://fseast.eu/"><img
src="/images/FSEast.png" alt="FSG"></a>
</div>
</div>
</section>
</article>
<script type="text/javascript" src="/js/flickity.pkgd.js"></script>
<link rel="stylesheet" href="/css/flickity.min.css">