Midterm Project II Proposal and Presentation

Presentation Order

The presentation order is determined by the time you sent me your member info (c("John", "Jeremy", "Praful") is the first to let me know, followed by c("Sajjad", "Tanjina", "Dewan"), etc) and random sampling as follows.

team_lst <- list(c("John", "Jeremy", "Praful"), 
                 c("Sajjad", "Tanjina", "Dewan"),
                 c("Ethan", "Navid", "Sylvester"), 
                 c("Violet", "Vanessa", "Michele"), 
                 c("Rakesh", "Daniel", "Jeremy"), 
                 c("Sai", "Rohith", "Shristi"))
set.seed(2025)
team_lst[sample(1:6, 6)]
[[1]]
[1] "Rakesh" "Daniel" "Jeremy"

[[2]]
[1] "Violet"  "Vanessa" "Michele"

[[3]]
[1] "Sai"     "Rohith"  "Shristi"

[[4]]
[1] "Sajjad"  "Tanjina" "Dewan"  

[[5]]
[1] "John"   "Jeremy" "Praful"

[[6]]
[1] "Ethan"     "Navid"     "Sylvester"

Project Materials

  • Group 1 (Rakesh, Daniel, Jeremy) : proposal

  • Group 2 (Violet, Vanessa, Michele) : proposal

  • Group 3 (Sai, Rohith, Shristi) : proposal

  • Group 4 (Sajjad, Tanjina, Dewan) : proposal

  • Group 5 (John, Jeremy, Praful) : proposal

  • Group 6 (Ethan, Navid, Sylvester) : proposal