-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (85 loc) · 5.17 KB
/
index.html
File metadata and controls
100 lines (85 loc) · 5.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>James M. Shine</title>
<!-- Bootstrap + Font Awesome + Main CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/bootstrap.css" rel="stylesheet">
<!-- customize this file if needed -->
<link href="/css/style.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
<div class="row">
<div class="navbar" style="margin-bottom:0px;padding-bottom:0px">
<div class="navbar-header">
<button class="navbar-toggle collapsed" data-target=".navbar-collapse" data-toggle="collapse" type="button"><span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button> <a class="navbar-brand" href="/">JAMES M. SHINE</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="/cv/">CV</a>
</li>
<li>
<a href="/publications/">Key Publications</a>
</li>
<li>
<a href="https://www.researchgate.net/profile/James_Shine">Research Gate</a>
</li>
<li>
<a href="https://scholar.google.com/citations?user=Uxvu7CsAAAAJ">Google Scholar</a>
</li>
<li>
<a href="https://publons.com/author/357271/james-m-shine#profile">Publons</a>
</li>
</ul>
<ul class="nav navbar-nav social">
<li><a href="mail to: mac.shine@sydney.edu.au"> <i class="fa fa-envelope"></i> </a></li>
</ul>
</div><!-- /.nav-collapse -->
</div><!-- /.navbar -->
</div>
<div class="row wrapper-inner" style="padding-bottom:100px">
<div class="col-md-3">
<img src="/img/shine_profile.jpg" width="200px"/>
</div>
<div class="col-md-8" style="margin-top:20px">
<h1 class="intro"><span></span> <span></span> Mac Shine<span> </h1>
<p style="font-size:16px">I am a systems neurobiologist working to understand the mechanisms of cognition and attention using functional brain imaging, both in health and disease. I have a particular interest in understanding how the different arms of the ascending arousal system flexibly modulate the cross-scale organisation of the brain to facilitate adaptive behaviour.
I completed my bachelor's (2003), medical degree and PhD (2013) at the University of Sydney (2007) and was an NHMRC CJ Martin fellow with Russell Poldrack at Stanford University (2016). I am currently working as a Robinson fellow at The University of Sydney, where I run an inter-disciplinary lab that aims to integrate neuroscience, evolutionary theory and complex systems to understand how neurobiology supports awareness and flexible, parallel behaviour.
My lab is always growing, and I'm always keen to hear from passionate students. Feel free to contact me via email me at mac dot shine at sydney dot edu dot au or on Twitter @jmacshine</p>
</div>
</div>
</div>
</div>
</header>
<div class="row grid-list-wrapper no-gutter-space" id="shotsByPlayerId"></div>
</div>
</div>
<footer>
<div class="container">
<nav class="nav-footer">
<ul>
<li><a href="mail to: mac.shine@sydney.edu.au"> <i class="fa fa-envelope"></i> </a></li>
</ul>
<p class="credits text-center">© All Rights Reserved 2015</p>
</nav>
</div>
<!-- jQuery from CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/jribbble.js"></script>
<script src="js/bootstrap.js"></script>
</footer>
</body>
</html>