This commit is contained in:
@@ -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 ]));
|
||||
|
||||
18
main.typ
18
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$])
|
||||
][
|
||||
稳定结构?
|
||||
|
||||
电学/热学/光学性质?
|
||||
|
||||
缺陷/杂质?
|
||||
]
|
||||
|
||||
= 科学计算在实践中面临的困难
|
||||
|
||||
== 科学计算特点
|
||||
|
||||
Reference in New Issue
Block a user