L130
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的更多相关文章
- github标记
<template> <a href="https://github.com/lmk123/Runner" class="github-corner&q ...
- VBS基础篇 - 动态数组
VBS中的动态数组需要使用System.Collections.ArrayList '建立动态数组 Dim Arrl : Set Arrl = CreateObject("System.Co ...
- 爬虫--Scrapy之Downloader Middleware
下载器中间件(Downloader Middleware) 下载器中间件是介于Scrapy的request/response处理的钩子框架. 是用于全局修改Scrapy request和respons ...
- 将个人博客与github关联
目录 将个人博客与github关联 将个人博客与github关联 #基于svg <a href="https://github.com/chatlotte" class=&q ...
- Hexo瞎折腾系列(3) - 添加GitHub彩带和GitHub Corner
页面右上角添加GitHub彩带 你可以在这里找到一共12种样式的GitHub彩带,复制其中的超链代码. 在themes\next\layout\_layout.swig目录下找到头部彩带相关的代码: ...
- 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 ...
- hexo + next搭建博客
使用hexo和next主题搭建GitHub博客 安装node.js 在node.js 官网下载, 相应系统位数的软件包. 可以选择LTS长期支持版, 或者Current当前版本. 我这里选择的是Win ...
- UI5-技术篇-签字板
签字板应用是通过创建自定义控件实现的,相关代码如下: 1.HTML <!DOCTYPE HTML> <html> <head> <meta http-equi ...
- Linux "yin"才们的奇"yin"小技巧 --请用东北发音夸他们
1. include/linux/bits.h GENMASK(h, l) /* * Create a contiguous bitmask starting at bit position @l a ...
随机推荐
- JFinal项目搭建
1.Myeclipse中 新建 Dynamic Web Project 导入jar包 2.配置web.xml <?xml version="1.0" encoding=& ...
- 基于对象的跨表查询,多对多查询,多对多操作,聚合查询和分组查询,F查询和Q 查询
基于对象的跨表查询 一对多查询(班级表和学生表) 表结构创建 class Class(models.Model): id = models.AutoField(primary_key=True) cn ...
- GIT学习笔记(5):变基
GIT学习笔记(5):变基rebase 变基 引入变基 在Git中整合来自不同分支的修改主要有两种方法:merge以及rebase. 整合分支最容易的方法是merge,他会把两个分支的最新快照以及两者 ...
- 3. Longest Substring Without Repeating Characters(最长子串,双指针+hash)
Given a string, find the length of the longest substring without repeating characters. Examples: Giv ...
- 2018 ACM 国际大学生程序设计竞赛上海大都会 F - Color it (扫描线)
题意:一个N*M的矩形,每个点初始都是白色的,有Q次操作,每次操作将以(x,y)为圆心,r为半径的区域涂成黑点.求最后剩余白色点数. 分析:对每行,将Q次操作在该行的涂色视作一段区间,那么该行最后的白 ...
- windows下线程库的使用
下载PTHREAD的WINDOWS开发包 pthreads-w32-2-4-0-release.exe(任何一个版本均可) http://sourceware.org/pthreads-win32 ...
- 如何编写自己的虚拟DOM
要构建自己的虚拟DOM,需要知道两件事.你甚至不需要深入 React 的源代码或者深入任何其他虚拟DOM实现的源代码,因为它们是如此庞大和复杂--但实际上,虚拟DOM的主要部分只需不到50行代码. 有 ...
- redis安装优化:
1)内存分配控制: vm.overcommit_memoryredis启动时肯呢个会出现这样的日志: :M Apr ::! Background save may fail under low mem ...
- CSV文件导入导出MySQL
使用SQLyog 工具导入文件数据到MySQL: Excel文件导入导出: 需要驱动:Microsoft Office 2007驱动 导入需要注意的问题:1.Excel里数值列,默认导入会变成浮点型. ...
- 回溯算法 DFS深度优先搜索 (递归与非递归实现)
回溯法是一种选优搜索法(试探法),被称为通用的解题方法,这种方法适用于解一些组合数相当大的问题.通过剪枝(约束+限界)可以大幅减少解决问题的计算量(搜索量). 基本思想 将n元问题P的状态空间E表示成 ...