Skip to main content

GitBook

The graduate students are responsible for creating an ebook of all of the technologies we wrote about in our individual papers for the 4407/5507 course. The purpose of the ebook was to have a compiled book of all of our technology tools in one place online that anyone could access. We were given the options to create a website or a wiki, but in the process of researching these we discovered GitBook, which was the perfect tool to create our ebook.

I spent some time going through GitBook's tutorials and help pages. GitBook is a command line tool for building books using Git and Markdown.

Git is a version control system that tracks changes and coordinates those changes among multiple people. It's usually used for source code management but can be really useful in tracking changes in any set of files. It's non-linear, so the version control is faster and has greater data integrity than something like Google Drive applications, which are designed with version control in mind but are pretty limited.

Markdown is an LML (lightweight markup language) with plain text formatting syntax. It is specifically designed to be converted to HTML. Markdown is usually used to format readme files and allows them to be viewed online in a readable format. You might call it a "text-to-HTML conversion tool for web writers." It keeps data structured and can be compiled into different formats, HTML being the most common.

Maybe GitBook will come in handy for you too. At the very least, exposing yourself to these technologies is a great way to become more computer literate, which is becoming increasingly important.




















Comments

Popular posts from this blog

Brainjunk

I read a great article this week called Brainjunk and the killing of the internet mind . The article author Danny Crichton talks about the importance of filling our brains with healthy, fulfilling content. It's so easy to find ourselves scrolling, giving into the content junk that fuels that dopamine cycle. Addiction to social media is a real issue that plagues users of all ages. Crichton calls on us to treat our media consumption like we should treat our diet: lower quantity, higher quality. This article really got me thinking about the importance of appropriate technology use. While reading about media and content I came across a quiz about smartphone compulsion. I opened the quiz with a lot of confidence because I don't feel like I'm a slave to my smartphone by any means. Sure, it's the first thing I reach for in the morning. A quick email check, social media scroll, and read a little news. And okay, it's usually the last thing I look at when I go to bed, when...