-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
99 lines (96 loc) · 3.56 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
<!DOCTYPE HTML>
<html>
<head>
<title>C3-PRO Team</title>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0">
<link rel="icon" href="images/favicon.png" type="image/png">
<link rel="apple-touch-icon" sizes="76x76" href="images/Logo-76.png"><!-- non-retina iPad iOS 7+ -->
<link rel="apple-touch-icon" sizes="120x120" href="images/[email protected]"><!-- retina iPhones @2x iOS 7+ -->
<link rel="apple-touch-icon" sizes="152x152" href="images/[email protected]"><!-- retina iPads iOS 7+ -->
<link rel="apple-touch-icon" sizes="180x180" href="images/[email protected]"><!-- retina iPhones @3x iOS 7+ -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="msapplication-TileColor" content="rgb(57,99,159)">
<meta name="msapplication-TileImage" content="images/Logo-144.png">
<link rel="stylesheet" href="static/font-awesome.min.css" />
<link rel="stylesheet" href="static/style.css" />
</head>
<body>
<header>
<nav id="nav">
<ul>
<li>
<a href="index.html">C3-PRO</a>
</li>
<li class="current">
<a href="team.html">Team</a>
</li>
<li>
<a href="http://github.com/C3-PRO/" target="_blank">Github</a>
</li>
<li>
<a href="http://c-tracker.chip.org/" target="_blank">C Tracker</a>
</li>
</ul>
</nav>
</header>
<section id="team" class="wrapper">
<div class="boxed">
<h2>Meet the Team</h2>
</div>
<div class="boxed oneline">
<p>
The original toolchain has been conceptualized, designed and implemented at the <a href="http://wwwchip.org" target="_blank"><i>Computational Health Informatics Program</i></a> (CHIP) at <a href="http://www.childrenshospital.org" target="_blank"><i>Boston Children’s Hospital</i></a>.
It has been guided by the needs to realize our <a href="http://c-tracker.chip.org" target="_blank">C Tracker</a> study.
The team has expanded to the <a href="http://www.usz.ch" target="_blank"><i>University Hospital Zurich</i></a> and is now running from both these places.
</p>
<ul class="team">
<li>
<a href="http://scholar.harvard.edu/mandl">
<img class="portrait" src="images/photo_ken.jpg" alt="">
Kenneth Mandl
</a>
</li>
<li>
<a href="http://scholar.harvard.edu/pfiffner">
<img class="portrait" src="images/photo_pp.jpg" alt="">
Pascal Pfiffner
</a>
</li>
<li>
<a href="https://www.linkedin.com/pub/isaac-pinyol/42/450/67b">
<img class="portrait" src="images/photo_isaac.jpg" alt="">
Isaac Pinyol
</a>
</li>
<li>
<a href="">
<img class="portrait" src="images/photo_manny.jpg" alt="">
Manny Weber
</a>
</li>
<li>
<a href="http://scholar.harvard.edu/m_n">
<div class="portrait"><i class="icon fa-user"></i></div>
Marc Natter
</a>
</li>
</ul>
</div>
</section>
<footer>
<p>
<a href="http://www.chip.org">
<img class="institute" src="images/Institute-web.png" srcset="images/[email protected] 2x, images/[email protected] 3x" alt="Computational Health Informatics Program, Boston Children's Hospital">
</a>
</p>
<p>Copyright © Boston Children's Hospital 2016</p>
<p class="small">
FHIR® is the registered trademark of HL7 and is used with the permission of HL7.<br>
The Flame Design mark is the registered trademark of HL7 and is used with the permission of HL7.
</p>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
</body>
</html>