Skip to content

Commit

Permalink
lint the code
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Oct 13, 2024
1 parent 6dd93bc commit 98f2bbf
Show file tree
Hide file tree
Showing 13 changed files with 122 additions and 92 deletions.
7 changes: 3 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: 🌖 # the emoji used as the favicon (alternatively, provide image name in /assets/img/)

url: https://sxzgroup.github.io # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
last_updated: false # set to true if you want to display last updated in the footer
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
back_to_top: true # set to false to disable the back to top button
Expand Down Expand Up @@ -130,8 +130,8 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# Blog
# -----------------------------------------------------------------------------

blog_name: # blog_name will be displayed in your blog page
blog_description:
blog_name: # blog_name will be displayed in your blog page
blog_description:
permalink: /blog/:year/:title/
lsi: false # produce an index for related posts

Expand Down Expand Up @@ -198,7 +198,6 @@ collections:
members:
output: true
permalink: /members/:path


announcements:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion _data/coauthors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url: /members/shixinzhang

"yao":
- firstname: ["Hong", "H.", ]
- firstname: ["Hong", "H."]
url: https://www.ias.tsinghua.edu.cn/en/info/1059/1169.htm

"podolsky":
Expand Down
85 changes: 60 additions & 25 deletions _layouts/about.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ layout: default

