Skip to content

Commit

Permalink
Add recent diary
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 2, 2024
1 parent 7eac840 commit fd96cb8
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 6 deletions.
10 changes: 5 additions & 5 deletions bib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ else
echo update only local bib files
fi

python split_bib.py transformer
python split_bib.py math-2024
python split_bib.py zeon-algebra
./split_bib.py transformer
./split_bib.py math-2024
./split_bib.py zeon-algebra
# lean-ga should be more updated if duplicated
python split_bib.py lean-ga
./split_bib.py lean-ga
# forest overrides external bibs
python split_bib.py forest
./split_bib.py forest
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ chk:
thm:
./thm.sh

prep-bib:
@echo "pyenv shell 3.11"
@echo "pip3 install bibtexparser"

bib:
./bib.sh

Expand Down
3 changes: 2 additions & 1 deletion split_bib.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import json
import os
import pathlib
Expand Down Expand Up @@ -153,7 +154,7 @@ def parse_frontmatter(line):

# detect duplication
if len(bib_filenames_i) > 1:
# {tree_file_i.relative_to(project_root)}:
# {tree_file_i.relative_to(project_root)}:
print(f'🟡 {bib_filenames_i}')

formatted = TREE_TEMPLATE.format(
Expand Down
17 changes: 17 additions & 0 deletions tex/forest.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1050,3 +1050,20 @@ @misc{salkinder2021nxnxn
url={https://arxiv.org/abs/2112.08602},
}

@article{wang2024simple,
title={A Simple Approach to Differentiable Rendering of SDFs},
author={Wang, Zichen and Deng, Xi and Zhang, Ziyi and Jakob, Wenzel and Marschner, Steve},
journal={arXiv preprint arXiv:2405.08733},
year={2024}
}

@article{tricard2024interval,
title={Interval Shading: using Mesh Shaders to generate shading intervals for volume rendering},
author={Tricard, Thibault},
journal={Proceedings of the ACM on Computer Graphics and Interactive Techniques},
volume={7},
number={3},
pages={1--11},
year={2024},
publisher={ACM New York, NY, USA}
}
18 changes: 18 additions & 0 deletions trees/refs/tricard2024interval.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
% ["forest"]
\title{Interval shading: Using mesh shaders to generate shading intervals for volume rendering}
\date{2024}
\author{Thibault Tricard}
\taxon{reference}

\meta{bibtex}{\startverb
@article{tricard2024interval,
title = {Interval Shading: using Mesh Shaders to generate shading intervals for volume rendering},
author = {Tricard, Thibault},
year = {2024},
journal = {Proceedings of the ACM on Computer Graphics and Interactive Techniques},
volume = {7},
number = {3},
pages = {1--11},
publisher = {ACM New York, NY, USA}
}
\stopverb}
14 changes: 14 additions & 0 deletions trees/refs/wang2024simple.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
% ["forest"]
\title{A simple approach to differentiable rendering of SDFs}
\date{2024}
\author{Zichen Wang}\author{Xi Deng}\author{Ziyi Zhang}\author{Wenzel Jakob}\author{Steve Marschner}
\taxon{reference}

\meta{bibtex}{\startverb
@article{wang2024simple,
title = {A Simple Approach to Differentiable Rendering of SDFs},
author = {Wang, Zichen and Deng, Xi and Zhang, Ziyi and Jakob, Wenzel and Marschner, Steve},
year = {2024},
journal = {arXiv preprint arXiv:2405.08733}
}
\stopverb}
10 changes: 10 additions & 0 deletions trees/uts-0018.tree
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
\subtree[2024]{
\title{Year 2024}

\subtree[2024-10]{
\title{October, 2024}

\mdblock{10-01~10-02}{
- found \citek{wang2024simple} and \citek{tricard2024interval}
- work on Rust stuff
}

}

\subtree[2024-09]{
\title{September, 2024}

Expand Down

0 comments on commit fd96cb8

Please sign in to comment.