-
Notifications
You must be signed in to change notification settings - Fork 0
/
testpage.html
53 lines (40 loc) · 2.17 KB
/
testpage.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
<!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='stylesheet2' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet2.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>ErinRich</title>
</head>
<link rel="shortcut icon" href="erich001.github.io/images/logo2.ico "/>
<body>
<header class="navbar navbar-fixed-top navbar-inverse">
<div id="container">
<img src="images/logo_small.png" width="45" class="logo" class="pull-right"/>
<nav>
<ul class="nav navbar-nav navbar-right">
<li><%= link_to "Home", '#' %></li>
<li><%= link_to "Help", '#' %></li>
<li><%= link_to "Log in", '#' %></li>
<div class="inner">
<header>
<h2> <strong>Positions Available</strong></h2>
</header>
<hr>
<section id="main_content">
<p>test test test</p>
<p>Post-doc positions are available in my new lab, to start on or after May 1, 2017. Please contact me for more information. </p>
<h3>
<a id="research" class="anchor" href="#research" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Research</h3>
<p>My research focuses on understanding the biological basis of complex behavior and cognition. I am particularly interested in how affective processing - in other words how much you do or don't like something - interacts with cognitive and perceptual processing to give rise to learning, memory and decision-making. My principal approach is recording neurophysiological signals from the brain while a subject engages in tasks that tax these abilities. </p>
<p><strong>Contact</strong> erin.rich (at) berkeley (dot) edu</p>
</div>
</div>
</body>
</html>