Skip to content

Commit 0dab193

Browse files
authored
Merge pull request #34 from StanfordHPDS/add-research-plans
add research plans
2 parents 4611dc0 + ddfbe49 commit 0dab193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapters/02-policies.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The first step for new Lab members is to send Dr. Rose your GitHub username to b
1616

1717
We are a documentation-based Lab. This means that we write things down early and often. The goal is to solidify ideas as well as bring clarity and formalism (i.e., with notation) to projects. Documentation also helps team members review work asynchronously and record institutional knowledge.
1818

19-
We document meetings with agendas (see @sec-meeting-agendas), manage projects with Git and GitHub (see @sec-git-github), and prefer reproducible documents using Quarto (see @sec-quarto).
19+
We document meetings with agendas (see @sec-meeting-agendas), manage projects with Git and GitHub (see @sec-git-github), [create research plans](https://github.com/StanfordHPDS/research_plans/), and prefer reproducible documents using Quarto (see @sec-quarto).
2020

2121
## Recurring Meetings
2222

chapters/09-code-workflow-agreements.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ While you can run such projects entirely in a protected environment, this approa
221221

222222
## Generate Reproducible Documents with Quarto {#sec-quarto}
223223

224-
Prefer using [Quarto](https://quarto.org/) for documents, particularly those that generate a research product like a journal article. Quarto is a scientific publishing framework that weaves [Markdown-based](https://commonmark.org/help/tutorial/) text with computational results from R, Python, Julia, etc. You can also mix languages in a single document.
224+
Prefer using [Quarto](https://quarto.org/) for documents, particularly those that generate a research product like a research plan or journal article. Quarto is a scientific publishing framework that weaves [Markdown-based](https://commonmark.org/help/tutorial/) text with computational results from R, Python, Julia, etc. You can also mix languages in a single document.
225225

226226
You can also use Quarto interactively in RStudio and VS Code much as you can with R Markdown or Jupyter notebooks.
227227

0 commit comments

Comments
 (0)