-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcamera.html
More file actions
50 lines (47 loc) · 2.05 KB
/
camera.html
File metadata and controls
50 lines (47 loc) · 2.05 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<link rel="stylesheet" type="text/css" href="./assets/css/header.css" media="all">
<script src="./assets/js/header1.js" type="text/javascript" charset="utf-8"></script>
<script src="./assets/js/header3.js" type="text/javascript" charset="utf-8"></script>
<script src="./assets/js/header4.js" type="text/javascript" charset="utf-8"></script>
<script src="./assets/js/header5.js" type="text/javascript" charset="utf-8"></script>
<script>
$(function () {
$('.pix_diapo').diapo();
});
</script>
</head>
<body>
<section>
<div style="overflow:hidden; width:1000px; margin: 0 auto; padding:0px; margin-top:100px;">
<div class="pix_diapo">
<div data-thumb="./assets/src/USTC-Software-3s.jpg">
<img src="./assets/src/USTC_Software_Page1.png">
<div class="caption elemHover fromLeft">
Take a gNAP before wearing your gloves!
Genetic Network Analyze and Predict
</div>
</div>
<div data-thumb="./assets/src/USTC-Software-main2s.jpg">
<img src="./assets/src/2.jpg">
<div class="caption elemHover fromLeft">
The sketch and final GUI of gNAP!
</div>
</div>
<div data-thumb="./assets/src/USTC_Software_3s.jpg">
<img src="./assets/src/USTC_Software_3b.jpg">
<div class="caption elemHover fromLeft">
We compare the result of our software with gene expression profile in literature.
</div>
</div>
<div data-thumb="./assets/src/USTC_Software_s4.jpg">
<img src="./assets/src/USTC_Software_4.jpg">
<div class="caption elemHover fromLeft">
We are USTC-Software!
</div>
</div>
</div>
</div>
</section>
</body>
</html>