DSCI-310-2024 / dsci-310_airline-delay-classification_group-17

Other
0 stars 1 forks source link

Convert the Jupyter notebook into a Quarto document #39

Closed Stephanie-Ta closed 7 months ago

Stephanie-Ta commented 8 months ago

Edit the Quarto document so that its sole job is to narrate your analysis, display your analysis artifacts (i.e., figures and tables), and nicely format the report.

  1. Use markdown headers and Quarto configuration so that a table of contents will be created when the document is rendered.
  2. Add correctly formatted inline bibtex references so that a nicely formatted reference list will be present at the end of the document.
  3. Edit the figure formatting so that Quarto: a. automatically numbers them, b. has a label for easy cross referencing, and c. controls the figure sizes so the figures are not too big.
  4. Add a table description argument so that they are automatically numbered by Quarto and use cross referencing to link to the table if/when it is discussed in the text.
  5. Edit the narrative so it uses cross-referencing to refer to the figures and tables instead of having their reference hardcode the figure and table numbers.
  6. Replace any hard-coded values in the Quarto report narrative text with inline Quarto code, so that the text will be automatically updated with the correct value.
  7. Change the code chunk options so that no code is viewable in the rendered report, just the code outputs where needed (e.g., figures and tables).

(taken from the DSCI 310 Milestone 2 assessment page)