/blog-main

William Okech's blog developed using Quarto by Posit/RStudio

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

William Okech's blog developed using Quarto by Posit/RStudio

Summary

I am a research scientist, science editor, and data literacy trainer with a background in Biomedical Engineering. My primary interests include:

• Biotechnology and Bioengineering

• Data Visualization

In the blog section, I hope to introduce readers to the basics of data analysis and visualization, and provide a periodic summary of recent advances in biotechnology and bioengineering.

Additionally, the portfolio section showcases some of my projects and work on social media.

Lastly, the resources section offers a list of curated website links that address a wide variety of topics in STEM.

Hosted on: NameCheap and Netlify

Notes

Render the project with:

a) Terminal

i) render project in current directory ==> quarto render

ii) render project in 'myproject' ==> quarto render myproject

iii) render only documents in the 'articles' sub-directory ==> quarto render articles

b) Console

library(quarto)

Use quarto_render() function to render the whole project