Getting Started
Welcome to the V2V Hub
Complete these four steps to set up your course workspace. Time needed: 15-20 minutes.
Make sure you have a reliable internet connection and about 500 MB of free disk space.
Step 1: Create Your Workspace from the Template
- Open the course workspace template on GitHub
- Click the green Use this template button, then Create a new repository
- Name your copy (for example,
mc451-workspace) and create it under your own GitHub account
This gives you your own copy of the course workspace on GitHub.
Step 2: Install VS Code
- Visit code.visualstudio.com
- Download VS Code for your operating system
- Install and open VS Code
Step 3: Clone the Workspace and Open It in VS Code
- In VS Code, open the Command Palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on Mac)
- Run Git: Clone and paste the URL of the repository you created in Step 1
- Choose a folder to clone into (for example, your
Documentsfolder) - When prompted, open the cloned workspace folder in VS Code
Your workspace will open with folders, the journal template, and a start guide ready to go.
When VS Code prompts you to install the recommended extensions, accept them. They include:
- Quarto: authoring and rendering Quarto documents
- R: running and editing R code
- GitLens: seeing your Git history inside the editor
Step 4: Explore Your Workspace
Your workspace is organized into these folders:
| Folder | Purpose | What’s Inside |
|---|---|---|
| 00_inbox | Quick notes & ideas | Capture rough thoughts and discussion notes here |
| 01_journal | Weekly reflections | Sample journal entries showing the three thinking paths (Connector, Troubleshooter, Critic) |
| 02_literature | Reading notes & course materials | Includes textbook chapters and citation templates |
| 03_project | Active research work | Organized by prospectus, codebook, data, and drafts folders |
| 04_resources | Media & attachments | Images, PDFs, external files, and course materials |
| **_templates** | Reusable templates | The journal template (_templates/journal-entry.md) and a data dictionary template to copy and customize |
Step 5: You’re Ready!
Once you complete these steps, move to Phase I: The Journalist to begin.
Troubleshooting
Q: VS Code won’t open my workspace folder - Make sure you opened the folder you cloned in Step 3, not a parent folder - Use File > Open Folder and select the cloned workspace folder directly
Q: Where do I put my weekly journal entries? - Copy _templates/journal-entry.md into 01_journal - Rename the copy something like week-01-yourname.md and fill it out
Q: Can I share my workspace with classmates? - Yes. Because the workspace is a Git repository, you can share its GitHub URL or collaborate through GitHub
Questions? Reach out via your course management system or check your course syllabus for contact information.