-
Notifications
You must be signed in to change notification settings - Fork 3
/
out.html
90 lines (70 loc) · 2.02 KB
/
out.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!--
Google IO 2012 HTML5 Slide Template
Authors: Eric Bidelman <[email protected]>
Luke Mahe <[email protected]>
URL: https://code.google.com/p/io-2012-slides
-->
<!DOCTYPE html>
<html>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
<script type="text/javascript" src="path-to-mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<head>
<title>Google IO 2012</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" media="all" href="theme/css/default.css">
<base target="_blank"> <!-- This amazingness opens all links in a new tab. -->
<script data-main="js/slides" src="js/require-1.0.8.min.js"></script>
</head>
<body style="opacity: 0">
<slides class="layout-widescreen">
<slide class="big" >
<hgroup>
<h2>Inferring Conformational Ensembles from Noisy Experiments</h2>
<h3></h3>
</hgroup>
<article ></article>
</slide>
<slide class="raw" >
<p><hgroup>
<h2>This slide was input as HTML</h2>
</hgroup>
<article>
<ul>
<li>Titles are formatted as Open Sans with bold applied and font size is set at 45</li>
<li>Title capitalization is title case
<ul>
<li>Subtitle capitalization is title case</li>
</ul>
</li>
<li>Subtitle capitalization is title case</li>
<li>Titles and subtitles should never have a period at the end</li>
</ul>
</article></p>
</slide>
<slide class="big" >
<hgroup>
<h2>Check this out $\pi$</h2>
<h3></h3>
</hgroup>
<article ><p>Testing <mathjax>$\alpha$</mathjax></p></article>
</slide>
<slide class="raw" >
<p><hgroup>
<h2>Slide with Iframe</h2>
</hgroup>
<article>
<iframe data-src="http://nbviewer.ipython.org/urls/raw.github.com/kyleabeauchamp/FitEnsemble/master/tutorial/Tutorial1.ipynb"></iframe>
</article></p>
</slide>
<slide class="backdrop"></slide>
</slides>
</body>
</html>