Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4506e31 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Jun 28, 2024
1 parent 65bff7e commit c29f4af
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>404</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/culture/">Culture</a> </ul> </div> <div id=main > <div class=franklin-content > <div style="margin-top: 40px; font-size: 40px; text-align: center;"> <br> <div style="font-weight: bold;"> 404 </div> <br> <br> The requested page was not found <br> <br> <br> <br> <div style="margin-bottom: 300px; font-size: 24px"> <a href="/">Click here</a> to go back to the homepage. </div> </div> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: June 26, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div>
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>404</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/culture/">Culture</a> </ul> </div> <div id=main > <div class=franklin-content > <div style="margin-top: 40px; font-size: 40px; text-align: center;"> <br> <div style="font-weight: bold;"> 404 </div> <br> <br> The requested page was not found <br> <br> <br> <br> <div style="margin-bottom: 300px; font-size: 24px"> <a href="/">Click here</a> to go back to the homepage. </div> </div> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: June 28, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div>
2 changes: 1 addition & 1 deletion culture/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>Culture</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/culture/">Culture</a> </ul> </div> <div id=main > <div class=franklin-content > <h1 id=culture ><a href="#culture" class=header-anchor >Culture</a></h1> <h2 id=events ><a href="#events" class=header-anchor >Events</a></h2> <ul> <li><p><a href="https://github.com/CodingThrust/CodingClub">Coding club</a>, please join zulip stream: <code>#♣ coding-club</code> &#40;write an email to <a href="mailto:[email protected]">[email protected]</a> to get an invitation&#41;.</p> <li><p><a href="">Quantum Journal Club &#40;TBA&#41;</a></p> </ul> <h2 id=conventions ><a href="#conventions" class=header-anchor >Conventions</a></h2> <ul> <li><p>Discussion:</p> <ul> <li><p>All of us use <a href=zulip.hkust-gz.edu.cn >HKUST-GZ Zulip</a> for topic based discussion, project management, information sharing and seeking for AI&#39;s &#40;a robot named <code>ChatGPT</code>&#41; help.</p> <li><p>We have a WeChat group for have lunch and coffee together during workdays.</p> </ul> <li><p>Journal artile management: Most of us use <a href="https://www.zotero.org/">Zotero</a> to manage and share journal articles.</p> <li><p>Coding: All of us use <a href="https://github.com/">Github</a> to manage code development, our Github org is <a href="https://github.com/CodingThrust">CodingThrust</a>. Most of us use the <a href="https://julialang.org/">Julia programming language</a> for scientific software development.</p> </ul> <h2 id=training ><a href="#training" class=header-anchor >Training</a></h2> <p>The following three books are used for training:</p> <ul> <li><p>Nielsen M A, Chuang I L. Quantum computation and quantum information. Cambridge university press, 2010.</p> <li><p>Moore C, Mertens S. The nature of computation. OUP Oxford, 2011.</p> <li><p>Golub G H, Van Loan C F. Matrix computations. JHU press, 2013.</p> </ul> <p>The following resources are used for Julia programming language training:</p> <ul> <li><p>https://benlauwens.github.io/ThinkJulia.jl/latest/book.html</p> <li><p>https://github.com/JuliaComputing/Training</p> </ul> <p>Please check <a href="/training">training materials</a> page for more resourses.</p> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: June 26, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div>
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>Culture</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/culture/">Culture</a> </ul> </div> <div id=main > <div class=franklin-content > <h1 id=culture ><a href="#culture" class=header-anchor >Culture</a></h1> <h2 id=events ><a href="#events" class=header-anchor >Events</a></h2> <ul> <li><p><a href="https://github.com/CodingThrust/CodingClub">Coding club</a>, please join zulip stream: <code>#♣ coding-club</code> &#40;write an email to <a href="mailto:[email protected]">[email protected]</a> to get an invitation&#41;.</p> <li><p><a href="">Quantum Journal Club &#40;TBA&#41;</a></p> </ul> <h2 id=conventions ><a href="#conventions" class=header-anchor >Conventions</a></h2> <ul> <li><p>Discussion:</p> <ul> <li><p>All of us use <a href=zulip.hkust-gz.edu.cn >HKUST-GZ Zulip</a> for topic based discussion, project management, information sharing and seeking for AI&#39;s &#40;a robot named <code>ChatGPT</code>&#41; help.</p> <li><p>We have a WeChat group for have lunch and coffee together during workdays.</p> </ul> <li><p>Journal artile management: Most of us use <a href="https://www.zotero.org/">Zotero</a> to manage and share journal articles.</p> <li><p>Coding: All of us use <a href="https://github.com/">Github</a> to manage code development, our Github org is <a href="https://github.com/CodingThrust">CodingThrust</a>. Most of us use the <a href="https://julialang.org/">Julia programming language</a> for scientific software development.</p> </ul> <h2 id=training ><a href="#training" class=header-anchor >Training</a></h2> <p>The following three books are used for training:</p> <ul> <li><p>Nielsen M A, Chuang I L. Quantum computation and quantum information. Cambridge university press, 2010.</p> <li><p>Moore C, Mertens S. The nature of computation. OUP Oxford, 2011.</p> <li><p>Golub G H, Van Loan C F. Matrix computations. JHU press, 2013.</p> </ul> <p>The following resources are used for Julia programming language training:</p> <ul> <li><p>https://benlauwens.github.io/ThinkJulia.jl/latest/book.html</p> <li><p>https://github.com/JuliaComputing/Training</p> </ul> <p>Please check <a href="/training">training materials</a> page for more resourses.</p> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: June 28, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>Jin-Guo Liu Group</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/culture/">Culture</a> </ul> </div> <div id=main > <div class=franklin-content ><h1 id=jin-guo_lius_group ><a href="#jin-guo_lius_group" class=header-anchor >Jin-Guo Liu&#39;s Group</a></h1> <p>We are happy computational physicists, we use program to explore the quantum world, and use quantum theory to understand the nature of computation.</p> <h2 id=email_and_address ><a href="#email_and_address" class=header-anchor >Email and Address</a></h2> <a href="mailto:[email protected]" style="color:blue; font-weight:800">[email protected]</a> <p><a href="https://funh.hkust-gz.edu.cn/en/thrust/amat">Advanced Material Thrust</a>, Function Hub, <a href="https://www.hkust-gz.edu.cn/">Hong Kong University of Science and Technology &#40;Guangzhou&#41;</a></p> <p>W1-315, No.1 Duxue Road, Qingsheng Hub Cluster, Nansha District, Guangzhou &#40;511458&#41;</p> <h2 id=join_us ><a href="#join_us" class=header-anchor >Join us</a></h2> <p>We are recruiting PhD students and research assistants, please write an email to the above email address, with your CV attached. Please read this <a href="https://zhuanlan.zhihu.com/p/566530117">Zhihu Blog</a> for more information.</p> <p>Join <a href="http://zulip.hkust-gz.edu.cn/">HKUST-GZ Zulip</a> for discussion. To get an invitation, please write an email to my email address above.</p> <p><img src="/assets/group.jpg" alt=Photo /></p> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: June 26, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div>
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>Jin-Guo Liu Group</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/culture/">Culture</a> </ul> </div> <div id=main > <div class=franklin-content ><h1 id=jin-guo_lius_group ><a href="#jin-guo_lius_group" class=header-anchor >Jin-Guo Liu&#39;s Group</a></h1> <p>We are happy computational physicists, we use program to explore the quantum world, and use quantum theory to understand the nature of computation.</p> <h2 id=email_and_address ><a href="#email_and_address" class=header-anchor >Email and Address</a></h2> <a href="mailto:[email protected]" style="color:blue; font-weight:800">[email protected]</a> <p><a href="https://funh.hkust-gz.edu.cn/en/thrust/amat">Advanced Material Thrust</a>, Function Hub, <a href="https://www.hkust-gz.edu.cn/">Hong Kong University of Science and Technology &#40;Guangzhou&#41;</a></p> <p>W1-315, No.1 Duxue Road, Qingsheng Hub Cluster, Nansha District, Guangzhou &#40;511458&#41;</p> <h2 id=join_us ><a href="#join_us" class=header-anchor >Join us</a></h2> <p>We are recruiting PhD students and research assistants, please write an email to the above email address, with your CV attached. Please read this <a href="https://zhuanlan.zhihu.com/p/566530117">Zhihu Blog</a> for more information.</p> <p>Join <a href="http://zulip.hkust-gz.edu.cn/">HKUST-GZ Zulip</a> for discussion. To get an invitation, please write an email to my email address above.</p> <p><img src="/assets/group.jpg" alt=Photo /></p> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: June 28, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div>
2 changes: 1 addition & 1 deletion people/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>People</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/culture/">Culture</a> </ul> </div> <div id=main > <div class=franklin-content > <h1 id=people ><a href="#people" class=header-anchor >People</a></h1> <h2 id=faculty ><a href="#faculty" class=header-anchor >Faculty</a></h2> <h4 id=jin-guo_liu ><a href="#jin-guo_liu" class=header-anchor >Jin-Guo Liu</a></h4> <p><img src="/assets/avatars/jinguoliu.png" alt=Photo /></p> <ul> <li><p><a href="https://giggleliu.github.io/">Home page</a></p> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum information, computational complexity</p> </ul> <h2 id=students ><a href="#students" class=header-anchor >Students</a></h2> <h4 id=yu-sheng_zhao ><a href="#yu-sheng_zhao" class=header-anchor >Yu-Sheng Zhao</a></h4> <div class=img-small ><img src="/assets/avatars/yushengzhao.jpg" alt=Photo /></div> <ul> <li><p><a href="https://exaclior.github.io/">Home page</a></p> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum information</p> </ul> <h4 id=zhong-yi_ni ><a href="#zhong-yi_ni" class=header-anchor >Zhong-Yi Ni</a></h4> <div class=img-small ><img src="/assets/avatars/zhongyini.jpeg" alt=Photo /></div> <ul> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum computing, quantum information</p> </ul> <h4 id=qing-yun_qian ><a href="#qing-yun_qian" class=header-anchor >Qing-Yun Qian</a></h4> <div class=img-small ><img src="/assets/avatars/qingyunqian.jpg" alt=Photo /></div> <ul> <li><p>Email: <a href="[email protected]">[email protected]</a></p> <li><p>Tags: quantum information, quantum thermodynamics</p> </ul> <h4 id=yi-dai_zhang ><a href="#yi-dai_zhang" class=header-anchor >Yi-Dai Zhang</a></h4> <div class=img-small ><img src="/assets/avatars/yidaizhang.jpeg" alt=Photo /></div> <ul> <li><p>Email: <a href="[email protected]">[email protected]</a></p> </ul> <h2 id=research_assistants ><a href="#research_assistants" class=header-anchor >Research assistants</a></h2> <div class=img-small ><img src="/assets/avatars/panzhou.jpg" alt=Photo /></div> <h4 id=pan_zhou ><a href="#pan_zhou" class=header-anchor >Pan Zhou</a></h4> <ul> <li><p>Email: <a href="[email protected]">[email protected]</a></p> <li><p>Tags: tensor network, combinatorial optimization, quantum many-body theory</p> </ul> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: June 26, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div>
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>People</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/culture/">Culture</a> </ul> </div> <div id=main > <div class=franklin-content > <h1 id=people ><a href="#people" class=header-anchor >People</a></h1> <h2 id=faculty ><a href="#faculty" class=header-anchor >Faculty</a></h2> <h4 id=jin-guo_liu ><a href="#jin-guo_liu" class=header-anchor >Jin-Guo Liu</a></h4> <p><img src="/assets/avatars/jinguoliu.png" alt=Photo /></p> <ul> <li><p><a href="https://giggleliu.github.io/">Home page</a></p> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum information, computational complexity</p> </ul> <h2 id=students ><a href="#students" class=header-anchor >Students</a></h2> <h4 id=yu-sheng_zhao ><a href="#yu-sheng_zhao" class=header-anchor >Yu-Sheng Zhao</a></h4> <div class=img-small ><img src="/assets/avatars/yushengzhao.jpg" alt=Photo /></div> <ul> <li><p><a href="https://exaclior.github.io/">Home page</a></p> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum information</p> </ul> <h4 id=zhong-yi_ni ><a href="#zhong-yi_ni" class=header-anchor >Zhong-Yi Ni</a></h4> <div class=img-small ><img src="/assets/avatars/zhongyini.jpeg" alt=Photo /></div> <ul> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum computing, quantum information</p> </ul> <h4 id=qing-yun_qian ><a href="#qing-yun_qian" class=header-anchor >Qing-Yun Qian</a></h4> <div class=img-small ><img src="/assets/avatars/qingyunqian.jpg" alt=Photo /></div> <ul> <li><p>Email: <a href="[email protected]">[email protected]</a></p> <li><p>Tags: quantum information, quantum thermodynamics</p> </ul> <h4 id=yi-dai_zhang ><a href="#yi-dai_zhang" class=header-anchor >Yi-Dai Zhang</a></h4> <div class=img-small ><img src="/assets/avatars/yidaizhang.jpeg" alt=Photo /></div> <ul> <li><p>Email: <a href="[email protected]">[email protected]</a></p> </ul> <h2 id=research_assistants ><a href="#research_assistants" class=header-anchor >Research assistants</a></h2> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: June 28, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div>
Loading

0 comments on commit c29f4af

Please sign in to comment.