\nFor Immediate Release \nContact: Susan Nichols, Publisher, Apparel \n864-283-0015 \nsnichols@apparelmag.com \nwww.apparelmag.com \n \n \nCOLUMBIA, SC - July 1, 2010 - CSC, Epicor, Lectra and Motorola are Premium Sponsors and GT Nexus is a Sponsor of the 2010 Apparel Executive Forum, scheduled for Oct. 3-5 in Charleston, SC at Charleston Place Hotel. \n \nThe 10th Annual Apparel Executive Forum, with a theme of \"Intelligent Innovation for Driving Growth & Profitability,\" is an exclusive, invitation-only event between influential apparel and retail executives and progressive industry suppliers. The three-day event also will include a Keynote delivered by Tony Post, President & CEO, Vibram USA, on \"Cultivating Innovation: The FiveFingers Story,\" as well as sessions on Brand Personalization Across Channels, The Race to Embrace Consumer Mobile Apps, Eco-Capitalism, Smart Growth Strategies, Meeting the Multi-Channel Retail Challenge, Sustainability and more. \n \nThe agenda also includes a series of Workshops on such subjects as RFID, Social Media and Customer Relationship Marketing (CRM) and affords attendees an opportunity to meet one on one with sponsors to discuss technology and market insights and innovations. \nTo request an invitation or inquire about sponsor opportunities, contact Snichols@apparelmag.com. Keep up with Executive Forum news on LinkedIn. \n \nAbout Apparel Magazine \n \nApparel magazine offers technology and business insight from concept to consumer, providing competitive, actionable information to executives representing the world's most successful apparel brands, retailers and manufacturers. Its targeted content addresses Retail Intelligence, Supply Chain, Sourcing & Logistics, Concept-to-Spec and Fiber-to-Fabric. An Edgell Communications publication, Apparel also produces Apparel's Sourcing Summit at MAGIC, the Apparel Tech Conference New York, Apparel Tech Conference West (LA), numerous web events, e-Newsletters, apparelmag.com, a variety of leading-edge industry research reports and more. \n \nAbout Edgell Communications \n \nFor the past 20+ years, Edgell Communications has been connecting leading executives with the world's leading service and solutions providers. Today, Edgell remains a powerhouse in the IT industry, offering unparalleled market expertise and unlimited resources for leading technology companies to reach thousands of customers and prospects - in print, in person and online. Edgell reaches more than 143,000 business and IT executive subscribers through its six vertical brands, including Apparel, Consumer Goods Technology, RIS (Retail Info System News), Mobile Enterprise, VSR (Vertical Systems Reseller) and Hospitality Technology. \n \n-- END -- \n \n \n"}]}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "RIS News";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "risnews";
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);
}
})();
Apparel Executive Forum Announces New Sponsors: CSC, Epicor, GT Nexus, Lectra, Motorola
Apparel Executive Forum Announces New Sponsors: CSC, Epicor, GT Nexus, Lectra, Motorola
6/30/2010
PRESS RELEASE
For Immediate Release
Contact: Susan Nichols, Publisher, Apparel
864-283-0015 [email protected]
www.apparelmag.com
COLUMBIA, SC - July 1, 2010 - CSC, Epicor, Lectra and Motorola are Premium Sponsors and GT Nexus is a Sponsor of the 2010 Apparel Executive Forum, scheduled for Oct. 3-5 in Charleston, SC at Charleston Place Hotel.
The 10th Annual Apparel Executive Forum, with a theme of "Intelligent Innovation for Driving Growth & Profitability," is an exclusive, invitation-only event between influential apparel and retail executives and progressive industry suppliers. The three-day event also will include a Keynote delivered by Tony Post, President & CEO, Vibram USA, on "Cultivating Innovation: The FiveFingers Story," as well as sessions on Brand Personalization Across Channels, The Race to Embrace Consumer Mobile Apps, Eco-Capitalism, Smart Growth Strategies, Meeting the Multi-Channel Retail Challenge, Sustainability and more.
The agenda also includes a series of Workshops on such subjects as RFID, Social Media and Customer Relationship Marketing (CRM) and affords attendees an opportunity to meet one on one with sponsors to discuss technology and market insights and innovations.
To request an invitation or inquire about sponsor opportunities, contact Snichol[email protected]. Keep up with Executive Forum news on LinkedIn.
About Apparel Magazine
Apparel magazine offers technology and business insight from concept to consumer, providing competitive, actionable information to executives representing the world's most successful apparel brands, retailers and manufacturers. Its targeted content addresses Retail Intelligence, Supply Chain, Sourcing & Logistics, Concept-to-Spec and Fiber-to-Fabric. An Edgell Communications publication, Apparel also produces Apparel's Sourcing Summit at MAGIC, the Apparel Tech Conference New York, Apparel Tech Conference West (LA), numerous web events, e-Newsletters, apparelmag.com, a variety of leading-edge industry research reports and more.
About Edgell Communications
For the past 20+ years, Edgell Communications has been connecting leading executives with the world's leading service and solutions providers. Today, Edgell remains a powerhouse in the IT industry, offering unparalleled market expertise and unlimited resources for leading technology companies to reach thousands of customers and prospects - in print, in person and online. Edgell reaches more than 143,000 business and IT executive subscribers through its six vertical brands, including Apparel, Consumer Goods Technology, RIS (Retail Info System News), Mobile Enterprise, VSR (Vertical Systems Reseller) and Hospitality Technology.