\r\n
Thank you! \r\n\r\nA huge thank you to the Star Women in Convenience Awards sponsors and industry partners, who have supported the Star Women program and helped make this award for women such a great success.
\r\n"},{"id":6340,"bundle":"image","imageSrcset":{"src":"https://assets1.ccentral.ca/styles/max_width_320/s3/2021-10/Screen%20Shot%202021-10-05%20at%2011.44.31%20AM.png?itok=7l6w21wz 320w, https://assets1.ccentral.ca/styles/max_width_480/s3/2021-10/Screen%20Shot%202021-10-05%20at%2011.44.31%20AM.png?itok=FlkRJu-6 480w, https://assets1.ccentral.ca/styles/max_width_800/s3/2021-10/Screen%20Shot%202021-10-05%20at%2011.44.31%20AM.png?itok=EIEzilDq 608w","sizes":"(min-width: 1300px) 556px, (min-width: 920px) 42vw, 74vw"},"imageCaption":null,"imageAdvertisement":false,"imageSize":"medium","imageLink":"","imageExpandable":null,"fullSizeImage":{"id":1383,"alt":"","width":608,"url":"https://assets1.ccentral.ca/styles/max_width_800/s3/2021-10/Screen%20Shot%202021-10-05%20at%2011.44.31%20AM.png?itok=EIEzilDq","height":402}},{"id":6342,"bundle":"basic","text":" \r\nCongratulations \r\n\r\nNow in its fourth year, SWIC recognizes exceptional women from all facets of the channel—from independent entrepreneurs to leaders in retail, distribution, product innovation, manufacturing, industry associations and c-suite executives—who demonstrate commitment, innovation and leadership in times of extraordinary change.
\r\n"},{"id":6341,"bundle":"embed","embedCode":"VIDEO \r\n"},{"id":6343,"bundle":"basic","text":"Chrystal Adkins : industry professional
\r\n\r\nMarie-Andrée Bourgeois : Sales director, Kind Snacks
\r\n\r\nCourtney Brodersen : Ontario regional sales manager, JTI-Macdonald Corp.
\r\n\r\nNikoletta Charamis : National key account manager, Sobeys Wholesale
\r\n\r\nKaren Demetriou : Senior business development leader, Conagra Brands
\r\n\r\nRose Donatelli : National account manager, Lactalis Canada
\r\n\r\nVéronique Dubois : Management consultant, convenience and gas, Sobeys Capital Inc.
\r\n\r\nRebecca Fitzpatrick : Key accounts representative, Vomar Industries Inc./Tank Traders
\r\n\r\nManon Francoeur : Procurement manager, Proximity Banners, Metro Inc.
\r\n\r\nLaura Gray : Marketing director, PepsiCo Beverages Canada
\r\n\r\nLeena Halim : Program & marketing manager, SRP Companies Canada
\r\n\r\nChantal Jalette : Operations manager, Les Entreprises Sylvain Turgeon (Petro-Canada)
\r\n\r\nMelissa Kwok : Manager, Canadian marketing channel execution, Parkland Corporation
\r\n\r\nAnna Mazza : Specialist, wholesale distribution, Suncor Energy Inc. (Petro-Canada)
\r\n\r\nTiina McCombie : National petroleum director, National Energy Equipment, Inc. (NEE)
\r\n\r\nVerna Martens : Owner-operator, Super Splash (Shell)
\r\n\r\nDiana Masri : Business area manager, Imperial Tobacco Canada
\r\n\r\nRaj Minhas : Owner-operator, Petro-Canada
\r\n\r\nCynthia Moscato : Senior marketing manager, Quebec West Division, Couche-Tard
\r\n\r\nCherrie Palo : GDP & health and safety compliance manager, Wallace & Carey
\r\n\r\nMélanie Racine : Director, human resources, Groupe F. Dufresne
\r\n\r\nMonica Row : Key account manager, Mondelēz Canada Inc.
\r\n\r\nJody Rubino : Regional retail & marketing manager, W. O. Stinson & Son Ltd.
\r\n\r\nJudi Saliba : Senior sales executive, TFI Food Equipment Solutions
\r\n\r\nJennifer Stewart : President and CEO, Canadian Independent Petroleum Marketers Association (CIPMA)
\r\n\r\nCindy Tal : Regional operations manager, Parkland Corporation
\r\n\r\nLaurie Ure : Owner-operator, Ure’s Country Kitchen
\r\n\r\nRebecca Winter : Director of sales and customer service, Payment Source
\r\n\r\nAlissa Woo : National campaign manager, marketing—Canada, Alimentation Couche-Tard
\r\n\r\nValery Zamuner : General counsel, SVP legal affairs and corporate secretary, Alimentation Couche-Tard
\r\n"}]}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "CCentral";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "CCentral";
window.dataLayer = window.dataLayer || [];
const data = {};
data.entityTaxonomy = {};
const contentTypes = [
"article",
"blog",
"bulletin",
"embed_page",
"landing_page",
"event",
"image",
"page",
"product",
"whitepaper",
"video",
"tags",
];
if (
routeInfo &&
"bundle" in routeInfo &&
contentTypes.includes(routeInfo["bundle"])
) {
data.entityBundle = routeInfo.bundle;
data.entityTitle = `${routeInfo.title} | ${siteName}`;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.entityType = "node";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.entityTaxonomyKeys = {};
data.entityTaxonomyHierarchies = {};
data.parentNaicsCode = {};
data.isPro = false;
data.algoliaIndexName = indexName;
// Add toxonomy data
const taxonomies = {
businessTopic: "business_topic",
contentType: "content_type",
company: "company",
marketSegment: "market_segment",
};
const getHierarchy = (term, terms = []) => {
terms.push({ id: term.id, name: term.name });
if (term.parentTerm != null) {
getHierarchy(term.parentTerm, terms);
}
return terms;
};
const getTerms = (term, useApiId = false) => {
return { id: useApiId ? term.apiId : term.id, name: term.name };
};
const getKeys = (term) => {
return { id: term.id, name: term.apiId };
};
Object.entries(taxonomies).forEach(([key, item]) => {
terms = routeInfo[key];
if (terms && terms.length > 0) {
data["entityTaxonomy"][item] = terms.map((term) =>
getTerms(term, key === "company")
);
if (key !== "company") {
data["entityTaxonomyKeys"][item] = terms.map(getKeys);
termGroups = [];
terms.forEach((term, termInd) => {
termGroups[termInd] = getHierarchy(term);
});
data["entityTaxonomyHierarchies"][item] = termGroups;
}
}
});
data["entityTaxonomy"]["tags"] = routeInfo["topics"] || [];
// Primary Topic is either the business topic or the top tag.
if (routeInfo["businessTopic"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["businessTopic"][0]["name"];
} else {
if (routeInfo["topics"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["topics"][0]["name"];
}
}
// Primary and secondary entityNaicsCodes come from the MarketSegment
if (routeInfo.marketSegment?.length > 0) {
data.entityNaicsCode = {};
data["entityNaicsCode"]["id"] = routeInfo["marketSegment"][0]["id"];
data["entityNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["naicsCode"];
if (routeInfo["marketSegment"][0]["parentTerm"] != null) {
data["parentNaicsCode"]["id"] =
routeInfo["marketSegment"][0]["parentTerm"]["id"];
data["parentNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["parentTerm"]["naicsCode"];
}
} else {
data.entityNaicsCode = [];
}
if (routeInfo.taggedPro) {
data.isPro = routeInfo.taggedPro;
}
window.dataLayer.push(data);
} else if (routeInfo && "vid" in routeInfo) {
data.entityBundle = "tags";
data.entityTitle = routeInfo.name;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.entityType = "taxonomy_term";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.algoliaIndexName = indexName;
data["entityTaxonomy"]["tags"] = {
id: routeInfo["id"],
name: routeInfo["name"],
};
window.dataLayer.push(data);
}
})();Star Women in Convenience Awards Event celebrates 30 exceptional women
Star Women in Convenience Awards Event celebrates 30 exceptional women Attendees gathered virtually for the 2021 awards.
The 2021 Star Women winners stepped onto the virtual star on September 29th for the Star Women in Convenience Awards Event.
Supporters, colleagues and guests from across Canada came together to celebrate the 30 winners and honour the essential role of the women in the convenience and gas industries.
Each winner was called to the virtual stage where they had an opportunity to speak and show off their beautiful custom award. The awards, each handmade by Canadian glass artist Tara Marsh, reflect the ethos of program in that they are made in Canada and support a woman-owned business.
In addition to the awards presentation, attendees enjoyed an informative and evocative keynote from Kathy Perrotta, VP of Ipsos Canada. Perrotta spoke about “Conscious consumption: Offering Canadians convenience without compromise” and highlighted key macro trends shaping consumers’ consumption choices, while also examining how the industry can be inspired and empowered to meet these needs as a framework for growth.
The engaging panel—Diana Masri of Imperial Tobacco Canada, Anna Mazza of Suncor Energy (Petro-Canada), Jennifer Stewart of the Canadian Independent Petroleum Marketers Association and Alissa Woo of Alimentation Couche-Tard—shared experiences and advice about leading through change, building strong teams, staying motivated and the joy that comes from delighting customers.
Thank you!
A huge thank you to the Star Women in Convenience Awards sponsors and industry partners, who have supported the Star Women program and helped make this award for women such a great success.
Congratulations
Now in its fourth year, SWIC recognizes exceptional women from all facets of the channel—from independent entrepreneurs to leaders in retail, distribution, product innovation, manufacturing, industry associations and c-suite executives—who demonstrate commitment, innovation and leadership in times of extraordinary change.
Chrystal Adkins : industry professional
Marie-Andrée Bourgeois : Sales director, Kind Snacks
Courtney Brodersen : Ontario regional sales manager, JTI-Macdonald Corp.
Nikoletta Charamis : National key account manager, Sobeys Wholesale
Karen Demetriou : Senior business development leader, Conagra Brands
Rose Donatelli : National account manager, Lactalis Canada
Véronique Dubois : Management consultant, convenience and gas, Sobeys Capital Inc.
Rebecca Fitzpatrick : Key accounts representative, Vomar Industries Inc./Tank Traders
Manon Francoeur : Procurement manager, Proximity Banners, Metro Inc.
Laura Gray : Marketing director, PepsiCo Beverages Canada
Leena Halim : Program & marketing manager, SRP Companies Canada
Chantal Jalette : Operations manager, Les Entreprises Sylvain Turgeon (Petro-Canada)
Melissa Kwok : Manager, Canadian marketing channel execution, Parkland Corporation
Anna Mazza : Specialist, wholesale distribution, Suncor Energy Inc. (Petro-Canada)
Tiina McCombie : National petroleum director, National Energy Equipment, Inc. (NEE)
Verna Martens : Owner-operator, Super Splash (Shell)
Diana Masri : Business area manager, Imperial Tobacco Canada
Raj Minhas : Owner-operator, Petro-Canada
Cynthia Moscato : Senior marketing manager, Quebec West Division, Couche-Tard
Cherrie Palo : GDP & health and safety compliance manager, Wallace & Carey
Mélanie Racine : Director, human resources, Groupe F. Dufresne
Monica Row : Key account manager, Mondelēz Canada Inc.
Jody Rubino : Regional retail & marketing manager, W. O. Stinson & Son Ltd.
Judi Saliba : Senior sales executive, TFI Food Equipment Solutions
Jennifer Stewart : President and CEO, Canadian Independent Petroleum Marketers Association (CIPMA)
Cindy Tal : Regional operations manager, Parkland Corporation
Laurie Ure : Owner-operator, Ure’s Country Kitchen
Rebecca Winter : Director of sales and customer service, Payment Source
Alissa Woo : National campaign manager, marketing—Canada, Alimentation Couche-Tard
Valery Zamuner : General counsel, SVP legal affairs and corporate secretary, Alimentation Couche-Tard
X
This ad will auto-close in 10 seconds