University of Wisconsin–Madison

Tag: markdown

Do yourself a favor: learn Markdown – Episode 7: BibTeX for online articles

Summary A tool to create a BibTeX entry for online articles or blogs. Generate BibTeX from URL This is a follow-up on 6 “Episode”” in previous posts titled “Do yourself a favor: learn Markdown…” In a previous article (Sgro (2022)) I presented how to add bibliographical information within an Rmarkdown document (Allaire et al. (2023)) …

Jupytext 2-way reformat of Jupyter notebooks

Jupytext can save and reformat Jupyter notebooks I was trying to test a Jupyter notebook from NCBI titled “Getting Started with NCBI Data in Python” (March 2, 2022) that is now on a “Binder” web page. However, the system kept stalling, but I was given access to the “raw” script. To my surprise the format …

Understanding Python installation mess

Summary Useful ramblings about the difficulties to understand Python installation on macOS. In this Tutorial-like post we’ll see: – Where is Python installed, and which version – Upgrading to a new Python.org version, without replacement of previous version – Adding an alternate Python: Anaconda – Could Docker help? Python mess? The problem with Python is …

Do yourself a favor: learn Markdown – Episode 4. Reproducible reports

The message The essential message is this: stop using Copy/Paste from one program to another (e.g. a chart from Excel to Word) as this is a manual process that is not reproducible and can easily get out of sync if new data need to be incorporated and the report reconstructed anew. The solution is to …

Do yourself a favor: learn Markdown – Episode 2

In Episode 1: Markdown is easy we saw how Markdown can simplify and streamline the creation of documents while working in easily readable plain text. In this episode we’ll explore: Markdown variations Since its original inception in 2004 by John Gruber, famous Apple commentator and online blogger as a plain text-to-HTML conversion tool, there has …

Do yourself a favor: learn Markdown – Master it in 10 minutes!

Episode 1: Markdown is easy, keeps things simple Markdown is… Markdown is a plain text formatting syntax that incorporates rich text elements while retaining the ease and readability of plain text. Why learn Markdown? Markdown greatly simplifies writing in the digital age and is a standard used on many web sites such as github. Markdown …

R courses and tutorials. Classic, Tidyverse, Data Wrangling, ggplot2

This is a list of R material that I found online that I think can be useful as reference or as working material to learn R / RStudio / Mardkown. I’ll try to separate the links between “Classic” and “Tidyverse” versions, but that is not always possible… “Tidyverse” would include plotting with ggplot2 R package which …