Team:KULeuven/Tools
From 2008.igem.org
m |
m (→Lab Templates) |
||
(24 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | {{:Team:KULeuven/Tools/ | + | '''DEPRECATED PAGE''' |
- | + | {{:Team:KULeuven/Tools/Styling}} | |
- | + | {{:Team:KULeuven/Tools/Scripting}} | |
- | + | {{:Team:KULeuven/Tools/Header}} | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
== Templates == | == Templates == | ||
Line 56: | Line 14: | ||
<div class="general"><div> | <div class="general"><div> | ||
<center> | <center> | ||
- | <input type="text" class="input" id=" | + | <input type="text" class="input" id="styled" name="navigation_bar" value="{{:Team:KULeuven/Tools/Navigation_Bar}}"/> |
- | <input type="button" class="button" id=" | + | <input type="button" class="button" id="clip" value="Clip" onClick="clipboard(navigation_bar)"/> |
</center> | </center> | ||
<hr> | <hr> | ||
Line 81: | Line 39: | ||
Important: change the 'm4' to the appropriate value, e.g. if there are already 7 submenu's present it should be 'm8'. | Important: change the 'm4' to the appropriate value, e.g. if there are already 7 submenu's present it should be 'm8'. | ||
</p> | </p> | ||
- | < | + | <p> |
+ | If the submenu contains no entries (single link, no dropdown behaviour, e.g. Home, Modeling) you can make use of the "nomenu" class, this way the menu item does not change color in hover mode (mouse located on the menu item). Simply add <em>class="nomenu"</em> between <em>a</em> and <em>href</em>. | ||
+ | </p> | ||
<p> | <p> | ||
The code of the old navigation bar (no dropdown): | The code of the old navigation bar (no dropdown): | ||
Line 107: | Line 67: | ||
<html> | <html> | ||
<div class="general"><div> | <div class="general"><div> | ||
- | The day template that is preloaded into a notebook day. The result can be seen in the [[Team:KULeuven/Notebook |Notebook]] section, when you click on an unmodified day, you'll get the edit screen, prefilled with the contents of the New_Day template. To create a calendar using this template use the code: | + | <p>The day template that is preloaded into a notebook day. The result can be seen in the [[Team:KULeuven/Notebook |Notebook]] section, when you click on an unmodified day, you'll get the edit screen, prefilled with the contents of the New_Day template. To create a calendar using this template use the code: |
+ | </p> | ||
<center> | <center> | ||
- | <input type"text" class="input" id=" | + | <input type"text" class="input" id="styled" name="day_template" value="{{#calendar: query=preload=:Team:Kuleuven/Tools/New_Day}}"/> |
- | <input type="button" class="button" id=" | + | <input type="button" class="button" id="clip" value="Clip" onClick="clipboard(day_template)"/> |
</center> | </center> | ||
+ | <p> | ||
+ | The template adds a date retriever, displaying links such as yesterday, tomorrow, ..., to ease the navigation for the user. The javascript is found <a href="https://2008.igem.org/Team:KULeuven/Tools/New_Day/Date_Retriever">here</a>. | ||
+ | </p> | ||
</div></div> | </div></div> | ||
</html> | </html> | ||
=== Lab Templates === | === Lab Templates === | ||
+ | |||
+ | '''All lab templates below are heavily inspired by the [https://2007.igem.org/Paris iGEM Paris 2007 team], and were merely reconstructed by the KULeuven iGEM team. We owe great thanks to them.''' | ||
+ | |||
==== [[Team:KULeuven/Tools/PCR | PCR sheet]] ==== | ==== [[Team:KULeuven/Tools/PCR | PCR sheet]] ==== | ||
Line 121: | Line 88: | ||
<div class="general"><div> | <div class="general"><div> | ||
<center> | <center> | ||
- | <textarea class="textarea" id=" | + | <textarea class="textarea" id="styled" name="PCR" rows="10"> |
{{:Team:KULeuven/Tools/PCR | {{:Team:KULeuven/Tools/PCR | ||
|tanneal= | |tanneal= | ||
Line 143: | Line 110: | ||
</textarea> | </textarea> | ||
<br> | <br> | ||
- | <input type="button" class="button" id=" | + | <input type="button" class="button" id="clip" value="Clip" onClick="clipboard(PCR)"/> |
</center> | </center> | ||
</div></div> | </div></div> | ||
Line 200: | Line 167: | ||
<div class="general"><div> | <div class="general"><div> | ||
<center> | <center> | ||
- | <textarea class="textarea" id=" | + | <textarea class="textarea" id="styled" name="digestion" rows="10"> |
{{:Team:KULeuven/Tools/Digestion | {{:Team:KULeuven/Tools/Digestion | ||
|nr= | |nr= | ||
Line 212: | Line 179: | ||
</textarea> | </textarea> | ||
<br> | <br> | ||
- | <input type="button" class="button" id=" | + | <input type="button" class="button" id="clip" value="Clip" onClick="clipboard(digestion)"/> |
</center> | </center> | ||
</div></div> | </div></div> | ||
Line 249: | Line 216: | ||
<div class="general"><div> | <div class="general"><div> | ||
<center> | <center> | ||
- | <textarea class="textarea" id=" | + | <textarea class="textarea" id="styled" name="ligation" rows="10"> |
{{:Team:KULeuven/Tools/Ligation | {{:Team:KULeuven/Tools/Ligation | ||
|nr= | |nr= | ||
Line 261: | Line 228: | ||
</textarea> | </textarea> | ||
<br> | <br> | ||
- | <input type="button" class="button" id=" | + | <input type="button" class="button" id="clip" value="Clip" onClick="clipboard(ligation)"/> |
</center> | </center> | ||
</div></div> | </div></div> | ||
Line 298: | Line 265: | ||
<div class="general"><div> | <div class="general"><div> | ||
<center> | <center> | ||
- | <textarea class="textarea" id=" | + | <textarea class="textarea" id="styled" name="wells96" rows="10"> |
{{:Team:KULeuven/Tools/96-well | {{:Team:KULeuven/Tools/96-well | ||
- | |title= | + | |title= |
|A1= | |A1= | ||
|A2= | |A2= | ||
Line 318: | Line 285: | ||
</textarea> | </textarea> | ||
<br> | <br> | ||
- | <input type="button" class="button" id=" | + | <input type="button" class="button" id="clip" value="Clip" onClick="clipboard(wells96)"/> |
</center> | </center> | ||
<hr> | <hr> | ||
- | The 96 wells sheet extends from 1-12 horizontally, and from A- | + | The 96 wells sheet extends from 1-12 horizontally, and from A-H vertically, not all squares have been given in the code above, but are easily added. |
</div></div> | </div></div> | ||
<div class="example"><div> | <div class="example"><div> | ||
Line 363: | Line 330: | ||
|F1=etc | |F1=etc | ||
}} | }} | ||
- | |||
=== Collection Templates === | === Collection Templates === | ||
Line 371: | Line 337: | ||
<div class="general"><div> | <div class="general"><div> | ||
<center> | <center> | ||
- | <textarea class="textarea" id=" | + | <textarea class="textarea" id="styled" name="oligo" rows="6">{{:Team:KULeuven/Tools/Oligo |
|nr= | |nr= | ||
|name= | |name= | ||
|sequence= | |sequence= | ||
+ | |Tm= | ||
|length= | |length= | ||
|comments= | |comments= | ||
Line 380: | Line 347: | ||
</textarea> | </textarea> | ||
<br> | <br> | ||
- | <input type="button" class="button" id=" | + | <input type="button" class="button" id="clip" value="Clip" onClick="clipboard(oligo)"/> |
</center> | </center> | ||
<hr> | <hr> | ||
Line 388: | Line 355: | ||
{|cellspacing="1" width=100% | {|cellspacing="1" width=100% | ||
! style="background:#003E81; color: white" colspan="5" | Table of Oligos | ! style="background:#003E81; color: white" colspan="5" | Table of Oligos | ||
- | |-style="background:# | + | |-style="background:#99CCFF" align="center" |
| width=5% | Number | | width=5% | Number | ||
| width=10% | Name | | width=10% | Name | ||
- | | width= | + | | width=55% | Sequence |
+ | | width=5% | Tm (°C) | ||
| width=5% | Length | | width=5% | Length | ||
| width=20% | Comments | | width=20% | Comments | ||
Line 410: | Line 378: | ||
{|cellspacing="1" width=100% | {|cellspacing="1" width=100% | ||
! style="background:#003E81; color: white" colspan="5" | Table of Oligos | ! style="background:#003E81; color: white" colspan="5" | Table of Oligos | ||
- | |-style="background:# | + | |-style="background:#99CCFF" align="center" |
| width=5% | Number | | width=5% | Number | ||
| width=10% | Name | | width=10% | Name | ||
- | | width= | + | | width=55% | Sequence |
+ | | width=5% | Tm (°C) | ||
| width=5% | Length | | width=5% | Length | ||
| width=20% | Comments | | width=20% | Comments | ||
Line 427: | Line 396: | ||
{|cellspacing="1" width=100% | {|cellspacing="1" width=100% | ||
! style="background:#003E81; color: white" colspan="5" | Table of Oligos | ! style="background:#003E81; color: white" colspan="5" | Table of Oligos | ||
- | |-style="background:# | + | |-style="background:#99CCFF" align="center" |
| width=5% | Number | | width=5% | Number | ||
| width=10% | Name | | width=10% | Name | ||
- | | width= | + | | width=55% | Sequence |
+ | | width=5% | Tm (°C) | ||
| width=5% | Length | | width=5% | Length | ||
| width=20% | Comments | | width=20% | Comments | ||
Line 436: | Line 406: | ||
{{:Team:KULeuven/Tools/Oligo}} | {{:Team:KULeuven/Tools/Oligo}} | ||
|} | |} | ||
+ | ---- | ||
+ | |||
+ | ==== [[Team:KULeuven/Tools/Freezer | Freezer]] ==== | ||
+ | |||
+ | <html> | ||
+ | <div class="general"><div> | ||
+ | All the information to start the Freezer page and making use of the Freezer templates is on the <a href="https://2008.igem.org/Team:KULeuven/Tools/Freezer">Freezer Tools</a> page. | ||
+ | </div></div> | ||
+ | </html> | ||
+ | |||
+ | == CSS == | ||
+ | === [[User:Avdmeers/SimpleCalendar.css | Calendar CSS file]] === | ||
- | == | + | == Javascript == |
- | + |
Latest revision as of 10:30, 29 October 2008
DEPRECATED PAGE
Contents |
Templates
All the useful templates are collected here, each one has a link to the template page and offers some information on the usage of the template. For convenience a clip button is offered to directly copy corresponding code to the clipboard (works only in IE, Firefox does not allow direct access to the clipboard!).
General
The navigation bar used throughout the wiki. The template contains all the CSS and Javascript code inline. The structure itself is given at the bottom and can be modified as desired.
In general one submenu in the bar is coded as (in this example the Project Section):
If the submenu contains no entries (single link, no dropdown behaviour, e.g. Home, Modeling) you can make use of the "nomenu" class, this way the menu item does not change color in hover mode (mouse located on the menu item). Simply add class="nomenu" between a and href.
The code of the old navigation bar (no dropdown):
New Day
The day template that is preloaded into a notebook day. The result can be seen in the [[Team:KULeuven/Notebook |Notebook]] section, when you click on an unmodified day, you'll get the edit screen, prefilled with the contents of the New_Day template. To create a calendar using this template use the code:
The template adds a date retriever, displaying links such as yesterday, tomorrow, ..., to ease the navigation for the user. The javascript is found here.
Lab Templates
All lab templates below are heavily inspired by the iGEM Paris 2007 team, and were merely reconstructed by the KULeuven iGEM team. We owe great thanks to them.
PCR sheet
PCR: | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Digestion sheet
Digestion Products | ||||||
---|---|---|---|---|---|---|
Number | Product Name | Matrix Name | Enzyme 1 | Enzyme 2 | Size | Description |
D12 | Cre ORF | pJ61047 | XbaI | PstI | 1063bp | Cre ORF extracted for further usage |
Ligation sheet
Ligations | ||||||
---|---|---|---|---|---|---|
Number | Insert | Insert Volume (µL) | Vector | Vector Volume (µL) | Comments | Number of colonies |
L21 | D12 Cre ORF | 6µL | D1 pJ23100 | 2µL | construction of BioBrick: Cre-recombinase under control of strong promotor | 30 |
96-Well Plate
The 96 wells sheet extends from 1-12 horizontally, and from A-H vertically, not all squares have been given in the code above, but are easily added.
96-Well Plate: Induced Response | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | |
A | LB + 0µM IPTG | LB + 0µM IPTG | LB + 5µM IPTG | LB + 5µM IPTG | LB + 10µM IPTG | LB + 10µM IPTG | etc | / | / | / | / | / |
B | LB 2 + 0µM IPTG | / | / | / | / | / | / | / | / | / | / | / |
C | LB 3 + 0µM IPTG | / | / | / | / | / | / | / | / | / | / | / |
D | LB 4 + 0µM IPTG | / | / | / | / | / | / | / | / | / | / | / |
E | LB 5 + 0µM IPTG | / | / | / | / | / | / | / | / | / | / | / |
F | etc | / | / | / | / | / | / | / | / | / | / | / |
G | / | / | / | / | / | / | / | / | / | / | / | / |
H | / | / | / | / | / | / | / | / | / | / | / | / |
Collection Templates
Primer Collection
To start the primer collection page, copy following code into the edit screen:
{{:Team:KULeuven/Tools/Oligo ...}}
{{:Team:KULeuven/Tools/Oligo ...}}
Table of Oligos | |||||
---|---|---|---|---|---|
Number | Name | Sequence | Tm (°C) | Length | Comments |
{{{nr}}} | {{{name}}} | {{{sequence}}} | {{{length}}} | {{{Tm}}} | {{{comments}}} |
{{{nr}}} | {{{name}}} | {{{sequence}}} | {{{length}}} | {{{Tm}}} | {{{comments}}} |
Freezer