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的更多相关文章

  1. AssetBundle loading failed because.....已解决

    http://blog.csdn.net/ldghd/article/details/9632455 *****************************      一      ******* ...

  2. Web信息架构——设计大型网站(第3版)(久负盛名经典再现,信息架构设计领域基石之作!)

    Web信息架构——设计大型网站(第3版)(久负盛名经典再现,信息架构设计领域基石之作!) [美]]Peter Morville(彼得·莫维尔)  Louis Rosenfeld(路易斯·罗森菲尔德) ...

  3. [No000050]练习一万小时便能成为天才

    练习一万小时便能成为天才 世界上顶尖的记忆高手都是训练出来的! 加拿大畅销书作家麦尔坎·葛拉威尔在<异数>一书中指出:"人们眼中的天才之所以卓越非凡,并非天资超人一等,而是付出了 ...

  4. Top 10 Universities for Artificial Intelligence

    1. Massachusetts Institute of Technology, Cambridge, MA Massachusetts Institute of Technology is a p ...

  5. 美国政府关于Google公司2013年度的财务报表红头文件

    请管理员移至新闻版块,谢谢! 来源:http://www.sec.gov/ 财务报表下载↓ 此文仅作参考分析. 10-K 1 goog2013123110-k.htm FORM 10-K   UNIT ...

  6. Structural Inference of Hierarchies in Networks(网络层次结构推断)

    Structural Inference of Hierarchies in Networks(网络层次结构推断) 1. 问题 层次结构是一种重要的复杂网络性质.这篇文章给出了层次结构的精确定义,给出 ...

  7. python词云的制作方法

    第一次接触到词云主要是觉得很好看,就研究了一下,官方给出了代码的,但是新手看的话还是有点不容易,我们来尝试下吧. 环境:python2.7 python库:PIL(pillow),numpy,matp ...

  8. 数据结构之二叉树(BinaryTree)

    导读 二叉树是一种很常见的数据结构,但要注意的是,二叉树并不是树的特殊情况,二叉树与树是两种不一样的数据结构. 目录 一. 二叉树的定义 二.二叉树为何不是特殊的树 三.二叉树的五种基本形态 四.二叉 ...

  9. pyecharts使用

    安装 pyecharts 兼容 Python2 和 Python3.目前版本为 0.1.2 pip install pyecharts 入门 首先开始来绘制你的第一个图表 from pyecharts ...

随机推荐

  1. Kay and Snowflake CodeForces - 685B (重心, 好题)

    大意:给定有根树, 求每个子树的重心 我太菜了啊, 只能想到暴力树剖, 然而这就是个B题, 感觉树剖+线段树二分还是挺难写的..... 看了题解发现重心一定在重儿子与根的树链上, 重心最多上跳n-1次 ...

  2. Single Number II leetcode java

    问题描述: Given an array of integers, every element appears three times except for one. Find that single ...

  3. 使用SetInterval时函数不能传参问题

    无论是window.setTimeout还是window.setInterval,在使用函数名作为调用句柄时都不能带参数,而在许多场合必须要带参数,这就需要想方法解决.经网上查询后整理如下:例如对于函 ...

  4. .NET面试基本问题

    1..NET和C#的区别? .NET:一般指的是.NET FrameWork框架,是平台,技术. C#:是一编程语言,是基本.NET平台. 2.C#的委托是什么?事件是不是委托? 委托可以把一个方法作 ...

  5. 七、持久层框架(MyBatis)

    一.MyBatis学习 平时我们都用JDBC访问数据库,除了自己需要写SQL,还要操作Connection,Statement,ResultSet这些. 使用MyBatis,只需要自己提供SQL语句, ...

  6. 一、I/O操作(File文件对象)

    一.File类 Java里,文件和文件夹都是用File代表 1.使用绝对路径或者相对路径创建File对象 使用绝对路径或者相对路径创建File对象 package File; import java. ...

  7. Java集合list,map,set区别及遍历

    1.1 List.Set.Map基本区别 1.List,Set都是继承Collection接口,Map不是. 2.List:LinkedList.ArrayList.Vector Set :HashS ...

  8. 基于bootstrap的后台左侧导航菜单和点击二级菜单刷新二级页面时候菜单展开显示当前菜单

    本文使用的框架版本为: bootstrap3,Jquery2.1.0  (其他jquery可能会报错,菜单项不执行 效果如下: 1.在项目中引入框架: <link rel="style ...

  9. 【Junit_Ant】使用Eclipse自带的Junit和Ant,生成测试报告

    使用Eclipse自带的Junit和Ant,生成测试报告 1.点击要测试的工程,右击,选择Export 2.在弹出的页面里,点击General,选择Ant Buildfiles,点击Next 3.在下 ...

  10. 【Java算法】条件运算符

    利用条件运算符的嵌套来完成此题:学习成绩> =90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示. 条件运算符的表达式为: 表达式1?表达式2:表达式3 当表达式1为true ...