University of Wisconsin–Madison

Year: 2021

R & Python workshops – Winter 2022

Summary (Free) Steenbock Library: R and python series (Free) SSCC (Social Science Computing Cooperative): SSCC Training Classes (low cost for UW) Software Carpentry: Software Carpentry @ UW-Madison Low cost registration ends January 5, 2022 See also the general Calendar listing . Library workshops Note: these workshops fill-in fast… Individual workshop descriptions and instructors list. Registration required.  …

The Fundamentals of Biochemistry: Interactive Tutorials

The Fundamentals of Biochemistry: Interactive Tutorials from Colorado State University was created by Dr. David Fahrney and edited by Ben Robinson. The 10th edition contains 10 interactive tutorials of the planned 16 chapters. Link: https://bc401.bmb.colostate.edu/ Using the javacript-based JMol web plug-in they provide easy to use, script-based interactive lessons detailing many structural aspect of biomolecules. …

R and Python workshops – Fall 2021

Summary Check the Calendar listing for data analysis workshops links and registration forms. Steenbock and SSCC workshops Library workshops Note: these workshops fill-in fast… Individual workshop descriptions and instructors list. Please email Heather Shimon, heather.shimon@wisc.edu with questions or to be added to our email list for updates. Registration required.  Registration is by workshop, not for the …

Protein Backbone from alpha-Carbon

Building a Protein Backbone from alpha-Carbon Files containing only C-alpha ATOM records can be the result of modeling but can also be a step in structure resolution. Theoretical models are now deposited in the ModelArchive(*). How can we obtain a complete structure for further investigation, e.g. to use in a molecular graphics software? Using Sybyl? In …

Wayback Machine – finding lost web pages

Summary There is a vast archive of free content on the Internet Archive and web pages and documents preserved since about 1996 on the Wayback Machine that allows finding and retrieving web pages and documents that have vanished from the every day web and are not indexed in the search engines. An example is provided. Vanishing content …

VMWare and EFI partition

I have been a Macintosh user since 1986 but it is still necessary once in a while to access a Windows system and that is why VMWare Fusion is installed on my iMac which has a separate partition on its drive called BootCamp that contains the Windows system. There are different ways to set-up using …

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 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 elements while retaining the readability of a plain text format. Episode 2 explored Markdown variants and Markdown (free) software. In …

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 …