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 ...
随机推荐
- HTML 弹出遮罩层二(遮罩层和内容标签分开)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 小程序用户openid设置放缓存
wx.setStorageSync('openid', res.data.data.openid),设置 var openid = wx.getStorageSync('openid')获取
- SP10707 COT2 - Count on a tree II (树上莫队)
大概学了下树上莫队, 其实就是在欧拉序上跑莫队, 特判lca即可. #include <iostream> #include <algorithm> #include < ...
- Roman To Integer leetcode java
问题描述: Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range fr ...
- linux配置hadoop集群
①安装虚拟机 ②为虚拟机添加共享文件 右击已经安装好的虚拟机 设置—>选项—>共享文件 ③配置映射 sudo nano /etc/network/interfaces 重启网络:sud ...
- vue3.0 配置公共请求地址
正常请求接口: return request({ url: 'http://192.168.1.0/User/cancelUpgrade', method: 'get', params: data } ...
- [luogu P3384] [模板]树链剖分
[luogu P3384] [模板]树链剖分 题目描述 如题,已知一棵包含N个结点的树(连通且无环),每个节点上包含一个数值,需要支持以下操作: 操作1: 格式: 1 x y z 表示将树从x到y结点 ...
- weblogic为同一domain下的不同server添加不同参数
一.背景 今天应用提需求说:现有一应用部署在多个server上,该应用会使用Ddubbo.protocol.port参数指定的端口去启动dubbo,现在想要做到的效果是为每个server的Ddubbo ...
- 转:Linux环境变量设置方法总结 PATH、LD_LIBRARY_PATH
转: https://www.linuxidc.com/Linux/2017-03/142338.htm 文章写比较全 转载记录 Linux环境变量设置方法总结 PATH.LD_LIBRARY_P ...
- PhpStudy的安装及使用教程
1.PhpStudy是什么 phpstudy是一个PHP调试环境的程序集成包,phpStudy软件集成了最新的Apache.PHP.MySQL.phpMyAdmin.ZendOptimizer,一次性 ...