From b4ceda24856321b46130a464f61f738cac45dd65 Mon Sep 17 00:00:00 2001 From: GiggleLiu Date: Thu, 10 Oct 2024 00:40:20 +0800 Subject: [PATCH] update --- 2024.md | 36 ++++++++++-------------------------- Makefile | 3 +++ 2 files changed, 13 insertions(+), 26 deletions(-) diff --git a/2024.md b/2024.md index fd9ddf2..14eda6a 100644 --- a/2024.md +++ b/2024.md @@ -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) -~~~ - -~~~ +##### 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),请保留好单据。 diff --git a/Makefile b/Makefile index 445d0ad..5d75d1a 100644 --- a/Makefile +++ b/Makefile @@ -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()'