-
Notifications
You must be signed in to change notification settings - Fork 3
/
resources.html
49 lines (38 loc) · 1.4 KB
/
resources.html
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
---
title: Arcana
layout: default
---
<!-- Main -->
<section class="wrapper style1">
<div class="container">
<div id="content">
<article>
<header>
<h2>MCSB Resources</h2>
</header>
<div style="min-height:5em;">
<ul align="left">
The Mathematical, Computational and Systems Biology doctoral program at UCI trains budding scientists and mathematicians to think about biology from an engineering and mathematical perspective. For more details please visit the <a href="https://ccbs.uci.edu/education/mcsb/">MCSB main page</a>.
</ul>
</div>
<header>
<h2>CMCF Resources</h2>
</header>
<div style="min-height:5em;">
<ul align="left">
The NSF-Simons Center for Multiscale Cell Fate (CMCF) is focused on understanding cell fate and how biology "scales" from biochemical events to cells to tissues. For more information please visit the <a href="http://cellfate.uci.edu/">CMCF main page</a>.
</ul>
</div>
<header>
<h2>Julia Resources</h2>
</header>
<div style="min-height:20em;">
<ul align="left">
<li><a href="https://github.com/JuliaDiffEq/DifferentialEquations.jl">DifferentialEquations.jl</a></li>
<li><a href="https://github.com/JuliaDiffEq/ParameterizedFunctions.jl">ParameterizedFunctions.jl</a></li>
</ul>
</div>
</article>
</div>
</div>
</section>