-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (60 loc) · 2.59 KB
/
index.html
File metadata and controls
71 lines (60 loc) · 2.59 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/octicons.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link rel="stylesheet" href="stylesheets/bib-publication-list.css"/>
<link rel="stylesheet" href="stylesheets/default/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="stylesheets/nivo-slider.css" type="text/css" media="screen" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Brainhack Proceedings</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<center>
<h1>Brainhack Proceedings</h1>
</header>
<section id="main_content">
<noscript>
<!-- bibtex source hidden by default, show it if JS disabled -->
<style>
#bibtex { display: block;}
</style>
</noscript>
<table id="pubTable" class="display"></table>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/bib-list.js"></script>
<script type="text/javascript">
$(document).ready(function() {
bibtexify("brainhack_proceedings.bib", "pubTable",{'tweet': 'brainhackorg'});
});
</script>
</section>
<footer>
<center>
</center>
<center>Publication charges for the 2015 Brainhack Proceedings were generously provided by the <a href="http://www.incf.org">International Neuroinformatics Coordinating Facility</a>.</center>
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-53194826-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</div>
</div>
</body>
</html>