Getting Started

Welcome to the V2V Hub

Complete these four steps to set up your course workspace. Time needed: 15-20 minutes.

ImportantBefore You Begin

Make sure you have a reliable internet connection and about 500 MB of free disk space.


Step 1: Create Your Workspace from the Template

  1. Open the course workspace template on GitHub
  2. Click the green Use this template button, then Create a new repository
  3. 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

  1. Visit code.visualstudio.com
  2. Download VS Code for your operating system
  3. Install and open VS Code

Step 3: Clone the Workspace and Open It in VS Code

  1. In VS Code, open the Command Palette (Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on Mac)
  2. Run Git: Clone and paste the URL of the repository you created in Step 1
  3. Choose a folder to clone into (for example, your Documents folder)
  4. 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.

Start Phase I →


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.