Differences between revisions 24 and 87 (spanning 63 versions)
Revision 24 as of 2008-02-22 23:58:38
Size: 3934
Editor: was
Comment:
Revision 87 as of 2008-05-26 03:56:12
Size: 5854
Editor: was
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= Sage Developer Coding Week 1 = = Sage Developer Days 1 (aka Sage Days 8.5) =
Line 4: Line 4:
ORGANIZERS: William Stein, Robert Bradshaw [http://groups.google.com/group/sage-dev1 Mailing List]
Line 6: Line 6:
DATES: June 13-20, 2008 === Groups: Cython, Exact Linear Algebra, Parallel Computation, and Porting Sage to Microsoft Windows ===
Line 8: Line 8:
The goal of this "developer coding week" will be to write a huge amount of high quality code. All talks will be squarely aimed at developers and be directly related to coding projects. All participants will assumed to be very experienced programmers. The main topics will be: Cython, Exact Linear Algebra, Parallel Computation, and Porting Sage to Windows. However, like with all of Sage development, participants are encouraged to work on whatever they feel will be the ''most productive'' way for them to spend their time.  * [:/cython: The Cython Group]
 * [:/linalg: The Exact Linear Algebra Group]
 * [:/dsage: The Parallel Computation Group]
 * [:/windows: The Porting Sage to Windows Group]
Line 10: Line 13:
Anybody can participant, but funding will be aimed primarily at people who have demonstrated a substantial ability to contribute to the Sage project. (This is not a general Sage statement -- it's just for this workshop.) === Outings ===
 
 * Party
 * Camping
 * Tourism afternoon
Line 13: Line 20:
== Tentative Participants List == === Colloquium Talks ===
 * Martin Albrecht (June 13, 11am): Linear Algebra over GF(2)
 * Dan Gindikin (June 14, 11am) -- The Joy of Pex
 * Glenn Tarbox (June 15, 11am) -- What is Twisted?
 * Rob Beezer (June 16, 11am): Writing and maintaining an open source undergraduate linear algebra book
 * Arne Storjohann (June 17, 11am) -- Exact Linear Algebra
 * Michael Abshoff (June 18, 11am) -- The Sage development process
 * Mike Hansen (June 19, 11am) -- Combinatorics
Line 15: Line 29:
People with a "?" are possibly (probably) not available. If you're looking at this and your participation
is highly likely or if you can't attend please email me (wstein@gmail.com) or edit the wiki.

=== ORGANIZERS: Robert Bradshaw, William Stein and Tom Boothby ===
=== DATES: June 13-20, 2008 ===
=== LOCATION: Seattle, Washington -- Mechanical Engineering 208 ===

The goal of this "developer coding week" will be to write a huge amount of high quality code. All talks will be squarely aimed at developers and be directly related to coding projects. All participants will assumed to be experienced programmers. The main topics will be: Cython, Exact Linear Algebra, Parallel Computation, and Porting Sage to Windows. However, like with all of Sage development, participants are encouraged to work on whatever they feel will be the ''most productive'' way for them to spend their time.

Anybody can participate, but funding will be aimed primarily at people who have demonstrated a substantial ability to contribute to the Sage project. (This is not a general Sage statement -- it's just for this workshop.)

== Participants List ==
People with dates listed have confirmed attendance during those dates.
Line 19: Line 42:
  * Michael Abshoff (June 13-20, 2008)
  * Martin Albrecht
  * Burcin Erocal
  * Ralph Peter Weinmann (?)

 * Michael Abshoff (June 7-27) -- Windows port, exact linear algebra
 * Martin Albrecht (June 12-21) -- exact linear algebra (GF(2) LUP)
 * Stephan Behnel (canceled) -- Cython
 * Burcin Erocal (June 13-20) -- exact linear algebra, Cython
 * David Kohel (June 12-20)
 * Dag Sverre Seljebotn (June 12-23) -- Cython
 * Ralf-Philipp Weinmann (June 12-21)

CANADIAN:

 * Nick Alexander (June 13-20) -- exact linear algebra, modular forms
 * Arne Storjohann -- exact linear algebra
Line 25: Line 57:
  * Craig Citro (?)
  * Gary Furnish (gfurnish@indirectproof.net)
  * Dan Gindikin -- (pnylab.com; Princeton)
  * Mike Hansen
  * David Harvey
  * David Joyner
  * David Roe
  * Justin Walker

 * Gregory Bard (June 13-20) -- exact linear algebra (GF(2) LUP)
 * Iftikhar Burhanuddin (June 13-20) -- || computation
 * Craig Citro (June 13-20) -- cython and exact linear algebra
 * Nathan Dunfield (tentative; probably will attend)
 * Gary Furnish (June 6-August) -- Windows port, Symbolics, Cython
 * Dan Gindikin (pnylab.com; Princeton) -- Cython
 * Chris Gorecki -- Windows port
 * Mike Hansen (June 13-20)
 * David Harvey (probably will not attend)
 * David Roe (June 13-20)
Line 35: Line 70:
  * Tom Boothby
  * Robert Bradshaw
  * Josh Kantor
  * Emily Kirkman
  * Robert Miller
  * Bobby Moretti (?)
  * Clement Pernet
  * Yi Qiang
  * Dan Shumow (?)
  * William Stein (June 13-20, 2008) -- everything, but especially exact linear algebra
Line 46: Line 71:
 * Rob Beezer (from Univ of Puget Sound) -- will give an '''education-oriented''' colloquium talk on his free open source linear algebra book
 * Tom Boothby (June 13-20) -- Cython implementation of F4 (requires fast sparse linear algebra)
 * Robert Bradshaw
 * Timothy Clemans -- Sage Notebook & DSage web interface
 * Josh Kantor
 * Emily Kirkman
 * Robert Miller (June 13-20)
 * Bobby Moretti (?)
 * Clement Pernet (June 13-20) -- exact linear algebra
 * Yi Qiang -- distributed Sage
 * Dan Shumow (unclear)
 * William Stein (June 13-20) -- everything, but especially exact linear algebra
 * Glenn Tarbox -- Dsage evolution and Twisted
 * Carl Witty (June 13-20) -- either my proposed randgen framework (random number seed management for Sage) or cylindrical algebraic decomposition (either wrapping qepcad or writing my own implementation).
Line 48: Line 87:
 * '''''Cython '''''-- something much deeper than usual, and not necessarily so Sage related. Cython is one of the "killer apps" of Sage:
  * expand range of Cython developers (i.e., Robert tells us how to work on Cython).
  * increase documentation
  * future development directions
  * PEX
  * pickling
Line 49: Line 94:
  * Cython -- something much deeper than usual, and not necessarily so Sage related. Cython is one of the "killer apps" of Sage:
     * expand range of Cython developers (i.e., Robert tells us how to work on Cython).
     * increase documentation
     * future development directions
     * PEX
     * pickling
 * '''''MS Windows '''''-- figure out how to do a full native port of Sage to Windows. Seattle would be a good place for this theme, and I'm working on getting some Microsoft funding to support doing a port.
  * visiting Microsoft and meeting the clients
  * finish the cygwin part
  * teach everyone how to use MSVC
Line 56: Line 99:
  * MS Windows -- figure out how to do a full native port of Sage to Windows. Seattle would be a good place for this theme, and I'm working on getting some Microsoft funding to support doing a port.
     * visiting Microsoft and meeting the clients
     * finish the cygwin part
     * teach everyone how to use MSVC
 * '''''Parallel computation in Sage''''' -- DSage, Ipython1, Threads again; sort of like the MSRI conference last year but much more focused on Sage and actual implementations.
 * '''''Exact linear algebra''''' -- perfect to capitalize on Clement Pernet being around, and the positive momentum behind Linbox, IML, etc. There would be a number of talks on all the basic tricks of exact linear algebra, systematic benchmarking, with the goal being to "beat Magma" at a range of exact linear algebra problems.
Line 61: Line 102:
== Hotel information ==
Line 62: Line 104:
  * Parallel computation in Sage -- DSage, Ipython1, Threads again; sort of like the MSRI conference last year but much more focused on Sage and actual implementations.
   
I have already pre-paid for a bunch of rooms at the Collegiana, so many of you can stay there:
[:/roommates: Roommate list]
{{{
    The Collegiana Inn
    4311 - 12th Ave. NE
    Seattle, WA 98105
    (206) 732-3200
}}}
Line 65: Line 113:
  * Exact linear algebra -- perfect to capitalize on Clement Pernet being around, and the positive momentum behind Linbox, IML, etc. There would be a number of talks on all the basic tricks of exact linear algebra, systematic benchmarking, with the goal being to "beat Magma" at a range of exact linear algebra problems. Back during SD2, William recommend the Seattle University Travelodge:
Line 67: Line 115:
   http://www.seattleuniversityhotel.com/index.html
Line 68: Line 117:
They have free wifi, are very conveniently located. Their rates are also reasonable. The College Inn (http://www.collegeinnseattle.com/) is also a good choice.
Line 69: Line 119:
There are some other options here:
  http://www.washington.edu/univrel/visitors/accommodations.html
Line 70: Line 122:
== Dates you could come ==

(this was for organizational purposes...)

 * William Stein: any dates during June 13 - June 22, July 3 - July 6.... (I'm now going to ISSAC July 20-23 too).
 * Michael Abshoff: pretty much any date except July 20–23, i.e. ISSAC 2008
 * Martin Albrecht: most dates should be fine after June 14 until August 17 (CRYPTO)
 * Marshall Hampton: Only great dates for me are July 13 - 18th; my summer is very tightly scheduled. I will try to make any weekend date.
 * Craig Citro: Anything after July 4 works great for me.
 * Jason Grout: May 19 - May 23; June 23 - June 26; July 28 - Aug 15
 * David Roe: May 24-June 25, August 18-Sept 9
 * Emily Kirkman: June 13 - June 22
 * Clément Pernet: any date except July 7-11 (SIAM meeting in San Diego), and maybe July 20-23 (ISSAC), although not sure I'll go there.
 * Mike Hansen: any dates at this point
 * Burcin Erocal:
 * David Harvey
 * Bill Purvis: any dates at this point (retired systems engineer)
NOTE: UW's commencement is June 14th, so many hotels are already booked solid for the weekend and/or unusually expensive for the 13th and 14th.

Sage Developer Days 1 (aka Sage Days 8.5)

[http://groups.google.com/group/sage-dev1 Mailing List]

Groups: Cython, Exact Linear Algebra, Parallel Computation, and Porting Sage to Microsoft Windows

  • [:/cython: The Cython Group]
  • [:/linalg: The Exact Linear Algebra Group]
  • [:/dsage: The Parallel Computation Group]
  • [:/windows: The Porting Sage to Windows Group]

Outings

  • Party
  • Camping
  • Tourism afternoon

Colloquium Talks

  • Martin Albrecht (June 13, 11am): Linear Algebra over GF(2)
  • Dan Gindikin (June 14, 11am) -- The Joy of Pex
  • Glenn Tarbox (June 15, 11am) -- What is Twisted?
  • Rob Beezer (June 16, 11am): Writing and maintaining an open source undergraduate linear algebra book
  • Arne Storjohann (June 17, 11am) -- Exact Linear Algebra
  • Michael Abshoff (June 18, 11am) -- The Sage development process
  • Mike Hansen (June 19, 11am) -- Combinatorics

ORGANIZERS: Robert Bradshaw, William Stein and Tom Boothby

DATES: June 13-20, 2008

LOCATION: Seattle, Washington -- Mechanical Engineering 208

The goal of this "developer coding week" will be to write a huge amount of high quality code. All talks will be squarely aimed at developers and be directly related to coding projects. All participants will assumed to be experienced programmers. The main topics will be: Cython, Exact Linear Algebra, Parallel Computation, and Porting Sage to Windows. However, like with all of Sage development, participants are encouraged to work on whatever they feel will be the most productive way for them to spend their time.

Anybody can participate, but funding will be aimed primarily at people who have demonstrated a substantial ability to contribute to the Sage project. (This is not a general Sage statement -- it's just for this workshop.)

Participants List

People with dates listed have confirmed attendance during those dates.

EUROPEAN:

  • Michael Abshoff (June 7-27) -- Windows port, exact linear algebra
  • Martin Albrecht (June 12-21) -- exact linear algebra (GF(2) LUP)
  • Stephan Behnel (canceled) -- Cython
  • Burcin Erocal (June 13-20) -- exact linear algebra, Cython
  • David Kohel (June 12-20)
  • Dag Sverre Seljebotn (June 12-23) -- Cython
  • Ralf-Philipp Weinmann (June 12-21)

CANADIAN:

  • Nick Alexander (June 13-20) -- exact linear algebra, modular forms
  • Arne Storjohann -- exact linear algebra

AMERICAN:

  • Gregory Bard (June 13-20) -- exact linear algebra (GF(2) LUP)
  • Iftikhar Burhanuddin (June 13-20) -- || computation

  • Craig Citro (June 13-20) -- cython and exact linear algebra
  • Nathan Dunfield (tentative; probably will attend)
  • Gary Furnish (June 6-August) -- Windows port, Symbolics, Cython
  • Dan Gindikin (pnylab.com; Princeton) -- Cython
  • Chris Gorecki -- Windows port
  • Mike Hansen (June 13-20)
  • David Harvey (probably will not attend)
  • David Roe (June 13-20)

LOCAL:

  • Rob Beezer (from Univ of Puget Sound) -- will give an education-oriented colloquium talk on his free open source linear algebra book

  • Tom Boothby (June 13-20) -- Cython implementation of F4 (requires fast sparse linear algebra)
  • Robert Bradshaw
  • Timothy Clemans -- Sage Notebook & DSage web interface

  • Josh Kantor
  • Emily Kirkman
  • Robert Miller (June 13-20)
  • Bobby Moretti (?)
  • Clement Pernet (June 13-20) -- exact linear algebra
  • Yi Qiang -- distributed Sage
  • Dan Shumow (unclear)
  • William Stein (June 13-20) -- everything, but especially exact linear algebra
  • Glenn Tarbox -- Dsage evolution and Twisted
  • Carl Witty (June 13-20) -- either my proposed randgen framework (random number seed management for Sage) or cylindrical algebraic decomposition (either wrapping qepcad or writing my own implementation).

Main Topics

  • Cython -- something much deeper than usual, and not necessarily so Sage related. Cython is one of the "killer apps" of Sage:

    • expand range of Cython developers (i.e., Robert tells us how to work on Cython).
    • increase documentation
    • future development directions
    • PEX
    • pickling
  • MS Windows -- figure out how to do a full native port of Sage to Windows. Seattle would be a good place for this theme, and I'm working on getting some Microsoft funding to support doing a port.

    • visiting Microsoft and meeting the clients
    • finish the cygwin part
    • teach everyone how to use MSVC
  • Parallel computation in Sage -- DSage, Ipython1, Threads again; sort of like the MSRI conference last year but much more focused on Sage and actual implementations.

  • Exact linear algebra -- perfect to capitalize on Clement Pernet being around, and the positive momentum behind Linbox, IML, etc. There would be a number of talks on all the basic tricks of exact linear algebra, systematic benchmarking, with the goal being to "beat Magma" at a range of exact linear algebra problems.

Hotel information

I have already pre-paid for a bunch of rooms at the Collegiana, so many of you can stay there: [:/roommates: Roommate list]

    The Collegiana Inn
    4311 - 12th Ave. NE
    Seattle, WA 98105
    (206) 732-3200

Back during SD2, William recommend the Seattle University Travelodge:

They have free wifi, are very conveniently located. Their rates are also reasonable. The College Inn (http://www.collegeinnseattle.com/) is also a good choice.

There are some other options here:

NOTE: UW's commencement is June 14th, so many hotels are already booked solid for the weekend and/or unusually expensive for the 13th and 14th.

dev1 (last edited 2008-11-14 13:41:59 by anonymous)