
Department of Sociology | University of Texas at Austin
Materials:
High-level introduction to three tools:

Repository can have have different files and subfolders
Readme file, code folder, survey instrument folder,
Not good for storing data!
To add files to staging area:
Commit changes
Send (“push”) your changes up to remote repository (where collaborators / public can see)
Pull down changes from repository (e.g., changes your collaborator made)
Git fork: Copy a (public) repository to have your own version
Branches: Isolated enviroment for development, merge back in with man codebase when you’re ready
Create public GitHub repository with replication code + instructions for a mansucript
Link that repository to an Open Science Framework Repository
Share DOI (permanent identifier) in paper
Adding new file to GitHub repository
OSF / GitHub replication package
Create a new Github repository
Clone this GitHub repository to your local machine
‘Push’ an R markdown script to your GitHub Repository
Latex is a high-quality typesetting system for writing scientific documents
Free, open source — customizable, extendable
Learning curve!
Use $ or \begin{equation} to enter equation mode
h(x) = αeβx
h(x) = αeβx
Create a .bib file from list of reference
Automatically write out reference list
In-text citations:
= (Gupta 2019)
= Gupta (2019)
Reference figures and tables in text using label
.tex code and the compiled PDF at the same time
Create a new overleaf project
Upload and insert a new figure
Write out a mathematical equation
Share the overleaf document with a friend
Designed for writing code
Free tool for simplifying reference management
Organize, annotate, and track references across devices
Add papers to Zotero to “collection”
Zotero connector: browser plug-in the automatically add and pdf paper to a collection
Better Bibtex: help customize the different citation keys
Create shared libraries when working with collaborators
Creating new library
Adding paper using connector (or drag-and-drop pdf)
Generating bibtex file
Create a new Zotero collection
Add 3 papers to the new collection (use Zotero connector or drag in PDFs)
Export the .bibtex file to Overleaf
Lots of exciting resources for improving workflow
Pick workflow that works best for you
Thanks for your attendance and participation
Questions?