Carolina Torreblanca
University of Pennsylvania
Global Development: Intermediate Topics in Politics, Policy, and Data
PSCI 3200 - Spring 2026
Warning
Late assignments deduct 2 points per day
| Milestone | Due Date |
|---|---|
| Create a GitHub repository | Feb 17 |
| Research Question and Data | Feb 19 |
| Research Design | Mar 5 |
| Submit proposal | Apr 2 |
| Submit final project | May 10 |
If yes, consider running an update
If no, install git
.exe and double-click
Git is a version control program, so you can avoid…
Version control allows you to precisely track changes
Show off your productivity
Share projects publicly
Git hosts data and code
main) on github.comVersion control
Collaboration
When you collaborate, it’s clear who to blame
Simultaneous editing can cause challenges
Please don’t create conflicts with yourself
Basic commands
git pull origin maingit add .git commit -m "describe your changes or vent frustration"git push origin maingit pull origin main
Git can be complicated
"Your Name"and "yourname@email.edu" with your name/email used to sign up for GitHubCheck that the confirmation worked
.exe.exeMoving to RStudio
Change output director to docs
_site folder (now its using docs)data folder to store your dataset.qmd file to your repo (or drop it into index.qmd)_quarto.yml to add new pages to navigation barindex.qmd; confirm that other pages have been renderedhttps://carolina-torreblanca.github.io/psci3200-globaldev-main/