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
Copy file name to clipboardExpand all lines: projects.qmd
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,32 @@ title-block-banner: false
17
17
::: callout-tip
18
18
### Submitting Quarto documents to CoursePlus
19
19
20
-
Some of you might choose to use Quarto for making your HTML project files instead of Rmarkdown. If so, keep in mind that Quarto will create a directory that has to be shared along with the HTML file ^[RMarkdown generates self-contained HTML files whereas Quarto does not.]. That is, you will have to make a ZIP file that contains both the (A) HTML file made with Quarto, and (B) the *_quarto_files directory that Quarto also made. Then upload the ZIP file to CoursePlus.
20
+
Some of you might choose to use Quarto for making your HTML project files instead of Rmarkdown. If so, keep in mind that Quarto will create a directory that has to be shared along with the HTML file ^[RMarkdown generates self-contained HTML files whereas Quarto does not.].
21
21
22
-
Taking <https://github.com/lcolladotor/StatComputing_ProjectDemo> as an example, the ZIP file would have to contain:
22
+
In this case, open the HTML file on your browser, then create a PDF by printing the HTML file to PDF from your browser. You can then upload the PDF file to CoursePlus.
23
23
24
-
* The HTML file <https://github.com/lcolladotor/StatComputing_ProjectDemo/blob/gh-pages/2025-09-02_demo_quarto.html>
25
-
* The `"*_quarto_files"` directory <https://github.com/lcolladotor/StatComputing_ProjectDemo/tree/gh-pages/2025-09-02_demo_quarto_files>
24
+
Previously I had stated that you could submit a ZIP file, but we found this to add unnecessary complexity to the submission process. So please submit a PDF file instead for Quarto documents.
26
25
26
+
Deprecated instructions:
27
+
28
+
> That is, you will have to make a ZIP file that contains both the (A) HTML file made with Quarto, and (B) the *_quarto_files directory that Quarto also made. Then upload the ZIP file to CoursePlus.
29
+
>
30
+
> Taking <https://github.com/lcolladotor/StatComputing_ProjectDemo> as an example, the ZIP file would have to contain:
31
+
>
32
+
> * The HTML file <https://github.com/lcolladotor/StatComputing_ProjectDemo/blob/gh-pages/2025-09-02_demo_quarto.html>
33
+
> * The `"*_quarto_files"` directory <https://github.com/lcolladotor/StatComputing_ProjectDemo/tree/gh-pages/2025-09-02_demo_quarto_files>
34
+
:::
35
+
36
+
::: callout-important
37
+
### Verifying your project submission
38
+
39
+
Download your own project submission from CoursePlus to verify that it looks as you intended. To do so, I recommend downloading your submission to your `~/Desktop` or `~/Downloads` directory (one that is separate from where you did the initial work). Then open the HTML file on your browser to verify that it does indeed look as you intended (or PDF file for Quarto documents). That is, verify that the HTML file has:
40
+
41
+
* code chunks with the code you evaluated
42
+
* figures that were generated by your code
43
+
* results that were generated by your code
44
+
* text that you wrote describing the results
27
45
28
-
If needed, you can download your own project submission from CoursePlus to verify that it looks as you intended. To do so, I recommend downloading your submission to your `~/Desktop` or `~/Downloads` directory (one that is separate from where you did the initial work). Then open the HTML file on your browser to verify that it does indeed look as you intended.
0 commit comments