-
Notifications
You must be signed in to change notification settings - Fork 7
/
devo-notes.htm
120 lines (120 loc) · 4.76 KB
/
devo-notes.htm
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<body>
<font face="Segoe UI">
<head>
<style>
#grad1 {
background-color: green;
background-image: linear-gradient(to right, rgba(160,197,180,0.8), rgba(170,174,201,0.8));
}
</style>
<style>
.main {
padding: 16px;
margin-top: 5px;
}
</style>
<style>
.header {
padding: 10px;
text-align: center;
background: white;
color: black;
font-size: 18px;
}
</style>
</style>
<style>
body {margin:0;}
.navbar {
overflow: hidden;
background-color: rgba(160, 197, 180, 1.0);
position: fixed;
top: 0;
width: 100%;
}
.navbar a {
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 14px;
}
.main {
padding: 16px;
margin-top: 30px;
}
</style>
<style>
#div1 {
width:60%;
}
</style>
</head>
<div id="grad1">
<div class="navbar">
<a href="https://devoworm.github.io/"><IMG SRC="https://user-images.githubusercontent.com/19001437/52884251-0f390900-3133-11e9-9c14-4ce6b3851cda.png"></a>
<a href="https://devoworm.github.io/devozoo/index.html"><b>DevoZoo</b></a>
<a href="https://devoworm.github.io/devo-notes.htm"><b>DevoNotes</b></a>
<a href="https://devoworm.github.io/devo-methods.htm"><b>DevoMethods</b></a>
<a href="https://devoworm.github.io/devoworm-u.htm"><b>DevoWormU</b></a>
<a href="https://github.com/devoworm/DW-ML"><b>DevoWormML</b></a>
<a href="https://devoworm.github.io/DevoWormAi/"><b>DevoWormAI</b></a>
<a href="https://open-devo-cell.herokuapp.com/"><b>Open DevoCell</b></a>
<a href="https://devoworm.github.io/Devolearn"><b>DevoLearn</b></a>
<a href="https://devoworm.github.io/Blogs"><b>DevoWormBlogs</b></a>
<a href="https://github.com/openworm"><IMG SRC="https://user-images.githubusercontent.com/19001437/52876593-4b616f00-311d-11e9-8503-0cd323bab8a6.png"></a>
<a href="http://movement.openworm.org/"><IMG SRC="https://user-images.githubusercontent.com/19001437/52876697-954a5500-311d-11e9-9aae-d1232e178786.png"></a>
<a href="https://orthogonal-research.weebly.com/"><IMG SRC="https://user-images.githubusercontent.com/19001437/52876644-7055e200-311d-11e9-98fc-28e41f7f817f.png"></a>
</div>
<div class="main">
<CENTER>
<H1>DevoZoo</H1>
<H3>
Various computational approaches, model organisms, and their associated developmental processes<br>
</H3>
<A HREF="http://devoworm.weebly.com">
<IMG SRC="https://user-images.githubusercontent.com/19001437/43783372-366565bc-9a27-11e8-8280-bf9f79304c1b.png" HEIGHT = 275, WIDTH = 350><br>
<br>
</A>
<A HREF="https://devoworm.weebly.com/people.html">
Get to know your fellow group members and collaborators.
</A>
<BR><HR><BR>
<h3>Let's publish Jupyter Notebooks with Github!</h3>
</center>
<A HREF="Orthogonal-Research-Lab.github.io/Compound-Heterochrony.html"> Modeling Heterochrony with Delays and Critical Periods</A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Differentiation-Time-series-in-C-elegans-and-Drosophila.ipynb"> Differentiation Time-series in <i>C. elegans</i> and <i>Drosophila</i></A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Differentiation%2BTree%2Bas%2BGraphs.ipynb"> Differentiation Tree as Graphs</A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Embryo-Space-Concept-in-C-elegans.ipynb"> Embryo Space Concept in <i>C. elegans</i></A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Statistical%2BProperties%2Bof%2Bthe%2BC.%2Belegans%2BEmbryo.ipynb"> Statistical Properties of the <i>C. elegans</i> Embryo</A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Embryo%2BNetworks.ipynb"> Embryo Networks in <i>C. elegans</i></A>
<BR><BR>
<center>
<h3>Community Standards are here!</h3>
</center>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Figure-and-Graphs-for-Publications.md"> Figures and Graphs for Public Documents and Publications</A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Creating-Open-Datasets.md"> Creating Open Datasets</A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Working-with-Jupyter-Notebooks.md"> Working with Jupyter Notebooks</A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Instructions-for-Video-Extraction.md"> Instructions for Video Extraction</A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Basic-C.%20elegans-Biology-References.md"> Basic <i>C. elegans</i> Biology References</A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Live-Video-Protocol.md"> Protocol for Live Video Streaming</A>
<BR><BR>
<A HREF="https://github.com/devoworm/devoworm.github.io/blob/master/Recording-Video-Sessions.md"> Protocol for Recording Video Sessions</A>
<BR><BR>
</font>
</body>
</html>