Actions

Sandbox: Difference between revisions

From Santa Fe Institute Events Wiki

No edit summary
No edit summary
Line 3: Line 3:
For more information on how to edit pages see the [http://meta.wikimedia.org/wiki/Help:Contents MediaWiki] manual.
For more information on how to edit pages see the [http://meta.wikimedia.org/wiki/Help:Contents MediaWiki] manual.


[[Image:THU Library.JPG]]
== Test your wikiText here ==
  Hello,every body.I'm Zhang Haitian,a Graduate student in Institute of Neuroscience,Chinese Academy of Science.My undergraduate education is in the Department of Physics in Tsinghua University.Now I am in the laboratory of Neural Plasticity,prof.Mu-Ming Poo`s lab.My reasearch interest focuses on the neural encoding in sensory system and multi-sensory integration,especially 'visual' and 'auditory'integration in our brain.I am also very interested in Theoritical modeling neuroscience,Information Theory and Artificial intelligence networks.


Welcome to my website:[http://spaces.msn.com/haitianthu/
<!-- You may delete and/or change any text below here -->
 
==== Creating a New Page ====
 
To create a new page, make a link and then follow the link to the blank page and add content. Here's a sample link:
 
[[The long title of my page|The short title]]
 
and another...
 
[[Another test page]]
 
Note that the link shows up in red since the page it points to hasn't been created yet. Also, remember that the title of the page is what is going to be used in the URL.
 
==== Creating a List ====
 
How do you make a list?
 
*one
*two
*three
 
or
 
#one
#two
#three
 
==== Creating a Table ====
 
{|border="1" cellpadding="2"
|This
|is
|-
|a
|table
|}
So, for an agenda, you basically want to do a two-column table. I generally work with the border visible and then set it to 0 once I'm happy with the page.
 
You can also consult the [http://meta.wikimedia.org/wiki/Help:Table table docs] for more detailed help.
 
{|border="1"
|8:30 - 9:00
|Breakfast
|-
|valign="top" | 9:00 - 10:00
|The Physics of Biology<br />Kevin Drennan, The Santa Fe Institute
|}
 
although I often wonder how much more difficult the raw code really is:
 
<table border="1">
  <tr>
    <td>8:30 - 9:00</td>
    <td>Breakfast</td>
  </tr>
  <tr>
    <td valign="top">9:00 - 10:00</td>
    <td>The Physics of Biology<br />Kevin Drennan, The Santa Fe Institute</td>
  </tr>
</table>

Revision as of 23:02, 18 April 2006

Welcome to the Sandbox! This page is for editing experiments. Feel free to try your skills at formatting here. To edit, click here or the link edit at the top of the page, make your changes in the dialog box, and click the Save page button when you are finished. Content added here will not stay permanently.

For more information on how to edit pages see the MediaWiki manual.

Test your wikiText here

Creating a New Page

To create a new page, make a link and then follow the link to the blank page and add content. Here's a sample link:

The short title

and another...

Another test page

Note that the link shows up in red since the page it points to hasn't been created yet. Also, remember that the title of the page is what is going to be used in the URL.

Creating a List

How do you make a list?

  • one
  • two
  • three

or

  1. one
  2. two
  3. three

Creating a Table

This is
a table

So, for an agenda, you basically want to do a two-column table. I generally work with the border visible and then set it to 0 once I'm happy with the page.

You can also consult the table docs for more detailed help.

8:30 - 9:00 Breakfast
9:00 - 10:00 The Physics of Biology
Kevin Drennan, The Santa Fe Institute

although I often wonder how much more difficult the raw code really is:

8:30 - 9:00 Breakfast
9:00 - 10:00 The Physics of Biology
Kevin Drennan, The Santa Fe Institute