BoostCon07.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
  7. <title>BoostCon 2007 • May 14-18 2007 Boost</title>
  8. <style type="text/css">
  9. /*
  10. :Author: David Goodger
  11. :Contact: goodger@python.org
  12. :Date: $Date$
  13. :Revision: $Revision$
  14. :Copyright: This stylesheet has been placed in the public domain.
  15. Default cascading style sheet for the HTML output of Docutils.
  16. See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
  17. customize this style sheet.
  18. */
  19. /* used to remove borders from tables and images */
  20. .borderless, table.borderless td, table.borderless th {
  21. border: 0 }
  22. table.borderless td, table.borderless th {
  23. /* Override padding for "table.docutils td" with "! important".
  24. The right padding separates the table cells. */
  25. padding: 0 0.5em 0 0 ! important }
  26. .first {
  27. /* Override more specific margin styles with "! important". */
  28. margin-top: 0 ! important }
  29. .last, .with-subtitle {
  30. margin-bottom: 0 ! important }
  31. .hidden {
  32. display: none }
  33. a.toc-backref {
  34. text-decoration: none ;
  35. color: black }
  36. blockquote.epigraph {
  37. margin: 2em 5em ; }
  38. dl.docutils dd {
  39. margin-bottom: 0.5em }
  40. /* Uncomment (and remove this text!) to get bold-faced definition list terms
  41. dl.docutils dt {
  42. font-weight: bold }
  43. */
  44. div.abstract {
  45. margin: 2em 5em }
  46. div.abstract p.topic-title {
  47. font-weight: bold ;
  48. text-align: center }
  49. div.admonition, div.attention, div.caution, div.danger, div.error,
  50. div.hint, div.important, div.note, div.tip, div.warning {
  51. margin: 2em ;
  52. border: medium outset ;
  53. padding: 1em }
  54. div.admonition p.admonition-title, div.hint p.admonition-title,
  55. div.important p.admonition-title, div.note p.admonition-title,
  56. div.tip p.admonition-title {
  57. font-weight: bold ;
  58. font-family: sans-serif }
  59. div.attention p.admonition-title, div.caution p.admonition-title,
  60. div.danger p.admonition-title, div.error p.admonition-title,
  61. div.warning p.admonition-title {
  62. color: red ;
  63. font-weight: bold ;
  64. font-family: sans-serif }
  65. /* Uncomment (and remove this text!) to get reduced vertical space in
  66. compound paragraphs.
  67. div.compound .compound-first, div.compound .compound-middle {
  68. margin-bottom: 0.5em }
  69. div.compound .compound-last, div.compound .compound-middle {
  70. margin-top: 0.5em }
  71. */
  72. div.dedication {
  73. margin: 2em 5em ;
  74. text-align: center ;
  75. font-style: italic }
  76. div.dedication p.topic-title {
  77. font-weight: bold ;
  78. font-style: normal }
  79. div.figure {
  80. margin-left: 2em ;
  81. margin-right: 2em }
  82. div.footer, div.header {
  83. clear: both;
  84. font-size: smaller }
  85. div.line-block {
  86. display: block ;
  87. margin-top: 1em ;
  88. margin-bottom: 1em }
  89. div.line-block div.line-block {
  90. margin-top: 0 ;
  91. margin-bottom: 0 ;
  92. margin-left: 1.5em }
  93. div.sidebar {
  94. margin-left: 1em ;
  95. border: medium outset ;
  96. padding: 1em ;
  97. background-color: #ffffee ;
  98. width: 40% ;
  99. float: right ;
  100. clear: right }
  101. div.sidebar p.rubric {
  102. font-family: sans-serif ;
  103. font-size: medium }
  104. div.system-messages {
  105. margin: 5em }
  106. div.system-messages h1 {
  107. color: red }
  108. div.system-message {
  109. border: medium outset ;
  110. padding: 1em }
  111. div.system-message p.system-message-title {
  112. color: red ;
  113. font-weight: bold }
  114. div.topic {
  115. margin: 2em }
  116. h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
  117. h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
  118. margin-top: 0.4em }
  119. h1.title {
  120. text-align: center }
  121. h2.subtitle {
  122. text-align: center }
  123. hr.docutils {
  124. width: 75% }
  125. img.align-left {
  126. clear: left }
  127. img.align-right {
  128. clear: right }
  129. ol.simple, ul.simple {
  130. margin-bottom: 1em }
  131. ol.arabic {
  132. list-style: decimal }
  133. ol.loweralpha {
  134. list-style: lower-alpha }
  135. ol.upperalpha {
  136. list-style: upper-alpha }
  137. ol.lowerroman {
  138. list-style: lower-roman }
  139. ol.upperroman {
  140. list-style: upper-roman }
  141. p.attribution {
  142. text-align: right ;
  143. margin-left: 50% }
  144. p.caption {
  145. font-style: italic }
  146. p.credits {
  147. font-style: italic ;
  148. font-size: smaller }
  149. p.label {
  150. white-space: nowrap }
  151. p.rubric {
  152. font-weight: bold ;
  153. font-size: larger ;
  154. color: maroon ;
  155. text-align: center }
  156. p.sidebar-title {
  157. font-family: sans-serif ;
  158. font-weight: bold ;
  159. font-size: larger }
  160. p.sidebar-subtitle {
  161. font-family: sans-serif ;
  162. font-weight: bold }
  163. p.topic-title {
  164. font-weight: bold }
  165. pre.address {
  166. margin-bottom: 0 ;
  167. margin-top: 0 ;
  168. font-family: serif ;
  169. font-size: 100% }
  170. pre.literal-block, pre.doctest-block {
  171. margin-left: 2em ;
  172. margin-right: 2em }
  173. span.classifier {
  174. font-family: sans-serif ;
  175. font-style: oblique }
  176. span.classifier-delimiter {
  177. font-family: sans-serif ;
  178. font-weight: bold }
  179. span.interpreted {
  180. font-family: sans-serif }
  181. span.option {
  182. white-space: nowrap }
  183. span.pre {
  184. white-space: pre }
  185. span.problematic {
  186. color: red }
  187. span.section-subtitle {
  188. /* font-size relative to parent (h1..h6 element) */
  189. font-size: 80% }
  190. table.citation {
  191. border-left: solid 1px gray;
  192. margin-left: 1px }
  193. table.docinfo {
  194. margin: 2em 4em }
  195. table.docutils {
  196. margin-top: 0.5em ;
  197. margin-bottom: 0.5em }
  198. table.footnote {
  199. border-left: solid 1px black;
  200. margin-left: 1px }
  201. table.docutils td, table.docutils th,
  202. table.docinfo td, table.docinfo th {
  203. padding-left: 0.5em ;
  204. padding-right: 0.5em ;
  205. vertical-align: top }
  206. table.docutils th.field-name, table.docinfo th.docinfo-name {
  207. font-weight: bold ;
  208. text-align: left ;
  209. white-space: nowrap ;
  210. padding-left: 0 }
  211. h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
  212. h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
  213. font-size: 100% }
  214. ul.auto-toc {
  215. list-style-type: none }
  216. </style>
  217. </head>
  218. <body>
  219. <div class="document" id="boostcon-2007-may-14-18-2007-logo">
  220. <h1 class="title">BoostCon 2007 • May 14-18 2007 <a class="reference" href="../index.htm"><img alt="Boost" src="../boost.png" /></a></h1>
  221. <!-- Copyright David Abrahams 2006. Distributed under the Boost -->
  222. <!-- Software License, Version 1.0. (See accompanying -->
  223. <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
  224. <style type="text/css">
  225. table.borderless {
  226. border: 0;
  227. }
  228. table.borderless td {
  229. border-style: none none none none;
  230. }
  231. </style><hr class="docutils" />
  232. <p>This inaugural Boost conference promises to be the main
  233. face-to-face venue for all things Boost, from using libraries to
  234. writing them, from evangelizing Boost to deployment within your
  235. organization, from infrastructure and process to vision and
  236. mission, and from TR1 to TR2. Given the range and interests of the
  237. participants, the event is going to be intense and in-depth.</p>
  238. <div class="contents topic">
  239. <p class="topic-title first"><a id="index" name="index">Index</a></p>
  240. <ul class="simple">
  241. <li><a class="reference" href="#tracks" id="id8" name="id8">Tracks</a></li>
  242. <li><a class="reference" href="#sessions" id="id9" name="id9">Sessions</a></li>
  243. <li><a class="reference" href="#venue" id="id10" name="id10">Venue</a></li>
  244. <li><a class="reference" href="#hotel" id="id11" name="id11">Hotel</a></li>
  245. <li><a class="reference" href="#conference-size" id="id12" name="id12">Conference Size</a></li>
  246. <li><a class="reference" href="#id5" id="id13" name="id13">Sessions</a></li>
  247. <li><a class="reference" href="#registration" id="id14" name="id14">Registration</a></li>
  248. <li><a class="reference" href="#organizing-committee" id="id15" name="id15">Organizing Committee</a></li>
  249. </ul>
  250. </div>
  251. <div class="section">
  252. <h1><a class="toc-backref" href="#id8" id="tracks" name="tracks">Tracks</a></h1>
  253. <p>Recognizing the breadth of the community, we are offering two
  254. primary tracks: the first three days will be focused mostly on the
  255. practical interests of Boost and TR1 end-users, and the last three
  256. will be directed more towards hard-core Boost developers, with one
  257. overlap day at midweek. Thus, the conference fosters interaction
  258. both within <em>and</em> across these tracks, with an emphasis on service
  259. to our user base.</p>
  260. <p>Sessions will run in the morning and evening, leaving a midday
  261. break of several hours so that attendees can get out and enjoy the
  262. town and its surroundings, or just to have time to work together in
  263. small, informal groups.</p>
  264. </div>
  265. <div class="section">
  266. <h1><a class="toc-backref" href="#id9" id="sessions" name="sessions">Sessions</a></h1>
  267. <p>In the spirit of Boost, many sessions will be participatory and/or
  268. collaborative in nature. The program committee has issued a <a class="reference" href="http://www.boost.org/more/BoostCon07_session_call.html">call
  269. for sessions</a>. Please raise any questions about—or ideas for—the
  270. conference on the <a class="reference" href="http://www.boost.org/more/mailing_lists.htm">Boost mailing lists</a>.</p>
  271. </div>
  272. <div class="section">
  273. <h1><a class="toc-backref" href="#id10" id="venue" name="venue">Venue</a></h1>
  274. <p>The main venue for this conference will be the <a class="reference" href="http://www.aspenphys.org">Aspen Center for
  275. Physics</a> in Aspen, Colorado. The town of Aspen is known for its
  276. world-class cuisine and its envigorating, natural setting. As
  277. generations of scientists can attest, the Center's beautiful
  278. location and its low-key atmosphere create a unique and lively
  279. environment for thought, education, and collaboration.</p>
  280. </div>
  281. <div class="section">
  282. <h1><a class="toc-backref" href="#id11" id="hotel" name="hotel">Hotel</a></h1>
  283. <p>The main conference hotel will be the <a class="reference" href="http://aspenmeadowsresort.dolce.com/">Aspen Meadows Resort</a>.
  284. Located within walking distance of the Physics Center, the Meadows
  285. provides 90 rooms, a restaurant, and overflow conference facilities
  286. should the event expand.</p>
  287. </div>
  288. <div class="section">
  289. <h1><a class="toc-backref" href="#id12" id="conference-size" name="conference-size">Conference Size</a></h1>
  290. <p>Much more than having a great number of attendees, it's important
  291. that this first BoostCon be a success, so we're starting small.
  292. Registration will initially be limited to just 100 places, except
  293. that we'll accomodate 200 participants on Wednesday, when the two
  294. main tracks overlap. Contingency plans are in place that <em>may</em> allow
  295. us to expand registration should demand prove overwhelming, but
  296. when registration opens we recommend securing your place early, in
  297. case that isn't possible.</p>
  298. </div>
  299. <div class="section">
  300. <h1><a class="toc-backref" href="#id13" id="id5" name="id5">Sessions</a></h1>
  301. <p>The program committee is currently forming and drafting a call for
  302. sessions; watch this space in upcoming weeks for an outline of
  303. workshop, session, and talk ideas, and a request for submissions.</p>
  304. </div>
  305. <div class="section">
  306. <h1><a class="toc-backref" href="#id14" id="registration" name="registration">Registration</a></h1>
  307. <p>Official Registration is not yet open, but an <a class="reference" href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?BoostCon">informal attendee
  308. list</a> for those likely to attend has been set up on the Boost
  309. Wiki. The conference organizers would very much appreciate it if
  310. you could add an entry to this list if you think you'll be there,
  311. to help us with planning.</p>
  312. <div class="admonition-register-interest-in-attending-boostcon-2007 admonition">
  313. <p class="first admonition-title"><a class="reference" href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?BoostCon">Register interest</a> in attending BoostCon 2007</p>
  314. <p class="last">Thank you!</p>
  315. </div>
  316. </div>
  317. <div class="section">
  318. <h1><a class="toc-backref" href="#id15" id="organizing-committee" name="organizing-committee">Organizing Committee</a></h1>
  319. <table border="1" class="borderless docutils">
  320. <colgroup>
  321. <col width="33%" />
  322. <col width="33%" />
  323. <col width="33%" />
  324. </colgroup>
  325. <tbody valign="top">
  326. <tr><td>David Abrahams</td>
  327. <td>Beman Dawes</td>
  328. <td>Jeff Garland</td>
  329. </tr>
  330. <tr><td>Joel de Guzman</td>
  331. <td>Kevlin Henney</td>
  332. <td>Scott Meyers</td>
  333. </tr>
  334. <tr><td>Eric Niebler</td>
  335. <td>Sean Parent</td>
  336. <td>Rene Rivera</td>
  337. </tr>
  338. <tr><td>Jeremy Siek</td>
  339. <td>Matthias Troyer</td>
  340. <td>&nbsp;</td>
  341. </tr>
  342. </tbody>
  343. </table>
  344. </div>
  345. </div>
  346. </body>
  347. </html>
粤ICP备19079148号