|
1 | 1 | --- |
2 | 2 | title: Why make a website for your research? |
| 3 | +format: |
| 4 | + html: |
| 5 | + page-layout: full |
3 | 6 | --- |
4 | 7 |
|
5 | | -Research compendium |
| 8 | +Quarto lets you create free, professional websites. This page explains why researchers use them and the kinds of things you can make. |
6 | 9 |
|
7 | | -Paper - report method - actual code - generate |
| 10 | +## Your research project |
8 | 11 |
|
9 | | -share research |
10 | | -all the details included |
| 12 | +Research tends to accumulate across many different places - Word documents, PDFs, data files, presentations, emails, code repositories. It can be hard for collaborators to find things, and nearly impossible for anyone outside the project to navigate. Much of it stays hidden. |
11 | 13 |
|
12 | | -more than just appendices and paper |
13 | | -searchable |
14 | | -interactive |
15 | | -mixed media |
| 14 | +A Quarto website can bring everything together in one place that anyone can visit. It's relevant to any kind of research (qualitative or quantitative) and you can include whatever makes sense for your project: |
16 | 15 |
|
17 | | -examples |
| 16 | +- An overview of the study and its aims |
| 17 | +- Relevant documents, reports, and materials |
| 18 | +- Embedded videos, presentations, and visualisations |
| 19 | +- Notes, updates, or a log of progress |
18 | 20 |
|
19 | | -(this page could even be a quarto slideshow?) |
| 21 | +If your research involves code (Python, R, etc.), you can go further: run code directly within the site, display outputs automatically, and embed interactive figures. But none of that is required. |
| 22 | + |
| 23 | +A project website can accompany a journal paper as a richer alternative to a standard appendix - searchable, mixed media, and openly accessible to anyone. Or it can simply serve as a research compendium: everything in one place, properly organised. |
| 24 | + |
| 25 | +Example: |
| 26 | + |
| 27 | +<iframe |
| 28 | + class="auto-preview" |
| 29 | + width="100%" |
| 30 | + height="800" |
| 31 | + src="https://the-epic-study.quarto.pub/the-epic-project/" |
| 32 | + title="The Early Psychosis: Investigating Cognition (EPIC) Project"> |
| 33 | +</iframe> |
| 34 | + |
| 35 | +## Homepage for a research programme or team |
| 36 | + |
| 37 | +If you lead a group, collaborate across institutions, or are part of a larger programme of work, a Quarto website can serve as the public-facing home for everything you do. |
| 38 | + |
| 39 | +This might include: |
| 40 | + |
| 41 | +- An overview of the programme's aims and funding |
| 42 | +- Profiles of team members (Quarto has built-in "about page" templates) |
| 43 | +- A list of outputs: papers, datasets, tools, presentations |
| 44 | +- News or blog posts about recent developments |
| 45 | +- Links to resources for collaborators or the public |
| 46 | + |
| 47 | +Example: |
| 48 | + |
| 49 | +<iframe |
| 50 | + class="auto-preview" |
| 51 | + width="100%" |
| 52 | + height="800" |
| 53 | + src="https://pythonhealthdatascience.github.io/stars/" |
| 54 | + title="STARS"> |
| 55 | +</iframe> |
| 56 | + |
| 57 | +## Training, modules, and courses |
| 58 | + |
| 59 | +Quarto is widely used for teaching materials. Course notes, worked examples, exercises, and slide decks can all live together on one structured, searchable site that learners can work through |
| 60 | + |
| 61 | +The site can be open to anyone, easy to update and verion controlled, so you always know what changed and when. |
| 62 | + |
| 63 | +Example: |
| 64 | + |
| 65 | +<iframe |
| 66 | + class="auto-preview" |
| 67 | + width="100%" |
| 68 | + height="800" |
| 69 | + src="https://sta210-s22.github.io/website/" |
| 70 | + title="STA 210: Regression Analysis"> |
| 71 | +</iframe> |
| 72 | + |
| 73 | +## Researcher profiles |
| 74 | + |
| 75 | +You can create a personal academic website that goes far beyond a LinkedIn profile or institutional staff page. A researcher profile site lets you present your work exactly as you want to, with your own design and structure. You can include your biography, research interests, publications, teaching, and links to your other profiles online. |
| 76 | + |
| 77 | +You can also have a blog - a place to share updates, write about your work, or post short pieces between papers. |
| 78 | + |
| 79 | +It can also move with you if you change institutions. |
| 80 | + |
| 81 | +Example: |
| 82 | + |
| 83 | +<iframe |
| 84 | + class="auto-preview" |
| 85 | + width="100%" |
| 86 | + height="800" |
| 87 | + src="https://amyheather.github.io/" |
| 88 | + title="Amy Heather"> |
| 89 | +</iframe> |
| 90 | + |
| 91 | +## Manuscripts |
| 92 | + |
| 93 | +Quarto has a dedicated manuscripts format for scholarly articles. You write your paper in Quarto and can output it as a website, a PDF, or a Word document - all from the same source file. |
| 94 | + |
| 95 | +This won't be relevant to everyone - but for research involving data analysis, you can embed code meaning your figures and results are always generated directly from the analysis — nothing can go out of sync. |
| 96 | + |
| 97 | +Example: |
| 98 | + |
| 99 | +<iframe |
| 100 | + class="auto-preview" |
| 101 | + width="100%" |
| 102 | + height="800" |
| 103 | + src="https://daniel1noble.github.io/ecoevo_1000/" |
| 104 | + title="Supplementary Materials for: The promise of community-driven preprints in ecology and evolution"> |
| 105 | +</iframe> |
| 106 | + |
| 107 | +## Conferences and events |
| 108 | + |
| 109 | +If you are hosting an event - a workshop, symposium, summer school, or conference - Quarto works well here too. You can publish the programme, abstracts, speaker information, and practical details before the event, then add slides, recordings, and notes afterwards, all on the same site. |
| 110 | + |
| 111 | +Because the site is just files in a repository, multiple organisers can contribute to it, and it can be updated easily as the event approaches and after it ends. |
| 112 | + |
| 113 | +Example: |
| 114 | + |
| 115 | +<iframe |
| 116 | + class="auto-preview" |
| 117 | + width="100%" |
| 118 | + height="800" |
| 119 | + src="https://drganghe.github.io/climate-guest-speakers/" |
| 120 | + title="Climate Guest Speakers"> |
| 121 | +</iframe> |
| 122 | + |
| 123 | +## Package documentation |
| 124 | + |
| 125 | +If you develop a software package - in Python, R, or another language - Quarto is a great way to write its documentation. You can include installation instructions, usage guides, tutorials, and examples, all in one navigable site. |
| 126 | + |
| 127 | +Example: |
| 128 | + |
| 129 | +<iframe |
| 130 | + class="auto-preview" |
| 131 | + width="100%" |
| 132 | + height="800" |
| 133 | + src="http://hsma-tools.github.io/vidigi/vidigi_docs/" |
| 134 | + title="vidigi"> |
| 135 | +</iframe> |
| 136 | + |
| 137 | +## Next steps |
| 138 | + |
| 139 | +The rest of this tutorial will walk you through how to create a Quarto website from scratch — we'll build one together. |
| 140 | + |
| 141 | +When you reach the end, head to the [Examples](examples.qmd) page to see a much larger collection of real research websites built with Quarto, covering all of the categories above and more. |
0 commit comments