-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
150 lines (123 loc) · 7.55 KB
/
index.html
File metadata and controls
150 lines (123 loc) · 7.55 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Ryan Suderman</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/one-page-wonder.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Ryan Suderman</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="http://cnls.lanl.gov/External/people/Ryan_Suderman.php">CNLS webpage</a>
</li>
<li>
<a href="https://github.com/ryants">GitHub profile</a>
</li>
<li>
<a href="mailto:[email protected]">Email</a>
</li>
<li>
<a href="docs/ryan_cv.pdf">CV/Resume</a>
</li>
<li>
<a href="https://scholar.google.com/citations?user=2HwDNdUAAAAJ&hl=en">Google Scholar</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Full Width Image Header -->
<header class="header-image">
<div class="headline">
<div class="container">
<h1>Ryan Suderman</h1>
<h2>Mathematical Modeler</h2>
</div>
</div>
</header>
<!-- Page Content -->
<div class="container">
<hr class="featurette-divider">
<!-- First Featurette -->
<div class="featurette" id="education">
<img class="featurette-image img-circle img-responsive pull-right" src="pics/me_and_luke.jpg">
<h2 class="featurette-heading">Education
<span class="text-muted">and Technical Skills</span>
</h2>
<p class="lead">Currently a Mathematical Modeler at <a href="https://www.immunetrics.com/">Immunetrics, Inc.</a>, I received my B.A. in Mathematics from <a href="https://www.goshen.edu/">Goshen College</a> in Indiana and graduated with a Ph.D. in Computational Biology from the <a href="http://compbio.ku.edu/">University of Kansas</a>. After graduation, I worked for two years as a postdoctoral research associate at <a href="https://lanl.gov/">Los Alamos National Laboratory</a>. My primary expertise is in modeling dynamical systems, typically for biological or physiological applications. </p>
<p class="lead"> I am proficient with the Python programming language and am familiar with Java, Scala and C/C++. I regularly use Python scientific libraries (numpy, scipy, pandas, etc.) for modeling and data management. My daily workflow includes numerical integration of systems of ODEs, optimization and validation of models with clinical/experimental data, and analysis and graphing of results. </p>
</div>
<hr class="featurette-divider">
<!-- Second Featurette -->
<div class="featurette" id="research">
<img class="featurette-image img-rounded img-responsive pull-left" src="pics/network.jpg">
<h2 class="featurette-heading" align="right">Research Experience
<span class="text-muted">and Interests</span>
</h2>
<p class="lead" align="right">My current work involves predictive modeling of mid-to-late phase clinical trials to assess the viability of drug candidates. These disease-specific models often span multiple scales, from intracellular to inter-organ systems. In some cases they merge both mechanistic and statistical modeling approaches. </p>
<p class="lead" align="right">Formerly a member of the <a href="http://cnls.lanl.gov/External/">Center for Nonlinear Studies</a> and the <a href="http://www.lanl.gov/org/padste/adtsc/theoretical/theoretical-biology-biophysics/index.php">Theoretical Biology and Biophysics Group</a> at Los Alamos National Lab, I built and analyzed dynamical models of intracellular signaling networks using a variety of methodologies, including rule-based modeling languages (domain-specific languages for modeling biochemical reaction networks) such as <a href="http://dev.executableknowledge.org/">Kappa</a> and <a href="http://bionetgen.org/index.php/Main_Page">BioNetGen</a>. </p>
</div>
<br>
<p class="small" align="right">Image from <a href="https://doi.org/10.1371/journal.pcbi.1003278">Suderman & Deeds (2013) <i>PLOS Comp Biol</i> 9 (10) e1003278</a> </p>
<hr class="featurette-divider">
<!-- Third Featurette -->
<div class="featurette" id="development">
<img class="featurette-image img-circle img-responsive pull-right" src="pics/code_sample_resize.jpg">
<h2 class="featurette-heading">Tool Development
<span class="text-muted">for Scientific Research</span>
</h2>
<p class="lead">Performing computational research often requires custom tools and libraries. I continue to develop and maintain a number of applications designed facilitate data analysis and model construction and optimization for dynamical systems modeling. Projects include:
<ul class="lead">
<li><a href="https://ryants.github.io/EstCC">EstCC</a>: An application to estimate information theoretic quantities from cellular signaling data</li>
<li><a href="https://pybnf.readthedocs.io/en/latest/">PyBioNetFit</a>: An application for fitting systems biology models to qualitative and quantitative data</li>
<li><a href="https://truml.readthedocs.io/en/latest/">TRuML</a>: An application for translating between rule-based modeling languages</li>
</ul>
</p>
</div>
<hr class="featurette-divider">
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Ryan Suderman 2019</p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>