Message from Ivey Business School Dean's office:
We are sorry to inform that the Ivey High School Case Competition (IveyHSCC) will not be offered this year (2024-2025 academic year) due to the need of review how the project's initiative aligns with Ivey's renewed strategy in Asia, which focuses on executive education and case writing and sales.
For more information about the Ivey Business School at the University of Western Ontario, please visit www.ivey.ca.
Ivey High School Case Competition 
At Ivey Business School, we believe in giving students a head start in their academic and professional journeys. By participating in this competition, students gain a first-mover advantage, equipping them with the tools needed to excel in their university careers and beyond. The competition is designed to reinforce critical business skills, from logical analysis to decision-making, while also polishing essential soft skills such as public speaking, teamwork, and time management.
The competition unfolds in two stages. The preliminary round is held virtually, where students act as decision-makers in a real-world business case. Teams analyze the case and propose strategic solutions. A panel of judges then reviews these proposals and selects the top 30% of teams to advance to the final. They are invited to compete in the final round, where they are challenged with a new business case. Finalists present their solutions on stage to a distinguished panel of judges, including business professionals and Ivey faculty members. This experience provides invaluable exposure and preparation for future academic and professional success.
Student Portal
Who should participate
Why this is the event for you
Event Calendar
Prize
FAQ
Virtual Case Workshop
Ivey virtual Case Workshop, an unique opportunity for high school students worldwide to receive a certified learning experience of Ivey featured case method.
2025 Agenda        
TEAMS

铁道游击队

中南民族大学

System Error

[8192] ErrorException in Loader.php line 519

preg_replace_callback(): Passing null to parameter #3 ($subject) of type array|string is deprecated

{*

preg_replace_callback(): Passing null to parameter #3 ($subject) of type array|string is deprecated

*}
  1. * @param string $name 字符串
  2. * @param integer $type 转换类型
  3. * @param bool $ucfirst 首字母是否大写(驼峰规则)
  4. * @return string
  5. */
  6. public static function parseName($name, $type = 0, $ucfirst = true)
  7. {
  8. /****************** 修改开始 ********************/
  9. if ($type) {
  10. return preg_replace_callback(['/\_([a-zA-Z])/', '/([^.][a-zA-Z]*$)/'], function ($match) use ($ucfirst) {
  11. return $ucfirst ? ucfirst($match[1]) : lcfirst($match[1]);
  12. }, $name);
  13. } else {
  14. return strtolower(preg_replace('/((?<=[a-z])(?=[A-Z]))/', '_', $name));
  15. }
  16. /****************** 修改结束 ********************/
  17. /*
  18. if ($type) {

Call Stack

  1. in Loader.php line 519
  2. at Error::appError()
  3. at preg_replace_callback() in Loader.php line 519
  4. at Loader::parseName() in Route.php line 1251
  5. at Route::parseUrl() in App.php line 552
  6. at App::routeCheck() in App.php line 106
  7. at App::run() in start.php line 18
  8. at require('/data/ivay/thinkphp/...') in index.php line 24

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
nginx
HOME
/var/lib/nginx
HTTP_CONNECTION
keep-alive
HTTP_CACHE_CONTROL
max-age=259200
HTTP_X_FORWARDED_FOR
10.1.176.172
HTTP_VIA
1.1 squid-proxy-5b5d847c96-sqdxt (squid/6.13)
HTTP_HOST
iveyhscc.com
HTTP_ACCEPT_ENCODING
gzip, br, zstd, deflate
HTTP_USER_AGENT
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT
*/*
PATH_INFO
//sitemap.xml
SCRIPT_FILENAME
/data/ivay/public/index.php
REDIRECT_STATUS
200
SERVER_NAME
www.iveyhscc.com
SERVER_PORT
80
SERVER_ADDR
172.30.229.150
REMOTE_PORT
22621
REMOTE_ADDR
216.73.216.213
SERVER_SOFTWARE
nginx/1.20.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/ivay/public
DOCUMENT_URI
/index.php
REQUEST_URI
/sitemap.xml
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=//sitemap.xml
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1773683293.4001
REQUEST_TIME
1773683293
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/data/ivay/public/../application/
THINK_VERSION
5.0.7
THINK_START_TIME
1773683293.4002
THINK_START_MEM
356848
EXT
.php
DS
/
THINK_PATH
/data/ivay/thinkphp/
LIB_PATH
/data/ivay/thinkphp/library/
CORE_PATH
/data/ivay/thinkphp/library/think/
TRAIT_PATH
/data/ivay/thinkphp/library/traits/
ROOT_PATH
/data/ivay/
EXTEND_PATH
/data/ivay/extend/
VENDOR_PATH
/data/ivay/vendor/
RUNTIME_PATH
/data/ivay/runtime/
LOG_PATH
/data/ivay/runtime/log/
CACHE_PATH
/data/ivay/runtime/cache/
TEMP_PATH
/data/ivay/runtime/temp/
CONF_PATH
/data/ivay/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
QINIU_FUNCTIONS_VERSION
7.1.3