Tirosh Lab Book
Last updated on 2022-02-21
Chapter 1 Homepage
1.1 Links
1.1.1 Useful
1.1.2 Fun
1.2 Adding to the book
Adding to the lab book is easy. The only requirement is that you make a Github account, which shouldn’t take more than a couple of minutes to do.
Note that since the book is re-built with each edit made, you may have to wait a few minutes before your changes become visible.
1.2.1 Option 1: Edit via the book website (recommended)
- Go to the website chapter that you would like to edit.
- Click on the edit icon at the top of the website page.
- Make your edits and submit them (green button at the bottom of the page).
1.2.2 Option 2: Edit via the GitHub website
- Go to the chapter file that you would like to edit.
- Click on the edit icon.
- Make your edits and submit them by clicking the green Commit changes button.
1.2.3 Option 3: Edit using the git command line interface
Note: this will only work for those whose Github users have been added to the book repository.
- Go to your local clone of the repository.
- to clone the repository:
git clone https://github.com/tiroshlab/lab-book.git
- to clone the repository:
- Make and save the relevant changes to the .Rmd file in question.
- There is one .Rmd file per chapter.
- Submit the edit. In the terminal type:
git commit -am <myShortMessage>
git pull origin master
git push origin master
1.2.4 Additional links
1.3 Book formats
The default book is a website. You can also choose to download the book as PDF or ebook. To do this, click the download icon at the top of the website page.