","showSummary":null,"url":"/new-sourcing-platform-links-buyers-socially-responsible-manufacturing","date":"2011-10-26T00:00:00","author":{"email":"devteam@ashday.com","uname":"ash_root","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"byline":" ","hideByline":null,"digitalEdition":null,"sponsored":false,"sponsorship":{"overrideAds":null},"taggedPro":null,"relatedArticles":[],"teaserImage":null,"heroImageSrcset":null,"hideHero":null,"heroImage":null,"heroCaption":null,"attachedFiles":[],"businessTopic":[],"contentType":[],"company":[],"marketSegment":[],"topics":[{"id":547,"name":"Apparel","url":"/apparel"}],"contentParagraphs":{"isGated":false,"gateType":null,"gateText":null,"paragraphs":[{"id":17877,"bundle":"basic","text":"“I believe that most people are good, and they want to do the right thing,” says Prasanna Eswara, founder of Fabrisource.com, a start-up business-to-business textile commerce platform focused exclusively on socially responsible sourcing. \r\n \r\nFabrisource.com is a sourcing platform whose mission is to put an end to sweatshops, child labor and pollution and help build a sustainable textile community by connecting apparel companies with socially responsible manufacturing sources around the world. \r\n \r\nEswara believes that most buyers of textiles, clothing and footwear want “sweat-free” products but, he says, “they find it difficult to navigate the complex global environment in which manufacturing of these goods takes place.” \r\n \r\nHis goal is to build a sourcing platform linking socially conscious buyers to responsible manufacturers, along the way enhancing the lives of workers and generally making the world a better place. \r\n \r\nIt’s a tall task, but years of working as a textile machinery salesman, where he witnessed firsthand the poor social and environmental conditions at many factories, convinced Eswara it was a goal worth tackling. While he acknowledges that there are many compliant factories that offer fair wages, excellent working conditions and benefits such as on-site health care and education, he says that this is far from universal, that many textile and apparel workers still labor in “sweatshop” conditions, and that child labor continues around the globe. \r\n \r\nFor now, Fabrisource’s suppliers are approved for admission by “expressly declaring” that they are compliant with relevant labor laws, sustainable practices and “green” initiatives and are willing to open their facilities for inspection at any time. The manufacturers who subscribe to their e-commerce site “explicitly state” that they are compliant with the UN International Labor Organization Multinational Enterprise Program. Eswara’s goal is to bring multiple parties, including in-country NGOs, compliance organizations and other groups into the process to provide both oversight and third-party mediation. Several hundred suppliers are currently approved on the site, which also offers workers and NGOs the opportunity to leave feedback about a manufacturer. \r\n \r\nThe latest initiative by Fabrisource is the development of EaRTh, or the Ethical Rating Tracker, a free application that allows consumers to locate the ethical rating of the manufacturer of clothes and textiles that they are considering buying via a unique ERT number assigned to a product that allows consumers visibility into the various stages of its passage through the supply chain. EaRTh will be a free application hosted at Fabrisource.org and made available to the public. It will also be available as a free downloadable App for the iPhone and Android. \r\n \r\nFabrisource’s business model has attracted attention from some unusual sources since its inception: this past spring, Eswara was invited to present his concept at TEDx Greenville, an independently organized event spawned by the popular TED (Technology, Entertainment and Design) conference, and this summer was selected by the Pepsi Refresh Team for a competition of ideas that can “Refresh the World.” In addition, Fabrisource received an award from the Computerworld Honors Program, as a 2011 Laureate, for using IT to benefit society. The annual award program honors visionary applications of information technology promoting positive social, economic and educational change. \r\n \r\nFabrisource’s goal is to build a complete web platform and ethical rating system that will allow buyers to make more responsible sourcing decisions. “In a world where consumers and businesses alike are looking to make more ethical decisions, Fabrisource is there to help,” says Eswara. \r\n \r\n— Jordan K. Speer "}]}};
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);
}
})();
New Sourcing Platform Links Buyers with Socially Responsible Manufacturing
New Sourcing Platform Links Buyers with Socially Responsible Manufacturing
10/26/2011
“I believe that most people are good, and they want to do the right thing,” says Prasanna Eswara, founder of Fabrisource.com, a start-up business-to-business textile commerce platform focused exclusively on socially responsible sourcing.
Fabrisource.com is a sourcing platform whose mission is to put an end to sweatshops, child labor and pollution and help build a sustainable textile community by connecting apparel companies with socially responsible manufacturing sources around the world.
Eswara believes that most buyers of textiles, clothing and footwear want “sweat-free” products but, he says, “they find it difficult to navigate the complex global environment in which manufacturing of these goods takes place.”
His goal is to build a sourcing platform linking socially conscious buyers to responsible manufacturers, along the way enhancing the lives of workers and generally making the world a better place.
It’s a tall task, but years of working as a textile machinery salesman, where he witnessed firsthand the poor social and environmental conditions at many factories, convinced Eswara it was a goal worth tackling. While he acknowledges that there are many compliant factories that offer fair wages, excellent working conditions and benefits such as on-site health care and education, he says that this is far from universal, that many textile and apparel workers still labor in “sweatshop” conditions, and that child labor continues around the globe.
For now, Fabrisource’s suppliers are approved for admission by “expressly declaring” that they are compliant with relevant labor laws, sustainable practices and “green” initiatives and are willing to open their facilities for inspection at any time. The manufacturers who subscribe to their e-commerce site “explicitly state” that they are compliant with the UN International Labor Organization Multinational Enterprise Program. Eswara’s goal is to bring multiple parties, including in-country NGOs, compliance organizations and other groups into the process to provide both oversight and third-party mediation. Several hundred suppliers are currently approved on the site, which also offers workers and NGOs the opportunity to leave feedback about a manufacturer.
The latest initiative by Fabrisource is the development of EaRTh, or the Ethical Rating Tracker, a free application that allows consumers to locate the ethical rating of the manufacturer of clothes and textiles that they are considering buying via a unique ERT number assigned to a product that allows consumers visibility into the various stages of its passage through the supply chain. EaRTh will be a free application hosted at Fabrisource.org and made available to the public. It will also be available as a free downloadable App for the iPhone and Android.
Fabrisource’s business model has attracted attention from some unusual sources since its inception: this past spring, Eswara was invited to present his concept at TEDx Greenville, an independently organized event spawned by the popular TED (Technology, Entertainment and Design) conference, and this summer was selected by the Pepsi Refresh Team for a competition of ideas that can “Refresh the World.” In addition, Fabrisource received an award from the Computerworld Honors Program, as a 2011 Laureate, for using IT to benefit society. The annual award program honors visionary applications of information technology promoting positive social, economic and educational change.
Fabrisource’s goal is to build a complete web platform and ethical rating system that will allow buyers to make more responsible sourcing decisions. “In a world where consumers and businesses alike are looking to make more ethical decisions, Fabrisource is there to help,” says Eswara.