Skip to content

Commit 7994557

Browse files
committed
Site updated at 2025-04-16 04:55:15 UTC
0 parents  commit 7994557

File tree

168 files changed

+12725
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+12725
-0
lines changed

404.html

+344
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,344 @@
1+
<!doctype html>
2+
3+
<html class="no-js" lang="en">
4+
5+
<head>
6+
7+
8+
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
9+
10+
cognitive tools lab
11+
12+
Index Theme by https://jekyllthemes.io
13+
Premium + free Jekyll themes for your blog or website.
14+
15+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
16+
17+
18+
<meta charset="utf-8">
19+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
20+
21+
<!-- Page Info -->
22+
<link rel="shortcut icon" href="/images/favicon.png">
23+
<title>Page Not Found – cognitive tools lab</title>
24+
<meta name="description" content="Sorry – the page your looking for doesn't exist.">
25+
26+
<!-- Twitter Card -->
27+
<meta name="twitter:card" content="summary_large_image">
28+
<meta name="twitter:title" content="Page Not Found – cognitive tools lab">
29+
<meta name="twitter:description" content="Sorry – the page your looking for doesn't exist.">
30+
<meta name="twitter:image:src" content="https://cogtoolslab.github.io//images/social.jpg">
31+
32+
<!-- Facebook OpenGraph -->
33+
<meta property="og:title" content="Page Not Found – cognitive tools lab" />
34+
<meta property="og:description" content="Sorry – the page your looking for doesn't exist." />
35+
<meta property="og:image" content="https://cogtoolslab.github.io//images/social.jpg" />
36+
37+
38+
<!-- Font Embed Code -->
39+
<link href="https://fonts.googleapis.com/css?family=Lato:300,500" rel="stylesheet">
40+
41+
42+
<!-- Styles -->
43+
<meta name="viewport" content="width=device-width, initial-scale=1">
44+
<link rel="stylesheet" href="/css/style.css">
45+
46+
<!-- Icons -->
47+
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/solid.js" integrity="sha384-GXi56ipjsBwAe6v5X4xSrVNXGOmpdJYZEEh/0/GqJ3JTHsfDsF8v0YQvZCJYAiGu" crossorigin="anonymous"></script>
48+
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/brands.js" integrity="sha384-0inRy4HkP0hJ038ZyfQ4vLl+F4POKbqnaUB6ewmU4dWP0ki8Q27A0VFiVRIpscvL" crossorigin="anonymous"></script>
49+
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/fontawesome.js" integrity="sha384-NY6PHjYLP2f+gL3uaVfqUZImmw71ArL9+Roi9o+I4+RBqArA2CfW1sJ1wkABFfPe" crossorigin="anonymous"></script>
50+
51+
52+
<!-- Custom Styles -->
53+
<style></style>
54+
55+
56+
57+
<!-- Analytics Code -->
58+
59+
60+
61+
62+
<script>
63+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
64+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
65+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
66+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
67+
68+
ga('create', 'UA-138052071-1', 'auto');
69+
ga('send', 'pageview');
70+
</script>
71+
72+
73+
74+
<!-- Extra Header JS Code -->
75+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
76+
77+
78+
79+
</head>
80+
81+
82+
<body class="loading ajax-loading" data-site-url="https://cogtoolslab.github.io/" data-page-url="/404.html">
83+
84+
85+
<header class="header">
86+
87+
<div class="header__content">
88+
89+
90+
<a href="/" class="header__title">
91+
cognitive tools lab
92+
</a>
93+
94+
95+
<h1 class="header__tagline">reverse engineering the human cognitive toolkit</h1>
96+
97+
<div class="menu">
98+
<div class="menu__toggle js-menu-toggle">
99+
<div class="menu__toggle__icon"><span></span></div>
100+
</div>
101+
<div class="menu__wrap">
102+
<ul class="menu__list">
103+
104+
<li class="menu__list__item">
105+
<a href="/news.html" class="menu__list__item__link">news</a>
106+
</li>
107+
108+
<li class="menu__list__item">
109+
<a href="/about.html" class="menu__list__item__link">about</a>
110+
</li>
111+
112+
<li class="menu__list__item">
113+
<a href="/people.html" class="menu__list__item__link">people</a>
114+
</li>
115+
116+
<li class="menu__list__item">
117+
<a href="/research.html" class="menu__list__item__link">research</a>
118+
</li>
119+
120+
<li class="menu__list__item">
121+
<a href="/papers.html" class="menu__list__item__link">papers</a>
122+
</li>
123+
124+
<li class="menu__list__item">
125+
<a href="/teaching.html" class="menu__list__item__link">teaching</a>
126+
</li>
127+
128+
<li class="menu__list__item">
129+
<a href="/outreach.html" class="menu__list__item__link">outreach</a>
130+
</li>
131+
132+
<li class="menu__list__item">
133+
<a href="/prospective.html" class="menu__list__item__link">prospective lab members</a>
134+
</li>
135+
136+
</ul>
137+
</div>
138+
</div>
139+
140+
<div class="projects-menu">
141+
<ul class="menu__list">
142+
143+
</ul>
144+
</div>
145+
146+
<div class="header__lower">
147+
148+
<ul class="socials">
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
<li class="socials__item">
186+
<a href="http://github.com/cogtoolslab" target="_blank" class="socials__item__link" title="Github">
187+
<i class="fab fa-github" aria-hidden="true"></i>
188+
</a>
189+
</li>
190+
191+
192+
193+
194+
195+
196+
197+
198+
199+
200+
201+
202+
203+
204+
205+
206+
207+
208+
</ul>
209+
210+
<div class="footer__copyright">
211+
<span>© 2025 cognitive tools lab</span>
212+
<a href="https://jekyllthemes.io" target="_blank">Jekyll Themes</a>
213+
</div>
214+
215+
</div>
216+
217+
</div>
218+
219+
</header>
220+
221+
222+
<div class="loader"><svg width="120" height="30" viewbox="0 0 120 30" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="15" r="15"><animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate><animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate></circle><circle cx="60" cy="15" r="9" fill-opacity="0.3"><animate attributename="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcmode="linear" repeatcount="indefinite"></animate><animate attributename="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5" calcmode="linear" repeatcount="indefinite"></animate></circle><circle cx="105" cy="15" r="15"><animate attributename="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcmode="linear" repeatcount="indefinite"></animate><animate attributename="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcmode="linear" repeatcount="indefinite"></animate></circle></svg></div>
223+
224+
<div class="page-loader"></div>
225+
226+
227+
<div class="page">
228+
229+
<div class="page__content" data-page-title="Page Not Found – cognitive tools lab">
230+
231+
<section class="single">
232+
233+
<div class="wrap">
234+
235+
<h1>Page not found.</h1>
236+
<p class="hero__text editable">Sorry – the page your looking for doesn't exist.</p>
237+
<p class="hero__text editable">Perhaps you typed the URL incorrectly, or it may have moved.</p>
238+
<p><a href="/" class="button button--large">Back To Home</a></p>
239+
240+
</div>
241+
242+
</section>
243+
244+
</div>
245+
246+
</div>
247+
248+
249+
<footer class="footer">
250+
251+
<ul class="socials">
252+
253+
254+
255+
256+
257+
258+
259+
260+
261+
262+
263+
264+
265+
266+
267+
268+
269+
270+
271+
272+
273+
274+
275+
276+
277+
278+
279+
280+
281+
282+
283+
284+
285+
286+
287+
288+
<li class="socials__item">
289+
<a href="http://github.com/cogtoolslab" target="_blank" class="socials__item__link" title="Github">
290+
<i class="fab fa-github" aria-hidden="true"></i>
291+
</a>
292+
</li>
293+
294+
295+
296+
297+
298+
299+
300+
301+
302+
303+
304+
305+
306+
307+
308+
309+
310+
311+
</ul>
312+
313+
<div class="footer__copyright">
314+
<span>© 2025 cognitive tools lab</span>
315+
</div>
316+
317+
<script>
318+
$(document).ready(function(){
319+
var str =$(this).attr('id');
320+
321+
$(".btnId").click(function(){
322+
var str = $(this).attr('id');
323+
var ret = str.split("_");
324+
var id = ret[1];
325+
$('#' + id).toggle();
326+
});
327+
});
328+
</script>
329+
330+
</footer>
331+
332+
333+
<!-- Javascript Assets -->
334+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
335+
<script src="/js/index-min.js"></script>
336+
337+
338+
<!-- Extra Footer JS Code -->
339+
340+
341+
342+
</body>
343+
344+
</html>

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## To build and deploy site
2+
3+
Run: `rake deploy`
4+
5+
This command executes both `rake commit` and `rake publish`
6+
7+
## To test out locally:
8+
9+
1. Run: `bundle exec jekyll serve`
10+
2. Navigate to: `localhost:4000`
11+
12+
13+

0 commit comments

Comments
 (0)