-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathteam.html
141 lines (118 loc) · 5.55 KB
/
team.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
<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-76450307-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-76450307-1');
</script>
<title>The team</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.ico">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1><a href="index.html" id="logo">glue:<em> multi-dimensional linked-data exploration</em></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="install.html">Install</a></li>
<li><a href="http://docs.glueviz.org" target="_blank">Documentation</a></li>
<li class="current"><a href="team.html">Team</a></li>
<li><a href="get_involved.html">Get involved</a></li>
<li><a href="plugins.html">Functionality</a></li>
<li><a href="https://www.gluesolutions.io/glue-con" target="_blank">glue-con events</a></li>
<li><a href="https://www.gluesolutions.io" target="_blank">Consulting services</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<section class="wrapper style1">
<div class="container">
<div id="content">
<!-- Content -->
<article>
<header>
<h2>The Team behind glue</h2>
</header>
<p>
We are grateful to all the members of the open-source community
who have contributed to glue - a full contributors to the core
glue package can be found <a href="https://github.com/glue-viz/glue/graphs/contributors">here</a>.
</p>
<p>
This following people have made significant contributions to
glue (whether in the core package, plug-in packages, or
through extensive user testing) or have contributed
significantly in the past.
<ul class='team'>
<li><a href="https://www.cfa.harvard.edu/~agoodman/">Alyssa Goodman</a>, Principal Investigator <sup>☆</sup>
<li><a href="http://thomasrobitaille.com/">Thomas Robitaille</a>, Principal Software Architect <sup>☆</sup>
<li><a href="https://chrisbeaumont.org/">Christopher Beaumont</a>, Original Software Architect <sup>☆</sup>
<li><a href="http://people.seas.harvard.edu/~borkin/">Michelle Borkin</a>, Visualization Research Lead <sup>☆</sup>
<li><a href="https://www.maartenbreddels.com/">Maarten Breddels</a>, Consulting Developer, Jupyter Labs
<li>Andrew Beers, Contributor, Medical Imaging
<li>Daniel D'Avella, Contributor, Astronomy
<li>Penny Qian, Graduate Student Collaborator
<li><a href="https://astronomy.fas.harvard.edu/people/catherine-zucker">Catherine Zucker</a>, Graduate Student Collaborator
<li><a href="https://astronomy.fas.harvard.edu/people/how-huan-hope-chen">Hope Chen</a>, Graduate Student Collaborator
</ul>
The members of the original founding team are indicated with a <sup>☆</sup>.
</p>
<p>
In addition, we are grateful to a number of close
collaborators who have helped us shape glue, including:
<ul class='team'>
<li><a href="http://hea-www.harvard.edu/~jzuhone/">John ZuHone</a> (yt and Simulations)
<li>Maxwell Tsai (3D visualization)
<li><a href="https://www.martinos.org/user/5052">Bruce Rosen</a> (Medical Imaging)
<li><a href="https://www.nmr.mgh.harvard.edu/user/8165">Jayashree Kalpathy-Cramer</a> (Medical Imaging)
<li><a href="http://www.astronaiman.com/">Jill Naiman</a> (Simulation & Astroblend)
<li><a href="http://www.joaoalves.org/">João Alves</a> (Astronomy applications)
</ul>
</p>
</article>
</article>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer">
<!-- Icons -->
<ul class="icons">
<li><a href="https://mobile.twitter.com/glueviz" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/glue-viz" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© glue developers. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>