L273 NCAA
On Friday, the system that prevents college athletes from being compensated for their labor (beyond the scholarships that some receive) cracked open, just a little bit.
A federal judge in California ruled that the NCAA’s rules on compensation violate antitrust laws and must be slightly expanded. Per the Alston v. NCAA ruling, the association can no longer cap the scholarships colleges offer student-athletes, paving the way for schools to begin offering larger education-related packages. That doesn’t mean colleges are allowed — let alone encouraged — to pay traditional salaries.
The status quo, as Vox’s Today, Explained has reported, is that players get nothing while schools make a killing off of them — even as some student-athletes, particularly those from low-income backgrounds, can struggle to make ends meet:
At present, many students are offered scholarships but not paid beyond that scholarship, nor do they have the time to hold on-campus employment. … Complicating the debate: Black students make up more than half of Division 1 basketball players, and the policy that they shouldn’t be paid is supported by mostly white people.
Furthermore, because many of these students come from precarious financial situations at home, they don’t have the luxury of boycotting or going on strike. They have to watch as the NCAA makes billions from their performance — in ticket sales, merchandise, and more — while they (if they’re following the NCAA-dictated rules) never see a cent.
Only about two dozen college athletics programs are actually profitable (but the ones that are bring in profit margins in the millions). Some people, like former basketball player Cody J. McDavis, worry that allowing colleges to pay would create an expensive arms race for the top recruits that would cut smaller programs — and less profitable sports — out of the competition.
The ruling in Alston v. NCAA is not the dramatic pay-for-play precedent the plaintiffs were hoping for, but it could have major effects on college sports. It says that the NCAA must allow colleges to offer students education-related items like “computers, science equipment, musical instruments and other tangible items not included in the cost of attendance calculation but nonetheless related to the pursuit of academic studies” on top of their scholarship packages — but they still can’t pay for things outside of the academic sphere.
The NCAA insists that its athletes are, fundamentally, amateurs, and should not be paid. In the organization’s statement on the case, its chief legal officer Donald Remy said “the decision acknowledges that the popularity of college sports stems in part from the fact that these athletes are indeed students, who must not be paid unlimited cash sums unrelated to education.”
US District Judge Claudia Wilken said that the NCAA can continue to regulate benefits that aren’t linked to attending school. But she wrote that its “amateurism” argument is fundamentally flawed, as Law360 reported, and that the NCAA has not successfully defined what an amateur is. She also dismissed their defense that not paying athletes helps them better integrate into campus, noting that wealth disparities are already found at colleges across the nation.
She found “that the defendants agreed to and did restrain trade in the relevant market” and that the NCAA’s caps on scholarships “produced significant anticompetitive effects.” In 2014, Wilken issued a similar ruling on O’Bannon v. NCAA, a class-action antitrust lawsuit arguing that the NCAA should pay to use former students’ images, though much of her remedy was overturned on appeal.
Whether the latest case will hold up on appeal remains to be seen. As does the extent to which it might change things: The ruling doesn’t force conferences and colleges to change their compensation or scholarship packages — it just says the NCAA can’t stop them from doing so.
L273 NCAA的更多相关文章
- AssetBundle loading failed because.....已解决
http://blog.csdn.net/ldghd/article/details/9632455 ***************************** 一 ******* ...
- Web信息架构——设计大型网站(第3版)(久负盛名经典再现,信息架构设计领域基石之作!)
Web信息架构——设计大型网站(第3版)(久负盛名经典再现,信息架构设计领域基石之作!) [美]]Peter Morville(彼得·莫维尔) Louis Rosenfeld(路易斯·罗森菲尔德) ...
- [No000050]练习一万小时便能成为天才
练习一万小时便能成为天才 世界上顶尖的记忆高手都是训练出来的! 加拿大畅销书作家麦尔坎·葛拉威尔在<异数>一书中指出:"人们眼中的天才之所以卓越非凡,并非天资超人一等,而是付出了 ...
- Top 10 Universities for Artificial Intelligence
1. Massachusetts Institute of Technology, Cambridge, MA Massachusetts Institute of Technology is a p ...
- 美国政府关于Google公司2013年度的财务报表红头文件
请管理员移至新闻版块,谢谢! 来源:http://www.sec.gov/ 财务报表下载↓ 此文仅作参考分析. 10-K 1 goog2013123110-k.htm FORM 10-K UNIT ...
- Structural Inference of Hierarchies in Networks(网络层次结构推断)
Structural Inference of Hierarchies in Networks(网络层次结构推断) 1. 问题 层次结构是一种重要的复杂网络性质.这篇文章给出了层次结构的精确定义,给出 ...
- python词云的制作方法
第一次接触到词云主要是觉得很好看,就研究了一下,官方给出了代码的,但是新手看的话还是有点不容易,我们来尝试下吧. 环境:python2.7 python库:PIL(pillow),numpy,matp ...
- 数据结构之二叉树(BinaryTree)
导读 二叉树是一种很常见的数据结构,但要注意的是,二叉树并不是树的特殊情况,二叉树与树是两种不一样的数据结构. 目录 一. 二叉树的定义 二.二叉树为何不是特殊的树 三.二叉树的五种基本形态 四.二叉 ...
- pyecharts使用
安装 pyecharts 兼容 Python2 和 Python3.目前版本为 0.1.2 pip install pyecharts 入门 首先开始来绘制你的第一个图表 from pyecharts ...
随机推荐
- vue.js用select实现省,市,提交后,默认显示省,市信息
<select v-model="citys" name="cityVal" @change="schoolName(citys)"& ...
- 直播 APP 的直播实现流程
直播平台搭建所涉及的事项非常的广泛, 不仅需要直播源码. 直播系统开发. 后台服务 器.专门的运维人员等, 还需要技术团队切实的把控.下面, 小编就给大家确切的说下直播 平台搭建需要用到哪些步骤. 1 ...
- 378. Kth Smallest Element in a Sorted Matrix(java,优先队列)
题目: Given a n x n matrix where each of the rows and columns are sorted in ascending order, find the ...
- python记录_day15 面向对象初识
一.面向过程和面向对象 1.面向过程 以我为中心,做一件事先干什么,在干什么,后干什么,有一套清楚完整的流程.核心是“过程”. 优点:将要解决的问题流程化, 编写相对简单 缺点:可扩展性差 2.面向对 ...
- 把url链接转换成二维码的工具类
import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.io ...
- idea中查看java类继承图
复习java io,看了书里的这张图,太模糊了,想弄个出来放大看,一开始试了idea发现只能看父类,后来折腾了一会试了其他工具才发现还是idea好用. :) 一.打开type hierachy 光标放 ...
- Lucene.Net 学习(搜索部分)(低要求,写给自己看)
1. 搜索 排序:lucene 提供了Sort类对结果进行排序 提供了Filter类对查询条件进行限制 你或许会不自觉地拿它跟SQL语句进行比较:“lucene能执行and.or.order by.w ...
- Oracle 11.2.0.4.0 Dataguard部署和日常维护(4)-Datauard Gap事件解决篇
Oracle dataguard主库删除备库需要的归档时,会导致gap事情的产生,或者备库由于网络或物理故障原因,倒是备库远远落后于主库,都会产生gap事件,本例模拟gap事件的产生以及处理. 1. ...
- 集成学习二: Boosting
目录 集成学习二: Boosting 引言 Adaboost Adaboost 算法 前向分步算法 前向分步算法 Boosting Tree 回归树 提升回归树 Gradient Boosting 参 ...
- 3.Liunx网络管理命令
大纲: 1.网络信息:hostname.netstat.ifconfig ,route 2.网络配置:netconfig 3.网络测试:ping