Research Methods II Poster Session Overview

Expectations, Logistics, and Evaluation

December 3, 2025

Poster Session Dates πŸ“…

  • Session 1: Monday, December 8th
  • Session 2: Wednesday, December 10th
  • 28 groups total β†’ 14 posters per session

Search here for your group number:

Groups

Random Assignment to Sessions 🎲

Let’s randomly assign each group to Monday or Wednesday:

library(tidyverse)

# Set seed for reproducibility
set.seed(789123)

# Create groups 1-28
groups <- 1:28

# Randomly assign to Monday or Wednesday
assignments <- tibble(
    Group = groups,
    Session = sample(
        rep(c("Monday, Dec 8th", "Wednesday, Dec 10th"),
            each = 14
        ),
        size = 28,
        replace = FALSE
    )
) %>%
    arrange(Session, Group)

# Display the assignments
assignments %>%
    knitr::kable(
        col.names = c("Group", "Session"),
        align = "lc",
        caption = "Group Assignments"
    )
Group Assignments
Group Session
2 Monday, Dec 8th
3 Monday, Dec 8th
4 Monday, Dec 8th
5 Monday, Dec 8th
12 Monday, Dec 8th
13 Monday, Dec 8th
18 Monday, Dec 8th
20 Monday, Dec 8th
21 Monday, Dec 8th
23 Monday, Dec 8th
24 Monday, Dec 8th
25 Monday, Dec 8th
27 Monday, Dec 8th
28 Monday, Dec 8th
1 Wednesday, Dec 10th
6 Wednesday, Dec 10th
7 Wednesday, Dec 10th
8 Wednesday, Dec 10th
9 Wednesday, Dec 10th
10 Wednesday, Dec 10th
11 Wednesday, Dec 10th
14 Wednesday, Dec 10th
15 Wednesday, Dec 10th
16 Wednesday, Dec 10th
17 Wednesday, Dec 10th
19 Wednesday, Dec 10th
22 Wednesday, Dec 10th
26 Wednesday, Dec 10th

How the Poster Sessions Work 🎯

  • Room Setup: Posters displayed around the room (printed or on computers)

  • Simultaneous Presentations: All groups present at the same time

  • Walk-Through Format:

    • Carolina and I will walk through all posters

    • All students can visit posters in any order

  • Time Limit: Each presentation should last less than 7 minutes

  • Goal: See the majority of posters during the session

Evaluation Requirements πŸ“

  • Students must evaluate AT LEAST 7 posters from the room

  • You can evaluate more if you’d like!

  • Evaluations help provide feedback to your peers

Student Evaluation Form πŸ‘₯

Click here to access the student evaluation form

Link will be provided during the poster session

Teacher Evaluation Form πŸ‘©β€πŸ«

Click here to access the teacher evaluation form

Real Conference Poster Sessions πŸŽ“

Why This Matters 🌟

This activity prepares you to:

  • Create professional research posters for future conferences

  • Present your work in an academic setting

  • Receive and provide constructive feedback

  • Network and discuss research with peers

  • Practice time management and concise communication

Submission Deadline ⏰

All materials must be submitted to Brightspace by:

  • December 10th, 2025

  • Maximum time: 11:59 PM

This includes:

  • Your poster (PDF or image file)

  • All supporting materials

  • Any additional required documents

Questions? πŸ’¬