Skip to content

Commit

Permalink
Add diary for 09-19~09-21
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Sep 22, 2024
1 parent 4e40bd1 commit 50e9f19
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ if [ $? -ne 0 ]; then
exit 1
fi

watchexec --quiet --no-vcs-ignore --project-origin . --on-busy-update queue --poll 500ms -e tree,tex,bib,css,js,jsx,xsl,ts,tsx,glsl,typ,domain,style,substance,trio.json -w trees -w assets -w tex -w bun --emit-events-to=stdio -- ./build_changed.sh &
POLL="--poll 500ms" # $POLL

watchexec --quiet --no-vcs-ignore --project-origin . --on-busy-update queue -e tree,tex,bib,css,js,jsx,xsl,ts,tsx,glsl,typ,domain,style,substance,trio.json -w trees -w assets -w tex -w bun --emit-events-to=stdio -- ./build_changed.sh &

http-server -p 1314 output &

Expand Down
14 changes: 14 additions & 0 deletions tex/forest.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1006,3 +1006,17 @@ @article{madrid2005role
publisher={IOP Publishing}
}

@article{carosso2018geometric,
title={Geometric quantization},
author={Carosso, Andrea},
journal={arXiv preprint arXiv:1801.02307},
year={2018}
}

@book{pinkall2024differential,
title={Differential Geometry: From Elastic Curves to Willmore Surfaces},
author={Pinkall, Ulrich and Gross, Oliver},
year={2024},
publisher={Springer Nature},
url={https://olligross.github.io/projects/DGCS/DGCS_project.html}
}
14 changes: 14 additions & 0 deletions trees/refs/carosso2018geometric.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
% ["forest"]
\title{Geometric quantization}
\date{2018}
\author{Andrea Carosso}
\taxon{reference}

\meta{bibtex}{\startverb
@article{carosso2018geometric,
title = {Geometric quantization},
author = {Carosso, Andrea},
year = {2018},
journal = {arXiv preprint arXiv:1801.02307}
}
\stopverb}
16 changes: 16 additions & 0 deletions trees/refs/pinkall2024differential.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
% ["forest"]
\title{Differential geometry: From elastic curves to willmore surfaces}
\date{2024}
\author{Ulrich Pinkall}\author{Oliver Gross}
\taxon{reference}
\meta{external}{https://olligross.github.io/projects/DGCS/DGCS_project.html}

\meta{bibtex}{\startverb
@book{pinkall2024differential,
title = {Differential Geometry: From Elastic Curves to Willmore Surfaces},
author = {Pinkall, Ulrich and Gross, Oliver},
year = {2024},
url = {https://olligross.github.io/projects/DGCS/DGCS_project.html},
publisher = {Springer Nature}
}
\stopverb}
10 changes: 10 additions & 0 deletions trees/uts-0018.tree
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
\subtree[2024-09]{
\title{September, 2024}

\mdblock{09-22}{
- skimmed \citek{carosso2018geometric}: "Geometric quantization is an attempt at using the differential-geometric ingredients of classical phase spaces regarded as symplectic manifolds in order to define a corresponding quantum theory."
- skimmed \citek{pinkall2024differential}: "Unlike the common approach in existing textbooks on this topic, there is a strong focus on variational problems, ranging from elastic curves to surface that minimize area or Willmore functional."
- found [demo-geodesic-heat](https://github.com/davreev/demo-geodesic-heat) and [mesh-parameterize](https://github.com/davreev/demo-mesh-parameterize)
}

\mdblock{09-19~09-20}{
Make some progress on [[ag-000G]], particularly on mixing 4 elements (formulas, diagrams, algorithms, and readable working code).
}

\mdblock{09-17}{
- skimmed \citek{love2024role} \citek{quevedo2024cambridge} \citek{faddeev2009lectures} \citek{takhtajan2008quantum} \citek{komech2019lectures}, and \citek{madrid2005role}
}
Expand Down
2 changes: 1 addition & 1 deletion trees/uts-001G.tree
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It took me quite some effort to find it again, and it can be played using the [R
- Ballance (2004)
- Kerbal Space Program (2015)
- FAR: Changing Tides (2022)
- Black Myth: Wukong (2023)
- Black Myth: Wukong (2024)

## iOS Games

Expand Down

0 comments on commit 50e9f19

Please sign in to comment.