Rick: The Board of Directors has come to a decision. Our company will take an image hit, and it's going to be very expensive, but it seems we have no other choice but to start a recall. Samantha, would you care to explain a bit more.

Samantha: A year ago we began receiving reports that several of the air conditioner models we manufacture can sometimes overheat. In very rare circumstances this overheating might lead to electrical fires. So far there have been three fires that may be connected to our air conditioning units.

R: Unfortunately, one person was seriously injured. Therefore, even though there is no definitive proof linking our ACs to these fires, we decided to take action immediately.

Samantha介绍说,公司生产的几款空调发生过overheat - 机身温度过热的现象,可能起火,到目前为止,至少有三起火灾怀疑跟他们公司生产的空调有关,还有一人受重伤。执行总裁Rick说,虽然没有 definitive proof,确凿证据, 但公司董事会还是决定立即采取行动,start a recall. 召回相关型号的空调。recall is spelled r-e-c-a-l-l, recall是召回有问题产品的意思。这样做不仅会有不小的经济损失,而且还要take an image hit. 公司形象也会受到打击。Hank问:

Hank: How many units are we talking about here? And what is this going to cost us?

R: We will be recalling over 15,000 air-conditioners. The company will refit them with new thermal sensors and stronger wiring.

S: As far as costs go, we estimate the company will lose well over $6 million dollars.

H: Six million??! But we're not even sure we're responsible. Is a recall really the best way to go?

R: I believe that from both a business perspective and a moral perspective, a recall is necessary.

S: I think Rick is right. If there's even a chance that our products could cause injuries we have a responsibility to step in.

公司估计要召回一万五千台空调,召回的产品改用更耐热的电线,还要安装thermal sensors热感应器,经济损失将超过六百万美元。公司执行总裁Rick和主管Samantha都觉得,不论是从商业角度还是从道义角度出发,只要公司产品可能跟火灾的发生有一点关联,他们也有义务step in, 站出来。

R: Even if we look at it purely from a financial standpoint, six million dollars spent fixing any possible errors is definitely cheaper than being defendants in a lawsuit where somebody was seriously injured or killed.

H: So what's the procedure?

S: Next Monday we will issue a press release explaining that - even though there are no definitive links between our products and fires - we want to be good corporate citizens and have therefore decided to err on the side of caution.

Rick补充说,即使单纯从经济角度出发,花六百万美元修补产品的缺陷也比被人告上法庭的花销小。产品召回的第一步是,下星期一公司先发一份news release新闻简报,说明公司立场,虽然没有确凿证据证明火灾和公司产品有关,但公司还是决定召回产品,to err on the side of caution,是“慎重起见,保险起见”的意思。新闻简报以后还有哪些措施呢?我们下次继续谈。

