OpenWetWare:How to join: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
(removed all the maxlength requirements except for username (I see no reason to have a limit))
Line 46: Line 46:


<input name="password" type="password" class="form_format" size="30" maxlength="150" />
<input name="password" type="password" class="form_format" size="30" />
<div class="style1">Must be greater than 6 characters.</div></td>
<div class="style1">Must be greater than 6 characters.</div></td>
Line 55: Line 55:
<td valign="top" align="left">
<td valign="top" align="left">


<input name="password2" type="password" class="form_format" size="30" maxlength="150" />
<input name="password2" type="password" class="form_format" size="30" />
<div class="style1">Must match password above.</div></td>
<div class="style1">Must match password above.</div></td>
Line 61: Line 61:
<tr>
<tr>
  <td align="right" valign="top" class="style2"><span style="font-weight:bold;">Name: </span> </td>
  <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" maxlength="100" />
  <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>
<div class="style1">First and last name. </div></td>


Line 67: Line 67:
<tr>
<tr>
  <td align="right" valign="top" class="style2"><span style="font-weight:bold;">Email: </span> </td>
  <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" maxlength="35" />
  <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>
  <div class="style1">An email will be sent to this address to confirm your account registration.</div></td>
</tr>
</tr>
Line 75: Line 75:
  <td align="right" valign="top" class="style2"><span style="font-weight:bold;">Affiliation: </span></td>
  <td align="right" valign="top" class="style2"><span style="font-weight:bold;">Affiliation: </span></td>
  <td valign="top" align="left"><span class="style1">
  <td valign="top" align="left"><span class="style1">
<input name="affiliation" type="text" class="form_format" size="30" maxlength="35" />
<input name="affiliation" type="text" class="form_format" size="30" />
<br />
<br />
If applicable, provide your academic or industrial affiliation. </span></td>
If applicable, provide your academic or industrial affiliation. </span></td>
Line 83: Line 83:


  <td valign="top" align="left"><span class="style1">
  <td valign="top" align="left"><span class="style1">
<input name="description" type="text" class="form_format" size="30" maxlength="35" />
<input name="description" type="text" class="form_format" size="30" />
<br />
<br />
Short description of why you would like to join OWW. </span></td>
Short description of why you would like to join OWW. </span></td>
Line 91: Line 91:
  <td valign="top" align="left"><span class="style1">
  <td valign="top" align="left"><span class="style1">


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

Revision as of 15:32, 1 May 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. We will try to add you in a timely fashion.

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.

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. </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="30" /> <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="30" /> <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>