OpenWetWare:How to join: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
We are trying to keep the barrier to access for scientists as low as possible. '''Use this page to sign up for an OpenWetWare account.''' We will try to add you in a timely fashion.
We are trying to keep the barrier to access for scientists as low as possible. '''Use this page to sign up for an OpenWetWare account.'''  


Feel free to request an account regardless of whether you are an individual, a student group, a lab or some other type of organization.  Just having an interest in biological science or biological engineering is sufficient to join OpenWetWare.  If you are interested in setting up a lab account, please state that and we can help you further.
Feel free to request an account regardless of whether you are an individual, a student group, a lab or some other type of organization.  Just having an interest in biological science or biological engineering is sufficient to join OpenWetWare.  If you are interested in setting up a lab website, please state that and we can help you further.
 
In order to expedite getting an account, please give us as much information as possible.  If you do not provide your full name and academic affiliation, we will ask you to provide more information. 


If you have any questions, please email us at '''admin AT openwetware DOT org'''.
If you have any questions, please email us at '''admin AT openwetware DOT org'''.

Revision as of 12:16, 7 June 2006

We are trying to keep the barrier to access for scientists as low as possible. Use this page to sign up for an OpenWetWare account.

Feel free to request an account regardless of whether you are an individual, a student group, a lab or some other type of organization. Just having an interest in biological science or biological engineering is sufficient to join OpenWetWare. If you are interested in setting up a lab website, please state that and we can help you further.

In order to expedite getting an account, please give us as much information as possible. If you do not provide your full name and academic affiliation, we will ask you to provide more information.

If you have any questions, please email us at admin AT openwetware DOT org.

<html> <style type="text/css"> .formbody { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } .form_format { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #999999; color: #333333; } .form_button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #666; color: #333333; } .style1 { font-size: 11px; color: #666666; } .style2 {color: #333333} </style> <div class="formbody">

  <form action="/um_processform.php" method="post" name="registration" id="registration">
     <table style="border:1px solid #cccccc;padding:5px;background-color:#f5f5f5" width="100%" border="0" cellpadding="5" cellspacing="0">
     <tr>
        <td valign="top" align="right" width="150">

<span class="style2" style="font-weight:bold;">Username: </span>

        </td>

<td valign="top" align="left">

           <input name="username" type="text" class="form_format" size="30" maxlength="25" />
           <div class="style1">Must be between 4 and 25 characters long. Cannot contain underscores.</div></td>

</tr> <tr> <td valign="top" align="right"> <span class="style2" style="font-weight:bold;">Password: </span> </td> <td valign="top" align="left">


<input name="password" type="password" class="form_format" size="30" />

<div class="style1">Must be greater than 6 characters.</div></td> </tr> <tr> <td align="right" valign="top" class="style2"> <span style="font-weight:bold;">Re-enter password: </span> </td> <td valign="top" align="left">

<input name="password2" type="password" class="form_format" size="30" />

<div class="style1">Must match password above.</div></td> </tr> <tr> <td align="right" valign="top" class="style2"><span style="font-weight:bold;">Name: </span> </td> <td valign="top" align="left"><input name="name" type="text" class="form_format" id="name" size="30" /> <div class="style1">First and last name. </div></td>

</tr> <tr> <td align="right" valign="top" class="style2"><span style="font-weight:bold;">Email: </span> </td> <td valign="top" align="left"><input name="email" type="text" class="form_format" size="30" /> <div class="style1">An email will be sent to this address to confirm your account registration.</div></td> </tr>

<tr>

<td align="right" valign="top" class="style2"><span style="font-weight:bold;">Affiliation: </span></td> <td valign="top" align="left"><span class="style1"> <input name="affiliation" type="text" class="form_format" size="30" /> <br /> If applicable, provide your academic or industrial affiliation. </span></td> </tr> <tr> <td align="right" valign="top" class="style2"><span style="font-weight:bold;">Why would you like to join?: </span></td>

<td valign="top" align="left"><span class="style1"> <input name="description" type="text" class="form_format" size="60" /> <br /> Short description of why you would like to join OWW. </span></td> </tr> <tr> <td align="right" valign="top" class="style2"><span style="font-weight:bold;">How did you hear about us?: </span></td> <td valign="top" align="left"><span class="style1">

<input name="referral" type="text" class="form_format" size="60" /> <br /> This helps us determine where we need to focus to recruit new users. </span></td> </tr>

<tr> <td align="left">&nbsp;</td> <td align="left"><input name="submit_registration" type="submit" class="form_button" value="Submit Request" /> </td> </tr>

</table> </form> </div> </html>