Skip to content

Graduate student survival guide documenting the hidden curriculum tips to help you succeed in graduate school and beyond

Notifications You must be signed in to change notification settings

atacamagroup/survivalguide

Repository files navigation

Survival Guide

Graduate student survival guide documenting the hidden curriculum and tips to help you succeed in graduate school and beyond.

Inspired by https://github.com/vandybgsa/handbook.

Contents

Overview

This is meant to serve as a bit of a guide or collection of tips for incoming students to help you transition smoother. These tips are collected from the experiences of students.

This guide is compiled using bookdown, an R package for authoring books and technical documents. The underlying files are RMarkdown files. More on how to use bookdown can be found here.

Contents

Prerequisites to Compile

Computer software needed:

R packages to install:

install.packages("bookdown")

Compile Book

Open the handbook.Rproj file in RStudio and run the command

bookdown::render_book("index.Rmd", "bookdown::gitbook")

This will render the files into the docs/ directory. You'll need to commit any changes in this directory to see changes on the website.

You can also open the compile_book.R script and run that.

Using Make, you can also just run the following if you have R setup correctly on the command line.

make

About

Graduate student survival guide documenting the hidden curriculum tips to help you succeed in graduate school and beyond

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published