-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp_Clotho.html
More file actions
63 lines (60 loc) · 3.6 KB
/
Copy pathApp_Clotho.html
File metadata and controls
63 lines (60 loc) · 3.6 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
51
52
53
54
55
56
57
58
59
60
61
62
63
<html>
<head>
<meta charset="UTF-8">
<title>App Clotho</title>
<style>
#main {
float: none !important;
margin: 0 auto !important;
}
</style>
<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">
<div id="first">
<h1 align="justify">Clotho App</h1>
<h2>Introduction</h2>
<p align="justify">This little app is a gaming program for children who are interested in network analysis.
Through this game they can cultivate the interest of biology and have a visual image of complex
regulatory network. The calculation module is as same as the modeling of GRN in our major software
“gNAP”. To make the app more interesting, we reduced the difficulty of analysis and investigate the
analytical thinking ability of complex network regulation.
</p><br>
</div>
<div align="center"><img src="./assets/src/USTC_Software_Clotho.png" /></div>
<div id="second" align="justify">
<h2>Tutorial</h2>
<li>Press 'start' to begin the game.</li><br>
<li>After you enter the game interface, you can press the gene (those colorful circles) with right button
to find out how other gene change if you remove the gene you choose.</li><br>
<li>Then you should judge the relationship among the genes. There are two kinds of relationships,
suppression and promotion. Attention, not all genes have relationship with other genes, and every two
genes can only have one relationship. For example, gene1 suppresses gene2, then they can't have other
relationship such as gene1 promotes gene2 or gene2 suppresses gene1 etc.</li><br>
<li>When you have already judged all genes, you can make you own regulatory network. Press the suppression
button and the you can draw a red arrow between two genes. If gene1 points to gene2, it means gene1
suppresses gene2. In the similar way, you can draw green arrows with promotion button.</li><br>
<li>If you what to undo the last operation, press the cancel button.</li><br>
<li>When you have finished you operation, press finish button.</li><br>
<li>The bar on the left is control by time and the quality of your job. When this bar disappears, the game
is over.</li><br>
<li>If you press the finish button, the answer button and next button will available. Press the answer
button to check the answer (the answer may not be unique, so even if your answer is different with the
answer that computer shows you, you may also get a high score).Press the next button to next level.</li>
<br>
<li>In the next level, you can see how much score you have got in forward level.</li><br>
<li>If you want to quit game, press back button in the right-up corner.</li><br>
<li>There are 10 levels waiting for you! Good luck!</li><br>
</div>
<div id="dlink" align="center">
<a class="content"
href="https://github.com/monetjoe/ustc_software2013_wiki/releases/download/v3/USTC_Software_Clotho_App.zip"><img
src="./assets/src/USTC_Software_Download.png" />
<p>Download Here</p>
</a>
</div>
</div>
</body>
</html>