-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
95 lines (85 loc) · 5.05 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
<!DOCTYPE html>
<html>
<div class="topnav">
<a class="active" href="/"><i class="fas fa-home"></i> Home</a>
<a href="/undergrad"><i class="fas fa-user-graduate"></i> Undergrad</a>
<a href="/graduate"><i class="fas fa-university"></i> Graduate School</a>
<a href="/research"><i class="fab fa-leanpub"></i> Research</a>
<!-- <a href="/activities"><i class="fas fa-football-ball"></i> Activities</a> -->
<a href="/professional"><i class="fas fa-award"></i> Resume/CV</a>
<a href="/contact"><i class="far fa-address-book"></i> Contact</a>
<a href="/tutorials"><i class="fas fa-chalkboard-teacher"></i></i> Tutorials</a>
</div>
<head>
<script src="https://kit.fontawesome.com/9d2d5bf903.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="page-container">
<div style="text-align:center"><h1> Dr. Ryan M. Dreifuerst </h1></div>
<div class="row" style="padding:5px">
<div class="column left" style="padding-right:30px"> <img class="homeimg" src="figs/Headshot.jpg"> </div>
<div class="column middle" style="align:left;width:60%">
<p style="font-size:24px">
Thank you for your interest in my work. If you have any questions feel free to head over
to the contact page and send me an email.
</p>
<h3> Quick Summary </h3>
<p>
On March 20th I successfully defended my PhD at North Carolina State University!
This was the culmination of five years working with <a href="http://www.profheath.org/" target="_blank"> Prof. Robert W. Heath Jr</a>.
both at
<a href="https://www.utexas.edu/" target="_blank">
the University of Texas at Austin</a href> and
<a href="https://www.ncsu.edu/" target="_blank">
North Carolina State University</a href>.
My research focuses on integrating signal processing and machine learning
for next generation wireless communication (5G, 6G). In particular,
my primary work has been on beam management, codebook design, and
feedback for massive MIMO. Feel free to
check out my <a href="https://ryandry1st.github.io/research">research</a>.
If you want to see some of my projects in general head over to my
<a href="https://github.com/Ryandry1st" target="_blank">github profile</a>.
</p>
<p>
If you want to get to know more about me, feel free to look through some
of the things I have done during my <a href="https://ryandry1st.github.io/undergrad">
undergraduate studies</a>, <a href="https://ryandry1st.github.io/graduate">
graduate studies</a> or connect with me on social media.
</p>
<p>
Finally, if you are interested in a professional setting, head over to
my <a href="/professional">Resume/CV page</a> to see if we could connect professionally.
If so, make sure to <a href="/contact">reach out to me</a>. I am always interested in opportunities
and talking about new and exciting ideas!
</p>
<p>
</br>
<div style="text-align:center"><b> Recent Updates </b></div>
<ul>
<li> I will be starting my post graduate employment at <a href="https://www.mitre.org/">MITRE</a> </li>
<li> I successfully defend my thesis on machine-learning based codebook design for beam management! </li>
<li>
<li> Read our paper submitted to IEEE Communication Magazine on beam management in 5G on arxiv <a href="https://arxiv.org/abs/2301.13390">[paper].</a></li>
<!-- <li> I accepted an internship offer to work with Samsung Research America on ML in 5G-advanced/6G for Summer 2022. </li> -->
<!-- <li> Our work on ML-assisted codebook design for sub-6GHz beam management was accepted at VTC 2022.
Read it on arxiv now <a href="https://arxiv.org/abs/2204.06064">[paper].</a></li> -->
<!-- <li> I am headed to NC State to continue my PhD with Prof. Robert Heath. </li> -->
<!-- <li> I advanced to PhD candidacy at UT Austin and will be working heavily on ML-assisted Massive MIMO for the next season. </li> -->
<!-- <li> I accepted an internship offer to work with Qualcomm on 5G NR for Summer 2021. </li> -->
<!-- <li> Our paper, "Optimizing Coverage and Capacity in Cellular Networks using Machine Learning",
was accepted at ICASSP 2021. You can read it on arxiv now
<a href="https://arxiv.org/abs/2010.13710">[paper].</a></li> -->
<!-- <li> I presented our working on learnable synchronization pilot sequences at Asilomar 2021. </li> -->
</p>
</div>
</div>
<footer id="footer">
<span> </span>
<span><a href="https://twitter.com/Ryan_Dreifuerst"><i class="fab fa-twitter-square fa-3x"></i></a></span>
<span><a href="https://github.com/Ryandry1st"><i class="fab fa-github-square fa-3x"></i></a></span>
<span><a href="https://www.linkedin.com/in/ryandreifuerst"><i class="fab fa-linkedin fa-3x"></i></a></span>
</footer>
</div>
</body>
</html>