diff --git a/atom.png b/atom.png new file mode 100644 index 0000000..1b46bf8 --- /dev/null +++ b/atom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8259da2a5fdc4c869ccbff813a4716a629f4cd3db9b743779485f27c9dc46351 +size 115020 diff --git a/flake.nix b/flake.nix index b395f94..9edf105 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ { packages.x86_64-linux.default = pkgs.runCommand "presentation" { - nativeBuildInputs = [(pkgs.typst.withPackages (ps: with ps; [ minimal-presentation ]))]; + nativeBuildInputs = [(pkgs.typst.withPackages (ps: with ps; [ minimal-presentation xarrow ]))]; src = ./.; env.TYPST_FONT_PATHS = builtins.concatStringsSep ":" (builtins.map (p: "${p}/share/fonts") (with pkgs; [ corefonts source-han-serif nerd-fonts.fira-code ])); diff --git a/main.typ b/main.typ index a1bb697..fc38fa7 100644 --- a/main.typ +++ b/main.typ @@ -1,4 +1,5 @@ #import "@preview/minimal-presentation:0.6.0": * +#import "@preview/xarrow:0.3.1": xarrow // 中文使用思源宋体,英文使用 Times New Roman #set text(font: ("Times New Roman", "Source Han Serif SC")) @@ -41,8 +42,8 @@ == 使用过的发行版 - 桌面:2018年起主力使用Linux,Deepin #sym.arrow Arch #sym.arrow Gentoo #sym.arrow NixOS (2023-05-28) -- 服务器(主要是VPS):OpenWRT #sym.arrow Ubuntu #sym.arrow Arch #sym.arrow Gentoo #sym.arrow NixOS -// - xmurp-ua 是我写的,用来绕过一些大学中,宿舍不许多设备共享网络的限制。 +- 个人服务器:OpenWRT #sym.arrow Ubuntu #sym.arrow Arch #sym.arrow Gentoo #sym.arrow NixOS + - 著名作品:xmurp-ua - 科学计算:2020年硕士入组,Gentoo + Ubuntu #sym.arrow NixOS (2023-09) == 科研方向 @@ -51,6 +52,19 @@ - 个人:第一性原理计算,兼职管理服务器。 - *第一性原理*计算:仅依赖最基础的物理原理(量子力学),原则上不引入经验值。 +#columns-content[ + #figure(image("atom.png", width: 70%)) +][ + #show math.equation: set text(size: 40pt) + #xarrow(sym: sym.arrow, [$hat(H)phi = hat(E)phi$]) +][ + 稳定结构? + + 电学/热学/光学性质? + + 缺陷/杂质? +] + = 科学计算在实践中面临的困难 == 科学计算特点