Skip to content

Commit 6b300d4

Browse files
committed
Replace master branch with page content via GitHub
1 parent 5413fcd commit 6b300d4

File tree

5 files changed

+421
-12
lines changed

5 files changed

+421
-12
lines changed

index.html

Lines changed: 79 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,82 @@
1-
---
2-
title: main_page
3-
layout: post
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<title>Black Research Group by mikblacklab</title>
47

5-
---
6-
<h1>Mik Black Lab at University of Otago</h1>
7-
<a href="http://biochem.otago.ac.nz">Biochemistry Department, University of Otago </a>
8+
<link rel="stylesheet" href="stylesheets/styles.css">
9+
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
10+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
11+
<!--[if lt IE 9]>
12+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13+
<![endif]-->
14+
</head>
15+
<body>
16+
<div class="wrapper">
17+
<header>
18+
<h1>Black Research Group</h1>
19+
<p>Statistics, Genomics, Bioinformatics...</p>
820

9-
<h3>People</h3>
10-
<p><a href="biochem.otago.ac.nz/our-people/academic-teaching-staff/mik-black/">Mik Black</a>
11-
<a href="https://github.com/smilefreak">James</a>
12-
<a href="https://github.com/murraycadzow">Murray</a>
13-
<a href="https://github.com/TomKellyGenetics">Tom Kelly</a>
14-
</p>
1521

22+
<p class="view"><a href="https://github.com/mikblacklab">View My GitHub Profile</a></p>
23+
24+
</header>
25+
<section>
26+
<h3>
27+
<a id="about-us" class="anchor" href="#about-us" aria-hidden="true"><span class="octicon octicon-link"></span></a>About us</h3>
28+
29+
<p>We are based in the Department of Biochemistry at the University of Otago, in Dunedin, New Zealand.
30+
Our research focuses on the development and use of computational tools for the analysis of data from
31+
genomics experiments. Much of our work involves studies of human disease, but we are also involved
32+
in agricultural and horticultural research.</p>
33+
34+
<h3>
35+
<a id="principal-investigator" class="anchor" href="#principal-investigator" aria-hidden="true"><span class="octicon octicon-link"></span></a>Principal Investigator</h3>
36+
37+
<ul>
38+
<li><a href="http://mikblacklab.github.io/biochem.otago.ac.nz/our-people/academic-teaching-staff/mik-black/">Associate Professor Mik Black</a></li>
39+
</ul>
40+
41+
<h3>
42+
<a id="visiting-postdoctoral-fellow" class="anchor" href="#visiting-postdoctoral-fellow" aria-hidden="true"><span class="octicon octicon-link"></span></a>Visiting Postdoctoral Fellow</h3>
43+
44+
<ul>
45+
<li>Hoang Tan Nguyen</li>
46+
</ul>
47+
48+
<h3>
49+
<a id="phd-students" class="anchor" href="#phd-students" aria-hidden="true"><span class="octicon octicon-link"></span></a>PhD students:</h3>
50+
51+
<ul>
52+
<li><a href="https://github.com/murraycadzow">Murray Cadzow</a></li>
53+
<li><a href="https://github.com/TomKellyGenetics">Tom Kelly</a></li>
54+
<li>Hannah Lumley</li>
55+
</ul>
56+
57+
<h3>
58+
<a id="msc-students" class="anchor" href="#msc-students" aria-hidden="true"><span class="octicon octicon-link"></span></a>MSc students</h3>
59+
60+
<ul>
61+
<li><a href="https://github.com/smilefreak">James Boocock</a></li>
62+
<li>Tom Brew</li>
63+
<li>Fran Munro</li>
64+
<li>Anthony Shaw</li>
65+
<li>Riku Takei</li>
66+
</ul>
67+
68+
<h3>
69+
<a id="honours-students" class="anchor" href="#honours-students" aria-hidden="true"><span class="octicon octicon-link"></span></a>Honours students</h3>
70+
71+
<ul>
72+
<li>Lyco Wen</li>
73+
</ul>
74+
</section>
75+
<footer>
76+
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
77+
</footer>
78+
</div>
79+
<script src="javascripts/scale.fix.js"></script>
80+
81+
</body>
82+
</html>

javascripts/scale.fix.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
var metas = document.getElementsByTagName('meta');
2+
var i;
3+
if (navigator.userAgent.match(/iPhone/i)) {
4+
for (i=0; i<metas.length; i++) {
5+
if (metas[i].name == "viewport") {
6+
metas[i].content = "width=device-width, minimum-scale=1.0, maximum-scale=1.0";
7+
}
8+
}
9+
document.addEventListener("gesturestart", gestureStart, false);
10+
}
11+
function gestureStart() {
12+
for (i=0; i<metas.length; i++) {
13+
if (metas[i].name == "viewport") {
14+
metas[i].content = "width=device-width, minimum-scale=0.25, maximum-scale=1.6";
15+
}
16+
}
17+
}

