-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (128 loc) · 6.85 KB
/
index.html
File metadata and controls
146 lines (128 loc) · 6.85 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
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nicholas Sutton</title>
<link rel="shortcut icon" type="image/x-icon" href="./assets/icons/favicon.ico" />
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<!-- Hello Stranger -->
<header>
<nav>
<a href="/" class="site-name">Nicholas Sutton</a>
<div class="nav-links">
<a href="#about" class=".nav-link-r">about</a>
<a href="#notes">notes</a>
<a href="#research">research</a>
<a href="#software">software</a>
</div>
</nav>
</header>
<main>
<section id="about">
<div class="about-layout">
<div class="about-text">
<h1>Hello, I'm Nick.</h1>
<p>I'm an undergraduate student at <a href="https://www.csc.ncsu.edu/">North Carolina State
University</a>, studying Computer Science with a minor in Mathematics.
My interests include
<span class="kw-r">Robotics</span>,
<span class="kw-g">Planning</span>, and
<span class="kw-b">Algorithms</span>.
</p>
<p>In my free time I like to cook, build scale models, go to the gym, and
<a href="https://www.goodreads.com/user/show/190561458-nicholas">read</a>. I play
bass guitar and love listening to a wide variety of
<a href="https://open.spotify.com/user/orange_oats?si=d898cb65fbd44dd7">music</a>. I also play
a lot of <a href="https://backloggd.com/u/Oats_/">games</a>. Some of my favorites include Elden Ring, Signalis, and Minecraft.
</p>
<div class="contact-row">
<a href="./assets/docs/nwsutton_resume.pdf" download="Nicholas_Sutton_Resume.pdf">resume ↓</a>
<a href="https://www.linkedin.com/in/nicholas-sutton13/" target="_blank">linkedin</a>
<a href="https://github.com/nick-Sutton" target="_blank">github</a>
<a href="mailto:nicksutton46@gmail.com">email</a>
</div>
</div>
<!-- I am Working on the Photo -->
<!--<img src="assets/images/test.jpg" alt="Nick Image" class="headshot">-->
</div>
</section>
<hr>
<section id="notes">
<h2><span class="kw-r">></span> Notes_</h2>
<div class="post-list">
<a href="/notes/grad.html" class="post">
<span class="post-title">My Jounrey to Graduate School</span>
<span class="post-date">2026-04</span>
</a>
</div>
</section>
<hr>
<section id="research">
<h2><span class="kw-g">></span> Research_</h2>
<p>I work in the <a href="https://hier-robotics.github.io/">HIER Lab</a> on learning-based approaches
to legged robot locomotion. My current focus is translating human motion capture data to quadrupedal
robots using deep learning-based motion retargeting.</p>
<p>My broader interests are in the algorithmic foundations of robot navigation, agile locomotion, and motion planning.
I want to build robots that can safely assist people with tasks that are dangerous, physically demanding, or otherwise out
of reach.</p>
<div class="citation">
<span class="cite-title">Teleoperation of Quadruped Robots via Learning-Based Gait Classification of Human Locomotion Data</span><br>
<span class="cite-meta"><b>Nicholas Sutton</b>, Jaemin Lee · Undergraduate Research Symposium, 2026</span><br>
<div class="cite-links">
<a href="assets/docs/nwsutton_poster.pdf" target="_blank">poster</a>
</div>
</div>
<div class="citation">
<span class="cite-title">Gait Mode Classification using a Temporal Convolutional Neural Network</span><br>
<span class="cite-meta"><b>Nicholas Sutton</b>, Jaemin Lee, Peng Gao · Undergraduate Thesis, 2026</span><br>
<div class="cite-links">
<a href="assets/docs/nwsutton_paper.pdf" target="_blank">thesis</a>
<a href="https://github.com/nick-Sutton/GaitCNN" target="_blank">code</a>
</div>
</div>
</section>
<hr>
<section id="software">
<h2><span class="kw-b">></span> Software_</h2>
<div class="project-list">
<div class="project">
<div class="project-header">
<a href="https://nick-sutton.github.io/Seally/" target="_blank" class="project-name">Seally</a>
<span class="project-tags">Python · NumPy · Pygame</span>
</div>
<p>A lightweight Python library for motion planning algorithms.</p>
</div>
<div class="project">
<div class="project-header">
<a href="https://github.com/nick-Sutton/fetch-mc" target="_blank" class="project-name">Fetch-MC</a>
<span class="project-tags">Rust · Tokio · Clap</span>
</div>
<p>Terminal-based Minecraft mod management utility for updating mods, resource packs, and shaders
from Modrinth.</p>
</div>
<div class="project">
<div class="project-header">
<a href="https://github.com/nick-Sutton/GaitCNN" target="_blank" class="project-name">GaitCNN</a>
<span class="project-tags">Python · PyTorch · Scikit-Learn · NumPy</span>
</div>
<p>Python implementation of a CNN and TCN for human gait classification.</p>
</div>
<div class="project">
<div class="project-header">
<a href="https://github.com/nick-Sutton/MunchieBot" target="_blank" class="project-name">Munchie Bot</a>
<span class="project-tags">Python · Playwright · Discord.py · Docker</span>
</div>
<p>Discord bot and web scraper that automatically notifies your server when a new free game
is available on the Epic Games Store.</p>
</div>
</div>
</section>
</main>
<footer>
<p>Nicholas Sutton © · last updated April 2026</p>
</footer>
</body>
</html>