Team:TU-Eindhoven/TestPage

From 2013.igem.org

(Difference between revisions)
Line 26: Line 26:
Internal Links: [[Team:TU-Eindhoven | Team TU-Eindhoven]]
Internal Links: [[Team:TU-Eindhoven | Team TU-Eindhoven]]
 +
 +
==Floats==
 +
{{:Team:TU-Eindhoven/Template:Float | position=left | size=5 }}
 +
{{:Team:TU-Eindhoven/Template:Image | filename=Pascal.jpg }}
 +
{{:Team:TU-Eindhoven/Template:FloatEnd | position=left | size=5 }}
==Equations==
==Equations==

Revision as of 09:17, 2 June 2013

Contents

Tooltip

In this sentence these words should have a tooltip.

MailButton

Next there should be a button that creates an email to test@test.com:

  Mail to Mr. Test

Lead

TU-Eindhoven Images Pascal.png

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel risus non arcu fermentum scelerisque eu et ante. Suspendisse dolor massa, sollicitudin quis tempor vel, posuere vitae purus. Aenean in nibh sem, nec malesuada sem. Vestibulum diam tortor, convallis a lacinia quis, congue a risus.

TU-Eindhoven Images Ardjan.png
Curabitur venenatis, ipsum vel facilisis fringilla, libero dui porttitor odio, nec egestas turpis leo sed massa. Donec blandit scelerisque pharetra. Nunc et est ligula. Etiam aliquam viverra quam id placerat. Integer sodales, urna vel elementum bibendum, sapien lacus cursus tortor, eu mollis risus diam non orci. Suspendisse tristique blandit faucibus. Nam mattis erat vel purus sagittis fringilla. Nullam eget velit purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed nisi massa, dignissim ut molestie porttitor, gravida quis tellus.

Quote

Some inspirational stuff

Myself

Some more inspirational stuff

Someone Else

Links

External Links: [http://www.tue.nl TU Eindhoven Homepage]

Internal Links: Team TU-Eindhoven

Floats

TU-Eindhoven Images Pascal.jpg
{{{id}}} {{{caption}}}

Equations

You can use $Tex$ in inline mode as wel as in display mode: $$Tex$$ More (La)Tex magic: \begin{aligned} \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\ \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\ \nabla \cdot \vec{\mathbf{B}} & = 0 \end{aligned} Do not forget to include the following line at the end of the page:

{{:Team:TU-Eindhoven/Template:UseEquations}}

[http://www.mathjax.org/demos/ More Info...]

Code

This is some code:

@requires_authorization
def somefunc(param1='', param2=0):
    '''A docstring'''
    if param1 > param2: # interesting
        print 'Gre\'ater'
    return (param2 - param1 + 1) or None

class SomeClass:
    pass

>>> message = '''interpreter
... prompt'''
Please use the following lines to insert code:

{{:Team:TU-Eindhoven/Template:Code }}<nowiki>
... Your Code Here...
</nowiki>{{:Team:TU-Eindhoven/Template:CodeEnd }}

Include the next line at the end of the page if you want syntax highlighting for your code:

{{:Team:TU-Eindhoven/Template:UseSyntaxHighlighting}}

If you want a piece of code without highlighting on a page where the highlighting script is loaded (UseSyntaxHighlighting), use:

<pre>
...Your Code Here...
</pre>

Referencing

You can use references like thisMcMahonDIACESTM.T. McMahon, New "Multicolor" Polypeptide Diamagnetic Chemical Exchange Saturation Transfer (DIACEST) Contrast Agents for MRI. Magnetic Resonance in Medicine 60, 803-812 (2008):

{{:Team:TU-Eindhoven/Template:Ref| id=McMahonDIACEST | author=M.T. McMahon | title=New "Multicolor" Polypeptide Diamagnetic Chemical Exchange Saturation Transfer (DIACEST) Contrast Agents for MRI | journal=Magnetic Resonance in Medicine | edition=60 | pages=803-812 | year=2008 }}

Make sure to include the next line at the end of the page:

{{:Team:TU-Eindhoven/Template:UseReferencing}}

To create a reference to the same article useMcMahonDIACEST:

{{:Team:TU-Eindhoven/Template:RefAgain | id=McMahonDIACEST }}

The references can be listed using:

==References==
{{:Team:TU-Eindhoven/Template:RefList}}

References