params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Black Research Group","tagline":"Statistics, Genomics, Bioinformatics...","body":"### About us\r\nWe are based in the Department of Biochemistry at the University of Otago, in Dunedin, New Zealand.\r\nOur research focuses on the development and use of computational tools for the analysis of data from \r\ngenomics experiments. Much of our work involves studies of human disease, but we are also involved \r\nin agricultural and horticultural research.\r\n\r\n### Principal Investigator\r\n* [Associate Professor Mik Black](http://mikblacklab.github.io/biochem.otago.ac.nz/our-people/academic-teaching-staff/mik-black/)\r\n\r\n### Visiting Postdoctoral Fellow\r\n* Hoang Tan Nguyen\r\n\r\n### PhD students:\r\n* [Murray Cadzow](https://github.com/murraycadzow)\r\n* [Tom Kelly](https://github.com/TomKellyGenetics)\r\n* Hannah Lumley\r\n\r\n### MSc students\r\n* [James Boocock](https://github.com/smilefreak)\r\n* Tom Brew\r\n* Fran Munro\r\n* Anthony Shaw\r\n* Riku Takei\r\n\r\n### Honours students\r\n* Lyco Wen\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

stylesheets/pygment_trac.css

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
.highlight { background: #ffffff; }
2+
.highlight .c { color: #999988; font-style: italic } /* Comment */
3+
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4+
.highlight .k { font-weight: bold } /* Keyword */
5+
.highlight .o { font-weight: bold } /* Operator */
6+
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7+
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
8+
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9+
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10+
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11+
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
12+
.highlight .ge { font-style: italic } /* Generic.Emph */
13+
.highlight .gr { color: #aa0000 } /* Generic.Error */
14+
.highlight .gh { color: #999999 } /* Generic.Heading */
15+
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
16+
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
17+
.highlight .go { color: #888888 } /* Generic.Output */
18+
.highlight .gp { color: #555555 } /* Generic.Prompt */
19+
.highlight .gs { font-weight: bold } /* Generic.Strong */
20+
.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */
21+
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
22+
.highlight .kc { font-weight: bold } /* Keyword.Constant */
23+
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
24+
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
25+
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
26+
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
27+
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
28+
.highlight .m { color: #009999 } /* Literal.Number */
29+
.highlight .s { color: #d14 } /* Literal.String */
30+
.highlight .na { color: #008080 } /* Name.Attribute */
31+
.highlight .nb { color: #0086B3 } /* Name.Builtin */
32+
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
33+
.highlight .no { color: #008080 } /* Name.Constant */
34+
.highlight .ni { color: #800080 } /* Name.Entity */
35+
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
36+
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
37+
.highlight .nn { color: #555555 } /* Name.Namespace */
38+
.highlight .nt { color: #000080 } /* Name.Tag */
39+
.highlight .nv { color: #008080 } /* Name.Variable */
40+
.highlight .ow { font-weight: bold } /* Operator.Word */
41+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
42+
.highlight .mf { color: #009999 } /* Literal.Number.Float */
43+
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
44+
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
45+
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
46+
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
47+
.highlight .sc { color: #d14 } /* Literal.String.Char */
48+
.highlight .sd { color: #d14 } /* Literal.String.Doc */
49+
.highlight .s2 { color: #d14 } /* Literal.String.Double */
50+
.highlight .se { color: #d14 } /* Literal.String.Escape */
51+
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
52+
.highlight .si { color: #d14 } /* Literal.String.Interpol */
53+
.highlight .sx { color: #d14 } /* Literal.String.Other */
54+
.highlight .sr { color: #009926 } /* Literal.String.Regex */
55+
.highlight .s1 { color: #d14 } /* Literal.String.Single */
56+
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
57+
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
58+
.highlight .vc { color: #008080 } /* Name.Variable.Class */
59+
.highlight .vg { color: #008080 } /* Name.Variable.Global */
60+
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
61+
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
62+
63+
.type-csharp .highlight .k { color: #0000FF }
64+
.type-csharp .highlight .kt { color: #0000FF }
65+
.type-csharp .highlight .nf { color: #000000; font-weight: normal }
66+
.type-csharp .highlight .nc { color: #2B91AF }
67+
.type-csharp .highlight .nn { color: #000000 }
68+
.type-csharp .highlight .s { color: #A31515 }
69+
.type-csharp .highlight .sc { color: #A31515 }

0 commit comments

Comments
 (0)