<article>
{% if page.profile %}
<div class="profile float-{% if page.profile.align == 'left' %}left{% elsif page.profile.align== 'middle' %}middle{% else %}right{% endif %}"> {% if page.profile.image %}
<div class="profile float-{% if page.profile.align == 'left' %}left{% elsif page.profile.align== 'middle' %}middle{% else %}right{% endif %}">
{% if page.profile.image %}
{% assign profile_image_path = page.profile.image | prepend: 'assets/img/' %}
{% if page.profile.image_circular %}
{% assign profile_image_class = 'img-fluid z-depth-1 rounded-circle' %}
Expand All @@ -32,25 +33,59 @@ layout: default
%}
{% endif %}
{% if page.profile.address %}
<div class="address {% if page.profile.align == 'middle' %} text-centered {% endif %}">
<p>
{% if page.profile.href %}<a href="{{ page.profile.href | relative_url }}">{% endif %}
<div class="address {% if page.profile.align == 'middle' %} text-centered {% endif %}">
<p>
{% if page.profile.href %}<a href="{{ page.profile.href | relative_url }}">{% endif %}
<span class="name">{{ page.profile.name }}</span>
{% if page.profile.href %}</a>{% endif %}
{% if page.profile.position %}<br />{{ page.profile.position }}{% endif %}
{% if page.profile.email %}<br /><a href="mailto:{{ page.profile.email }}"><i class="fas fa-envelope"></i> {{ page.profile.email }}</a>{% endif %}
{% if page.profile.phone %}<br /><a href="tel:{{ page.profile.phone }}"><i class="fas fa-phone"></i> {{ page.profile.phone }}</a>{% endif %}
{% if page.profile.linkedin %}<br /><a href="https://www.linkedin.com/in/{{ page.profile.linkedin }}/" target="_blank"><i class="fab fa-linkedin"></i> {{ page.profile.linkedin }}</a>{% endif %}
{% if page.profile.orcid %}<br /><a href="https://orcid.org/{{ page.profile.orcid }}" target="_blank"><i class="fab fa-orcid"></i> {{ page.profile.orcid }}</a>{% endif %}
{% if page.profile.twitter %}<br /><a href="https://twitter.com/{{ page.profile.twitter }}" target="_blank"><i class="fab fa-twitter"></i> {{ page.profile.twitter }}</a>{% endif %}
{% if page.profile.github %}<br /><a href="https://github.com/{{ page.profile.github }}" target="_blank"><i class="fab fa-github"></i> {{ page.profile.github }}</a>{% endif %}
{% if page.profile.edu %}<br /><a href="{{ page.profile.edu }}" target="_blank"><i class="fas fa-globe"></i> official page</a>{% endif %}
{% if page.profile.website %}<br /><a href="{{ page.profile.website }}" target="_blank"><i class="fas fa-house"></i> {{ page.profile.website }}</a>{% endif %}
{% if page.profile.scholar %}<br /><a href="https://scholar.google.com/citations?&user={{ page.profile.scholar }}" target="_blank"><i class="fab fa-google"></i> {{ page.profile.name }}</a>{% endif %}
</p>
<p class="post">{{ page.profile.address }}</p>
</div>
{% endif %}
{% if page.profile.href %}</a>{% endif %}
{% if page.profile.position -%}
<br>
{{ page.profile.position -}}
{%- endif %}
{% if page.profile.email -%}
<br>
<a href="mailto:{{ page.profile.email }}"><i class="fas fa-envelope"></i> {{ page.profile.email }}</a>
{%- endif %}
{% if page.profile.phone -%}
<br>
<a href="tel:{{ page.profile.phone }}"><i class="fas fa-phone"></i> {{ page.profile.phone }}</a>
{%- endif %}
{% if page.profile.linkedin -%}
<br>
<a href="https://www.linkedin.com/in/{{ page.profile.linkedin }}/" target="_blank"
><i class="fab fa-linkedin"></i> {{ page.profile.linkedin -}}
</a>
{%- endif %}
{% if page.profile.orcid -%}
<br>
<a href="https://orcid.org/{{ page.profile.orcid }}" target="_blank"><i class="fab fa-orcid"></i> {{ page.profile.orcid }}</a>
{%- endif %}
{% if page.profile.twitter -%}
<br>
<a href="https://twitter.com/{{ page.profile.twitter }}" target="_blank"><i class="fab fa-twitter"></i> {{ page.profile.twitter }}</a>
{%- endif %}
{% if page.profile.github -%}
<br>
<a href="https://github.com/{{ page.profile.github }}" target="_blank"><i class="fab fa-github"></i> {{ page.profile.github }}</a>
{%- endif %}
{% if page.profile.edu -%}
<br>
<a href="{{ page.profile.edu }}" target="_blank"><i class="fas fa-globe"></i> official page</a>
{%- endif %}
{% if page.profile.website -%}
<br>
<a href="{{ page.profile.website }}" target="_blank"><i class="fas fa-house"></i> {{ page.profile.website }}</a>
{%- endif %}
{% if page.profile.scholar -%}
<br>
<a href="https://scholar.google.com/citations?&user={{ page.profile.scholar }}" target="_blank"
><i class="fab fa-google"></i> {{ page.profile.name -}}
</a>
{%- endif %}
</p>
<p class="post">{{ page.profile.address }}</p>
</div>
{% endif %}
{% if page.profile.more_info %}
<div class="more-info">{{ page.profile.more_info }}</div>
{% endif %}
Expand Down Expand Up @@ -84,13 +119,13 @@ layout: default
{% endif %}
<!-- Social -->
<!--
{% if page.social %}
<div class="social">
<div class="contact-icons">{% include social.liquid %}</div>
{% if page.social %}
<div class="social">
<div class="contact-icons">{% include social.liquid %}</div>
<div class="contact-note">{{ site.contact_note }}</div>
</div>
{% endif %}
<div class="contact-note">{{ site.contact_note }}</div>
</div>
{% endif %}
-->

{% if site.newsletter.enabled and site.footer_fixed %}
Expand Down
14 changes: 7 additions & 7 deletions _layouts/bib.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@
{% if forloop.first == false %},&nbsp;{% endif %}
{%- if forloop.last and author_array_limit == author_array_size %}and&nbsp;{% endif -%}
{% endif %}

{%- if coauthor_url -%}
<a href="{{ coauthor_url }}">
{{- author.first }}
{{ author_last_html -}}
</a>
{%- else -%}

