-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (85 loc) · 4.33 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LPPK1DJ04D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LPPK1DJ04D');
</script>
<title>Spencer Arbuckle</title>
<meta name="description" content="Spencer Arbuckle is a data scientist with 10 years of professional experience in geospatial analysis, brain imaging, and human behavioural experiments.">
<!--default to open links in current tab-->
<base target="_self">
<!--asset files-->
<link rel="stylesheet" href="assets/imgs/academicons/css/academicons.css"/>
<link rel="stylesheet" href="assets/style.css"/>
<script src="assets/script.js"></script>
<!--Embeded logos-->
<script src="https://use.fontawesome.com/d4bd914e04.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<!--favicon-->
<link rel="icon" type="image/png" href="assets/imgs/logos/logo.png">
<link rel="apple-touch-icon" href="assets/imgs/logos/logo.png">
</head>
<body class="onecol">
<div id="container">
<!--HEADER-->
<div id="header">
<img class="sitelogo" src="assets/imgs/logos/logo.png">
<a href="index.html"><h class="masthead">Spencer Arbuckle</h></a>
</div>
<!--MENU-->
<div id="menuBar">
<!--menu bar-->
<ul class="button">
<li class="button"><a class="button" href="research.html">Research</a></li>
<li class="button"><a class="button" href="publications.html">Publications</a></li>
<li class="button"><a class="button" href="about.html">About</a></li>
<div id="iconBar">
<!--google scholar-->
<a title="Google Scholar" class="icon" href="https://scholar.google.com/citations?user=7Cttf8YAAAAJ&hl=en">
<i class="ai ai-google-scholar ai-lg"></i>
</a>
<!--github-->
<a title="GitHub" class="icon" href="https://github.com/saarbuckle">
<i class="fa fa-github fa-lg"></i>
</a>
<!--twitter
<a title="Twitter" class="icon" href="https://twitter.com/saarbuckle">
<i class="fa fa-twitter fa-lg"></i>
</a>-->
<!--linkedin-->
<a title="LinkedIn" class="icon" href="https://www.linkedin.com/in/spencerarbuckle/">
<i class="fa fa-linkedin"></i>
</a>
</div>
</ul>
</div>
</div>
<div id="containerFade">
<div id="contentMain">
<p class="reg">
<p> <img class="headshot" src="assets/imgs/photos/headshot_oval.png" alt="Spencer Arbuckle" title="spencer">
I have a knack for tackling complex challenges and using data to find meaningful solutions.</p>
<p>I've had the privilege of collaborating with:</p>
<ul>
<li><a class="cite" href="https://mindmaze.com/"><strong>MindMaze</strong></a>, where we use digital theraputics for neurological restoration;</li>
<li><a class="cite" href="https://www.statcan.gc.ca/en/start"><strong>Statistics Canada</strong></a>, where we used <span class="togglePre" onmouseover="toggleTextOn()" onmouseout="toggleTextOff()" onclick="toggleTextTouch()">alternative</span><span id="toggle" class="togglePost" style="display: none"> (non-survey data, such as geospatial and transactional data)</span> data to track health statistics;</li>
<li><a class="cite" href="https://sciencepolicy.ca/"><strong>Canadian Science Policy Centre</strong></a>, a science and innovation policy hub;</li>
<li><a class="cite" href="https://neuroscience.queensu.ca/"><strong>Queen's University</strong></a>, where we created <a class="cite" href="https://neurotechmicrocreds.com/">a series of neurotechnology primers</a>;</li>
<li><a class="cite" href="https://www.uwo.ca/bmi/"><strong>Western University</strong></a>, where we worked to better grasp <a class="cite" href="research.html">hand control</a>.</li>
</ul>
</p>
<p>You can explore my scientific writings <a class="cite" href="publications.html">here</a>.</p>
<p>I am always open to new, exciting challenges. If you'd like to collaborate or discuss potential opportunities, feel free to reach out via my <a class="cite" href="about.html#contact">contact page</a>.</p>
</p>
</div>
<br>
<br>
<br>
</div> <!--container-->
</body>
</html>