Best Practices to Re-Use Elements of a Parent project in Sub-Projects (Proposal, Project Plan, Manuscript, Website) #1103
jorishijmans
announced in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For a research project, I try to re-use elements of a parent project in a sub-projects (manuscripts, proposal, project plan, manuscript, and website) by:
1. Centralising resource repositories
I have organised my project directory to centralise shared resources. Here is an abbreviated structure for clarity:
2. Centralising metadata for project-level profile groups
I have centralised metadata files to streamline configuration and ensure consistency across different deliverables.
_quarto.yml
_metadata.yml (in root/presentations)
3. Setting resource-paths in document metadata
I set resource paths in my document metadata to enable inclusion of shared resources outside the sub-project, which is a sub(sub)-directory of the parent-project containing
_quarto.yml
.4. Troubleshooting YAMLError
The following error appears when I try to render a document in a sub-directory/project (i.e., D03-manuscript):
5. Request for Feedback
I am looking for suggestions on how to effectively re-use elements of a parent project in multiple sub-projects such as proposals, project plans, manuscripts, and websites. Specifically, I would appreciate feedback on:
Any other tips you think may help are welcome too!
Beta Was this translation helpful? Give feedback.
All reactions