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 …
Search Results for: markdown
Learn Markdown – Episode 6. Convert Word to Markdown with pandoc
Summary Pandoc is a document converter for multiple type of files. Converting example Format conversion is a chore that often takes a lot of time. I recently wanted to convert a long MSWord document into …
Do yourself a favor: learn Markdown – Episode 5. BibTeX interface for PubMed
Summary A web site to create BibTex entries for bibliography in R Markdown. R and Markdown This is a follow-up on 4 “Episodes” in previous posts titled “Do yourself a favor: learn Markdown…” To add …
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 …
Do yourself a favor: learn Markdown – Episode 3, Academic writing
Academic writing with Markdown The origin of Markdown was a simple editing process to export web pages in HTML. In Episode 1 we learned that (original) Markdown has a simple syntax for enhancing text with rich …
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 Markdown (free) software …
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 …
Environmental Health Tabular data analysis with R and Tidyverse
R and Tidyverse Tabular Data Analysis I have updated the Tabular data analysis with R and Tidyverse course that analyze environmental health data from National Health and Nutrition Examination Survey (NHANES) a survey research program …
NCBI-Workshops
Summary The National Center for Biotechnology Information (NCBI) offers events, including workshops hands-on, interactive training sessions. All events are listed on the NCBI Outreach Events page. Workshop recordings and materials remain available after the live …
Data exploration in R with Tidyverse dplyr – part 2 – 10 examples
Summary Part 1 (Sgro (2023)) : was a general overview of the dplyr package for data exploration and manipulation to summarize or extract information from tabular data. Part 2: (This post) provides worked examples while …