A Product Recall 产品召回的更多相关文章

  1. Recall(召回率)and Precision(精确率)

    ◆版权声明:本文出自胖喵~的博客,转载必须注明出处. 转载请注明出处:http://www.cnblogs.com/by-dream/p/7668501.html 前言 机器学习中经过听到" ...

  2. PMBOK及PMP考试精要

    PROJECT MANAGEMENT KNOWLEDGE AREAS项目管理知识体系 2 PROJECT LIFE CYCLE / PROJECT MANAGEMENT PROCESS GROUPS项 ...

  3. 机器学习算法中的准确率(Precision)、召回率(Recall)、F值(F-Measure)

    摘要: 数据挖掘.机器学习和推荐系统中的评测指标—准确率(Precision).召回率(Recall).F值(F-Measure)简介. 引言: 在机器学习.数据挖掘.推荐系统完成建模之后,需要对模型 ...

  4. 机器学习常见的几种评价指标:精确率(Precision)、召回率(Recall)、F值(F-measure)、ROC曲线、AUC、准确率(Accuracy)

    原文链接:https://blog.csdn.net/weixin_42518879/article/details/83959319 主要内容:机器学习中常见的几种评价指标,它们各自的含义和计算(注 ...

  5. 什么是产品待办列表?(What is Product Backlog)

    正如scrum指南中所描述的,产品待办事项列表是一个紧急而有序的列表,其中列出了改进产品所需的内容.它是scrum团队承担的工作的唯一来源. 在sprint计划 (Sprint Planning)活动 ...

  6. Magento创建configurable产品的要点

    接着上一篇用API创建可配置的产品Configurable Product说事.Magento的产品类型可分为Simple Product.Group Product.Configurable Pro ...

  7. 【iOS开发必收藏】详解iOS应用程序内使用IAP/StoreKit付费、沙盒(SandBox)测试、创建测试账号流程!【2012-12-11日更新获取”产品付费数量等于0的问题”】

    转的别人的 看到很多童鞋问到,为什么每次都返回数量等于0?? 其实有童鞋已经找到原因了,原因是你在 ItunesConnect 里的 “Contracts, Tax, and Banking”没有完成 ...

  8. 【ASP.NET Web API教程】2.3.6 创建产品和订单控制器

    原文:[ASP.NET Web API教程]2.3.6 创建产品和订单控制器 注:本文是[ASP.NET Web API系列教程]的一部分,如果您是第一次看本博客文章,请先看前面的内容. Part 6 ...

  9. 评价指标整理:Precision, Recall, F-score, TPR, FPR, TNR, FNR, AUC, Accuracy

    针对二分类的结果,对模型进行评估,通常有以下几种方法: Precision.Recall.F-score(F1-measure)TPR.FPR.TNR.FNR.AUCAccuracy   真实结果 1 ...

随机推荐

  1. HashMap源码阅读与解析

    目录结构 导入语 HashMap构造方法 put()方法解析 addEntry()方法解析 get()方法解析 remove()解析 HashMap如何进行遍历 一.导入语 HashMap是我们最常见 ...

  2. C# lambda 和 Linq

    本章节给大家带来的是Lambda 和 Linq 的关系 Lambda : 是实例化委托的一个参数,也就是一个方法 Linq:是基于委托(lambda)的封装,代码重用,逻辑解耦,是一个帮助类库,lin ...

  3. 【Python】01 - 常见用法随见随梳理

    1. range() 和 xrange()的区别 for x in range(5): print x for x in xrange(5): print x 这么看,range和xrange返回的值 ...

  4. JAVA中基本类型和字符串之间的转换

    一.基本类型转换成字符串有三种方法: int c = 10; 1.使用包转类的toString()方法 String str1 = Integer.toString(c); 2.使用String类的v ...

  5. Some cool FireMonkey multi-device components

    http://blogs.embarcadero.com/davidi/2014/01/16/43281 There are many available Delphi and C++Builder ...

  6. Intelx86数据手册读书笔记---1

    1. 第一章 a. 符号约定 a1. 字节顺序 a2. 保留的比特位和软件兼容性 a3. 指令操作数 a4. 十六进制和二进制数 a5. 分段地址 a. 符号约定 a1. 字节顺序 intel的32和 ...

  7. CTF-安恒18年十二月月赛部分writeup

    CTF-安恒十二月月赛部分writeup 这次题目都比较简单蛤,连我这菜鸡都能做几道. WEB1-ezweb2 打开网站,啥也没有,审计源代码,还是啥都没有,也没什么功能菜单,扫了一下目录,扫到了ad ...

  8. Golang Gin 项目包依赖管理 godep 使用

    Golang Gin 项目包依赖管理 godep 使用 标签(空格分隔): Go 在按照github.com/tools/godep文档go get完包以后,调整项目结构为$GOPATH/src/$P ...

  9. 20155206 2016-2017-2 《Java程序设计》第4周学习总结

    20155206 2006-2007-2 <Java程序设计>第4周学习总结 教材学习内容总结 继承: 避免多个类间重复定义共同行为,在编写程序的过程中可能会出现部分代码重复的现象,把重复 ...

  10. 20155213 实验四 Android程序设计

    20155213 实验四 Android程序设计 实验内容 基于Android Studio开发简单的Android应用并部署测试; 了解Android组件.布局管理器的使用: 掌握Android中事 ...