-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
390 lines (360 loc) · 25.1 KB
/
about.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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!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="author" content="sed-ml.org">
<meta name="description" content="Simulation Experiment Description Language (SED-ML)">
<title>SED-ML | Editorial board</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- css -->
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/sb-admin.css" rel="stylesheet">
<!-- Morris Charts CSS -->
<link href="css/plugins/morris.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/sed-ml.css" type="text/css"/>
<!-- JS -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="_report/js/bootstrap-3.3.7.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/t/bs/jq-2.2.0,dt-1.10.11/datatables.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-left" href="index.html" style="background-color: white; text-decoration: none;"><img src="images/logoSEDML_H75.png" alt="SED-ML logo" height="50"/>
<span class="sedml-heading">Simulation Experiment Description Markup Language</span></a>
</div>
<!-- Top Menu Items -->
<ul class="nav navbar-right top-nav" style="background-color: white;">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-question-circle"></i> Resources <b class="caret"></b></a>
<ul class="dropdown-menu" style="min-width: 230px;">
<li>
<a href="https://github.com/SED-ML/" target="_blank"><i class="fa fa-fw fa-code"></i> Source repository</a>
</li>
<li class="divider"></li>
<li>
<a href="https://github.com/SED-ML/sed-ml/issues" target="_blank"><i class="fa fa-fw fa-fire"></i>Proposal and Issue tracker</a>
</li>
<li>
<a href="https://groups.google.com/forum/#!forum/sed-ml-discuss" target="_blank"><i class="fa fa-fw fa-group"></i> Discussion forum</a>
</li>
<li class="divider"></li>
<li>
<a href="mailto:[email protected]"><i class="fa fa-fw fa-envelope"></i> Email editors</a>
</li>
</ul>
</li>
</ul>
<!-- Sidebar Menu Items - These collapse to the responsive navigation menu on small screens -->
<div class="collapse navbar-collapse navbar-ex1-collapse" style="background-color: white;">
<ul class="nav navbar-nav side-nav">
<li class="active">
<a href="index.html"><i class="fa fa-fw fa-home"></i> SED-ML</a>
</li>
<!--
<li class="dropdown">
<a href="index.html" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-home"></i> SED-ML></a>
<ul class="dropdown-menu">
<li>
<a href="index.html#languages"><i class="fa fa-fw fa-group"></i> Language URNS</a>
</li>
<li>
<a href="index.html#formats"><i class="fa fa-fw fa-group"></i> Format URNS</a>
</li>
<li>
<a href="index.html#symbols"><i class="fa fa-fw fa-group"></i> Symbols</a>
</li>
</ul>
</li>
-->
<li>
<a href="specifications.html"><i class="fa fa-fw fa-file-code-o"></i> Specification</a>
</li>
<li>
<a href="urns.html"><i class="fa fa-fw fa-paper-plane-o"></i> URNs</a>
</li>
<li>
<a href="examples.html"><i class="fa fa-fw fa-line-chart"></i> Examples</a>
</li>
<li>
<a href="showcase.html"><i class="fa fa-fw fa-wrench"></i> Tools & Libraries</a>
</li>
<li>
<a href="publications.html"><i class="fa fa-fw fa-file-text"></i> Publications</a>
</li>
<li>
<a href="contact.html"><i class="fa fa-fw fa-envelope"></i> Contact</a>
</li>
<li>
<a href="about.html"><i class="fa fa-fw fa-group"></i> Editors</a>
</li>
<!--
<li>
<a href="notes.html"><i class="fa fa-fw fa-book"></i> Editor Notes</a>
</li>
-->
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<div id="page-wrapper">
<div class="container-fluid">
<!-- CONTENT -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header"><i class="fa fa-fw fa-group"></i> SED-ML Editors</h1>
<p>
The SED-ML specification is written by an editorial board consisting of five editors. They are elected by
the SED-ML community (members of the <a href="https://groups.google.com/forum/#!forum/sed-ml-discuss"
target="_blank">sed-ml-discuss mailing list</a>) and serve for
3-year terms as volunteers.
SED-ML editors are responsible for hosting all material relevant to SED-ML,
coordinating the SED-ML development, maintaining the SED-ML website and the SED-ML specification documents.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="thumbnail" style="border: 0;">
<img src="images/people/agmon_bio.jpg" alt="Eran Agmon" class="img-rounded" style="height: 200px;">
<div class="caption">
<p style="font-weight: bold">Eran Agmon (2023-2025)</p>
<p><a href="https://eagmon.github.io">Eran Agmon</a> is an Assistant Professor at the Center for Cell Analysis and Modeling at University of Connecticut Health. As the primary developer of <a href="https://vivarium-collective.github.io">Vivarium</a>, Eran has been developing software for integrating heterogeneous modeling methods to build multi-algorithmic, multi-scale simulations. He is interesting in building models of microbiomes that span molecular to multi-cellular and ecological scales.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail" style="border: 0;">
<img src="images/people/ai_bio.jpg" alt="Weiwei Ai" class="img-rounded" style="height: 200px;">
<div class="caption">
<p style="font-weight: bold">Weiwei Ai (2024-2026)</p>
<p><a href="https://profiles.auckland.ac.nz/weiwei-ai">Weiwei Ai</a> (PhD in Electrical and Electronic Engineering) is a Research Fellow at the Auckland Bioengineering Institute, New Zealand. Her research areas include multiscale modeling, machine learning applications in computational physiology, and modeling software design. Employing standards such as CellML, SEDML, and semantic annotation, she automates model processes from construction, integration, and reduction to system analysis. She is also interested in incorporating prior knowledge and structured standards into machine learning techniques to integrate knowledge graphs from research literature, biological ontologies, annotated models, and simulation results, along with experimental data.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail" style="border: 0;">
<img src="images/people/koenig_bio.png" alt="Matthias König" class="img-rounded" style="height: 200px;">
<div class="caption">
<p style="font-weight: bold">Matthias König (2024-2026; 2020-2022; 2017-2019)</p>
<p><a href="https://livermetabolism.com">Matthias König</a> (PhD. in Biophysics) leads an junior research group for Systems Biology and Systems Medicine of the liver at the Humboldt University Berlin. His research areas include computational modeling, data science, development of bioinformatics methods and machine learning based on biological, medical and clinical data. He has been actively involved in the development of SBML, SED-ML and software supporting these standards: Lead-developer of <a href="https://github.com/matthiaskoenig/cy3sbml">cy3sbml</a> and <a href="https://github.com/matthiaskoenig/sbmlutils">sbmlutils</a>; contributor of the SBML simulation software <a href="http://libroadrunner.org/">libroadrunner</a> and <a href="http://tellurium.analogmachine.org/">tellurium</a>.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="thumbnail" style="border: 0;">
<img src="images/people/nickerson_bio.jpg" alt="David Nickerson" class="img-rounded" style="height: 200px;">
<div class="caption">
<p style="font-weight: bold">David Nickerson (2023-2025; 2019-2021; 2015-2017; 2011-2013)</p>
<p><a href="https://profiles.auckland.ac.nz/d-nickerson">David Nickerson</a> (PhD in Bioengineering) is a Senior Research Fellow in the <a href="http://www.abi.auckland.ac.nz" class="external text" title="http://www.abi.auckland.ac.nz/">Auckland Bioengineering Institute</a> where he leads the Auckland Physiome Group, working on several projects addressing reproducibility, discoverability, and reusability in computational physiology. David is also involved in many aspects of the CellML project as well as various cardiac modeling projects. He also develops several CellML-related software tools and is the current CellML delegate to the COMBINE coordination group.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail" style="border: 0;">
<img src="images/people/lucian_bio.jpg" alt="Lucian Smith" class="img-rounded" style="height: 200px;">
<div class="caption">
<p style="font-weight: bold">Lucian Smith (2022-2024; 2016-2018)</p>
<p>Lucian Smith (PhD. in Biochemistry) works as a Research Scientist for both the University of Washington with the <a href="http://sys-bio.org/">Sauro lab</a>, and for Caltech with the <a href="http://sbml.org/About#The_SBML_Team">SBML Team</a>. He is the co-creator of <a href="http://antimony.sourceforge.net/">Antimony</a> and, more recently, of <a href="http://phrasedml.sf.net/">phraSED-ML</a>, and has been an SBML editor, working extensively with the SBML Hierarchical Model Composition specification.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h1>Editorial board meetings</h1>
<p>
The editors meet regularly in online meetings and during the yearly COMBINE and HARMONY meetings.
</p>
</div>
<div class="col-md-4">
<div class="thumbnail" style="border: 0;">
<img src="images/meetings/HARMONY2017.jpg" class="img-rounded" />
<div class="caption">
<p style="font-weight: bold"> HARMONY2017</p>
<p>
Meeting in Seattle, WA, US during HARMONY2017. Getting ready for the L1V3 release.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h1>Past members of the SED-ML editorial board</h1>
<table class="table table-responsive">
<tr>
<td style="vertical-align: middle;">
<img src="images/people/adams_bio.jpg" alt="Richard Adams" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Richard Adams (2011-2012)</dt>
<dd>Richard Adams (Ph.D. in Cell Biology) is software project manager at the <a href="http://csbe.bio.ed.ac.uk/" class="external text" title="http://csbe.bio.ed.ac.uk/" rel="nofollow">Centre for Systems Biology, Edinburgh</a>. He works on the <a href="http://www.sbsi.ed.ac.uk" class="external text" title="http://www.sbsi.ed.ac.uk" rel="nofollow">SBSI systems biology software framework</a>, SED-ML tools and the jlibsedml Java library for SED-ML.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/bergmann_bio.jpg" alt="Frank Bergmann" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Frank Bergmann (2020-2022; 2011-2014)</dt>
<dd><a href="https://www.cos.uni-heidelberg.de/index.php/f.bergmann?l=_e">Frank T. Bergmann</a> (PhD. in Computational and Systems Biology) is a researcher at the University of Heidelberg where he is one of the core developers of <a href="https://copasi.org">COPASI</a>, a simulation and modeling environment supporting the COMBINE standards. He also maintains several <a href="https://github.com/fbergmann">open source projects</a>, supporting the use of the COMBINE standards.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/cooper_bio.jpg" alt="Jonathan Cooper" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Jonathan Cooper (2012-2015)</dt>
<dd><a href="http://www.cs.ox.ac.uk/people/jonathan.cooper/" class="external text" title="Jonathan Cooper">Jonathan Cooper</a> is a Research Fellow in Computational Science based in the <a href="http://www.cs.ox.ac.uk/research/compbio" class="external text" title="Computational Biology Group">Computational Biology Group</a> at the University of Oxford, with a background in computer science, software engineering, and computational biology. He has been working with biological markup languages (notably CellML) since 2005, is a core developer of the <a href="http://www.cs.ox.ac.uk/chaste" class="external text" title="Chaste">Chaste</a> computational biology software, and is currently developing the concept of <a href="https://chaste.cs.ox.ac.uk/cgi-bin/trac.cgi/wiki/FunctionalCuration" class="external text" title="functional curation">"functional curation"</a>, building on SED-ML.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/garny_bio.jpg" alt="Alan Garny" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Alan Garny (2018-2020)</dt>
<dd><a href="https://scholar.google.de/citations?user=qKuU2aMAAAAJ&hl=en">Alan Garny</a> (DPhil in Computational Physiology) is the project manager and lead developer of <a href="http://www.opencor.ws/">OpenCOR</a>, a CellML-based modelling environment that relies on COMBINE standards (incl. SED-ML). He is also involved in the <a href="https://www.cellml.org/">CellML</a> project, of which he is currently an editor, and in cardiac electrophysiological modelling.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/helikar_bio.png" alt="Tomas Helikar" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Tomas Helikar (2021-2023)</dt>
<dd><a href="http://helikarlab.org">Dr. Helikar</a> is an Associate Professor in the Department of Biochemistry at the University of Nebraska - Lincoln. His research expertise is in computational systems biology, technology development, and STEM education.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/karr_bio.png" alt="Jonathan Karr" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Jonathan Karr (2021-2023)</dt>
<dd><a href="https://karrlab.org">Jonathan Karr</a> is an Assistant Professor in the Department of Genetics and Genomic Sciences at the Icahn School of Medicine at Mount Sinai. The goal of Jonathan's research is to develop comprehensive whole-cell models of all of the biochemical activity inside cells to enable a predictive foundation for medicine and bioengineering analogous to the Newtonian foundation for mechanical engineering.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/lenovere_bio.jpg" alt="Nicolas Le Novère" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Nicolas Le Novère (2011-2013)</dt>
<dd><a href="http://www.ebi.ac.uk/~lenov/" class="external text" title="Nicolas Le Novère">Nicolas Le Novère</a> is a group leader at the <a href="http://www.ebi.ac.uk/" class="external text" title="EMBL-EBI">EMBL-European Bioinformatics Institute</a>. His research unfolds along two axis: 1) modelling neuronal signalling, at the molecular, sub-cellular and cellular levels, and 2) developing tools and resources for systems biology, in particular including standards.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/miller_bio.jpg" alt="Andrew Miller" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Andrew Miller (2011-2012)</dt>
<dd>Andrew Miller is a researcher at the <a href="http://www.abi.auckland.ac.nz" class="external text" title="http://www.abi.auckland.ac.nz/">Auckland Bioengineering Institute</a>. His research interests focus around the representation of mathematical models; he is involved in the development of tools for processing <a href="http://www.cellml.org/" class="external text" title="http://www.cellml.org/">CellML</a> models, including SProS, a SED-ML processing service that forms part of the CellML API.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/moraru_bio.jpg" alt="Ion Moraru" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Ion Moraru (2014-2016)</dt>
<dd><a href="http://facultydirectory.uchc.edu/profile?profileId=Moraru-Ion">Ion Moraru</a> (M.D., Ph. D.) is a Professor of Cell Biology in the <a href="http://www.ccam.uchc.edu/">Richard D. Berlin Center for Cell Analysis and Modeling</a> at the University of Connecticut.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/brett_bio.jpg" alt="Brett Olivier" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Brett Olivier (2015-2017)</dt>
<dd>Brett G. Olivier (Ph.D. in Biochemistry) is a Researcher in the Systems Bioinformatics group at the <a href="http://www.ibi.vu.nl/sysbio/doku.php/group/start">VU University Amsterdam </a>. His interests range from fundamental theoretical research (metabolic regulation analysis, control analysis, constraint based modelling) to software design and development (<a href="http://cbmpy.sourceforge.net">CBMPy</a>, <a href="http://pysces.sourceforge.net">PySCeS</a>, <a href="http://jjj.biochem.sun.ac.za">JWS Online</a>) and the development and implementation of open modelling standards.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/sahle_bio.jpg" alt="Sven Sahle" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Sven Sahle (2014-2016)</dt>
<dd>Sven Sahle (Ph. D. in Theoretical Chemistry) is a junior group leader in the <a href="http://www.cos.uni-heidelberg.de/index.php/u.kummer?l=_e" class="external text" title="http://www.cos.uni-heidelberg.de/index.php/u.kummer?l=_e" rel="nofollow">department for modeling of biological processes at the University of Heidelberg</a>. He is one of the lead software engineers of <a href="http://www.copasi.org" class="external text" title="http://www.copasi.org" rel="nofollow">COPASI</a>. His interests include kinetic modeling of signaling and metabolic processes with a focus on dynamic properties of biochemical models.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/sauro_bio.png" alt="Herbert Sauro" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Herbert Sauro (2018-2020)</dt>
<dd><a href="https://bioe.uw.edu/portfolio-items/sauro/">Herbert Sauro</a> (PhD in Systems Biology) is a Professor in the University of Washington, Department of Bioengineering. Herbert has been involved in standards and software development in systems biology for a long time and was one of the founding members of the original SBML team. The <a href="http://tellurium.analogmachine.org/">Tellurium Python modeling platform</a> which has been developed with his collaborators and students, supports the current SED-ML and COMBINE standards.</dd>
</td>
</tr>
<tr>
<td style="vertical-align: middle;">
<img src="images/people/waltemath_bio.jpg" alt="Dagmar Waltemath" class="img-rounded"
style="width: 60px;"/>
</td>
<td>
<dt>Dagmar Waltemath (2017-2019; 2011-2014)</dt>
<dd><a href="https://scholar.google.de/citations?user=wmBwmLIAAAAJ">Dagmar Waltemath</a> (Ph.D. in Computer Science) is a professor in medical informatics at the University Medicine Greifswald. Dagmar works on strategies for biomedical research data management and develops concepts for the integration of that data with computational models describing biology and disease. She has been actively involved in the development of SED-ML, SBML, and the COMBINE Archive format.</dd>
</td>
</tr>
</table>
</div>
</div>
<!-- END CONTENT -->
<!-- FOOTER -->
<div class="row">
<div class="col-lg-12">
<hr/>
<p>© 2017-2021 sed-ml.org. <a href="https://github.com/SED-ML/sed-ml.github.io/issues" target="_blank">Report website issue <i class="fa fa-github fa-fw"></i></a></p>
</div>
</div>
<!-- END FOOTER -->
</div>
<!-- /.container-fluid -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Morris Charts JavaScript -->
<script src="js/plugins/morris/raphael.min.js"></script>
<script src="js/plugins/morris/morris.min.js"></script>
<script src="js/plugins/morris/morris-data.js"></script>
</body>
</html>