Differences between revisions 18 and 19
Revision 18 as of 2010-07-06 14:44:30
Size: 3859
Editor: was
Comment:
Revision 19 as of 2010-07-06 14:55:26
Size: 4394
Editor: was
Comment:
Deletions are marked like this. Additions are marked like this.
Line 88: Line 88:
  * Improve the Sage Website
* how to setup a server
       * standalone server
       * with sage
* how to develop the sage notebook: give a complete example of how to change something
    * make site prettier
  * Greatly improve [[http://nb.sagemath.org/|the Sage Notebook website]]
  
* Improved information on the site:
   
* how to setup a server
          * standalone server
          * with sage
   
* how to develop the sage notebook: give a complete example of how to change something
    * Make site much prettier -- I think it is ugly.
Line 95: Line 97:
    * users and basic configuration -- get the startup time of sagenb.org down from 20 minutes to 1 second
    * worksheets (?)
    * Users and basic configuration -- get the startup time of sagenb.org down from 20 minutes to 1 second by replacing users.pickle by a sqlite database, and rewriting the notebook server to use this database instead of making a list of *all* users (and other data about them) in memory.
    * worksheets -- see [[http://trac.sagemath.org/sage_trac/ticket/8757|trac 8757]]; This might also totally deal with the above "users and basic configuration" info.
Line 98: Line 101:
    * linking between worksheets     * linking between worksheets: [[http://trac.sagemath.org/sage_trac/ticket/5042|trac 5042]] is relevant

sage-4.5

  • Robert Miller

ABC at home

  • review code
  • model runtime
  • People: Bart de Smit, Willem Jan Palenstijn, Demeyer, Mak Trifkovic, Thijs van Dijk, Alyssa Milburn, Dan Bernstein, Sebastian Pancratz

Models for elliptic curves

Function Fields

The main goal of this project is to get the basic infrastructure for function fields into Sage. If time permits, we will also implement Hess's algorithms.

People: William Stein, Maarten Derickx, Peter Bruin, Jan Tuitman, Max Flander, Tanja Lange, Michiel Kosters, Christiane Peters, Marco Streng

Hyperbolic geometry

  • plotting, actions, fundamental domains
  • Java
  • port Verrill's fund.dom. program
  • People: Vincent Delecroix, Maite Arianes, Thijs van Dijk

Ticket #4000 on rational polynomials... QQ[x] via FLINT

  • People: Sebastian Pancratz, Bill Hart, Jan Tuitman

Sage on GPU's

  • People: Dan Bernstein, Thijs van Dijk, Andy Novocin

ZZ[x] factoring in FLINT, plus LLL

  • People: Andy Novocin, Wieb Bosma, Johannes van der Horst, Bill Hart, Max Flander

MPIR projects

  • fmpz in Sage
  • a very concrete C project
  • People: Frederik Johansson, Bill Hart

Ticket #4260 - Sage + Linbox

  • unify for matrices over GF(p)
  • C++ wizardry, etc
  • People: Andy Novocin, Clement Pernet, (Burcin Erocal, remotely)

Sage Notebook in the classroom

  • People: Bart de Smit, William Stein, Eric van der Velden, Willem Jan Palenstijn, Alyssa Milburn

Specific Projects

  • Greatly improve the Sage Notebook website

    • Improved information on the site:
      • how to setup a server
        • standalone server
        • with sage
      • how to develop the sage notebook: give a complete example of how to change something
    • Make site much prettier -- I think it is ugly.
  • Database
    • Users and basic configuration -- get the startup time of sagenb.org down from 20 minutes to 1 second by replacing users.pickle by a sqlite database, and rewriting the notebook server to use this database instead of making a list of *all* users (and other data about them) in memory.
    • worksheets -- see trac 8757; This might also totally deal with the above "users and basic configuration" info.

  • Worksheet labels
    • linking between worksheets: trac 5042 is relevant

    • support library worksheets, so you can type, e.g., load "library.sws"

General framework for the factor(n) command

  • mpfq is LGPL!
  • special support for p^n \pm 1.

  • People: Hendrik Lenstra, Dan Bernstein, Tanja Lange, Christiane Peters, Peng Tian, Julio Brau, Mak Trifkovic

Solving Conics

  • a Conic class using Denis Simon's pari code, possibly mwrank, finding points over number fields, other fields?
  • see sage trac #727 (and also #6881)
  • People: Marco Streng, Mak Trifkovic, Peter Bruin, John Cremona

Sums of Squares

  • People: Japp Spies, Dung Duong

Porting ECHIDNA code from MAGMA

  • People: Lloyd Kilford

days23/CodingProjects (last edited 2010-08-31 23:54:42 by was)