import "hub:far-labs/team-in-residence" as team_in_residence
import "hub:far-labs/february-festival" as february_festival
inputsSeminar = {
@name("Hours per event")
@doc("Each event requires this many hours to organize space and run")
hoursPerSeminar = 2.5 to 3.833333333
@name("Total weeks")
@doc("Series runs for 3 months, approximately 13 weeks")inputsFestival = {
@name("Partnership Development")
@doc("Identifying key stakeholders (event organizers, venue owners, community leaders), initial outreach, establishing communication channels")
partnershipDevelopment = 3 to 10
@name("Coordination Meetings")
@doc("Regular meetings with partners to align.")
coordinationMeetings = 4 to 14
@name("Shared Resources Development")// Model estimating the value of adding a door to divide office from hangout area
import "hub:ozziegooen/sTest" as sTest
@name("Noise Reduction (%)")
noiseReduction = normal(30, 10)
@name("Door Cost ($)")
doorCost = 500 to 5000