owned this note changed 2 years ago
Published Linked with GitHub

Quartaki - IEEE 2023 workshop

Welcome to our collaborative note!

Here you can post anonymous questions, links, code etc to help yourself and others during the course.

We will actively be using this document to share code with you, so you may copy and paste it into your personal working quarto document.

Internet:

St. Raphael
user: VISITOR
password: RAPHAEL

URL to doc: https://hackmd.io/@drmowinckels/ieee23/edit

URL to course: https://annesbe.github.io/quartaki_ieee/

Attendees
Please add your name below to indicate your presence, and also your favourite flavour ice cream.

  • Athanasia Monika Mowinckel, lemon sorbet
  • Anne Schad Bergsaker, mint chocolate chip
  • Jamil gafur, Lemon Sorbet

Prep

https://annesbe.github.io/quartaki_ieee/#preperations

Course sections

We will try to organise the document after the sections of the day.

1. Elements of a qmd

2. Making our first html report

about shortcodes:
https://quarto.org/docs/extensions/shortcodes.html

Table code:


```{r}

with(iris, 
     table(species = Species, 
           ceiling(`Sepal.Length`)
    ))
```

3. Citations & cross-references

More about cross references
https://quarto.org/docs/authoring/cross-references.html

4. Making our first pdf report

Select a repo