A file structure template for organizing assets related to an academic paper.
Writing for "Paper Title"
| type | status | description | link |
|---|---|---|---|
| code | active | ... | github |
| writing | active | paper repository | github / overleaf |
| design | active | ... | figma |
| others | archive | ... | github |
- type:
code,writing,design,others - status:
active,maintenance,archive
./doc: the writing of the paper (in LaTeX, Typst, or other typesetting systems)- The writing in this template repository is based on TVCG Journal Track template.
./material: the material related to the paper that does not fit into the other directories (i.e.,./doc,./publish, and./review)./publish: an archive of the final published versions of the paper (on IEEE Xplore, ACM Digital Library, ArXiv, or other places)./review: an archive of the assets related to the review process (e.g., submissions, reviews, responses, and revisions)