-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ b8ab122 🚀
- Loading branch information
Showing
11 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: March 01, 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 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> (write an email to <a href="mailto:[email protected]">[email protected]</a> to get an invitation).</p> <li><p><a href="">Quantum Journal Club (TBA)</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's (a robot named <code>ChatGPT</code>) 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: March 01, 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> (write an email to <a href="mailto:[email protected]">[email protected]</a> to get an invitation).</p> <li><p><a href="">Quantum Journal Club (TBA)</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's (a robot named <code>ChatGPT</code>) 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'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 (Guangzhou)</a></p> <p>W1-315, No.1 Duxue Road, Qingsheng Hub Cluster, Nansha District, Guangzhou (511458)</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: March 01, 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'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 (Guangzhou)</a></p> <p>W1-315, No.1 Duxue Road, Qingsheng Hub Cluster, Nansha District, Guangzhou (511458)</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> |
Oops, something went wrong.