Changes between Version 8 and Version 9 of SoC2011
- Timestamp:
- Mar 2, 2011, 8:10:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoC2011
v8 v9 12 12 13 13 == Requirements == 14 There are only two requirements of students submitting Boost projects: 14 Students must submit a proposal. A template for the proposal can be found here [wiki:SoCSubmissionTemplate here]. Hints for writing a good proposal can be found [wiki:SoCHints here]. 15 15 16 * Develop a proposal 17 * Complete an aptitude test 18 19 These requirements also entail interacting with the Boost community on the development mailing list (http://www.boost.org/community/groups.html), checking source code out of the Boost Subversion repository, programming, and compiling a project. 20 21 === Developing a Proposal === 22 23 === The Aptitude Test === 16 We strongly suggest that students interested in developing a proposal for Boost discuss their ideas on the mailing list in order to help refine the requirements and goals. Students who actively discuss projects on the mailing list are also ranked before those that do not. 24 17 25 18 == Projects == 26 19 The following projects have been suggested by potential mentors. If the descriptions of these projects seem a little vague... Well, that's intentional We are looking for students to develop requirements for their proposals by doing initial background research on the topic, and interacting with the community on the mailing list to help identify expectations. 20 21 Projects from previous years can be found [wiki:SoCPrevious here]. There are still a number of interesting projects found in these pages. 27 22 28 23 === Boost.Polygon edge, polyline and edge set concepts === … … 30 25 31 26 === Boost.Python and !NumPy === 32 Boost.Python currently has limited support for !NumPy arrays. 27 Boost.Python currently has limited support for !NumPy arrays. The library can be extended to support and interoperate with these and other Python data structures. 33 28 34 29 Mentors: Stefan Seefeld