Last updated: 26.03.2024

<aside> đź’ˇ High-Level Description:

In an era dominated by data and analytical precision, understanding the multifaceted dimensions of events—be it corporate conferences, music festivals, or international expositions—has become paramount. This is where the SQUAKE methodology enters the scene. Rooted in the extraction of meaningful insights from intricate datasets, SQUAKE emerged as a pivotal tool tailored for events of varying scales and purposes.

Events, regardless of their nature, involve a multitude of variables: attendee engagement, environmental impact, logistical efficiency, to name a few. SQUAKE, with its detailed analytical framework, assists organizers in dissecting these variables. By deploying this methodology, event managers can better comprehend their attendees' behaviors, optimize logistical operations, and even forecast future event success. In essence, SQUAKE revolutionizes the way events are planned, executed, and post-analyzed, setting a new benchmark in the event management industry.

</aside>

Equation

co2_in_g = 
number_of_days * (square_meters * co2_for_heating_per_day_per_sqm_in_g 
+ number_of_participants * (co2_for_electricity_per_day_per_person_in_g + co2_for_water_per_day_per_person_in_g + co2_for_waste_per_day_per_person_in_g + co2_for_elevator [only if true])
+ co2_for_air_conditioner_per_day_in_g [only if true]
+ number_of_vegetarian_meals * co2_per_vegetarian_meals
+ number_of_not_vegetarian_meals * co2_per_not_vegetarian_meals
+ number_of_meals * co2_per_meal
+ number_of_vegan_meals * co2_per_vegan_meal
+ number_of_coffee_cups * co2_per_coffee_cup
+ number_of_tea_cups * co2_per_tea_cup
+ amount_of_soft_drinks_in_liters * co2_per_liter_of_soft_drinks
+ number_of_wine_bottles * co2_per_wine_bottle
+ number_of_beer_bottles * co2_per_beer_bottle
+ number_of_spirit_bottles * co2_per_spirit_bottle
+ number_of_laptops * co2_per_laptop_daily_usage
)

API request

{
  "expand": [
    "items"
  ],
  "items": [
    {
      "type": "event",
      "methodology": "SQAUKE",
      "external_reference": "string",
      "number_of_days": 6,
      "number_of_hours": null,
      "number_of_participants": 80,
      "type_of_event": "on-site",
      "square_meters": 250,
      "country": "DE",
      "air_conditioner": true,
      "number_of_meals": null,
      "number_of_vegetarian_meals": 4,
      "number_of_not_vegetarian_meals": 46,
      "number_of_not_vegan_meals": 17,
      "number_of_coffee_cups": 50,
      "number_of_tea_cups": 30,
      "amount_of_soft_drinks_in_liters": 12,
      "number_of_wine_bottles": 7,
      "number_of_beer_bottles": 34,
      "number_of_spirit_bottles": 4,
      "elevator": true,
      "number_of_laptops": 72
    }
  ]
}

Bibliography