{%- if coauthor_url -%}
<a href="{{ coauthor_url }}">
{{- author.first }}
{{ author_last_html -}}
</a>
{%- else -%}
{{- author.first }}
{{ author_last_html -}}
{%- endif -%}
{% endfor %}
{%- assign more_authors = author_array_size | minus: author_array_limit -%}
Expand Down
4 changes: 2 additions & 2 deletions _layouts/news-list.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
</head>

<!-- Body -->
<body class="{% if site.navbar_fixed %}fixed-top-nav{% endif %} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
<body class="{% if site.navbar_fixed %}fixed-top-nav{% endif %} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
<!-- Header -->
{% include header.liquid %}

<!-- Content -->
<div class="container mt-5" role="main">
{{ content }}
{{ content }}
</div>

<!-- Footer -->
Expand Down
55 changes: 26 additions & 29 deletions _members/shixinzhang.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,33 @@ group: Faculty
group_rank: 1

title: Shi-Xin Zhang
description:
description:
lastname: Zhang

teaser: >
I’m an Associate Professor at Institue of Physics, Chinese Academy of Sciences.
<br />
<br />
I’m an Associate Professor at Institue of Physics, Chinese Academy of Sciences.
<br />
<br />
profile:
name: Shi-Xin Zhang
position: >
Principal Investigator<br />
Associate Professor<br />
Institue of Physics<br />
Chinese Academy of Sciences<br />
align: middle
image: 001landscape.jpg
miniimage: 001.png
email: [email protected]
linkedin: zhangshixin
orcid: 0000-0003-0347-9750
scholar: Ut8nVqIAAAAJ
github: refraction-ray
website: https://re-ra.xyz
edu: https://iop.cas.cn/rcjy/tpyjy/?id=6789
address: >
Beijing, China
name: Shi-Xin Zhang
position: >
Principal Investigator<br />
Associate Professor<br />
Institue of Physics<br />
Chinese Academy of Sciences<br />
align: middle
image: 001landscape.jpg
miniimage: 001.png
email: [email protected]
linkedin: zhangshixin
orcid: 0000-0003-0347-9750
scholar: Ut8nVqIAAAAJ
github: refraction-ray
website: https://re-ra.xyz
edu: https://iop.cas.cn/rcjy/tpyjy/?id=6789
address: >
Beijing, China
---

