Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Oct 9, 2024
1 parent 82a3b80 commit b4ceda2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
36 changes: 10 additions & 26 deletions 2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,22 @@ tags = ["2024", "juliacn", "meetup", "winter", "见面会", "冬季", "program",
* 地点:广州市南沙区东涌镇笃学路1号,香港科技大学(广州)实验楼W4, 1楼, 101.

> 报名链接: [https://wj.qq.com/s2/15355933/8596/](https://wj.qq.com/s2/15355933/8596/)
> * 腾讯会议:TBD
> * Bilibili 直播间:[JuliaLang中文社区](https://live.bilibili.com/21545945)

\toc

## 日程表 (Program)
~~~
<ul>
<li>
<strong>11月1日 星期五 (注册日)</strong>
<details>
<summary><u>2PM-10PM, 注册日+新手教程+国际报告</u></summary>
注册日,线上 Julia 新手教程,以及国际报告。
<p><strong>主讲人: </strong>
TBD</p>
</details>
</li>
<li>
<strong>11月2日 星期六 (W-4, 1楼, 101)</strong>
<details>
<summary><u>TBD</u></summary>
</details>
</li>
<li>
<strong>11月3日 星期日 (W-4, 1楼, 101)</strong>
<details>
<summary><u>TBD</u></summary>
</details>
</li>
</ul>
~~~
##### 11月1日 星期五 (注册日)
- 2PM-5PM, 新手教程 (尚未确定报告人)
- 9PM-10PM, Symbolic-numerics. New methods we have that do better than traditional numerical solvers, **Chris Rackauckas**, ResearchAffiliate (Co-PI of the Julia Lab),MIT (在线)

##### 11月2-3日 星期六-日 (W-4, 1楼, 101) - 尚未确定时间
- 通过变分量子算法探测多体贝尔关联, **李炜康**,在读博士生,清华大学交叉信息研究院
- KitAMR.jl: 分布式、自适应的非平衡流动求解器, **葛龙庆**,在读博士生,北京大学工学院力学与工程科学系,湍流与复杂系统国家重点实验室,应用物理与技术研究中心
- 在张量网络机器学习模型中制定无免费午餐理论, **于立伟**,特聘研究员,南开大学陈省身数学研究所
- Julia 与量子速度极限101, **余怀明**,在读学生,华中科技大学物理学院
- TreeWidthSolver.jl: 从树宽度到张量网络收缩顺序, **高煊钊**,在读博士生,香港科技大学(广州)功能枢纽,先进材料学域

## 交通与住宿 (Traveling)
地点为香港科技大学广州校区,位于广东省广州市南沙区东涌镇笃学路1号。如何报备入校请参考[学校相关页面](https://amat.hkust-gz.edu.cn/zh/about/contact-directions/)。承包参会者住宿,但仅为报告人报销路费(报销上限为2000),请保留好单据。
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ default: init serve
init:
$(JL) -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.precompile()'

update:
$(JL) -e 'using Pkg; Pkg.activate("."); Pkg.update(); Pkg.precompile()'

serve:
$(JL) -e 'using Franklin; serve()'

Expand Down

0 comments on commit b4ceda2

Please sign in to comment.