blob: 0902daf581d48817e80aeb2924afa85fb3a63ca6 (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<!--#include virtual="/CMake/HTML/Head.html"-->
<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 text="black" link="#FFFFFF"
vlink="#000000" alink="#000000">
<!--#include virtual="/CMake/HTML/Table.html"-->
<tr>
<!--#include virtual="/CMake/HTML/SideBar.html"-->
<td width="550" valign="top" bgcolor="#FFFFFF">
<div align="left">
<font size=5>Many generous sponsors and contributors</font>
have supported this work. NLM continues to provide executive leadership in the
administion of the project. The supporting agencies and institutes supporting
this work include:<br><br><br>
<dd>
<TABLE cellpadding="8" border="0">
<TR>
<TD align=right valign=middle>
<A HREF="http://www.nlm.nih.gov">
<img src="/CMake/Art/nlm_logo.gif" ALT="NLM logo" WIDTH=50 HEIGHT=50
ALIGN=middle border=0></a></TD>
<TD align=left valign=middle width=375>
National Library of Medicine (NLM) - Dr. Terry Yoo at NLM/NIH is
sponsoring the bulk of this work as part of the Insight segmentation
and registration toolkit
<a href="http://public.kitware.com/Insight">(ITK)</a>.
CMake was originally created for
the multi-platform support necessary for ITK.
</TD>
</TR>
<TR>
<TD align=right valign=middle>
<A HREF="http://public.kitware.com/Insight">
<img src="/CMake/Art/itkLogoSmallTransparentBackground.gif" ALT="ITK logo"
ALIGN=middle border=0></a></TD>
<TD align=left valign=middle width=375>
Insight Segmentation and Registration Toolkit - ITK is the original
sponsoring project for CMake. ITK is being funded by NLM to develop
cutting-edge algorithms and techniques to support the
<a href="http://www.nlm.nih.gov/research/visible/visible_human.html">
Visible Human Project.</a>
</TD>
</TR>
<TR>
<TD align=right valign=middle>
<A HREF="http://www.kitware.com">
<img src="/CMake/Art/swooshSmall.gif" ALT="Kitware logo"
ALIGN=middle border=0></a></TD>
<TD align=left valign=middle width=375>
Kitware, Inc. - Kitware personnel, primarily Bill Hoffman, Ken Martin,
and Brad King, were the principal developers of CMake.</A>
</TD>
</TR>
<TR>
<TD align=right valign=middle>
<A HREF="http://www.acl.lanl.gov/">
<img src=/CMake/Art/asci_little.gif ALT="ASCI VIEWS Logo"
ALIGN=middle border=0></a></TD>
<TD align=left valign=middle width=375>
<a href="http://www.asci.doe.gov/scs/views.htm">ASCI VIEWS Project</a> -
Jim Ahrens at the Advanced Computing Laboratory at Los Alamos National
Lab is technical project leader. He has supported the deployment of
CMake for building parallel processing applications.
</TD>
</TR>
</TABLE>
</dd>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|