Skip to content

Commit 0d60a10

Browse files
committed
First cut to the developers page
1 parent 794d3e1 commit 0d60a10

File tree

16 files changed

+237
-1
lines changed

16 files changed

+237
-1
lines changed

_includes/topnav.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<li {% if page.sectionid=='docs' %} class="active" {% endif %}><a href="{{ "/docs/home/" | prepend: site.baseurl }}">Docs</a></li>
1818
<li {% if page.sectionid=='tutorials' %} class="active" {% endif %}><a href="{{ "/tutorials/home/" | prepend: site.baseurl }}">Tutorials</a></li>
1919
<li {% if page.sectionid=='forum' %} class="active" {% endif %}><a href="{{ "https://www.cfd-online.com/Forums/su2/" | prepend: site.baseurl }}">Forum</a></li>
20-
<li {% if page.sectionid=='develop' %} class="disabled" {% endif %}><a href="{{ "http://su2devsociety.org" | prepend: site.baseurl }}">Develop</a></li>
20+
<li {% if page.sectionid=='develop' %} class="active" {% endif %}><a href="{{ "/develop.html" | prepend: site.baseurl }}">Develop</a></li>
21+
<li {% if page.sectionid=='ids' %} class="active" {% endif %}><a href="{{ "http://su2devsociety.org" | prepend: site.baseurl }}">IDS</a></li>
2122
<li {% if page.sectionid=='blog' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">News</a></li>
2223
</ul>
2324
<div class="navbar-right">

develop.html

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: SU2 Developers
3+
layout: default
4+
---
5+
6+
<div class="container">
7+
8+
<div class="row">
9+
<div class="col-lg-12">
10+
<h1 class="text-center">Join the Team</h1>
11+
12+
<p>The SU2 community continues to grow rapidly, and together, we are making a measurable, worldwide impact on CFD. Now, it's time to tap into our collective expertise, creativity, and programming skills to take SU2 to the next level.</p>
13+
14+
<p>We invite all contributors to the SU2 project to become members of the <a href="http://su2devsociety.org">SU2 International Developers Society (IDS)</a>. The mission of the society is to connect, inspire, and expand the SU2 developer community. Membership is free and offers some serious perks.</p>
15+
16+
<br>
17+
18+
<p>SU2 is being developed by individuals and organized teams around the world. Currently, the most active teams contributing to SU2 are:</p>
19+
<br>
20+
<ul>
21+
<li><a href="teams/SU_Team.html">Team at Stanford University.</a></li>
22+
<li><a href="teams/TD_Team.html">Team at Delft University of Technology.</a></li>
23+
<li><a href="teams/KL_Team.html">Team at Kaiserslautern University of Technology.</a></li>
24+
<li><a href="teams/IC_Team.html">Team at Imperial College.</a></li>
25+
<li><a href="teams/USB_Team.html">Team at the University of Basilicata.</a></li>
26+
<li><a href="teams/PM_Team.html">Team at Polytechnic University of Milan.</a></li>
27+
<li><a href="teams/UB_Team.html">Team at University of Brescia.</a></li>
28+
<li><a href="teams/US_Team.html">Team at University of Strathclyde.</a></li>
29+
<li>Team at University of Twente.</li>
30+
<li>Team at the University of Michigan.</li>
31+
<li>Team at Queen's University.</li>
32+
<li>Team at Royal Military College of Canada.</li>
33+
<li>Team at the Indian Institute of Technology Gandhinagar.</li>
34+
<li>Team at the University of Sydney.</li>
35+
<li>Team at Virginia Tech.</li>
36+
</ul>
37+
<br>
38+
39+
<p><b>Note I: If you are actively working on SU2 and your team is not in the list, please let us know and we will add your team and profile to this webpage.</b></p>
40+
41+
<br>
42+
43+
<hr>
44+
45+
<br>
46+
47+
48+
<h1 class="text-center">Gitting Started</h1>
49+
50+
51+
<p> GitHub is the center of all development efforts in SU2. The su2code GitHub organization contains the <a href="https://github.com/su2code/SU2">main code</a> repository as well as supporting materials:</p>
52+
<br>
53+
<p><center>
54+
<a href="https://github.com/su2code">
55+
<img src="img/logos/logo_github.png" style="width:82px;height:43px"> <br>
56+
SU2 on Github!</a>
57+
</center></p>
58+
59+
<br>
60+
61+
<p>You can check out all of the development activity, and new developers are encouraged to log feature requests, questions, and bug reports through the GitHub <a href="https://github.com/su2code/SU2/issues">issue tracker</a>. Developers can have their code contributions integrated through GitHub as well. For more information, look at the <a href="https://su2code.github.io/docs/home/">SU2 wiki</a> on GitHub. </p>
62+
63+
64+
65+
</div>
66+
</div>
67+
68+
</div>
69+
70+

img/logos/logo_github.png

23.4 KB
Loading

img/portrait/CREATeam2.jpg

1.74 MB
Loading

img/portrait/KLTeam_2014.jpg

129 KB
Loading

img/portrait/SU2Team_2014.jpeg

628 KB
Loading

img/portrait/TDTeam_2014.jpg

570 KB
Loading

teams/.DS_Store

6 KB
Binary file not shown.

teams/IC_Team.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: SU2 Dev. Team at Imperial College London
3+
layout: default
4+
---
5+
6+
<div class="container">
7+
8+
<div class="row">
9+
<div class="col-lg-12">
10+
<h1 class="text-center">SU2 Dev. Team at Imperial College London</h1>
11+
12+
<p> Our group is focused on increasing the efficiency of the next generation of air vehicles and wind turbines by exploiting aeroelastic phenomena and effectively understanding the mechanisms of aerodynamic actuation, which will allow effective control of flexible lightweight wings and blades.
13+
</p>
14+
15+
</div>
16+
</div>
17+
18+
</div>
19+
20+

teams/KL_Team.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: SU2 Dev. Team at University of Kaiserslautern
3+
layout: default
4+
---
5+
6+
<div class="container">
7+
8+
<div class="row">
9+
<div class="col-lg-12">
10+
<h1 class="text-center">SU2 Dev. Team at University of Kaiserslautern</h1>
11+
12+
<img class="framed_img" src="../img/portrait/KLTeam_2014.jpg" alt="KL Team" width="500px" height="467px" />
13+
14+
<p><a href="http://www.scicomp.uni-kl.de">Our group</a> focuses on the development of methods and tools for efficient shape optimization, optimal flow control and aerocoustic optimization. This includes research in the field of Algorithmic/Automatic Differentation (AD), Adjoint-based optimization methods like One-Shot and finally the application to multi-discplinary problems involving complex and high-fidelity flow models.</p>
15+
16+
</div>
17+
</div>
18+
19+
</div>
20+
21+

0 commit comments

Comments
 (0)