Trump Administration Backs Asian-Americans in Harvard Case
The United States Justice Department on Thursday sided with Asian-American students suing Harvard University over its consideration of race in admissions.
The department said in a court filing Thursday that Harvard has failed to demonstrate that it does not discriminate on the basis of race. It noted what it described as “substantial evidence” that Harvard is carrying out what the department called “racial balancing.”
该部门周四在一份法庭文件中表示,哈佛未能证明其在种族基础上没有歧视。它指出,哈佛正在实施该部门所称的“种族平衡”,这是“实质性的证据”。
Attorney General Jeff Sessions added, “No American should be denied admission to school because of their race.”
司法部长杰夫赛斯特补充说,“没有一个美国人因为他们的种族而被拒绝入学。”
The Trump administration has been pushing for admissions policies that do not use race in the consideration process.
In 2014, the group Students For Fair Admission or SFFA argued that Harvard unfairly treats Asian-Americans who have strong school records. The Ivy League school denied the accusation. It said it does not discriminate and will fight to defend its right to consider race in admissions.
2014年,“公平录取”或“SFFA”的学生认为,哈佛大学不公平地对待拥有(强硬)学校记录的亚裔美国人。这所常春藤盟校否认了这一指控。该组织表示,它不会歧视,并将努力捍卫自己在招生时考虑种族问题的权利。
The U.S. Supreme Court permits colleges and universities to consider race in admissions. But it says this must be done for the narrow purpose of creating a mix of ethnicities at schools. The court also says the practice should be limited in time. And the court bars the establishment of acceptance levels based on race. The case between the SFFA and Harvard could become the high court’s next test on the issue.
美国最高法院允许大学和大学在招生时考虑种族问题。但它说,这必须是为了在学校里创造种族混合的狭隘目的。法院还表示,这种做法应该在时间上受到限制。法院禁止建立基于种族的接受水平。SFFA和哈佛之间的案件可能会成为高等法院在这个问题上的下一个尝试。
Harvard said it was disappointed by the Justice Department’s position. A university statement said the school “will continue to vigorously defend the legal right of every college and university to consider race” in college admissions. The statement added that the Supreme Court has upheld that legal right for more than 40 years.
哈佛表示,对司法部的立场感到失望。一份大学声明说,学校“将继续大力捍卫大学招生的法律权利”。声明还说,最高法院已经维持了40多年的法律权利。
The university said colleges and universities must have the freedom to create mixed communities. It said such an environment is critical the learning experience of all students.

Sessions argued the school’s use of a “personal rating,” such as being a “good person” or “likeability,” may be biased against Asian-Americans. He said the school admits that it scores Asian-Americans lower on “personal rating” than others seeking admission.
Sessions认为,学校使用“个人评级”,比如“好人”或“亲和力”,可能会对亚裔美国人产生偏见。他说,该校承认,在“个人评分”方面,亚裔美国人的得分低于其他寻求录取的人。
In July, the Trump administration cancelled a measure that ordered universities to consider race in their admissions process to make the schools more racially mixed. That order was left over from the last administration of President Barack Obama.
今年7月,特朗普政府取消了一项法案,该法案要求大学在录取过程中考虑种族问题,以使学校的种族混合更大。这一命令是奥巴马总统的最后一届政府遗留下来的。

L130的更多相关文章

  1. github标记

    <template> <a href="https://github.com/lmk123/Runner" class="github-corner&q ...

  2. VBS基础篇 - 动态数组

    VBS中的动态数组需要使用System.Collections.ArrayList '建立动态数组 Dim Arrl : Set Arrl = CreateObject("System.Co ...

  3. 爬虫--Scrapy之Downloader Middleware

    下载器中间件(Downloader Middleware) 下载器中间件是介于Scrapy的request/response处理的钩子框架. 是用于全局修改Scrapy request和respons ...

  4. 将个人博客与github关联

    目录 将个人博客与github关联 将个人博客与github关联 #基于svg <a href="https://github.com/chatlotte" class=&q ...

  5. Hexo瞎折腾系列(3) - 添加GitHub彩带和GitHub Corner

    页面右上角添加GitHub彩带 你可以在这里找到一共12种样式的GitHub彩带,复制其中的超链代码. 在themes\next\layout\_layout.swig目录下找到头部彩带相关的代码: ...

  6. Beginner’s Tutorial: 3D Line and Border Effects in XAML

    This mini-tutorial might be for you if you’re having troubles finding the right line colors to achie ...

  7. hexo + next搭建博客

    使用hexo和next主题搭建GitHub博客 安装node.js 在node.js 官网下载, 相应系统位数的软件包. 可以选择LTS长期支持版, 或者Current当前版本. 我这里选择的是Win ...

  8. UI5-技术篇-签字板

    签字板应用是通过创建自定义控件实现的,相关代码如下: 1.HTML <!DOCTYPE HTML> <html> <head> <meta http-equi ...

  9. Linux "yin"才们的奇"yin"小技巧 --请用东北发音夸他们

    1. include/linux/bits.h GENMASK(h, l) /* * Create a contiguous bitmask starting at bit position @l a ...

随机推荐

  1. BCrypt 加密实现

    Bcrypt百度百科: bcrypt,是一个跨平台的文件加密工具.由它加密的文件可在所有支持的操作系统和处理器上进行转移.它的口令必须是8至56个字符,并将在内部被转化为448位的密钥. 除了对您的数 ...

  2. iptables练习题(四)

    设有一台Linux服务器,利用iptables作为防火墙,要求新建一条名为MYCHAIN的新链,来实现只允许开放本机的http服务,其余协议和端口均拒绝. 脚本: [root@miyan ~]# ca ...

  3. Java泛型二:通配符的使用

    原文地址http://blog.csdn.net/lonelyroamer/article/details/7927212 通配符有三种: 1.无限定通配符   形式<?> 2.上边界限定 ...

  4. 增for语句内容

    #author:leon #"hello world!" for i in range(10): #循环十次,每一次循环赋一个0-9中的数字给i . print("--- ...

  5. Atom常用快捷键及设置

    常用快捷键: cmd-z 修改历史中后退 cmd-y 修改历史中前进 ctl-shift-c 复制该聚焦文件的路径 cmd-/ 注释 shift-cmd-d 复制整行并粘贴到下一行 ctl-shift ...

  6. 优秀 H5 案例收集 vol.3(不定期更新)

    上期浏览:Vol.1   Vol.2 爱的不同定义,五笔连成爱http://news.163.com/special/fdh5_valentines/ 世界华语悬疑文学大赛—下一位悬疑大师,就是你!h ...

  7. java连接zookeeper服务器出现“KeeperErrorCode = ConnectionLoss for /test”

    昨天调试java连接zookeeper服务器,zookeeper搭建过程在这里不做赘述,在创建连接后,然后操作节点一直报异常 错误信息如下: Exception in thread "mai ...

  8. 将从数据库中获取的数据写入到Excel表中

    pom.xml文件写入代码,maven自动加载poi-3.1-beta2.jar <!-- https://mvnrepository.com/artifact/poi/poi --> & ...

  9. SQuirrel-GUI工具安装手册-基于phoenix驱动

    背景描述: SQuirrel sql client 官方地址:http://www.squirrelsql.org/index.php?page=screenshots 一个图形界面的管理工具 安装手 ...

  10. Android Gradle 构建工具(Android Gradle Build Tools)是什么?

    转载地址:http://mrfu.me/android/2015/07/17/New_Android_Gradle_Build_Tools/ 译者地址:[翻]一览新的 Android Gradle 构 ...