You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
├── papers/ # Research papers (standalone Quarto projects)
@@ -30,14 +28,14 @@ academic/
30
28
31
29
## Architecture
32
30
33
-
### Two Quarto Project Types
31
+
Academic materials are standalone documents or standalone Quarto projects.
32
+
There is intentionally no root `academic/_quarto.yml` book project and no global
33
+
academic landing page. Render each note, report, presentation, or paper from its
34
+
own directory. The shared bibliography lives at `academic/bibliography/references.bib`.
34
35
35
-
The `academic/` directory contains **two kinds** of Quarto projects:
36
-
37
-
1.**Book project** (`academic/_quarto.yml`, `type: book`): Covers reports, presentations, and notes. Rendered from the `academic/` root.
38
-
2.**Standalone paper projects** (`papers/<name>/_quarto.yml`, `type: default`): Each paper is its own Quarto project. Rendered from the paper's directory.
39
-
40
-
Papers are standalone because Quarto book projects cannot resolve journal extensions (like `quarto-journals/acm`). Each paper directory has its own `_quarto.yml` and symlinks `_extensions/` to the shared extensions at `academic/_extensions/`.
36
+
Each paper directory has its own `_quarto.yml` and may symlink `_extensions/` to
37
+
the shared extension directory at `academic/_extensions/` when it needs the ACM
0 commit comments