COMMUNICATING RESEARCH
WITH QUARTO

Dr. Ajay Kumar Koli | SARA Institute of Data Science


“A symphony must be like the world.
It must contain everything.”
― Gustav Mahler

UGC - Malaviya Mission
Teacher Training Center
GJU of S&T, Hisar, Haryana

Quarto

Quarto

“An open-source scientific and technical publishing system”

Quarto can produce a wide variety of output formats:

Articles & Reports

Presentations

Interactive Docs

Websites

Books

Analyze. Share. Reproduce.



Article
Demo

Process When You Render Quarto


Source editor & Visual editor


Visual editor

Visual editor

Visual editor

Source editor


Book
Demo

Text formatting


Markdown Syntax Output
normal
normal
*italics*
italics
**bold**
bold
***bold italics***
bold italics

Text formatting


Markdown Syntax Output
superscript^2^
superscript2
subscript~2~
subscript2
~~strike through~~
strike through
`verbatim code`
verbatim code

Headings


Markdown Syntax Output
# Header 1

Header 1

## Header 2

Header 2

### Header 3

Header 3

#### Header 4

Header 4

##### Header 5
Header 5
###### Header 6
Header 6

Add images

If image is saved in your computer,
![](add image path here)


Markdown Syntax Output
![](rose.jpg)

Add images

If image is taken from the internet,
![](add image link here)


![](https://images.unsplash.com/photo-1627130595904-ebeeb6540a93?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D)

Unordered list


Markdown Syntax Output
* Item 1
* Item 2
* Item 3
  • Item 1
  • Item 2
  • Item 3

Unordered list: Sub-items


Markdown Syntax Output
* Main items
    + Sub-item 1
    + Sub-item 2
        - Sub-sub-item 1
  • Main items
    • Sub-item 1
    • Sub-item 2
      • Sub-sub-item 1

Ordered list


Markdown Syntax Output
1. Eggs
1. Tea
1. Fish
1. Milk
  1. Eggs
  2. Tea
  3. Fish
  4. Milk

List


Markdown Syntax Output
(@)  A list whose numbering

continues after

(@)  an interruption
  1. A list whose numbering

continues after

  1. an interruption

Equations

Use $ delimiters for inline math.


Markdown Syntax Output
It is a great equation $E = mc^{2}$
It is a great equation \(E=mc^{2}\)

Equations

Use $$ delimiters for display math.


Markdown Syntax Output
It is a great equation $$E = mc^{2}$$
It is a great equation \[E=mc^{2}\]

Videos

You can include videos in documents using the
{{< video >}} short code.


Code

{{< video https://www.youtube.com/embed/wo9vZccmqwc >}}

Output

Tables


Markdown Syntax

| Right | Left | Default | Center |
|------:|:-----|---------|:------:|
|   12  |  12  |    12   |    12  |
|  123  |  123 |   123   |   123  |
|    1  |    1 |     1   |     1  |

Output

Right Left Default Center
12 12 12 12
123 123 123 123
1 1 1 1

Add References

  1. Create a Bibliography File (.bib)

  2. Add Metadata to Your Quarto Document

  3. Cite Sources in Your Text

  4. Add a References Section

  5. Render the Document



Savitribai Ramabai (SARA) Institute of Data Science





Contact SARA


925 315 2024

sara.institute.info@gmail.com

www.sara-edu.netlify.app/

SARA Institute of Data Science,
Dr. Ambedkar Bhawan, Kakroi Road, Near Dayanand Hospital,
Sonipat - 131001, Haryana, India.



Thank-You!