-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDevelop.html
More file actions
31 lines (28 loc) · 1.5 KB
/
Copy pathDevelop.html
File metadata and controls
31 lines (28 loc) · 1.5 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
<html>
<head>
<meta charset="UTF-8">
<title>Future Work</title>
<link rel="stylesheet" href="./assets/css/db.css" type="text/css" />
<script src="https://code.jquery.com/jquery-3.7.1.min.js" type="text/javascript" charset="utf-8"></script>
<script src="./assets/js/nav.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="main">
<h1>Develop</h1>
<div id="TT" style="margin-top:0px;">
<p align="justify">Without community, we can go nowhere. iGEM encourage every software team to update the
existing software and cooperate with other teams. With the continuous development, more and more
excellent softwares will be generated for the advancement of synthetic biology.</p>
<p align="justify">This year our team not only devote to develop a brand new software, but also pay more
attention on the “Cookbook”. For further development and reusing of our code, we generate an API which
detailedly containing the structure and function of our code. We are exited to invite you to explore
with us!</p>
<p><br>Check it out:</p>
<p align="justify">
<a
class="content" href="./assets/doc/USTC-Software_2013_API_of_gNAP.pdf">PDF API</a>
</p>
</div>
</div>
</body>
</html>