Differences between revisions 11 and 14 (spanning 3 versions)
Revision 11 as of 2007-06-22 18:40:52
Size: 2312
Editor: anonymous
Comment:
Revision 14 as of 2007-06-22 23:14:26
Size: 2405
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Line 8: Line 7:
 * Friday, June 22, 2007
  * 9:30 am -- Jim's Lecture
  * 2:00 pm -- Robert Miller: Introduction to SAGE.
  * 5:30 pm -- Aqua Verde
 * Saturday, June 23, 2007
  * 10:30 -- PDL loading dock: Math n' Stuff Store
 * Sunday, June 24, 2007
  * 10:30 -- PDL loading dock: Aquarium
 * Monday, June 25, 2007 (Jim will be missing)
  * 10:00 am -- Brainstorming to come up with problems and other activities.
  * 12:45 pm -- Zome Tools
 * Tuesday, June 26, 2007
  * 9:30 am -- Peter, David, Jim and Owen lecture
  * First individual meetings
=== Projects ===
 1. [:Leon:Update] Jeffrey Leon's Partition Backtracking code
  * Tom Boothby, Robert Miller
 1. Update Owen and Jeff's Genus Code.
  * Emily Kirkman
 1. Algorithm to test for circular planarity
  * Emily Kirkman
 1. Enhancing precision with exact linear algebra
  * Tom Boothby, Emily Kirkman
 1. Combinatorics of Coxeter Groups (with Sara Billey)
  * Tom Boothby, Kari Christianson, Emily Kirkman, Robert Miller
=== Pictures ===
 * [:emilyk:Emily Kirkman]
=== Resources ===
 * Dive into Python: http://www.diveintopython.org/
== Wiki examples ==
To include a link:
Line 9: Line 39:
 * Friday, June 22, 2007
    * 9:30 am -- Jim's Lecture

    * 2:00 pm -- Robert Miller: Introduction to SAGE.

 * Saturday, June 23, 2007
    * Morning: Aquarium

    * Afternoon: Math n' Stuff Store

 * Monday, June 25, 2007 (Jim will be missing)

    * 10:00 am -- Brainstorming to come up with problems and other activities.

    * 12:45 pm -- Zome Tools

 * Tuesday, June 26, 2007
    * 9:30 am -- Peter, David, Jim and Owen lecture
    * First individual meetings

=== Projects ===

 * [:Leon: Update] Jeffrey Leon's Partition Backtracking code
    * Tom Boothby, Robert Miller

 * Update Owen and Jeff's Genus Code.
    * Emily Kirkman

 * Algorithm to test for circular planarity
    * Emily Kirkman

 * Enhancing precision with exact linear algebra
    * Tom Boothby, Emily Kirkman

 * Combinatorics of Coxeter Groups (with Sara Billey)
    * Tom Boothby, Kari Christianson, Emily Kirkman, Robert Miller

=== Pictures ===
 * [:emilyk: Emily Kirkman]

== Wiki examples ==

To include a link:
Line 56: Line 43:
To add a table of contents:
Line 57: Line 45:
To add a table of contents:
Line 61: Line 48:
To format the table of contents (simultaneously formatting the page):
Line 62: Line 50:
To format the table of contents (simultaneously formatting the page):
Line 71: Line 58:
Line 86: Line 72:
Line 88: Line 73:
Line 91: Line 75:

TableOfContents

REU

[http://www.math.washington.edu/~morrow/reu07/reu.html Jim Morrow's page]: Relevant papers.

Schedule

  • Friday, June 22, 2007
    • 9:30 am -- Jim's Lecture
    • 2:00 pm -- Robert Miller: Introduction to SAGE.
    • 5:30 pm -- Aqua Verde
  • Saturday, June 23, 2007
    • 10:30 -- PDL loading dock: Math n' Stuff Store
  • Sunday, June 24, 2007
    • 10:30 -- PDL loading dock: Aquarium
  • Monday, June 25, 2007 (Jim will be missing)
    • 10:00 am -- Brainstorming to come up with problems and other activities.
    • 12:45 pm -- Zome Tools
  • Tuesday, June 26, 2007
    • 9:30 am -- Peter, David, Jim and Owen lecture
    • First individual meetings

Projects

  1. [:Leon:Update] Jeffrey Leon's Partition Backtracking code

    • Tom Boothby, Robert Miller
  2. Update Owen and Jeff's Genus Code.
    • Emily Kirkman
  3. Algorithm to test for circular planarity
    • Emily Kirkman
  4. Enhancing precision with exact linear algebra
    • Tom Boothby, Emily Kirkman
  5. Combinatorics of Coxeter Groups (with Sara Billey)
    • Tom Boothby, Kari Christianson, Emily Kirkman, Robert Miller

Pictures

  • [:emilyk:Emily Kirkman]

Resources

Wiki examples

To include a link:

[http://www.math.washington.edu/~morrow/reu07/reu.html Jim Morrow's page]
[:Leon: update]

To add a table of contents:

[[TableOfContents]]

To format the table of contents (simultaneously formatting the page):

== Top Level, No. 1 ==
== Top Level, No. 2 ==
=== Next Level, No. 1 ===
=== Next Level, No. 2 ===
==== Another Level, etc. ====
== Top Level, No. 3 ==

To create a new wiki page, simply navigate there, and you will be given a new blank page.

MoinMoin, this particular brand of wiki, also allows you to use LaTeX:

\sum_{k=1}^n{n \choose k}x^k

\sum_{k=1}^n{n \choose k}x^k

\left[\begin{array}{cccc}1 & 0 & 0 & 0 \\0 & 1 & 0 & 0 \\0 & 0 & 0 & \omega \\0 & 0 & -\omega & 0\end{array}\right]

Here's how to do that:

$$\sum_{k=1}^n{n \choose k}x^k$$
$\sum_{k=1}^n{n \choose k}x^k$
$$\left[\begin{array}{cccc}1 & 0 & 0 & 0 \\0 & 1 & 0 & 0 \\0 & 0 & 0 & \omega \\0 & 0 & -\omega & 0\end{array}\right]$$

NOTE: The double-dollar notation is a replacement for LaTeX's math environment \[...\], which does not work in the wiki.

reu/07 (last edited 2019-11-23 17:22:22 by chapoton)