-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 782 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BNOI - Biology's not Only Image</title>
</head>
<body>
<h1>Biology's not Only Image</h1>
<p>Current projects:</p>
<ul>
<li>scikit-tracker - Objects detection and robust tracking for cell biology : http://scikit-tracker.org/</li>
<li>kt_simul - Python model of chromosome mouvements during mitosis : https://github.com/bnoi/kt_simul</li>
<li>tiff2movie - Generate movie from Tiff file : https://github.com/bnoi/tiff2movie</li>
<li>read_roi - Easy read ImageJ / Fiji ROI binaries in Python : https://github.com/bnoi/read_roi</li>
</ul>
<p>Main project page: https://github.com/bnoi</p>
<p>Contact: Guillaume Gay (gllm.gay@gmail.com) and Hadrien Mary (hadrien.mary@gmail.com).</p>
</body>
</html>