OpenWetWare:Getting started 2: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(OpenWetWare:Getting started 2 moved to OpenWetWare:Getting started/Editing your user page: Clearer naming scheme)
 
No edit summary
Line 1: Line 1:
#redirect [[OpenWetWare:Getting started/Editing your user page]]
<div style="text-align:center;border-bottom:3px solid #fc0">
<div style="float:left;width:32.5%;padding:.3em 0;">1. [[OpenWetWare:Getting started/Introduction|Introduction]]</div>
<div style="float:left;width:32%;font-weight:bold;background-color:#ff9;color:#000;padding:.3em; border:2px solid #fc0;border-bottom:0;font-size:130%;margin:2px 2px 0">2. [[OpenWetWare:Getting started 2|Set up your user page/lab wiki]]</div>
<div style="float:right;width:32.5%;padding:.3em 0;margin:2px 2px 0">3. [[OpenWetWare:Getting started 3|Contribute to the community]]</div><div style="width:0;height:0;clear:both;overflow:hidden"></div>
</div> __NOEDITSECTION__
<div style="border:3px solid #fc0;padding:.5em 1em 1em 1em;border-top:none;background-color:#fff;color:#000">
__TOC__
 
 
==Starting Your User Page==
Perhaps your user page is the most comfortable place for you to start editing. A brief description of who you are and what you are doing will help others feel comfortable with your edits and may even lead to productive collaborations.
[[Image:Edit User Page.jpg|frame|center|Click on your '''username''' to edit]]
To access your user page, log in, then click on your '''username''' at the top right of any OpenWetWare page.  Then, click on the [[Image:EditButton.jpg]] tab. ''If nothing has been added to your page you will be brought directly to the edit screen.''
 
 
==Formatting==
Breaking up your page into different sections will make it much easier to read. If you create enough different sections, a table of contents like the one at the top of this page will be created automatically.
{| border="1" cellpadding="4" align="center"
|-
|width="350px" valign="top"|'''What You Type'''
|width="350px" valign="top"|'''What You Get'''
|- valign="top"
|Start your sections as follows:
<pre><nowiki>
==New section==
 
===Subsection===
 
====Sub-subsection====
</nowiki></pre>
|
'''<font style="font-size:120%">New section</font>'''
 
'''<font style="font-size:110%">Subsection</font>'''
 
'''<font style="font-size:100%">Sub-subsection</font>'''
 
* Start with a second-level heading (<tt><nowiki>==</nowiki></tt>).
* Use subsequent levels (''second'', ''third'', then ''fourth'' levels).
* Table of Contents automatic with 4+ subsections.
* If appropriate, place subsections in an order (i.e. alphabetical, numerical, etc).
|- valign="top"
|-
|}
 
You can see what your page now looks like by clicking [[Image:ShowPreviewButton.jpg]].
 
 
==Adding Content==
{| border="1" cellpadding="4" align="center"
|-
|width="350px" valign="top"|'''What You Type'''
|width="350px" valign="top"|'''What You Get'''
|- valign="top"
|
<pre><nowiki>
===Contact Info===
Your Name
Lab Address
Phone or E-mail
 
===Education===
* Years, PhD, Institute
* Years, MS, Institute
* Years, BS, Institute
 
Fill in your educational background.
 
===Research Interests===
# Interest #1
# Interest #2
# Interest #3
 
Or add a brief description.
 
</nowiki></pre>
|'''<font style="font-size:110%">Contact Info</font>'''
Your Name<br>
Lab Address<br>
Phone or E-mail<br>
 
'''<font style="font-size:110%">Education</font>'''
* Years, PhD, Institute
* Years, MS, Institute
* Years, BS, Institute
 
'''<font style="font-size:110%">Research Interests</font>'''
# Interest #1
# Interest #2
# Interest #3
 
Or add a brief description.
|- valign="top"
|-
|}
 
 
 
==Adding Links==
{| border="1" cellpadding="4" align="center"
|-
|width="350px" valign="top"|'''What You Type'''
|width="350px" valign="top"|'''What You Get'''
|- valign="top"
|
<pre><nowiki>
'''Internal Link''' OpenWetWare pages
 
[[Protocols]]
 
''External Link'' web addresses
 
[http://www.pubmed.gov PUBMED]
</nowiki></pre>
|
'''Internal Link''' OpenWetWare pages
 
[[Protocols]]
 
''External Link'' web addresses
 
[http://www.pubmed.gov PUBMED]
|- valign="top"
|-
|}
 
 
Click [[Image:SavePageButton.jpg]] and you're done! <br>
<font color="red">Remember to save periodically; information will be lost if browser is closed.</font>
 
==Further Information==
With these basics, you can easily edit your User Page.
*Detailed formatting information: [[Simple wiki editing examples| simple wiki editing examples]].
*Also, check out [[Wikipedia:Tutorial|tutorial]] from wikipedia.
*To add [http://en.wikipedia.org/wiki/Wikipedia:Picture_tutorial pictures] and [[MetaWikiPedia:Table|tables]] to pages.
 
 
 
 
<div style="float: left; margin-top: -1.5em; background-color: #ff9; color: #000; padding: .2em .6em; font-size: 130%; border: 1px solid #fc0;">'''Previous:''' [[OpenWetWare:Getting started |<font size=6>'''&larr;'''</font> '''Getting started''']]</div>
 
<div style="float: right; margin-top: -1.5em; background-color: #ff9; color: #000; padding: .2em .6em; font-size: 130%; border: 1px solid #fc0;">'''Next:''' [[OpenWetWare:Getting started/Creating your lab wiki |'''Set up your lab page''' <font size=6>'''&rarr;'''</font>]]</div><br></div>

Revision as of 09:48, 24 February 2006


Starting Your User Page

Perhaps your user page is the most comfortable place for you to start editing. A brief description of who you are and what you are doing will help others feel comfortable with your edits and may even lead to productive collaborations.

Click on your username to edit

To access your user page, log in, then click on your username at the top right of any OpenWetWare page. Then, click on the tab. If nothing has been added to your page you will be brought directly to the edit screen.


Formatting

Breaking up your page into different sections will make it much easier to read. If you create enough different sections, a table of contents like the one at the top of this page will be created automatically.

What You Type What You Get
Start your sections as follows:
==New section==

===Subsection===

====Sub-subsection====

New section

Subsection

Sub-subsection

  • Start with a second-level heading (==).
  • Use subsequent levels (second, third, then fourth levels).
  • Table of Contents automatic with 4+ subsections.
  • If appropriate, place subsections in an order (i.e. alphabetical, numerical, etc).

You can see what your page now looks like by clicking .


Adding Content

What You Type What You Get
===Contact Info===
Your Name
Lab Address
Phone or E-mail

===Education===
* Years, PhD, Institute
* Years, MS, Institute
* Years, BS, Institute

Fill in your educational background.

===Research Interests===
# Interest #1
# Interest #2
# Interest #3

Or add a brief description.

Contact Info

Your Name
Lab Address
Phone or E-mail

Education

  • Years, PhD, Institute
  • Years, MS, Institute
  • Years, BS, Institute

Research Interests

  1. Interest #1
  2. Interest #2
  3. Interest #3

Or add a brief description.


Adding Links

What You Type What You Get
'''Internal Link''' OpenWetWare pages

[[Protocols]]

''External Link'' web addresses

[http://www.pubmed.gov PUBMED]

Internal Link OpenWetWare pages

Protocols

External Link web addresses

PUBMED


Click and you're done!
Remember to save periodically; information will be lost if browser is closed.

Further Information

With these basics, you can easily edit your User Page.