1 | <HTML> |
---|
2 | <!-- |
---|
3 | -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000 |
---|
4 | -- |
---|
5 | -- Permission to use, copy, modify, distribute and sell this software |
---|
6 | -- and its documentation for any purpose is hereby granted without fee, |
---|
7 | -- provided that the above copyright notice appears in all copies and |
---|
8 | -- that both that copyright notice and this permission notice appear |
---|
9 | -- in supporting documentation. We make no |
---|
10 | -- representations about the suitability of this software for any |
---|
11 | -- purpose. It is provided "as is" without express or implied warranty. |
---|
12 | --> |
---|
13 | <Head> |
---|
14 | <Title>Boost Graph Library: Acknowledgements</Title> |
---|
15 | <BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b" |
---|
16 | ALINK="#ff0000"> |
---|
17 | <IMG SRC="../../../boost.png" |
---|
18 | ALT="C++ Boost" width="277" height="86"> |
---|
19 | |
---|
20 | <BR Clear> |
---|
21 | |
---|
22 | |
---|
23 | <h1>Acknowledgements</h1> |
---|
24 | |
---|
25 | We owe many debts of thanks to a number of individuals who both |
---|
26 | inspired and encouraged us in developing the Boost Graph Library. |
---|
27 | |
---|
28 | <p> |
---|
29 | A most profound thanks goes to Alexander Stepanov for his pioneering |
---|
30 | work in generic programming, for his encouragement, and for his |
---|
31 | algorithm contributions to the BGL. We thank Matthew Austern for his |
---|
32 | work on documenting the concepts of STL which provided a foundation |
---|
33 | for creating the concepts in the BGL. We thank Dietmar Kühl for |
---|
34 | his work on generic graph algorithms and design patterns; especially |
---|
35 | for the property map abstraction. |
---|
36 | |
---|
37 | <p> |
---|
38 | Dave Abrahams, Jens Maurer, Beman Dawes, Gary Powell, Greg Colvin, |
---|
39 | Valentin Bonnard, and the rest of the group at Boost provided valuable |
---|
40 | input to the BGL interface, numerous suggestions for improvement, |
---|
41 | proof reads of the documentation, and help with polishing the code. A |
---|
42 | special thanks to Dave Abrahams for managing the formal review. |
---|
43 | |
---|
44 | <p> |
---|
45 | We also thank the following BGL users whose questions helped to |
---|
46 | improve the BGL: Gordon Woodhull, Dave Longhorn, Joel Phillips, and |
---|
47 | Edward Luke. |
---|
48 | |
---|
49 | <p> |
---|
50 | A special thanks to Jeffrey Squyres for editing and proof reading |
---|
51 | of the documentation. |
---|
52 | |
---|
53 | <p> |
---|
54 | Our original work on the Boost Graph Library was supported in part by |
---|
55 | NSF grant ACI-9982205 and by the Director, Office of Science, Division |
---|
56 | of Mathematical, Information, and Computational Sciences of the U.S. |
---|
57 | Department of Energy under contract number DE-AC03-76SF00098. |
---|
58 | <p> |
---|
59 | In our work we also used resources of the National Energy Research |
---|
60 | Scientific Computing Center, which is supported by the Office of |
---|
61 | Science of the U.S. Department of Energy. |
---|
62 | |
---|
63 | |
---|
64 | |
---|
65 | <br> |
---|
66 | <HR> |
---|
67 | <TABLE> |
---|
68 | <TR valign=top> |
---|
69 | <TD nowrap>Copyright © 2000-2001</TD><TD> |
---|
70 | <A HREF="../../../people/jeremy_siek.htm">Jeremy Siek</A>, |
---|
71 | Indiana University (<A |
---|
72 | HREF="mailto:jsiek@osl.iu.edu">jsiek@osl.iu.edu</A>)<br> |
---|
73 | <A HREF="../../../people/liequan_lee.htm">Lie-Quan Lee</A>, Indiana University (<A HREF="mailto:llee@cs.indiana.edu">llee@cs.indiana.edu</A>)<br> |
---|
74 | <A HREF=http://www.osl.iu.edu/~lums>Andrew Lumsdaine</A>, |
---|
75 | Indiana University (<A |
---|
76 | HREF="mailto:lums@osl.iu.edu">lums@osl.iu.edu</A>) |
---|
77 | </TD></TR></TABLE> |
---|
78 | |
---|
79 | </BODY> |
---|
80 | </HTML> |
---|