Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihao-li committed Mar 31, 2024
1 parent df3e5bb commit 36098f0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 12 deletions.
4 changes: 2 additions & 2 deletions config/_default/languages.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ languageCode = "en"
languageName = "English"
weight = 1

title = "Home"
title = "Ruihao Li"
# logo = "img/profile.png"
# description = "My personal website"
# copyright = "Copy, _right?_ :thinking_face:"
Expand All @@ -18,7 +18,7 @@ copyright = "© 2022-2023 Ruihao Li"
[author]
name = "Ruihao Li"
image = "img/profile.jpeg"
headline = "Theoretical Condensed Matter Physics"
headline = "Quantum Computing Researcher"
# bio = "A little bit about you"
links = [
{ linkedin = 'https://www.linkedin.com/in/rui-hao-li/' },
Expand Down
10 changes: 5 additions & 5 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
pageRef = "research"
weight = 20

[[main]]
name = "Journal Club"
pageRef = "journal club"
weight = 30
# [[main]]
# name = "Journal Club"
# pageRef = "journal club"
# weight = 30

[[main]]
name = "Blog"
pageRef = "blog"
weight = 40
weight = 30


# -- Footer Menu --
Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters

colorScheme = "fire" # "congo", "avocado", "cherry", "fire", "ocean", "sapphire", "slate"
defaultAppearance = "dark" # valid options: light or dark
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = false

enableSearch = true
Expand Down
16 changes: 14 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,26 @@ Theoretical Condensed Matter Physics

{{< /lead >}}

Hi there! I am currently a Quantum Research Data Scientist at [Center for Computational Life Sciences, Lerner Research Institute, Cleveland Clinic](https://my.clevelandclinic.org/research/computational-life-sciences), focused on applying quantum computing to solve complex problems in life sciences.
Hi there! 👋
I am currently a Quantum Research Data Scientist at [Center for Computational Life Sciences, Lerner Research Institute, Cleveland Clinic](https://my.clevelandclinic.org/research/computational-life-sciences).
I am a physicist by training, with a Ph.D. from [Case Western Reserve University](https://case.edu/).
I work on interesting quantum computing problems in physics and life sciences.
Beyond my [research](/research/), I am passionate about other emerging science and tech fields.
Sometimes I write stuff on my [blog](/blog/).
<!-- I am a PhD candidate at [Case Western Reserve University](https://case.edu/), researching on spintronics in topological materials as well as quantum computing. -->

</br>

{{< alert "email">}}
I am always open to collaborations and discussions. Please feel free to reach out to me via the links above.
{{< /alert >}}

<br>

{{< button href="/about/" target="_self" >}}
More about me
About
{{< /button >}}
&nbsp; &nbsp; &nbsp;
{{< button href="/research/" target="_self" >}}
Research
{{< /button >}}
3 changes: 2 additions & 1 deletion content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ I received my Bachelor's degree with First Class Honours in physics from [The Un
After that, I began to pursue my Ph.D. in physics at [Case Western Reserve University (CWRU)](https://case.edu/) in 2017.
I spent the first two years working with Dr. [Pavel Fileviez Perez](https://fileviez.com/) on theories of leptophobic dark matter models.
From 2019, I started working with Dr. [Shulei Zhang](https://physics.case.edu/faculty/shulei-zhang/) on charge and spin transport in topological quantum materials, especially topological semimetals.
I graduated in 2023 and am currently working as a Quantum Research Data Scientist at [Center for Computational Life Sciences, Lerner Research Institute, Cleveland Clinic](https://my.clevelandclinic.org/research/computational-life-sciences), working on quantum computing applications in life sciences.
I graduated in 2023 and am currently working as a Quantum Research Data Scientist at [Center for Computational Life Sciences, Lerner Research Institute, Cleveland Clinic](https://my.clevelandclinic.org/research/computational-life-sciences), focusing on developing quantum computing applications in life sciences.
I am also actively working on quantum computing projects in physics and am interested in developing open-source tools for research and education.
I make use of both analytical and numerical tools for my research, including `Mathematica`, `Python`, `Julia`, etc.
See my [research](/research/) for more details.
<!-- I also spent two quarters at [University of California San Diego (UCSD)](https://ucsd.edu/) as an exchange student during 2014 - 2015. -->
Expand Down
3 changes: 2 additions & 1 deletion content/research/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ My current research interests are focused on leveraging near-term quantum comput
- **Optimization**: exploring quantum optimization algorithms, such as the Quantum Approximate Optimization Algorithm (QAOA), Variational Quantum Eigensolver (VQE), etc. and their applications in life science problems such as protein folding and drug discovery
- **Machine learning**: developing and benchmarking quantum machine learning algorithms for electronic health records, medical imaging, etc.

My past research experience includes:
Things I have worked on in the past:
- **Topological materials**: investigating novel spin/charge transport phenomena in topological semimetals, such as Weyl and Dirac semimetals
- **Dark matter models**: studying the phenomenology of dark matter models in theories with a gauged baryon symmetry


<!-- My current PhD research focuses on the investigation of novel spin/charge transport phenomena in topological materials. Specifically, topological semimetals, such as Weyl and Dirac semimetals, are three-dimensional topological phases with gapless excitations. Due to the interplay of their unique topology and symmetries, they exhibit topologically protected boundary excitations---[Fermi arc states](https://arxiv.org/abs/1702.07310) for Weyl semimetals and [higher-order Fermi arc (HOFA) states](https://arxiv.org/abs/1908.00016) for Dirac semimetals---as well as interesting phenomena like the chiral anomaly, which manifests in novel transport responses such as the [negative magnetoresistance](https://arxiv.org/abs/1206.1627) and the [nonlinear Hall effect](https://arxiv.org/abs/2007.10887) proposed in one of our works. More details can be found in this [review article](https://arxiv.org/abs/1705.01111).
I have also worked on Dirac and Majorana dark matter models that establish a possible connection between baryon number violation and dark matter phenomenology. See publications below for more details. -->
Expand Down

0 comments on commit 36098f0

Please sign in to comment.