Skip to content

Commit

Permalink
fix culture
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Jun 28, 2024
1 parent efa63c4 commit 9561c26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _layout/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<li><a href="/people/">People</a></li>
<li><a href="/phd/">PhD Program</a></li>
<li><a href="/teaching/">Teaching</a></li>
<li><a href="/culture/">Culture</a></li>
<li><a href="/workflow/">Workflow</a></li>
</ul>
</div>
<div id="main">
13 changes: 4 additions & 9 deletions culture.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
+++
title = "Culture"
title = "Workflows"
+++

# Culture
# Workflows

## Events
* [Coding club](https://github.com/CodingThrust/CodingClub), please join zulip stream: `#♣ coding-club` (write an email to [[email protected]](mailto:[email protected]) to get an invitation).
* [Quantum Journal Club (TBA)]()

## Conventions
* Discussion:
- All of us use [HKUST-GZ Zulip](zulip.hkust-gz.edu.cn) for topic based discussion, project management, information sharing and seeking for AI's (a robot named `ChatGPT`) help.
- We have a WeChat group for have lunch and coffee together during workdays.
Expand All @@ -21,7 +16,7 @@ The following three books are used for training:
- Golub G H, Van Loan C F. Matrix computations. JHU press, 2013.

The following resources are used for Julia programming language training:
- https://benlauwens.github.io/ThinkJulia.jl/latest/book.html
- https://github.com/JuliaComputing/Training
- [https://benlauwens.github.io/ThinkJulia.jl/latest/book.html](https://benlauwens.github.io/ThinkJulia.jl/latest/book.html)
- [https://github.com/JuliaComputing/Training](https://github.com/JuliaComputing/Training)

Please check [training materials](/training) page for more resourses.

0 comments on commit 9561c26

Please sign in to comment.