Skip to content

Tutorials, templates, etc. for other students

Notifications You must be signed in to change notification settings

hnguyen19/resources

 
 

Repository files navigation

Resources for Others

This repository contains a smattering of tutorials and example documents that I've created to make others' lives a bit easier than mine was in trying to learn LaTeX and other things.

LaTeX Templates

  1. Template for Writing - A general template for writing a manuscript, etc. You can either download the .zip file included here, or clone the Overleaf project at: https://www.overleaf.com/read/fqsfnqxsqbxf.
  2. Preprint Template - A modified version of my "Template for Writing," designed for manuscript preprints. You can clone the Overleaf project at: https://www.overleaf.com/read/bpsxspkmhvhf.
  3. Proposal Template - A generic template for writing a thesis or dissertation proposal. You can either download the .zip file here, or clone the Overleaf project at: https://www.overleaf.com/read/btddnrrztkgz.
  4. Research Log Template - A template for keeping track of bioinformatics work (or any kind of research). Keeping a “lab notebook” for computer-based analyses is crucial for open and reproducible science, and has made a HUGE difference for me in streamlining my analyses (no matter how many times I have to re-do them). Different people have different things that work for them, but this is what has worked for me for integrating code, figures, and commentary across different types of analysis (i.e. some cluster computing, some R analysis, some GUI program work, etc). You can either download the .zip file here, or clone the Overleaf project at: https://www.overleaf.com/read/wkxxnwvfbdxn.
  5. Academic CV Template - This is a general template for a CV, geared toward the style of CV used in academia in the (biological) sciences. Everyone has different opinions on how CVs should look, but this is what I've come up with for myself (you can see what my CV using this template looks like here: http://www.jessicarick.com/aboutme). You can either download the source files here, or copy the Overleaf project at: https://www.overleaf.com/read/qsjjdhkypkgv.

Tutorials

  1. Integrating R Analyses with Overleaf - I wrote up this tutorial to explain how to incorporate R Markdown documents into Overleaf (V2) documents, as it pretty much blew my mind when I learned that the two could talk to each other. Just think, you can run your analyses in your R Markdown file, create figures, and they’ll update in your manuscript on Overleaf! What more could you want in life?!? PDF document with tutorial (R_Overleaf_Integration.pdf) and associated trimtex.sh script, as well as latex-rmd.sty package can be downloaded here. Note: this is kind of a hefty way of doing this, and you may be interested in just using Knitr to run R code in your LaTeX document instead for small tasks, as outlined in this Overleaf tutorial.
  2. Using Make - Not a tutorial of my own, but my colleague Josh Harrison has developed a tutorial on how to use Make as a part of your reproducible research workflow. I'd highly recommend checking it out and contemplating how this tool might just make your life 100x easier!
  3. Running MSMC/PSMC Analyses - I have put together a tutorial with scripts for running demographic analyses using PSMC/MSMC, which can be found in a separate Github repository.

Small scripts

  1. Calculating Reich FST - I wrote a short R script for calculating the Reich-Patterson FST estimator from a genlight object, including bootstrapping confidence intervals, which can be found in a separate Github repository.

About

Tutorials, templates, etc. for other students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 99.9%
  • Shell 0.1%