Blog 3
Blog Post 3: Identify Fakes News.
Blog 2
There are many changes on explanation and wordings throughout the blog, as I got suggestions from the peer-reviews that I should try to strucutre and reword the blog using my own explanations instead of using the ones given by Professor Chodrow.
Blog 1
Goal: climate data with pandas and SQLite3
blog1
headers
hello jekyll
This is my first blog!
Third level header
Blog 0
Blog Goal: tutorial explaining how to construct an interesting data visualization of the Palmer Penguins data set by Wangyi
My Test Post
text text text
headers
Assignment - Blog Post 1
In this blog post, you’ll create several interesting, interactive data graphics using the NOAA climate data that we’ve explored in the first several weeks of lectures.
Blog Post 0
In this blog post assignment (homework), you’ll create a short post for your new website. The primary purpose is to give you some practice working with Jekyll blogging with Python code.
Activity - Getting Started with Jekyll
In this post, we’ll get set up with Jekyll. Jekyll is a static site converter, which you can use to turn plaintext documents into attractive webpages.
Plotly Example
Fortunately, it’s pretty easy to embed interactive HTML figures produced via Plotly on your blog. Just use plotly.io.write_html() to save your figure. Then, copy the resulting HTML file to the _includes directory of your blog. Finally, place the code
Software Installation
The purpose of this homework assignment is to get you set up with the software tools we’ll use in PIC16B, including Anaconda, git + GitHub, and Jekyll.
Local editing
It is possible to construct, maintain, and update your blog fully from GitHub. In this case, it is not necessary to download your blog’s files or modify them on your computer. However, when constructing complex posts involving code and figures, local editing can be more comfortable. Additionally, since GitHub Pages usually takes a few minutes to publish all your changes, modifying your blog locally allows you to more quickly see the results of your changes, including errors when they arise. In this post, I’ll show how to manage your blog locally.
Example post
In this post, I’ll show how to create a helpful histogram of some synthetic data.
Creating posts
In this post, we’ll see some examples of how to create technical posts that include Python code, explanatory text, and notes about your learnings. We’ll go over the primary methods that you’ll use to embed content in your posts.
