-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcoaxies.old
More file actions
137 lines (112 loc) · 4.2 KB
/
coaxies.old
File metadata and controls
137 lines (112 loc) · 4.2 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>CoAxlab | Media</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Sciencelab Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/modernizr.custom.97074.js"></script>
<!---- start-smoth-scrolling---->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1200);
});
});
</script>
<!---End-smoth-scrolling---->
<!--script-->
<script src="js/jquery.chocolat.js"></script>
<link rel="stylesheet" href="css/chocolat.css" type="text/css" media="screen" charset="utf-8">
<!--light-box-files -->
<script type="text/javascript" charset="utf-8">
$(function() {
$('.gallery a').Chocolat();
});
</script>
<!--script-->
</head>
<body>
<div class="header head1" >
<div class="header-top">
<div class="container">
<div class="logo">
<a href="index.html">CoAx<span>Lab</span></a>
</div>
<div class="top-menu">
<span class="menu"><img src="images/nav.png" alt=""/> </span>
<ul>
<li><a href="members.html">People</a></li>
<li><a href="publications.html" >Publications</a></li>
<li><a href="posters.html" >Posters</a></li>
<li><a href="http://github.com/CoAxLab" >Code</a></li>
<li><a href="data.html" >Data</a></li>
<li><a href="media.html" >Media</a></li>
</ul><strong></strong>
</div>
<!--script-nav-->
<script>
$("span.menu").click(function(){
$(".top-menu ul").slideToggle("slow" , function(){
});
});
</script>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--single-->
<div class="single">
<div class="container">
<h2>The CoAxies</h2>
Each year the lab gets together and discusses what it things are the best papers
we've discussed over the year. We break our topics down into four categories and
as a group select the best paper in that group. We don't wear tuxes or evening gowns
(at least not yet), but hijinx do ensue.
<br>
<br>
<h3> 2017 </h3>
<hr />
<b><i> Computational Neuroscience </i></b>
<div class="entry-content">
<p> <a href="https://www.sciencedirect.com/science/article/pii/S1364661317300542"> Palminteri, S., Wyart, V., & Koechlin, E. (2017). The importance of falsification in computational cognitive modeling. Trends in cognitive sciences, 21(6), 425-433.</a>
</div><!-- .entry-content -->
</div>
<!--footer-->
<div class="footer-section">
<div class="container">
<div class="footer-bottom">
<p>Copyright © 2016 <span>CoAxlab.</span> All rights reserved | banner by KJ | Icons by KD | Design by<a href="http://w3layouts.com">W3layouts</a></p>
</div>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</div>
</div>
</body>
</html>