\n \nThe PCI Compliance in Hospitality Conference will be held May 1-2, 2008 at the University of Delaware's Hotel, Restaurant and Institutional Management Program's teaching facility at the University of Delaware Courtyard by Marriott Hotel in Newark, Delaware. Bob Russo, general manager, PCI Security Standards Council, will keynote the conference. \n \nThe program was created by Dr. Cihan Cobanoglu, associate professor of hospitality information technology at the University of Delaware, along with some of the nation's leading experts to provide a cost-effective way for hospitality IT professionals to obtain the latest regulatory guidance and best practices in all areas of Payment Card Industry compliance. \n \n\"Almost half of hospitality businesses are not fully PCI compliant due to lack of clear direction,\" says Cobanoglu. \"The conference will clear up the confusion and give hospitality IT managers clear direction and focus.\" \n \nTopics covered over the two days include how to keep your hotel, restaurant, or club PCI compliant; avoiding expensive data breaches; PCI-DSS; PIN entry device security requirements; payment application data security standard; the new self-assessment questionnaires; major trends; and other related guidelines such as the Better Business Bureau and privacy controls for the hospitality industry. \n \n \n"}]}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "Hospitality Technology";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "HT";
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);
}
})();
U. Delaware Hosts Hospitality-Specific PCI Conference
U. Delaware Hosts Hospitality-Specific PCI Conference
Abigail A. Lorden
4/8/2008
The University of Delaware, in conjunction with the Unified Compliance Framework, has created the first conference dedicated to Payment Card Industry (PCI) compliance within the hospitality industry.
The PCI Compliance in Hospitality Conference will be held May 1-2, 2008 at the University of Delaware's Hotel, Restaurant and Institutional Management Program's teaching facility at the University of Delaware Courtyard by Marriott Hotel in Newark, Delaware. Bob Russo, general manager, PCI Security Standards Council, will keynote the conference.
The program was created by Dr. Cihan Cobanoglu, associate professor of hospitality information technology at the University of Delaware, along with some of the nation's leading experts to provide a cost-effective way for hospitality IT professionals to obtain the latest regulatory guidance and best practices in all areas of Payment Card Industry compliance.
"Almost half of hospitality businesses are not fully PCI compliant due to lack of clear direction," says Cobanoglu. "The conference will clear up the confusion and give hospitality IT managers clear direction and focus."
Topics covered over the two days include how to keep your hotel, restaurant, or club PCI compliant; avoiding expensive data breaches; PCI-DSS; PIN entry device security requirements; payment application data security standard; the new self-assessment questionnaires; major trends; and other related guidelines such as the Better Business Bureau and privacy controls for the hospitality industry.