Skip to content

Commit f25dac7

Browse files
committed
v6 email.
1 parent 000c681 commit f25dac7

File tree

2 files changed

+325
-0
lines changed

2 files changed

+325
-0
lines changed
718 KB
Loading

emails/su2_email_v6.html

Lines changed: 325 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,325 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta name="viewport" content="width=device-width" />
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<title>Official Release of SU2 v6.0</title>
7+
<style>
8+
/* -------------------------------------
9+
GLOBAL
10+
------------------------------------- */
11+
* {
12+
margin: 0;
13+
padding: 0;
14+
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
15+
font-size: 100%;
16+
line-height: 1.6;
17+
}
18+
19+
img {
20+
max-width: 100%;
21+
}
22+
23+
body {
24+
-webkit-font-smoothing: antialiased;
25+
-webkit-text-size-adjust: none;
26+
width: 100%!important;
27+
height: 100%;
28+
}
29+
30+
31+
/* -------------------------------------
32+
ELEMENTS
33+
------------------------------------- */
34+
a {
35+
color: #348eda;
36+
}
37+
38+
.btn-primary {
39+
text-decoration: none;
40+
color: #FFF;
41+
background-color: #002975;
42+
border: solid #002975;
43+
border-width: 10px 20px;
44+
line-height: 2;
45+
font-weight: bold;
46+
margin-right: 10px;
47+
text-align: center;
48+
cursor: pointer;
49+
display: inline-block;
50+
border-radius: 20px;
51+
}
52+
53+
.btn-secondary {
54+
text-decoration: none;
55+
color: #FFF;
56+
background-color: #AB002F;
57+
border: solid #AB002F;
58+
border-width: 10px 20px;
59+
line-height: 2;
60+
font-weight: bold;
61+
margin-right: 10px;
62+
text-align: center;
63+
cursor: pointer;
64+
display: inline-block;
65+
border-radius: 20px;
66+
}
67+
68+
.last {
69+
margin-bottom: 0;
70+
}
71+
72+
.first {
73+
margin-top: 0;
74+
}
75+
76+
.padding {
77+
padding: 10px 0;
78+
}
79+
80+
81+
/* -------------------------------------
82+
BODY
83+
------------------------------------- */
84+
table.body-wrap {
85+
width: 100%;
86+
padding: 10px;
87+
}
88+
89+
table.body-wrap .container {
90+
border: 2px solid #FFFFFF;
91+
}
92+
93+
94+
/* -------------------------------------
95+
FOOTER
96+
------------------------------------- */
97+
table.footer-wrap {
98+
width: 100%;
99+
clear: both!important;
100+
}
101+
102+
.footer-wrap .container p {
103+
font-size: 12px;
104+
color: #666;
105+
106+
}
107+
108+
table.footer-wrap a {
109+
color: #999;
110+
}
111+
112+
113+
/* -------------------------------------
114+
TYPOGRAPHY
115+
------------------------------------- */
116+
h1, h2, h3 {
117+
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
118+
line-height: 1.1;
119+
margin-bottom: 15px;
120+
color: #000;
121+
margin: 40px 0 10px;
122+
line-height: 1.2;
123+
font-weight: 200;
124+
}
125+
126+
h1 {
127+
font-size: 36px;
128+
}
129+
h2 {
130+
margin: 10px 0 10px;
131+
font-size: 28px;
132+
margin-bottom: 5px;
133+
}
134+
h3 {
135+
margin: 10px 0 10px;
136+
font-size: 22px;
137+
}
138+
139+
p, ul, ol {
140+
margin-bottom: 10px;
141+
font-weight: normal;
142+
font-size: 15px;
143+
}
144+
145+
ul li, ol li {
146+
margin-left: 5px;
147+
list-style-position: inside;
148+
}
149+
150+
/* ---------------------------------------------------
151+
RESPONSIVENESS
152+
Nuke it from orbit. It's the only way to be sure.
153+
------------------------------------------------------ */
154+
155+
/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
156+
.container {
157+
display: block!important;
158+
max-width: 600px!important;
159+
margin: 0 auto!important; /* makes it centered */
160+
clear: both!important;
161+
}
162+
163+
/* Set the padding on the td rather than the div for Outlook compatibility */
164+
.body-wrap .container {
165+
padding: 20px;
166+
}
167+
168+
/* This should also be a block element, so that it will fill 100% of the .container */
169+
.content {
170+
max-width: 600px;
171+
margin: 0 auto;
172+
display: block;
173+
}
174+
175+
/* Let's make sure tables in the content area are 100% wide */
176+
.content table {
177+
width: 100%;
178+
}
179+
180+
</style>
181+
</head>
182+
183+
<body bgcolor="#FFFFFF">
184+
185+
<!-- body -->
186+
<table class="body-wrap">
187+
<tr>
188+
<td></td>
189+
<td class="container" bgcolor="#FFFFFF">
190+
191+
<!-- content -->
192+
<div class="content">
193+
<table>
194+
<tr>
195+
<td>
196+
197+
<center><a href="https://su2code.github.io"><img src="https://su2code.github.io/emails/logoSU2_v3.3_small.jpeg" height="152" width="250"></a>
198+
199+
<p><h1> SU2 v6.0 Falcon</h1></p>
200+
<p><h3> Powerful. Fast. Free.</h3></p>
201+
<br>
202+
<a><img src="BSCWTC3_EDDES_37500_Q-100.png" height="250" width="500"></a>
203+
204+
</center>
205+
206+
<br>
207+
<br>
208+
209+
<center>
210+
211+
<p> Today, we're introducing <font color="#B22234">S</font><font color="#3C3B6E">U</font><font color="#B22234">2</font> v6.0 Falcon, the latest release of our open-source software for multiphysics simulation and design. <font color="#B22234">S</font><font color="#3C3B6E">U</font><font color="#B22234">2</font> v6.0 Falcon is packed with new features and improvements across the board, making it the best version of <font color="#B22234">S</font><font color="#3C3B6E">U</font><font color="#B22234">2</font> yet. A standout new addition is the Delayed Detached Eddy Simulation (DDES) technique for computing scale-resolving flows, developed in collaboration with the department of Aeronautics and Mechanics of the Aeronautical Institute of Technology (ITA-Brazil). The implementation includes state-of-the art unstructured non-zonal Grey Area Mitigation (GAM) methods, specifically designed to accelerate the RANS to LES transition. We are convinced that this DDES extension will both provide a much needed community framework for further improvement of hybrid RANS/LES methods and position SU2 to meet the demands of new industrial applications. For more information, please see our AIAA Aviation 2017 and IFASD 2017 papers. </p>
212+
213+
214+
<table>
215+
<tr>
216+
<td class="padding">
217+
<center>
218+
<p><a href="https://github.com/su2code/SU2/releases" class="btn-primary"> Download SU2 v6.0 </a></p>
219+
</center>
220+
</td>
221+
</tr>
222+
</table>
223+
224+
</center>
225+
226+
<center>
227+
<p><font color="#B22234">S</font><font color="#3C3B6E">U</font><font color="#B22234">2</font> v6.0 contains many new features and improvements, including the following:
228+
</center>
229+
<uL>
230+
<li> Hybrid RANS / LES model implementations.
231+
<li> Low-dissipation upwind schemes and improved low-speed preconditioning.
232+
<li> Additional variants of the S-A turbulence model.
233+
<li> Introduction of MeDiPack for parallel communication with CoDiPack.
234+
<li> Added support for both Python 2 and Python 3.
235+
<li> Coupled discrete adjoint solver for Fluid-Structure Interaction (FSI) problems.
236+
<li> New capabilities for simulating internal flows in turbomachinery.
237+
<li> Sliding mesh implementation with updates to interpolation and transfer classes.
238+
<li> Easier customization of output and major improvements to geometry analysis.
239+
<li> New native binary format for restart files that are read/written with MPI I/O.
240+
<li> Improvements to Python scripts for design optimization.
241+
<li> Classical RK4 added for explicit time integration.
242+
<li> New Tutorials repository and reorganization for expansion.
243+
<li> Additional bug fixes, usability and stability improvements, and general maintenance.
244+
</ul>
245+
</p>
246+
247+
<br>
248+
<center>
249+
<p><font color="#B22234">S</font><font color="#3C3B6E">U</font><font color="#B22234">2</font> v6.0 is now available on our <a href="https://su2code.github.io/download.html">Download</a> page and <a href="https://github.com/su2code/SU2/releases">GitHub</a>.</p>
250+
</center>
251+
252+
253+
<center><p><h1><font color="#B22234">S</font><font color="#3C3B6E">U</font><font color="#B22234">2</font> Developers Meeting 2017</h1></p>
254+
<br>
255+
256+
</center>
257+
258+
<center>
259+
<p> This past December 18-19, we held the 2nd Annual SU2 Developers Meeting at Stanford University. Don't miss the great content presented by the developers. Click on the agenda below to access the presentation materials by following the links. You can also <a href="http://adl.stanford.edu/dropbox/2ndAnnualSU2DevelopersMeeting-Day1-Morning.mp4">view the entire the webinar recording</a>.
260+
</p>
261+
262+
<br>
263+
264+
<a href="https://su2code.github.io/documents/SU2_Dev_Meeting_Agenda_20171218.pdf"><img src="https://su2code.github.io/emails/dev_meeting_agenda_2.png"></a><br>Click the image to see the agenda.
265+
266+
</center>
267+
268+
269+
</td>
270+
</tr>
271+
</table>
272+
</div>
273+
<!-- /content -->
274+
275+
</td>
276+
<td></td>
277+
</tr>
278+
</table>
279+
<!-- /body -->
280+
281+
<br>
282+
<br>
283+
<!-- footer -->
284+
<table class="footer-wrap">
285+
<tr>
286+
<td></td>
287+
<td class="container">
288+
289+
<!-- content -->
290+
<div class="content">
291+
<table>
292+
293+
<tr>
294+
<td class="padding">
295+
<center>
296+
<p><a href="https://github.com/su2code/SU2"><img src="https://su2code.github.io/emails/GitHub_45.png" height="45" width="45" style="PADDING-LEFT: 20px; PADDING-RIGHT: 20px"></a> <a href="https://su2code.github.io"><img src="https://su2code.github.io/emails/su2_buttons_home_45.jpg" height="45" width="45" style="PADDING-LEFT: 20px; PADDING-RIGHT: 20px"></a> <a href="https://twitter.com/intent/user?screen_name=su2code"><img src="https://su2code.github.io/emails/su2_buttons_twitter_45.png" height="45" width="45" style="PADDING-LEFT: 20px; PADDING-RIGHT: 20px"></a><a href="https://www.facebook.com/su2code/"><img src="https://su2code.github.io/emails/facebook_button_45.png" height="45" width="45" style="PADDING-LEFT: 20px; PADDING-RIGHT: 20px"></a></p>
297+
</center>
298+
</td>
299+
</tr>
300+
301+
<center>
302+
<a href="https://su2code.github.io/emails/su2_word_cloud.pdf"><img src="https://su2code.github.io/emails/su2_word_cloud_white.jpg"></a>
303+
304+
</center>
305+
<tr>
306+
<td align="center">
307+
<p> Having trouble viewing this email? View it as a <a href="https://su2code.github.io/emails/su2_email_v6.html">webpage.</a></p>
308+
309+
<p>SU2 is maintained by developers all around the world and is released under an open-source license (LGPL v2.1).
310+
This list is only used to disseminate important information regarding our software. The development team respects your privacy, and should you wish, you can <a href="https://mailman.stanford.edu/mailman/listinfo/susquared-users"><unsubscribe>unsubscribe</unsubscribe></a>.
311+
</p><br>
312+
</td>
313+
</tr>
314+
</table>
315+
</div>
316+
<!-- /content -->
317+
318+
</td>
319+
<td></td>
320+
</tr>
321+
</table>
322+
<!-- /footer -->
323+
324+
</body>
325+
</html>

0 commit comments

Comments
 (0)