forked from su2code/su2code.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelop.html
70 lines (48 loc) · 2.84 KB
/
develop.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
---
title: SU2 Developers
layout: default
---
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center">Join the Team</h1>
<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>
<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>
<br>
<p>SU2 is being developed by individuals and organized teams around the world. Currently, the most active teams contributing to SU2 are:</p>
<br>
<ul>
<li><a href="teams/SU_Team.html">Team at Stanford University.</a></li>
<li><a href="teams/TD_Team.html">Team at Delft University of Technology.</a></li>
<li><a href="teams/KL_Team.html">Team at Kaiserslautern University of Technology.</a></li>
<li><a href="teams/IC_Team.html">Team at Imperial College.</a></li>
<li><a href="teams/USB_Team.html">Team at the University of Basilicata.</a></li>
<li><a href="teams/PM_Team.html">Team at Polytechnic University of Milan.</a></li>
<li><a href="teams/UB_Team.html">Team at University of Brescia.</a></li>
<li><a href="teams/US_Team.html">Team at University of Strathclyde.</a></li>
<li>Team at University of Twente.</li>
<li>Team at the University of Michigan.</li>
<li>Team at Queen's University.</li>
<li>Team at Royal Military College of Canada.</li>
<li>Team at the Indian Institute of Technology Gandhinagar.</li>
<li>Team at the University of Sydney.</li>
<li>Team at Virginia Tech.</li>
</ul>
<br>
<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>
<br>
<hr>
<br>
<h1 class="text-center">Gitting Started</h1>
<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>
<br>
<p><center>
<a href="https://github.com/su2code">
<img src="img/logos/logo_github.png" style="width:82px;height:43px"> <br>
SU2 on Github!</a>
</center></p>
<br>
<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>
</div>
</div>
</div>