This repository has been archived by the owner on Aug 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.php
executable file
·69 lines (40 loc) · 2.22 KB
/
about-us.php
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
<?php $p='about'; include("header.php"); ?>
<?php include("_subnav-about.php"); ?>
<section class="grey-block">
<div class="row">
<div class="medium-8 columns">
<h1>What is the OHIF</h1>
<p>Open Health Imaging Foundation, a US 501(c)(3) non-profit corporation, provides organizational, legal, and financial support for a broad range of open source software projects. The Foundation provides an established framework for intellectual property, financial contributions and regulatory guidance that simultaneously limits potential legal exposure for our project committers. Through a collaborative and meritocratic development process, OHIF™ projects deliver enterprise-grade, freely available software products that attract active communities of users. OHIF uses BSD License makes it easy for all users, commercial and individual, to deploy OHIF products.
</p>
<h3>Mission for OHIF</h3>
<p>The mission of the Open Health Imaging Foundation (OHIF) is to provide software for the public good. We do this by providing services and support for many like-minded software project communities of individuals.
</p>
<h3>Founding Members: (alphabetically)</h3>
<ul>
<li>Chris Hafey</li>
<li>Gordon Harris</li>
<li>Luke Huang</li>
<li>Rob Lewis</li>
<li>Armin Moehrle</li>
<li>Jim Philbin</li>
<li>Simon Rascovsky</li>
<li>Wyatt Tellis</li>
<li>Manabu Tokunaga</li>
<li>Suresh Viswanathan</li>
</ul>
<h3>Founding Organizations: (alphabetically)</h3>
<ul>
<li>Barco</li>
<li>Lury</li>
<li>Medken</li>
<li>Radical Imaging</li>
<li>Raster Images</li>
</ul>
</div>
</div>
<div class="row">
<div class="medium-6 columns">
</div>
</div>
</section>
<?php include("footer.php"); ?>