<br>
Expand All @@ -41,20 +40,18 @@ See my academic CV [here](https://re-ra.xyz/about/cv.pdf).

## Experience

* 2024.8 - now, Institute of Physics, Chinese Academy of Sciences, Associate Professor
- 2024.8 - now, Institute of Physics, Chinese Academy of Sciences, Associate Professor

* 2021.7 - 2024.7, Tencent Quantum Laboratory, Senior Research Scientist
- 2021.7 - 2024.7, Tencent Quantum Laboratory, Senior Research Scientist

## Education

* 2016.8 - 2021.7, Institue for Advanced Study, Tsinghua University, PhD in Physics

* 2012.8 - 2016.7, Department of Physics, Tsinghua University, BSc in Physics
- 2016.8 - 2021.7, Institue for Advanced Study, Tsinghua University, PhD in Physics

- 2012.8 - 2016.7, Department of Physics, Tsinghua University, BSc in Physics

## Publications


<div class="publications">
{% bibliography -f papers -q @*[author^=*Shi-Xin]* %}
</div>
12 changes: 4 additions & 8 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ selected_papers: false # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
---


Welcome to our research group! Our group is led by Prof. Shi-Xin Zhang at Institute of Physics, Chinese Academy of Sciences. Our research is centered around **quantum physics and quantum computing**. Our current research interests include:

* **Quantum computing**: quantum algorithms, quantum simulation, quantum noise, quantum software, quantum information, with an emphasis on proposals ready for near-term quantum devices.

* **Non-equilibrium physics**: novel phases and phase transitions in out-of-equilibrium quantum systems, with a special focus on the entanglement and information perspective, covering topics including quantum chaos, many-body localization, time crystal, quantum scar, random quantum circuits, measurement-induced entanglement phase transition, information scrambling and protection, quantum Mpemba effects, etc.

* **Artificial intelligence**: the interplay between machine learning infrastructure / models / ideas and quantum physics / quantum computing / quantum engineering, quantum machine learning, with a special focus on developing new quantum many-body numerical methods inspired by machine learning philosophy and based on machine learning systems at scale.

- **Quantum computing**: quantum algorithms, quantum simulation, quantum noise, quantum software, quantum information, with an emphasis on proposals ready for near-term quantum devices.

- **Non-equilibrium physics**: novel phases and phase transitions in out-of-equilibrium quantum systems, with a special focus on the entanglement and information perspective, covering topics including quantum chaos, many-body localization, time crystal, quantum scar, random quantum circuits, measurement-induced entanglement phase transition, information scrambling and protection, quantum Mpemba effects, etc.

- **Artificial intelligence**: the interplay between machine learning infrastructure / models / ideas and quantum physics / quantum computing / quantum engineering, quantum machine learning, with a special focus on developing new quantum many-body numerical methods inspired by machine learning philosophy and based on machine learning systems at scale.

[Talk to us](mailto:[email protected]) or [join us]({{ '/join-us' | relative_url }}) when you are interested in these topics or our work.
[Talk to us](mailto:[email protected]) or [join us]({{ '/join-us' | relative_url }}) when you are interested in these topics or our work.
22 changes: 10 additions & 12 deletions _pages/join-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ map: true

<br>

We are always looking for talented individuals (undergraduate students, PhD candidates, postdoctoral researchers, and research assistants) to join us.
We are always looking for talented individuals (undergraduate students, PhD candidates, postdoctoral researchers, and research assistants) to join us.

If you’re passionate about research along relevant directions and eager to contribute to cutting-edge projects, please don’t hesitate to reach out. I am open to discussions and look forward to exploring potential collaborations with you.

Expand All @@ -21,28 +21,26 @@ If you’re passionate about research along relevant directions and eager to con

<br>

* <i class="fas fa-address-book"></i> 地址:100190 北京市海淀区中关村南三街8号,中国科学院物理研究所M楼
- <i class="fas fa-address-book"></i> 地址:100190 北京市海淀区中关村南三街8号,中国科学院物理研究所M楼

- <i class="fas fa-address-book"></i> Address:M building, Institute of Physics, Chinese Academy of Sciences, Beijing 100190, China

* <i class="fas fa-address-book"></i> Address:M building, Institute of Physics, Chinese Academy of Sciences, Beijing 100190, China


* <i class="fas fa-phone"></i> Tel:010-82640779


* <i class="fas fa-envelope"></i> Email:[email protected]
- <i class="fas fa-phone"></i> Tel:010-82640779

- <i class="fas fa-envelope"></i> Email:[email protected]

```geojson
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [116.3262,39.9802]
"coordinates": [
116.3262,
39.9802
]
},
"properties": {
"name": "IOP"
}
}

```
```
1 change: 0 additions & 1 deletion _pages/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: news
permalink: /news/
nav: true
nav_order: 2

---

# News
Expand Down
7 changes: 5 additions & 2 deletions _pages/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ groups: [Faculty]

# People


{% for group in page.groups %}
<br>

## {{ group }}

{% assign members = site.members | sort: "lastname" | where: "group", group %}
{% for member in members %}

<p>
<div class="card {% if member.inline == false %}hoverable{% endif %}">
<div class="row no-gutters">
Expand Down Expand Up @@ -62,7 +64,8 @@ groups: [Faculty]
</div>
</div>
</div>

</p>
{% endfor %}

{% endfor %}
{% endfor %}
1 change: 1 addition & 0 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nav_order: 4
---

# Publication

<br>
<!-- _pages/publications.md -->

Expand Down
File renamed without changes.
Loading

0 comments on commit 98f2bbf

Please sign in to comment.