This commit is contained in:
2025-08-09 14:08:56 +08:00
parent 133be5465d
commit e495a1ae52
3 changed files with 20 additions and 3 deletions

BIN
atom.png LFS Normal file

Binary file not shown.

View File

@@ -9,7 +9,7 @@
{ {
packages.x86_64-linux.default = pkgs.runCommand "presentation" 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 = ./.; src = ./.;
env.TYPST_FONT_PATHS = builtins.concatStringsSep ":" (builtins.map (p: "${p}/share/fonts") env.TYPST_FONT_PATHS = builtins.concatStringsSep ":" (builtins.map (p: "${p}/share/fonts")
(with pkgs; [ corefonts source-han-serif nerd-fonts.fira-code ])); (with pkgs; [ corefonts source-han-serif nerd-fonts.fira-code ]));

View File

@@ -1,4 +1,5 @@
#import "@preview/minimal-presentation:0.6.0": * #import "@preview/minimal-presentation:0.6.0": *
#import "@preview/xarrow:0.3.1": xarrow
// 中文使用思源宋体,英文使用 Times New Roman // 中文使用思源宋体,英文使用 Times New Roman
#set text(font: ("Times New Roman", "Source Han Serif SC")) #set text(font: ("Times New Roman", "Source Han Serif SC"))
@@ -41,8 +42,8 @@
== 使用过的发行版 == 使用过的发行版
- 桌面2018年起主力使用LinuxDeepin #sym.arrow Arch #sym.arrow Gentoo #sym.arrow NixOS (2023-05-28) - 桌面2018年起主力使用LinuxDeepin #sym.arrow Arch #sym.arrow Gentoo #sym.arrow NixOS (2023-05-28)
- 服务器主要是VPSOpenWRT #sym.arrow Ubuntu #sym.arrow Arch #sym.arrow Gentoo #sym.arrow NixOS - 个人服务器OpenWRT #sym.arrow Ubuntu #sym.arrow Arch #sym.arrow Gentoo #sym.arrow NixOS
// - xmurp-ua 是我写的,用来绕过一些大学中,宿舍不许多设备共享网络的限制。 - 著名作品xmurp-ua
- 科学计算2020年硕士入组Gentoo + Ubuntu #sym.arrow NixOS (2023-09) - 科学计算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$])
][
稳定结构?
电学/热学/光学性质?
缺陷/杂质?
]
= 科学计算在实践中面临的困难 = 科学计算在实践中面临的困难
== 科学计算特点 == 科学计算特点