diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..b7481fa
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "restructuredtext.confPath": "/home/jrodriguez/www/jeandidier"
+}
\ No newline at end of file
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..f5a9e45
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .TranslationBaseName "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..939fa2d
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,4 @@
+baseURL = "http://example.org/"
+languageCode = "en-us"
+title = "Prof. Dr. Jean-Didier Maréchal's website"
+author = "Jean-Didier Maréchal"
\ No newline at end of file
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..6cb9583
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,21 @@
+---
+title: Welcome
+menu: "main"
+weight: -10
+---
+
+
+
+
Hi, I am Jean-Didier
+ Maréchal
+
Professor at Universitat Autònoma de Barcelona
+
+
I am a computational chemist with a wide experience on a broad spectrum of techniques (i.e. from Homology Modeling, MD, QM/MM). My research interests are centered on the computationally aided molecular designs of bioactive molecules and supramolecular complexes. The work performed in my team is mainly dedicated to the development of integrative computational approaches for biomedicinal and biotechnological applications. Our research interests are broad although principally articulated around two main blocks: the study and prediction of drug efficiency and toxicological profiles (ADME and side effects) and the development of artificial enzymes.
+
In these two lines, a substantial amount of efforts is dedicated to metal containing systems. Hence, we are of the leader in simulating metal mediated protein-ligand interactions and eventually subsequent catalytic mechanisms. These interactions have mainly remained orphan of computational inputs so far and their understanding can open major avenues in fields as variables as the fight against Alzheimer disease, erradication of pathogens by iron starvation or the design of environmentally friendly artificial metaloenzymes.
+
+
+
\ No newline at end of file
diff --git a/content/about.md b/content/about.md
new file mode 100644
index 0000000..059858b
--- /dev/null
+++ b/content/about.md
@@ -0,0 +1,8 @@
+---
+title: About me
+date: 2017-03-23
+publishdate: 2017-03-24
+menu: "main"
+---
+
+Hello!
\ No newline at end of file
diff --git a/content/research/_index.md b/content/research/_index.md
new file mode 100644
index 0000000..5f01df6
--- /dev/null
+++ b/content/research/_index.md
@@ -0,0 +1,29 @@
+---
+title: Research
+menu: main
+weight: 10
+nav: false
+---
+
+# The Mission
+
+Our mission is to develop and apply molecular modeling tools for the design of pharmacologically or biotechnologically active molecules.
+
+# The Strategy
+
+The computation of complex systems is generally a long shoot. In most of our research, more than one method is needed for an accurate enough prediction. Since feeding molecular modeling programs one to another is of the most tedious and source of errors in computational chemistry, we bet in the development of novel interfaces that combined techniques together and accelerate both the readility of the user and settle novel calculations. In collaboration with the team of the UCSF Chimera package of program, we are implementing novel interface between Homology Modeling, Molecular Dynamics, QM/MM, protein-ligand docking approaches. These novel implementation are key for the exploration of wide chemical and conformational space required for design prospects.
+
+# The Systems
+
+## (Metalo)Drug Design and toxicology
+
+We use our expertise on protein-ligand recognition processes on several biomedicinal problems. One of our particularities is to try to decode the fate of the drugs outside the standard drug-target paradigm. In particular, we are intending to decode off target interactions of anticancer compounds as well as actively work on the development of a computational framework dedicated to the prediction of the metabolism of drugs by cytochromes P450.
+
+## Artificial Enzymes
+
+Biocatalysis aims at generating efficient, enantiospecific and environmentally friendly catalysts in order to surrogate standard organic protocols. The development of novel biocatalysts has therefore become a major focus of attention. We work on several key systems with potential applications in pharmacochemical and agrochemical industries. In particular, we work on artificla metaloenzyms obtained by the insertion of homogeneous catalysts into protein cavities (peroxidases, hydrogenases). Our work provide with important molecular knowledge (determination of the binding of the inorganic moiety, position of the substrate, determination of the transition state, comparison between enantiomeric pathways).
+
+
+## Metalopeptides
+
+At the bridge between both fields previously mentioned, we recently entered in the particular areas of the recognition between metal cations and flexible ligands, more particularly natural or synthetic small size peptides (up to 20 residues). Our results are providing major molecular insights for the design novel molecular scaffold enantioselective peptides as well as contributing to the worldwide effort in the fight against AD.
\ No newline at end of file
diff --git a/content/research/item-A.md b/content/research/item-A.md
new file mode 100644
index 0000000..405a1c6
--- /dev/null
+++ b/content/research/item-A.md
@@ -0,0 +1,10 @@
+---
+title: Item A
+date: 2017-03-23
+publishdate: 2017-03-24
+menu:
+ main:
+ parent: Research
+weight: 10
+nav: false
+---
\ No newline at end of file
diff --git a/content/research/item-B.md b/content/research/item-B.md
new file mode 100644
index 0000000..baed3d1
--- /dev/null
+++ b/content/research/item-B.md
@@ -0,0 +1,10 @@
+---
+title: Item B
+date: 2017-03-23
+publishdate: 2017-03-24
+menu:
+ main:
+ parent: Research
+weight: 10
+nav: false
+---
\ No newline at end of file
diff --git a/content/research/item-C.md b/content/research/item-C.md
new file mode 100644
index 0000000..e45ef06
--- /dev/null
+++ b/content/research/item-C.md
@@ -0,0 +1,10 @@
+---
+title: Item C
+date: 2017-03-23
+publishdate: 2017-03-24
+menu:
+ main:
+ parent: Research
+weight: 10
+nav: false
+---
\ No newline at end of file
diff --git a/content/teaching/appointments.md b/content/teaching/appointments.md
new file mode 100644
index 0000000..1fe1d5d
--- /dev/null
+++ b/content/teaching/appointments.md
@@ -0,0 +1,8 @@
+---
+title: "Appointments & Meetings"
+menu: teaching
+weight: -10
+nav: false
+---
+
+Demo
\ No newline at end of file
diff --git a/content/teaching/subjects/_index.md b/content/teaching/subjects/_index.md
new file mode 100644
index 0000000..327e01f
--- /dev/null
+++ b/content/teaching/subjects/_index.md
@@ -0,0 +1,6 @@
+---
+title: Subjects
+weight: -10
+menu: teaching
+type: list
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/advanced-physical-chemistry.md b/content/teaching/subjects/advanced-physical-chemistry.md
new file mode 100644
index 0000000..3b949dd
--- /dev/null
+++ b/content/teaching/subjects/advanced-physical-chemistry.md
@@ -0,0 +1,7 @@
+---
+title: "Chemistry - Advanced Physical Chemistry"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/advanced-physical-chemistry/_index.md b/content/teaching/subjects/advanced-physical-chemistry/_index.md
new file mode 100644
index 0000000..3b949dd
--- /dev/null
+++ b/content/teaching/subjects/advanced-physical-chemistry/_index.md
@@ -0,0 +1,7 @@
+---
+title: "Chemistry - Advanced Physical Chemistry"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/chem4th-biosim.md b/content/teaching/subjects/chem4th-biosim.md
new file mode 100644
index 0000000..7a157a8
--- /dev/null
+++ b/content/teaching/subjects/chem4th-biosim.md
@@ -0,0 +1,7 @@
+---
+title: "4th Chemistry - Biosim"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/chem4th-biosim/_index.md b/content/teaching/subjects/chem4th-biosim/_index.md
new file mode 100644
index 0000000..b1dcd6a
--- /dev/null
+++ b/content/teaching/subjects/chem4th-biosim/_index.md
@@ -0,0 +1,10 @@
+---
+title: "Biomolecular Simulation"
+description: "BLa bla bla"
+menu:
+ teaching:
+ parent: Subjects
+---
+
+
+This is the series of practicum and other interesting material associated to the module "Biomolecular Simulation" of the fourth year of the Chemistry grade of the UAB.
\ No newline at end of file
diff --git a/content/teaching/subjects/chem4th-biosim/p1.md b/content/teaching/subjects/chem4th-biosim/p1.md
new file mode 100644
index 0000000..26a44c1
--- /dev/null
+++ b/content/teaching/subjects/chem4th-biosim/p1.md
@@ -0,0 +1,3 @@
+---
+title: Practicum 1 - Introduction to Molecular Visualization of Biochemical Systems
+---
diff --git a/content/teaching/subjects/chem4th-biosim/p2.md b/content/teaching/subjects/chem4th-biosim/p2.md
new file mode 100644
index 0000000..fb80059
--- /dev/null
+++ b/content/teaching/subjects/chem4th-biosim/p2.md
@@ -0,0 +1,3 @@
+---
+title: Practicum 2 - Getting used to force field
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/chem4th-biosim/p3.md b/content/teaching/subjects/chem4th-biosim/p3.md
new file mode 100644
index 0000000..67a567e
--- /dev/null
+++ b/content/teaching/subjects/chem4th-biosim/p3.md
@@ -0,0 +1,3 @@
+---
+title: Practicum 3 - Protein-Ligand Docking
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/chem4th-biosim/p4.md b/content/teaching/subjects/chem4th-biosim/p4.md
new file mode 100644
index 0000000..3d7f08c
--- /dev/null
+++ b/content/teaching/subjects/chem4th-biosim/p4.md
@@ -0,0 +1,3 @@
+---
+title: Practicum 4 - Molecular Dynamics
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/chem4th-biosim/p5.md b/content/teaching/subjects/chem4th-biosim/p5.md
new file mode 100644
index 0000000..a1b57d1
--- /dev/null
+++ b/content/teaching/subjects/chem4th-biosim/p5.md
@@ -0,0 +1,3 @@
+---
+title: Practicum 5 - QM/MM
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/citeq.md b/content/teaching/subjects/citeq.md
new file mode 100644
index 0000000..07f0ae4
--- /dev/null
+++ b/content/teaching/subjects/citeq.md
@@ -0,0 +1,7 @@
+---
+title: "CITEQ"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/citeq/_index.md b/content/teaching/subjects/citeq/_index.md
new file mode 100644
index 0000000..1b5fa65
--- /dev/null
+++ b/content/teaching/subjects/citeq/_index.md
@@ -0,0 +1,4 @@
+---
+title: "CITEQ"
+description: "BLa bla bla "
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/citeq/p1.md b/content/teaching/subjects/citeq/p1.md
new file mode 100644
index 0000000..07f0ae4
--- /dev/null
+++ b/content/teaching/subjects/citeq/p1.md
@@ -0,0 +1,7 @@
+---
+title: "CITEQ"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/forcefield-qmmm.md b/content/teaching/subjects/forcefield-qmmm.md
new file mode 100644
index 0000000..a6e57f8
--- /dev/null
+++ b/content/teaching/subjects/forcefield-qmmm.md
@@ -0,0 +1,7 @@
+---
+title: "Forcefield and QM/MM"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/forcefield-qmmm/_index.md b/content/teaching/subjects/forcefield-qmmm/_index.md
new file mode 100644
index 0000000..a6e57f8
--- /dev/null
+++ b/content/teaching/subjects/forcefield-qmmm/_index.md
@@ -0,0 +1,7 @@
+---
+title: "Forcefield and QM/MM"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/grau-biologia.md b/content/teaching/subjects/grau-biologia.md
new file mode 100644
index 0000000..00faee1
--- /dev/null
+++ b/content/teaching/subjects/grau-biologia.md
@@ -0,0 +1,7 @@
+---
+title: "Grau Biología - Chemistry"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/grau-biologia/_index.md b/content/teaching/subjects/grau-biologia/_index.md
new file mode 100644
index 0000000..00faee1
--- /dev/null
+++ b/content/teaching/subjects/grau-biologia/_index.md
@@ -0,0 +1,7 @@
+---
+title: "Grau Biología - Chemistry"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/mqtc.md b/content/teaching/subjects/mqtc.md
new file mode 100644
index 0000000..fceb038
--- /dev/null
+++ b/content/teaching/subjects/mqtc.md
@@ -0,0 +1,7 @@
+---
+title: "MQTC"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/mqtc/_index.md b/content/teaching/subjects/mqtc/_index.md
new file mode 100644
index 0000000..fceb038
--- /dev/null
+++ b/content/teaching/subjects/mqtc/_index.md
@@ -0,0 +1,7 @@
+---
+title: "MQTC"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/msc-bioinf.md b/content/teaching/subjects/msc-bioinf.md
new file mode 100644
index 0000000..88405e8
--- /dev/null
+++ b/content/teaching/subjects/msc-bioinf.md
@@ -0,0 +1,7 @@
+---
+title: "MSc Bioinformatics"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/msc-bioinf/_index.md b/content/teaching/subjects/msc-bioinf/_index.md
new file mode 100644
index 0000000..88405e8
--- /dev/null
+++ b/content/teaching/subjects/msc-bioinf/_index.md
@@ -0,0 +1,7 @@
+---
+title: "MSc Bioinformatics"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/msc-chem.md b/content/teaching/subjects/msc-chem.md
new file mode 100644
index 0000000..dfb6bc6
--- /dev/null
+++ b/content/teaching/subjects/msc-chem.md
@@ -0,0 +1,7 @@
+---
+title: "MSc Chemistry"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/subjects/msc-chem/_index.md b/content/teaching/subjects/msc-chem/_index.md
new file mode 100644
index 0000000..dfb6bc6
--- /dev/null
+++ b/content/teaching/subjects/msc-chem/_index.md
@@ -0,0 +1,7 @@
+---
+title: "MSc Chemistry"
+description: "BLa bla bla "
+menu:
+ teaching:
+ parent: Subjects
+---
\ No newline at end of file
diff --git a/content/teaching/ucsf-chimera-install.md b/content/teaching/ucsf-chimera-install.md
new file mode 100644
index 0000000..8e79a5a
--- /dev/null
+++ b/content/teaching/ucsf-chimera-install.md
@@ -0,0 +1,22 @@
+---
+title: "UCSF Chimera installation in Linux"
+description: "BLa bla bla "
+---
+
+Many of the functions you will be using are experimental or under development. This is the result of our collaboration with the group of San Francisco. So, you may have to install the latest version of the program on your machine (at home or in the classrom). Here is a temptative way of doing so in a step by step process.
+
+1. Download the program ([daily build](https://www.cgl.ucsf.edu/chimera/download.html)). Generally, the downloaded program should be in `~/Baixades` (or `~/Downloads`)
+
+2. Open a terminal (in ubuntu, in the desktop menu, look for `terminal` - konsole or gnome-terminal should appear)
+
+3. In the terminal, go to the directory where the program has been downloaded (i.e. `cd Baixades`)
+
+4. Change the mode of execution of the file: `chmod +x name_chimera_version`
+
+5. Then execute the file: `./name_chimera_version`
+
+6. Press `enter` for all the questions
+
+7. To execute program, go to the directory of installation (i.e. `cd $HOME/.local/UCSF-chimera_version/bin/`)
+
+8. Then execute it: `./chimera`
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..a8f424c
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,34 @@
+
+
+
+{{ partial "head.html" . }}
+
+
+
+{{ partial "bottom_scripts.html" . }}
+
+
\ No newline at end of file
diff --git a/layouts/_default/content.html b/layouts/_default/content.html
new file mode 100644
index 0000000..f752ee3
--- /dev/null
+++ b/layouts/_default/content.html
@@ -0,0 +1,3 @@
+{{ define "main" }}
+{{ .Content }}
+{{ end }}
\ No newline at end of file
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
new file mode 100644
index 0000000..de272d5
--- /dev/null
+++ b/layouts/_default/section.html
@@ -0,0 +1,15 @@
+{{ define "main" }}
+
+
+
+
+
{{ .Title }}
+
+ {{ if isset .Params "author"}}
+
By {{ .Params.author }}
+ {{end}}
+ {{ .Content }}
+
+
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
new file mode 100644
index 0000000..02a746f
--- /dev/null
+++ b/layouts/_default/single.html
@@ -0,0 +1,22 @@
+{{ define "main" }}
+
+
+
+
{{ .Title }}
+
+ {{ if isset .Params "author"}}
+
By {{ .Params.author }}
+ {{end}}
+ {{ .Content }}
+ {{ if .Params.nav }}
+
+ {{ if .NextInSection }}
+ < Prev Post
+ {{ end }}
+ {{ if .PrevInSection }}
+ Next Post >
+ {{ end }}
+ {{ end }}
+
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..07fc9c6
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+
+ {{ .Content }}
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/bottom_scripts.html b/layouts/partials/bottom_scripts.html
new file mode 100644
index 0000000..223f511
--- /dev/null
+++ b/layouts/partials/bottom_scripts.html
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
new file mode 100644
index 0000000..cb19493
--- /dev/null
+++ b/layouts/partials/contact.html
@@ -0,0 +1,22 @@
+
+
+
Get in touch
+
+
Before you speak, let your words pass through three gates:
+ At the first gate, ask yourself: "Is it true?"
+ At the second: "Is it necessary?"
+ At the third: "Is it kind?"
+ Sufy saying
Prof. Dr. Jean-Didier Maréchal
+ InsiliChem
+ Unitat de Química Física
+ Despatx C7-032
+ Edifici Cn. Campus UAB
+ Universitat Autònoma de Barcelona
+ 08193, Bellaterra, Barcelona
+ Spain
+
+
\ No newline at end of file
diff --git a/layouts/partials/demo.html b/layouts/partials/demo.html
new file mode 100644
index 0000000..323726b
--- /dev/null
+++ b/layouts/partials/demo.html
@@ -0,0 +1,93 @@
+
+
+
+
Erat lacinia
+
+
+
+
+
+
Portitor ullamcorper
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
+
+
+
+
+
+
Sapien veroeros
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
+
+
+
+
+
+
Quam lorem ipsum
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
+
+
+
+
+
+
Sed magna finibus
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
+
+
+
+
+
+
+
+
+
Ipsum sed dolor
+
+
+
+
+
Interdum aenean
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
+
\ No newline at end of file
diff --git a/layouts/partials/welcome.html b/layouts/partials/welcome.html
new file mode 100644
index 0000000..532d3d4
--- /dev/null
+++ b/layouts/partials/welcome.html
@@ -0,0 +1,18 @@
+
+
+
+
+
Hi, I'm Jean-Didier
+ Maréchal
+
Professor at Universitat Autònoma de Barcelona
+
+
I am a computational chemist with a wide experience on a broad spectrum of techniques (i.e. from Homology Modeling, MD, QM/MM). My research interests are centered on the computationally aided molecular designs of bioactive molecules and supramolecular complexes. The work performed in my team is mainly dedicated to the development of integrative computational approaches for biomedicinal and biotechnological applications. Our research interests are broad although principally articulated around two main blocks: the study and prediction of drug efficiency and toxicological profiles (ADME and side effects) and the development of artificial enzymes.
+
In these two lines, a substantial amount of efforts is dedicated to metal containing systems. Hence, we are of the leader in simulating metal mediated protein-ligand interactions and eventually subsequent catalytic mechanisms. These interactions have mainly remained orphan of computational inputs so far and their understanding can open major avenues in fields as variables as the fight against Alzheimer disease, erradication of pathogens by iron starvation or the design of environmentally friendly artificial metaloenzymes.
Praesent ac adipiscing ullamcorper semper ut amet ac risus. Lorem sapien ut odio odio nunc. Ac adipiscing nibh porttitor erat risus justo adipiscing adipiscing amet placerat accumsan. Vis. Faucibus odio magna tempus adipiscing a non. In mi primis arcu ut non accumsan vivamus ac blandit adipiscing adipiscing arcu metus praesent turpis eu ac lacinia nunc ac commodo gravida adipiscing eget accumsan ac nunc adipiscing adipiscing lorem ipsum dolor sit amet nullam veroeros adipiscing.
+
+
+
Sem turpis amet semper
+
Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat commodo eu sed ante lacinia. Sapien a lorem in integer ornare praesent commodo adipiscing arcu in massa commodo lorem accumsan at odio massa ac ac. Semper adipiscing varius montes viverra nibh in adipiscing blandit tempus accumsan.
+
+
+
Magna odio tempus commodo
+
In arcu accumsan arcu adipiscing accumsan orci ac. Felis id enim aliquet. Accumsan ac integer lobortis commodo ornare aliquet accumsan erat tempus amet porttitor. Ante commodo blandit adipiscing integer semper orci eget. Faucibus commodo adipiscing mi eu nullam accumsan morbi arcu ornare odio mi adipiscing nascetur lacus ac interdum morbi accumsan vis mi accumsan.
+
+
+
+
Interdum sapien gravida
+
Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit.
+
+
+
Faucibus consequat lorem
+
Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit.
+
+
+
Accumsan montes viverra
+
Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit.
+
+
+
+
+
+
+
Elements
+
+
+
+
+
Text
+
This is bold and this is strong. This is italic and this is emphasized.
+ This is superscript text and this is subscript text.
+ This is underlined and this is code: for (;;) { ... }.
+ Finally, this is a link.
+
+
Heading Level 2
+
Heading Level 3
+
Heading Level 4
+
+
Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.
Lorem ipsum dolor vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Lorem ipsum dolor.
+
+
Item2
+
+
Lorem ipsum dolor vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Lorem ipsum dolor.
+
+
Item3
+
+
Lorem ipsum dolor vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Lorem ipsum dolor.
Lorem ipsum dolor vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Lorem ipsum dolor. Lorem ipsum dolor vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus.
Lorem ipsum dolor sit accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.
+
Lorem ipsum dolor sit accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.
+
+
+
Box
+
+
Felis sagittis eget tempus primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Magna sed etiam ante ipsum primis in faucibus vestibulum.
+
+
+
+
Preformatted
+
i = 0;
+
+while (!deck.isInOrder()) {
+ print 'Iteration ' + i;
+ deck.shuffle();
+ i++;
+}
+
+print 'It took ' + i + ' iterations to sort the deck.';
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ante interdum
+
+
+
+
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.
+
+
+
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.
+
+
+
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.
Sed varius enim lorem ullamcorper dolore aliquam aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin sed aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat. Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris. Curabitur sapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit.
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula.
+
Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fersapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit tristique lorem ipsum dolor.
+
+
+
+
Interdum sed dapibus
+
Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat. Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris. Curabitur sapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit.
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fersapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit tristique lorem ipsum dolor.
+
+
+
+
Magna etiam veroeros
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula.
+
Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fersapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit tristique lorem ipsum dolor.
+
+
+
+
Lorem aliquam bibendum
+
Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat. Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris. Curabitur sapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit.
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ante interdum
+
+
+
+
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.
+
+
+
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.
+
+
+
+
Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.
Sed varius enim lorem ullamcorper dolore aliquam aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin sed aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.