Slashdot Mirror


University of Florida Eliminates Computer Science Department

DustyShadow writes "The University of Florida announced this past week that it was dropping its computer science department, which will allow it to save about $1.7 million. The school is eliminating all funding for teaching assistants in computer science, cutting the graduate and research programs entirely, and moving the tattered remnants into other departments. Students at UF have already organized protests, and have created a website dedicated to saving the CS department. Several distinguished computer scientists have written to the president of UF to express their concerns, in very blunt terms. Prof. Zvi Galil, Dean of Computing at Georgia Tech, is 'amazed, shocked, and angered.' Prof. S.N. Maheshwari, former Dean of Engineering at IIT Delhi, calls this move 'outrageously wrong.' Computer scientist Carl de Boor, a member of the National Academy of Sciences and winner of the 2003 National Medal of Science, asked the UF president 'What were you thinking?'"

108 of 628 comments (clear)

  1. Computers are a fad. by Anonymous Coward · · Score: 5, Funny

    n/m

    1. Re:Computers are a fad. by trum4n · · Score: 3, Insightful

      There should be no jobs for anyone writing DRM. Only pain.

    2. Re:Computers are a fad. by trum4n · · Score: 2

      I could go for that. They don't need to know i've never written a useful program in my life, right?

    3. Re:Computers are a fad. by plalonde2 · · Score: 3, Funny

      That's correct. If you've been writing DRM you haven't produced a useful program.

    4. Re:Computers are a fad. by Anonymous Coward · · Score: 5, Funny

      640K comp sci grads should be enough for any country.

    5. Re:Computers are a fad. by Anonymous Coward · · Score: 3, Insightful

      As a pirate who has probably downloaded your closed-source, for-profit software with the DRM already stripped out, I am amused that you think DRM actually protects your IP.

  2. The Department of Redundancy Department by JoeMerchant · · Score: 5, Insightful

    Can we study the same things in other departments without having a dedicated Computer Science niche to go with Computer Engineering, Software Engineering, etc.?

    1. Re:The Department of Redundancy Department by CastrTroy · · Score: 3, Insightful

      My thoughts exactly. Most schools I've been to don't have a computer science department, but rather lump it in with the math or engineering department. Computer science is a programme of study not an entire department.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    2. Re:The Department of Redundancy Department by SJHillman · · Score: 4, Insightful

      At the school I went to, computer science degrees were part of the school of liberal arts and sciences (in the same building as astronomy, physics and math) and IT degrees were part of the school of business. It worked fairly well as there wasn't much overlap between the two and the CS students (a very small program compared to IT) benefited from being close to the math and physics departments.

    3. Re:The Department of Redundancy Department by _8553454222834292266 · · Score: 5, Insightful

      Computer science is a programme of study not an entire department.

      Only if you're at a bad school.

    4. Re:The Department of Redundancy Department by Anonymous Coward · · Score: 5, Insightful

      Uh, no... Physics is to Mechanical Engineering as Chemistry is to Chemical Engineering as Computer Science is to Computer Engineering.

      Science is very, very different from engineering. Science is focused on the theoretical, while engineering is focused on applying that theory to the real world, subject to various resource constraints.

      Given that they are so different, it makes absolutely no sense to try to group them together, especially in some attempt to "save money".

    5. Re:The Department of Redundancy Department by Anonymous Coward · · Score: 5, Funny

      Like this one? They're cutting CS to save $2m. Meanwhile, their $99m/yr athletics program is getting a modest boost... roughly $2m.

      I think even their underwater basket weaving majors can do the math on that one.

    6. Re:The Department of Redundancy Department by jimbolauski · · Score: 3, Insightful

      Their athletics program makes money, not from ticket sales but from donations and ticket sales. When a school wins a national championship or two they get many more alumni opening their wallets. Schools have a very good idea of how much money their sports programs bring in and they spend accordingly. The best way to save UF CS department is to get donations from CS alumni or to make donations directly to the CS department.

      --
      Knowledge = Power
      P= W/t
      t=Money
      Money = Work/Knowledge so the less you know the more you make
    7. Re:The Department of Redundancy Department by betterunixthanunix · · Score: 4, Insightful

      Can we study the same things in other departments without having a dedicated Computer Science niche to go with Computer Engineering, Software Engineering, etc.?

      Not in sufficient depth, at least in my opinion. Complexity theory? Database theory (yes, theory, not just "here's how to write a simple SQL statement)? Compilers? These could all be in other departments, but an undergrad pursuing a degree in another field will not have enough time to study computer science in any respectable depth. Double major is not the answer if CS is spread over more than two other departments. Spreading CS across math and engineering departments deprives students of the chance to become computer scientists.

      --
      Palm trees and 8
    8. Re:The Department of Redundancy Department by Dog-Cow · · Score: 4, Informative

      They don't make money from ticket sales... they make money from ticket sales?

      Someone skipped logic 101...

    9. Re:The Department of Redundancy Department by Anonymous Coward · · Score: 4, Funny

      Someone skipped logic 101...

      He probably went to UF...

    10. Re:The Department of Redundancy Department by buddyglass · · Score: 4, Informative

      Separate budgets. Athletics pays its own way. Nuking the entire athletic dept. wouldn't create any additional money for CS.

    11. Re:The Department of Redundancy Department by geoffball · · Score: 5, Insightful

      The UF athletic depart makes most of its cash from the television contracts of the football and basketball teams.

    12. Re:The Department of Redundancy Department by Anonymous Coward · · Score: 2, Interesting

      Uh, no... Physics is to Mechanical Engineering as Chemistry is to Chemical Engineering as Computer Science is to Computer Engineering

      You obviously do not have an Engineering Degree.

      First off, you have obviously never heard of Engineering Physics, which has the same requirements as a Physics Degree, but with ABET requirements tacked on to the electives.

      Second off, even with a normal Physics curriculum, you can take Mechanical Engineering courses, and the FE, but it will take more than 4 years to your PD, I believe 8 for a non-ABET accredited Physics degree. You cannot do this with Chemistry to Chemical Engineering.

      Lastly Computer Engineering focuses on things like computer hardware and there can be a nebulous area between Computer Engineering and Electrical Engineering. Where as Computer Science degrees may be under the Engineering School, or Arts and Sciences School.

    13. Re:The Department of Redundancy Department by jellomizer · · Score: 4, Insightful

      Computer Engineering/Software Engineering isn't the same as Computer Science.

      In Computer Science we usually take a course in Computer Engineering and a course in Software Engineering, to get some concepts from those other areas of study into the students. However Computer Science, real Computer Science, is less about the technology, and more about the Mathematics of performing optimal computations.
      Software Engineering isn't as much about optimal computations, it is more of a way of getting the software to work, and building larger complicated systems, which need to be maintained over time.
      Computer Engineering is more of a hardware level approach, where the goal is is optimize basic elements but not complex systems.
      Computer Science is in the middle. We use the optimized basic elements that the Computer Engineers make, and we create more complicated computations using them. Then Software Engineers take what the computer scientists have made and implement them into a practical design.

      When it gets to real life jobs, all three areas of studies often give us a similar career path. However depending on your study you have different approaches to the problems we face.
      So lets say a for a Job of a Software Developer (with 5 years experience)
      When there is a problem to be solved.
      A computer Engineer focused person, would use the features in the hardware to leverage more Optimized Lower level commands to their beck and call to help them solve issues, now this will create a fast solution, but may not run on other platforms.
      A Computer Science focused person, would try to separate themselves from the hardware a bit more, and go into creating logic and routines, these routines will tend to be rather optimal, however they will probably miss something the hardware gives us for free, but will run on other platforms.
      A Computer Engineer, will create code in a clean well documented manner, it will often be the less optimal, and slowest solution. However it will tend to run well on other platforms, easy to maintain, and usually more stable.

      They all approach problems differently and when you get them together to work on a problem, you can get some heated discussions, but if they actually work well together they come up with some very good solutions.
      Dropping Computer Science is a bad idea, because then you will loose the middle of the road approach in computing.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    14. Re:The Department of Redundancy Department by h4rr4r · · Score: 2

      If there was not much overlap then it sounds like those were some worthless IT degrees. I guess this is where we get interview candidates for IT jobs that can't even script perl or python much less write actual code.

    15. Re:The Department of Redundancy Department by Chillas · · Score: 5, Informative

      They do not make money. The median net loss of each of the Division 1A schools' athletic programs is in the vicinity of $7 million annually.

      --
      --- Math illiteracy affects 8 out of every 5 people.
    16. Re:The Department of Redundancy Department by Rostin · · Score: 4, Informative

      The majority operate at a loss, but many, including UF, do make money.

    17. Re:The Department of Redundancy Department by LordLimecat · · Score: 2, Insightful

      So if someone wants to go down the path towards a CCIE and work on internet backbones, in your mind CS would cover that? Because to my mind that falls under IT, and most CS majors arent going to know how to work on a real internet router.

      Or lets say we want to implement WPA2-enterprise with RADIUS, is that something you suppose your typical CS major is going to have expertise in?

    18. Re:The Department of Redundancy Department by chill · · Score: 5, Insightful

      I find both of your examples to fall into the realm of technical certificates, not University level study.

      I've always thought of CS vs IT as Engineer vs Technician. One designs the other implements and operates.

      For example a CS student should understand compiler theory including things like language tokenization, code generation, parse trees and the like.

      An IT student needs to know "./config && make && make install" and have a working knowledge of an IDE like Visual Studio or Eclipse along with be fairly proficient in a language or two.

      --
      Learning HOW to think is more important than learning WHAT to think.
    19. Re:The Department of Redundancy Department by skids · · Score: 2

      Or lets say we want to implement WPA2-enterprise with RADIUS, is that something you suppose your typical CS major is going to have expertise in?

      Neither is your typical "IT" grad. IT tends to be pretty high-level on the technical details; it's more a resource-allocation/business/management major.

    20. Re:The Department of Redundancy Department by Lluc · · Score: 4, Informative

      Computer science is a programme of study not an entire department.

      Only if you're at a bad school.

      For example, the University of California at Berkeley with its combined EECS dept? They're only ranked #1 in the 2010 US News ratings...

    21. Re:The Department of Redundancy Department by Bigby · · Score: 2

      What money is UF Athletics getting from the State? Please tell... What money is it even getting from the Academic side of the University??

    22. Re:The Department of Redundancy Department by SecurityGuy · · Score: 4, Insightful

      The best way to save UF CS department is to get donations from CS alumni or to make donations directly to the CS department.

      You may be right, but this is a desperately sad state of affairs. Tuition of the students attending should be sufficient to pay for the CS department. If it's not, they shouldn't have a CS department. I know many are desperate for uniformity, but it's really OK if not every single institution offers exactly the same programs of study. Schools also do a ridiculous bunch of things that I, as a former tuition paying student, don't want them spending my money on. Stop that.

    23. Re:The Department of Redundancy Department by subanark · · Score: 2

      Same here. Washington State University was able to negotiate getting an equal share of all tv revenue regardless if they make it to the finals or not (otherwise the best team gets money to keep getting better). That money is being to hire an expensive football coach and do major construction on the stadium to add premium box seats (which they also convinced the student government to raise fees to help pay for).

      On article topic, our CS department is having minor cut backs, but is doing "fine" as a long while back when CS was getting going it was merged with Electrical Engineering to prevent it from closing. Although I have a CS degree, I'm working for the Horticulture department, which isn't in any danger of getting cut.

    24. Re:The Department of Redundancy Department by DesScorp · · Score: 3, Informative

      They do not make money. The median net loss of each of the Division 1A schools' athletic programs is in the vicinity of $7 million annually.

      Florida, in the football loving South Eastern Conference, is not one of them. They make a lot of money from football. Second, no tax funds go to the athletic program. All SEC schools fund their athletic programs separately from the main budget, and all of the athletic money comes from ticket sales, TV revenue, bowl payouts, merchandise, etc. Athletics takes not one single dollar from state appropriations in the SEC.

      --
      Life is hard, and the world is cruel
    25. Re:The Department of Redundancy Department by Rolgar · · Score: 3, Interesting

      Maybe. But as an activity that can build excitement for the school among potential schools, you can see a loss as an advertising cost to bring in new students and other interest.

      An example most folks aren't aware of:
      Kansas State University (I'm an alumnus) up until 1987 was the worst Division 1A football school as far as historical record, and it wasn't even close. We had a 0-26-1 record in 27 consecutive games. Sports Illustrated did a cover story on how bad we were. Enrollment was trending down, with projections having us losing our football program and other significant loss of status.

      Around that time, we hired an assistant coach from the University of Iowa, Bill Snyder. In 1993, we began a 10 year run where we won at least 9 games every year, and finished ranked in the top 25 every year. The decline in enrollment reversed. The school has had many successes academically as well as athletically (one of the top schools for Rhodes, Truman, Goldwater and other graduate scholarship contests, we were awarded the BioDefense facility, although funding may get cut due to politics), much of it due to the enthusiasm generated by having a winning program, and the perception that the people in charge know how to build success.

      If that is the outcome that can come from a winning athletic department, I'm sure many universities consider that an investment in the overall success of the school. Now, our particular athletic department just became profitable enough that it is going to be run without state assistance. All money spent must be generated from sales, media contracts, conference profits, and donations. This year's $20 million profit is funding facility enhancements to keep us competitive with other schools which will probably outspend us in this area long term.

    26. Re:The Department of Redundancy Department by KernelMuncher · · Score: 2

      The big teams spend money as quickly as they possibly can. The goal is not to amass revenue but to have no extra money left over at the end of the year (they are non-profits by law). So there is lavish spending everywhere. They house the entire football team at a hotel the night before home games. They send the entire 200 person band to bowl games with hotels & meals. These teams have incredible practice facilities that are like indoor stadiums. The list is endless.

    27. Re:The Department of Redundancy Department by DesScorp · · Score: 2

      Computer science is a programme of study not an entire department.

      Only if you're at a bad school.

      This is absolutely silly. Why does UF have to do it the way others do it? Further, why does every single state university have to have a CS department? They don't all have law schools or medical schools. At a lot of schools, several fields are folded into larger departments, without any real loss of quality.

      --
      Life is hard, and the world is cruel
    28. Re:The Department of Redundancy Department by Wovel · · Score: 2

      Or MIT with its combined EECS department. Or Maybe Caltech where it is combined with the Math department. Man all these schools suck. Maybe he was thinking of UT where it is part of the Engineering school. Oh wait.

    29. Re:The Department of Redundancy Department by Wovel · · Score: 2

      I agree it sounds like he is looking for ITT Tech

    30. Re:The Department of Redundancy Department by Ralph+Spoilsport · · Score: 5, Insightful

      Who the fuck cares if it makes money - it's a STATE UNIVERSITY not a CORPORATION. It doesn't have to "make money". It has to Educate People. Eliminating the CS dept while boosting Football is embarrassingly retarded. You want to know why America is Collapsing? Bullshit like killing the CS dept while boosting Football is why the USA is Collapsing. It's being crushed by a massive case of the stupids and a malingering condition of ignorance complicated by fantastically poor judgement.

      --
      Shoes for Industry. Shoes for the Dead.
    31. Re:The Department of Redundancy Department by SJHillman · · Score: 2

      You really don't need to know the physics behind how a processor works in order to administer servers. You don't need to know how Python directly affects bits to write a script. Do you think every mechanic has a deep understanding of thermodynamics before they begin working on cars? Or carpenters understand the molecular biology of different wood species? It helps to understand the basics, but you don't need the same in depth knowledge it takes to design things from scratch.

    32. Re:The Department of Redundancy Department by k10quaint · · Score: 2

      Because the job of the University of Florida is to make money, not educate students. Now I know to discount any degree I see from that state.

    33. Re:The Department of Redundancy Department by Alex+Belits · · Score: 2

      No.

      --
      Contrary to the popular belief, there indeed is no God.
    34. Re:The Department of Redundancy Department by The+Pirou · · Score: 2, Funny

      You're erroneously linking interest in athletics to interest in colleges. While there are those who base their college choices on sports teams, for many people it is still about the Education and the Experience.

      My freshman year at USF was also the inaugural year of our football team. I remember the commentary going around the campus newspaper about the money we were being offered by UF and FSU to play their football teams (not a prayer of winning). The whole thing would have been an embarrassment to our school for losing all season if we'd accepted offers like those, and looking back I still don't think that being offered the equivalent of 1/3rd of UF's CS department so that they could've won one more game in a season was a valid expenditure on their part, even for advertising "Look at us, we're the Gators! We aren't computer literate but we stomped all over that first year newb football team. They use computers, look what good it did them!"

    35. Re:The Department of Redundancy Department by LambdaWolf · · Score: 2, Interesting

      They don't make money from ticket sales... they make money from ticket sales?

      Someone skipped logic 101...

      The GP's post made sense to me.

      Their athletics program makes money, not from {ticket sales} but from {donations, ticket sales}.

      Unequal sets. :)

      --
      "This algorithm runs in constant time. Come on, 2,147,483,648 is a constant..."
    36. Re:The Department of Redundancy Department by Anonymous Coward · · Score: 5, Insightful

      What money is UF Athletics getting from the State? Please tell... What money is it even getting from the Academic side of the University??

      This is a BS argument. The athletic dept ultimately gets their cash from the basis of their fan base, and where exactly do you think they get their fans from? By and large it is their university affiliation. To think that the athletic dept gets nothing from the university besides cash is a completely myopic viewpoint. If the UF football team was instead the "Gainesville football team", how many fans would they have?

      Athletic depts in general should be kicking back a lot more than they do to their university hosts, because frankly without them nobody would care who they were.

    37. Re:The Department of Redundancy Department by spire3661 · · Score: 5, Insightful

      The point is to EDUCATE, NOT MAXIMIZE REVENUE. The PROFIT is a well educated citizenry.

      --
      Good-bye
    38. Re:The Department of Redundancy Department by forkfail · · Score: 2

      College football does not make money for education. There's a lot of money flowing, but almost none really ever goes to education.

      --
      Check your premises.
    39. Re:The Department of Redundancy Department by Compaqt · · Score: 2

      Well, I actually agree that it should be possible for one school to offer astronomy (if they have a telescope), and for another to offer archaeology.

      The thing that I think got people going about this is: When you say "Florida", the first thing people think is "spring break, year round". So UF eliminating compsci leads them to think "they're playing into the stereotype". That's why I think people are reacting to this like they are (including alumni who want the school to known for academics and not just for being a Florida college experience.)

      --
      I'm not a lawyer, but I play one on the Internet. Blog
    40. Re:The Department of Redundancy Department by wiredlogic · · Score: 4, Insightful

      most CS majors arent going to know how to work on a real internet router.
      University education isn't supposed to be vocational training. In academia you learn academic concepts, not on the job skills.

      --
      I am becoming gerund, destroyer of verbs.
    41. Re:The Department of Redundancy Department by yali · · Score: 2

      "Make money" is relative. All universities, including the ones like UF that claim to make money, certify that their big-time sports programs are "substantially related" to their educational mission, and the IRS and state tax boards choose to believe it. As a result, the university's revenue from tickets, TV broadcast rights, advertising, and merchandise are tax-exempt. Donations from boosters are tax exempt (and a tax writeoff for the donor). Construction of stadiums and other sports facilities is funded with tax-exempt bonds.

      Next time you turn on the TV and see a bowl game or March Madness, realize that as far as tax policy is concerned, you are watching a charity event among nonprofit institutions. If that makes sense to you (something you might ponder in between the action while watching a beer commercial or two), then yes, perhaps UF is making money.

    42. Re:The Department of Redundancy Department by interkin3tic · · Score: 4, Insightful

      But if you eliminate whole departments, you lose interdisciplinary links. You eliminate any quality in classes that other majors need. If UF offered computational neurobiology for example, it probably won't for very long now. Can't really see how the students are going to learn the upper-level computing skills they'd need. They'll try to compensate by having some biology professor who kinda knows computers try to teach the class, but the result will be less well-rounded students.

    43. Re:The Department of Redundancy Department by roothog · · Score: 3, Informative

      You really have no idea what you are talking about do you? Find one significant program where CS is a separate department.

      Sure. From the 2010 US News rankings of Computer Science:

      1. Carnegie Mellon. Separate CS and ECE.
      1. Massachusetts Institute of Technology. Combined EECS. Separate CSAIL.
      1. Stanford. Separate CS and EE.
      1. UC Berkely. Combined EECS. Administratively split into separate EE and CS divisions.
      5. Cornell. Separate CS and ECE.
      5. UIUC. Separate CS and ECE.
      7. Washington. Separate CSE and EE.
      8. Princeton. Separate CS and EE.
      8. UT Austin. Separate CS and ECE.
      10. Georgia Tech. Separate CS and ECE.

      Need I continue, or is this enough evidence that maybe I do know what I'm talking about and that you should be quiet for a while?

    44. Re:The Department of Redundancy Department by hoppo · · Score: 2

      You've just justified tearing the entire university system asunder.

      If student tuition could keep academic departments afloat, we would never hear about budget cuts. But it's fantasy. The University of Florida, for example, after budget cuts, will be getting over $800 million dollars in the next academic year. Divide that by roughly 50,000 undergrad + grad, and that's about $18K/student. Tuition is $4K in-state, $24K out-of-state, and the student body definitely skews more toward in-state students. So money received from tuition pales in comparison to what the state sends.

      In higher education academics, departments are funded, and justify their existences, through grants. Unfortunate as it may be, that's the way of life. And UF's CS department was not taking in enough grant money to justify remaining a standalone department.

      IMO, people are looking at this a bit backwards. This should be highlighting what poor stewards of tax money public colleges and university have been and continue to be. A lot of attention is put on the athletic department, which subsists without state or university funding, turns a profit, and is a major donor to its host school. Yet a blind eye is turned to the fact that this school is raking in billions, yet cannot find a way to keep legitimate academic programs intact.

  3. "What were you thinking?" by G3ckoG33k · · Score: 5, Insightful

    "What were you thinking?"

    Well, probably something along the lines of "That department did not publish well enough and the students did not bring in enough money".

    1. Re:"What were you thinking?" by tverbeek · · Score: 4, Interesting

      Speaking as a refugee from academia after spending most of my adult life attending or working at colleges, I would say this is exactly right.

      --
      http://alternatives.rzero.com/
    2. Re:"What were you thinking?" by ledow · · Score: 2, Interesting

      Then get some decent staff and raise the prices if necessary (or raise the number of students, which would probably be easier).

      If a WHOLE DEPARTMENT wasn't publishing good stuff, you need to start again from scratch. To my mind, that's no different to a WHOLE COMPANY having people who just sit on their bums all day.

    3. Re:"What were you thinking?" by booyoh · · Score: 2

      I completely agree with you on this one. After all, universities are just businesses trying to maximize their profit. On a side note, articles like this one remind me of the movie "Idiocracy" and where our nation is heading in the future.

    4. Re:"What were you thinking?" by mattbelcher · · Score: 5, Informative

      This might have been true in the past but it isn't true of the current CS department. Since UF was designated a "Research 1" university, the CISE department has made huge strides to increase its research competitiveness. They have won 12 NSF CAREER awards for young faculty, received 11 best paper awards at major conferences in the last 5 years, and have quintupled their external research grant funding.

      --

      Shockwave Flash movies are the greatest thing to happen to non-sequitur humor since Japan.

    5. Re:"What were you thinking?" by sonamchauhan · · Score: 2

      Maybe they teach well?

      You know, the other thing that colleges are meant to do?

    6. Re:"What were you thinking?" by lubricated · · Score: 2

      Only teaching faculty/staff are expected to teach only. At a research University, you are expected to publish.

      --
      It has been statistically shown that helmets increase the risk of head injury.
  4. Official Response from UF: by Metabolife · · Score: 5, Funny

    NERDS!!!!!

  5. not eliminated? by jank1887 · · Score: 4, Informative

    FTFA:

    The majority of students would be transferred to the hardware-oriented ECE department
    The CISE department would be converted to a teaching-only department
    50% of faculty would be transferred to other engineering departments (ECE, ISE, and BME)

    so, if it will be a teaching only department, that doesn't seem the same as eliminated. They'll move the engineering in with the Electrical and Computer Engineering department, and it seems leave CISE to teach programming.

    1. Re:not eliminated? by Anonymous Coward · · Score: 2, Interesting

      FTFA:

      so, if it will be a teaching only department, that doesn't seem the same as eliminated. They'll move the engineering in with the Electrical and Computer Engineering department, and it seems leave CISE to teach programming.

      So in other words, they are eliminating computer science.

    2. Re:not eliminated? by CowTipperGore · · Score: 5, Informative

      Indeed. TFA is very misleading and inaccurate opinion piece written by a contributor who usually focuses on healthcare issues. If you read the items he references in his hack job, you'll see that CISE program is not eliminated at all. The computer engineering programs are being moved from CISE to the Electrical and Computer Engineering department. Graduate programs and research work will continue in computer engineering there. Most graduate programs and research work in CISE will be eliminated, but the computer science BS and MS programs will remain. The projected savings are $1.36 million out of a $4 million in cuts across the university.

      For what it's worth, this article is one of several opinion pieces carried by Forbes attacking this decision and all are full of inaccuracies and outright lies. Computer science research is being cut. The computer science programs remain. Computer engineering research remains but is moved into Engineering instead of CISE.

    3. Re:not eliminated? by dachshund · · Score: 3, Insightful

      50% of faculty would be transferred to other engineering departments (ECE, ISE, and BME)

      Just to clarify: The other 50% of faculty will move to better Universities. All of the good ones anyway.

      My University is already treating this as a huge hiring opportunity.

  6. Re:No problem! by jythie · · Score: 2, Informative

    Apparently the elimination of the computer science department funded a 2% increase in the athletics budget.

  7. hmm by buddyglass · · Score: 4, Interesting

    I'm curious: why Computer Science? The program shouldn't be very expensive on a per-student basis, especially compared to the physical sciences. Was the department just uniquely dysfunctional or under-performing? Why not cut, say, physics? Not that Physics should be cut either, but the choice of Computer Science seems arbitrary.

    1. Re:hmm by __aaltlg1547 · · Score: 4, Interesting

      They're saying it was inefficient to have it as its own department separate from computer engineering and software engineering disciplines.

      But I wonder where one would study advanced topics in computing now. Maybe the answer is "not at the University of Florida."

    2. Re:hmm by bzipitidoo · · Score: 2

      Dysfunctional department is the best explanation I've read.

      Texas Tech has had similar difficulties with its CS department. In the 80s, when they elevated CS from being a part of EE to an independent department in the College of Engineering, they needed more professors in a hurry. They raided related departments. These departments (EE, MIS, and Math) used this as an opportunity to dump their worst professors. Consequently, CS didn't have the usual 1 or 2 rotten apples, the whole department was rotten. Flunked students like crazy, didn't teach fundamental concepts such as big O, and spent inordinate time on rather trivial stuff. An entire semester of Data Structures for a superficial look at linked lists and binary trees? No analysis of insert, delete, and search times, which admittedly is more difficult if the students aren't been taught about big O. Didn't even cover B-trees. Just endless drills on writing code to copy pointers around. Any student who dared speak up about such things would end up flunking. There were so many unfair ways to get a failing grade. The teachers were bitter, angry people who hated each other, disrespected their new discipline, hated that they'd been rejected by their chosen discipline, and were far from above taking it out on the students. The College of Engineering had a graduation rate of 20% which I think is poor, but CS managed a new low of 5%, and it was only that high after massaging the numbers.

      CS at Texas Tech has improved-- there was really nowhere for it to go but up. They didn't actually kill the department, but they thought about it and threatened to do so. Now I hear they're in trouble once again.

      --
      Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
  8. They can save much more by aglider · · Score: 4, Insightful

    by dropping all the departments!

    --
    Sent as ripples into the electromagnetic field. No single photon has been harmed in the process.
  9. Re:Meanwhile... by ioErr · · Score: 2

    He disagrees about which subjects are valuable. I don't see any hypocrisy in that, just a difference of opinions.

  10. Re:Meanwhile... by hackula · · Score: 2

    Religion (this is why we have seminaries!)

    Religious Studies is completely different from seminary; Religious Studies being the one where you actually are informed about religions, seminary being where you are misinformed about one.

  11. Re:Drop football, save $100 million by mjr167 · · Score: 3, Insightful

    You are mistaken... football is a profit center,not a cost center for universities. You can sell tickets to football games; you can't sell tickets to CS.

  12. Re:No problem! by stoolpigeon · · Score: 4, Informative

    Not at all. The sports program is independent and actually feeds millions of dollars into the school.

    Bringing sports into it may lead to discussion on cultural values - but the money spent by the school on academics and sports are not related.

    --
    It's hard to believe that's how Micronians are made. Why don't we see it right now by having you both kiss one another?
  13. It's all about saving money by overshoot · · Score: 4, Interesting

    Florida has to cut the budget somwhere, and universities are hotbeds of radical socialist indoctrination. Especially computer science. Now, if the CS department could pay its own way like football does that might be different.

    Fortunately, Florida State has found a solution to the problem: their economics department has found a sponsor who will provide lots of funding in return for veto power over new faculty hires. UF is no doubt looking for to improve on the method.

    --
    Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
    1. Re:It's all about saving money by scharkalvin · · Score: 2, Insightful

      Too bad their sponsor is one of the worst things that has ever happened to this country. The family involved is worse than the KKK in it's anti american John Birch attitudes. They don't believe in global warming and the environment. FS should tell them to take their money and stuff it where the sun don't shine.

    2. Re:It's all about saving money by overshoot · · Score: 2

      FS should tell them to take their money and stuff it where the sun don't shine.

      From a source literally next door to FSU Economics, the decision to accept the funding was very controversial -- but it was also made at a level way above the departmental level.

      I don't recall whether the faculty senate took up the issue or not -- I can certainly see why they might.

      --
      Lacking <sarcasm> tags, /. substitutes moderation as "Troll."
  14. Don't be trolled! by jaymzter · · Score: 2

    The author of the TFA implies that the University cut the CS program to bank roll athletics. In fact, the athletic department receives NO funding at all from the school! Not only that, the athletic department gifts the school $6-$8MM annually, and has previously upped the contribution to help the university not have to make cuts.

    https://en.wikipedia.org/wiki/University_of_Florida_Athletic_Association

    So it's OK to decry the dropping of a major department, but don't let the story get spun by the ignorant or those with an agenda.

    --
    If thou see a fair woman pay court to her, for thus thou wilt obtain love
    1. Re:Don't be trolled! by cplusplus · · Score: 3, Informative

      I think you're mistaken. Their athletic department costs the university over $100+ million per year, but only generates about half that in revenue (see this handy link). Maybe they couldn't come up with the head coach's bonus this year (he got something like $2.5 million)?

      --
      "False hope is why we'll never run out of natural resources!" - Lewis Black
    2. Re:Don't be trolled! by jpate · · Score: 2

      The link you provided says that the athletic department spends over $100 million per year, but that the football program generates a little over half of that in revenue. The football program is not the only source of revenue for the athletic department. Men's basketball revenue and alumni donations cover the rest. Most Division I FBS schools lose money on athletics, but Florida is one of the few that stays in the black.

    3. Re:Don't be trolled! by jpate · · Score: 2

      Nope. Men's basketball brings in $2 million in ticket sales, but brings in over $8 million (see page 17). There are an additional $19 million in revenues not tied to a specific sport (such as licensed merchandise and marketing agreements).

      Please, read your sources carefully before misleading people with specific numbers.

  15. Re:Meanwhile... by hackula · · Score: 2

    OK, giving each of these an enormous budget does not make sense, but I think each of these are legitimate lines of study in some proportion. You really do not think Sociology is a big deal?? ...As in the study of the thing we all complain about all the time and would really like fixed, if only we could better understand how it really works??

  16. Re:Drop football, save $100 million by Amouth · · Score: 5, Insightful

    and this is where i have to ask what is the core competency of a university? to make money? to entertain fans? to educate students?

    Just be cause you can make money at something doesn't mean you should focus resources on it, unless it's one of your core competency.

    If it really is a "profit center" and something they can make money from, great but they need to contract control of it out on set terms and use the money generated by it to increase the educational offerings and make it easier for them to achieve in their reason for being, educating students.

    --
    '...if only "Jumping to a Conclusion" was an event in the Olympics.'
  17. Official protest from the students: by Chemisor · · Score: 2, Funny

    Hey! We're not nerds. We're geeks!

  18. You're trolling, but ... by oneiros27 · · Score: 3

    Very few sysadmins that I know have degrees in computer science.

    They have degrees in science, engineering, or for some, no degree at all. All focused on problem solving skills, but no so much on the heavy math that comes from CompSci degrees. We need to worry about getting things built and keeping them working -- the most efficient way to sort something doesn't really come up too much.

    And as someone who has worked for a university ... I was surprised how none of the IT staff taught classes. Some of the CompSci faculty hadn't been in the industry for 10+ years, and would show slides w/ 15 year old computers in them. It was cringe-worthy.

    --
    Build it, and they will come^Hplain.
  19. Going backwards? by yoshi_mon · · Score: 4, Interesting

    Speaking as a Gator who went to school back when if you wanted to study computers you had to go into the Engineering School it sounds like they are moving backwards. As in like when I went to UF if you wanted to study CIS you had to take Calc 1-3 (ok...most of us were fine with that), Chem 1-2 (hum...), and Physics 1-2 (gahhh?), along with some other very non-CIS related but much more related Engineering classes. In effect if you wanted to learn to be a programmer, network engineer, or even a web designer you had to have the background of a EE.

    It was total overkill and drove a lot of students away from the department. But at the time, late 80's-early 90's, the whole PC thing was still relatively brand new so that a large institution like UF had not adapted its curriculum was no huge shock. Disappointing yes but not all that shocking.

    Now TFA is very light on details on how what the new curriculum for students would be. If they are indeed going back to asking CIS students to have EE level requirements. So this might just be a bit of good ol' yellow journalism. But it is indeed worth of some attention such that we can full details on how and why this is happening.

    --

    Really, I know what I'm doing...Ohhhh, look at the shiny buttons!
  20. There's plenty of that by Sycraft-fu · · Score: 4, Insightful

    I work for an engineering college at a big university and we have some departments that really need cutting. I'm talking departments that, literally, have less than 10 students. Well when you have low enrollment numbers like that you don't really bring in the money to support a department head, a few professors, support staff, and so on. They are a drain on resources and need to be cut.

    One way or another, a department needs to bring in enough money to support itself. Now that could be directly bringing in money through research grants, but can also be through tuition. Departments that do a lot of teaching but little to no research can be plenty valuable because if students are coming for those classes, they are bringing in tuition dollars.

    If they can't bring in money to support themselves, meaning pay the salaries, capital and operations costs, all that kind of thing, then they need to be cut in size or eliminated entirely. It is neither fair nor smart to say "Let's grab money from a successful department and use it to prop up an unsuccessful one."

    1. Re:There's plenty of that by MxTxL · · Score: 5, Interesting

      It is neither fair nor smart to say "Let's grab money from a successful department and use it to prop up an unsuccessful one."

      It would not be smart if your only goal is to run the University as a business, where you cut unsuccessful revenue centers and fund/build/grow the more successful ones to focus on profitability of the corporation. From that respect, economy of scale works the same way as it does at Coca-cola or Wal-Mart. Cut the under-performers. It is cheaper, easier and more profitable to pump out 10 million of the same widgets than it is to pump out very small batches of all-different widgets.

      HOWEVER

      If you are a believer in the concept of academic freedom and in the power of diversity of knowledge and thought (idealistic, I know) then it is vital that more successful departments fund less successful ones. I, for one, want there to exist people who study Latin, despite there being a limited usefulness for it as a career. I want people who study ancient Macedonian philosophy, basket weaving, Sanskrit and all the other fields that most people might deride as training for a career at McDonalds. I want there to be someone who knows everything there is to know about the inner politics of ancient Sumeria. The sum-total of human knowledge is vast and it is important that it be preserved but also expanded with the rigor of academic scrutiny.

      I want this done, because the concept of Academia demands it. If we churn out millions of kids at a time all with the same thoughts and ideas gleaned from mass-market jobs training programs, we will lose the intellectual diversity that is needed to preserve academic and scientific expansion. There may be nothing that someone studying ancient Indian tapestries can ever tell a nuclear engineer that will advance his work, but both types of people are necessary to increase the useful progress of art and science.

      I understand that the bills need to be paid in order to keep the lights on, and also that there are fields that have much more use in the real world as careers. There are certain fields that have more utility in advancing cutting-edge science and, rightly, should receive more attention for their greater potential to advance the human race. However, we shouldn't neglect more arcane knowledge entirely because of this. The more popular fields need to subsidize the less popular ones, less we risk whole branches of study dying off. This is not the most efficient method of creating profit for the university, but that shouldn't be what universities are all about. They should be about increasing the sum-total of human knowledge in all branches.

    2. Re:There's plenty of that by SecurityGuy · · Score: 2

      Part of what you're describing is what libraries are for. That's where we should be simply curating collections of human knowledge. Advancing them? Ok, I'll put that in universities. Yes, those libraries could also be...university libraries!

      I do agree with you about the value of having a set of people who know everything about narrow and arguably useless disciplines simply to preserve the knowledge. The thing is how many you choose to have around, and whether that number should grow or shrink. It always bugged me that we massively overproduce certain degrees. I read once that the thing a PhD in English prepares you for is creating other PhDs in English, and that there were about 1,000 newly minted English PhDs every year for every such job opening. We need to tell people things like this. College advising mostly sucked when I went. I was appalled to hear one advisor's whole routine more or less summed up as "what do you like? Then try these courses..." What you like is all well and good, but this whole degree thing is a big commitment, and often costs a lot of money. Making sure you get fair return, which is NOT necessarily money, is important. Maybe there are 100 people in the US who know the inner politics of ancient Sumeria. That means about 3 jobs a year should open up. If we're producing 1,000 PhDs in the subject, 997 of which go on to be bitter Mickey D's workers lamenting the crushing burden of their student loans, perhaps we should should consider that.

      Also, I might argue that the support of knowledge with no hope of return, no value save in preserving it, should be funded by people with spare cash and the desire to do so, not out of the general fund of any state.

  21. Re:Makes sense by roothog · · Score: 2

    Computer Science is an expensive department to maintain.

    Cite? It's actually a pretty cheap department. Just need office space and electricity for computers, which is really no different than, say, an English department.

    I don't even really remember what I learned in English classes.

    Sounds like we should shutter English departments if they're doing such a bang-up job educating their graduates.

  22. Re:Drop football, save $100 million by roothog · · Score: 2

    and this is where i have to ask what is the core competency of a university?

    Gets 18-year-olds out of their parents' houses.

    Also beer pong.

  23. Re:Website down by Opportunist · · Score: 2

    You're joking, but that is actually a sizable cost factor.

    My university gets by with students doing about 99% of the IT administrative tasks, from running cable to running servers, from writing accounting software to writing course management software. You can NEVER get cheaper workers than your students as a university, they work for some extra credit. Try to beat that cost.

    Need some new software? No problem, Software Engineering part 2 deals with creating a real life project and producing it from conception to installation in a team. Form 3-4 teams from the students of this year, give them the task to write that software. Hell, you will even get 4 complete custom built-to-spec solutions to pick and choose from, where even only one of them would cost you in the 5 digit range. Don't want a custom solution? Make it a requirement to use standard software and the teams should only "glue" them together. You write the specs, after all.

    And all of that for some course credit.

    Eliminate the CS department? Are you effin' kidding?

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  24. As a computer science graduate by Dareth · · Score: 3, Interesting

    As a computer science graduate I often ask why I did not have the choice to get a degree in systems administration.

    --

    I only look human.
    My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
    1. Re:As a computer science graduate by chill · · Score: 3, Insightful

      That isn't a degree, it's a certificate.

      --
      Learning HOW to think is more important than learning WHAT to think.
    2. Re:As a computer science graduate by Bigby · · Score: 2

      You can get a degree in Business Administration; right?

  25. Where is the problem here . . . ? by PolygamousRanchKid+ · · Score: 2, Interesting

    You want to study Computer Science? Enroll somewhere else. You live in Florida, and want to study Computer Science cheaply at a state subsidized school? Move.

    If folks in Florida sees no point in educating Computer Science students, let 'em. The loss will be theirs. Say "Hello" to your new neighbors from India.

    --
    Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
  26. Re:"Steven Salzberg, your blog sucks?" by b4dc0d3r · · Score: 3, Informative

    I don't get the outrage here. The article might just as well have positioned this as moving the education to the new Polytechnic. But that's not good for page views. So we get this opinion piece instead.

    Based on tuition and costs, there could be anywhere between 85-200 students covered by this department to get the $1.7M savings. And there is a Polytechnic being created in Tampa specifically for this kind of thing. Why invest in something that is going to be poached by your new University anyway?

    Meanwhile, just two days ago, Florida governor Rick Scott approved the creation of a brand-new public university, Florida Polytechnic University, to be located near the city of Tampa. In an unintentionally ironic statement, Gov. Scott said

            âoeAt a time when the number of graduates of Floridaâ(TM)s universities in the STEM [science, technology, engineering, and mathematics] fields is not projected to meet workforce needs, the establishment of Florida Polytechnic University will help us move the needle in the right direction.â

  27. Here's why they cut Computer Science by ggraham412 · · Score: 5, Interesting

    A number of posters have been wondering why UF cut the Computer Science department. It is because the administrators at the University of Florida want more funding from the state of Florida, and a useful and popular STEM program is a higher value hostage than, say, any Arts and Humanities program.

    My basis for this is OP's linked article in Forbes, which quite transparently links the elimination of the department with state budget cuts. Could you imagine how that would read if UF threatened closure of a Literature department and elimination of courses in postmodernism and semiotics? Most sane people would yawn at that.

  28. Re:No problem! by Bigby · · Score: 2

    How many people around the country would know about UF if it didn't have an athletics program? It is proven that a good athletics program increase applications to a school. It is a marketing tool for the academic side of the school. So yes, a self sufficient athletic program, like at UF, is a HUGE benefit to the academic side of the school. By huge, I mean 10's of millions a year they otherwise would not have had.

  29. Re:Blame squarely on GOP by DaveV1.0 · · Score: 3, Insightful

    Tuition is supposed to pay for the cost of schooling. Please explain why my taxes should pay for your schooling.

    And, a better explanation is that the administration staff is overpaid. The president of UF makes $750,000 a year. That is more than the president of the country.

    --
    There is no "-1 offended" or "-1 you don't agree with me" mod options for a reason.
  30. Re:No problem! by niado · · Score: 2

    Interestingly, another article from the site you provided linked to here. I guess the UF athletic program has dumped ("donated" ?) a large amount of money into the university coffers.

    That businessofsports.com site is pretty cool. It looks like I'm going to lose several hours of my life browsing there today, thanks!

  31. Computation by Myopic · · Score: 2

    Aside: ever since I was in my CS program, I've always disliked the name "Computer Science", largely because I spend two full years of college never using a computer for any of my classes. Calling it Computer Science puts the machine at the center of the endeavor, whereas really it is an abstract conceptual field, like all liberal studies.

    I think the field should be called "Computation".

  32. Re:CS is redundant by V!NCENT · · Score: 5, Interesting

    What kind of a shitty university do you get these from? In my country (not the US), I'm not even halfway and already I had to learn:
    1. Operating System design;
    2. industrial processor assembly languages;
    3. UML;
    4. java;
    5. C;
    6. C++;
    7. Processor designs;
    8. Math;
    9. Logic;
    10. MySQL;
    11. Unix and Windows networking;
    12. Internet protocols (TCP/IP, UDP, etc);
    13. Networking architecture (internet tiers, wireless networking, industrial ethernet, etc.)
    14. Logic boards (breadboards, soldering, reading ARM specs and erreta's etc.)
    15. Writing a Bluetooth device driver;
    16. Game design (3D modeling, OpenGL, storyboarding, etc)
    17. Professional skills (project management, documentation, etc.)
    18. Optimizing algorythms;
    19. Learning industrial processes;
    20. What did I miss?

    Sound like the level of eduation in your area sucks balls...

    --
    Here be signatures
  33. New T-Shits: "U of FL: Does not compute" by scorp1us · · Score: 3, Insightful

    What you expected a message body?

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
  34. Some things seem missing from this story by Parker51 · · Score: 2

    When budget cuts happen at a University, usually they must eliminate entire departments, as you can't selectively fire tenured faculty within a department, outside of reasons like gross misconduct. Otherwise, you're picking some pretty serious fights with accreditors, civil courts, and faculty professional organizations (AAUP, etc.).

    But why was computer science chosen? Usually, it's low-enrollment, low-income (from grants, etc.) programs like philosophy or entomology that fall under the axe, often at smaller campuses within a state system. Does the computer science department not bring in enough government grants and private development money? Enough tuition-paying students? A good enough track record with placing students in professional careers that make use of the education?

    Is this part of a game of University - Legislature brinksmanship where the University is threatening to cut desirable programs in a thinly-veiled effort to shame the government into coughing up more money?

  35. I'm fine with that by Sycraft-fu · · Score: 2

    So long as you are fine with footing the bill via taxes. If you aren't, then you need to deal with cuts. It isn't fair to ask undergrads to have their tuitions balloon even more just to support shit that they have no use or interest for. Nor it is fair, and not really ethical or legal, to take research money from a grant for a specific purpose and redirect it to other uses. So you need to foot the bill for that shit with your tax dollars. You do that, I'm pleased to have whatever you want. You don't then I'm sorry but shit has to go.

    If you try to fund everything by taking money from things that are doing well you end up driving everything to mediocrity or worse, which them means that they won't do so well, you'll get less students, less money and get in a nasty feedback cycle of things going to shit.

    Also I'm not talking about getting rid of all professors, just departments, and the associated overhead. My office is in the ECE department and we have processors that specialize in FPGAs, antennas, remote sensing, lasers, bioinstrumentation and so on. However they don't each get to have their own department. They are all under the auspices of ECE.

    So with your Latin example I'm fine with having a professor of Latin in the Languages department. I'm not fine with having a Latin department.

    Like it or not universities have to run like businesses because bills have to be paid. You have to decide what is and is not worth spending money on. This is more true than ever with cuts from public funding. We are a public university but we are now below 30% public funding. The rest is tuition and research. The lower that public number goes, the more we have to concentrate on what brings in money.

  36. Re:CS is redundant by Wovel · · Score: 2

    Our countries have trade schools as well. We are discussing university education. It is possible we define this distinction differently.

  37. I wonder... by dezent · · Score: 2

    I wonder If any uni in India will shut down their CS?

  38. Re:lol... ECE here by Culture20 · · Score: 2

    A good CS person just hard to find - most have no clue about BigO.

    You can't get past the CS weed-out classes without learning about Big O.
    You can't get through the anime club presentations without learning about Big O.
    You can't join ACM if you know about Big O.

  39. Re:Blame squarely on GOP by Black+Parrot · · Score: 2

    Tuition is supposed to pay for the cost of schooling. Please explain why my taxes should pay for your schooling.

    The idealized view is that a educated public makes a better society.

    The cynical view is that your legislature doesn't give a damn about education, but needs a university as a status symbol.

    For a more pragmatic answer, much of modern technology stems from universities. Businesses don't like to invest in basic research because it's not going to make a positive impact on their next quarterly earnings report. But your state taxes support institutions that do keep basic research alive in this country, and your federal taxes boost it (e.g., via the National Science Foundation grand programs).

    And even stuff that isn't invented at universities is often invented by people who your tax dollars helped educate. (Yeah, there are some famous examples of non-educated people who did cool stuff, but how much of our total innovation do they account for?)

    And finally, university towns tend to have a more educated populace than a similarly-sized town without a university, and so businesses like to locate there. That provides jobs even for non-educated people; every business needs clerical help etc., which may not sound very glamorous, but beats the hell out of flipping burgers for a living.

    If you want to whinge, I suspect you'll find that we spend more money on corporate welfare than we do on higher education, and that corporate welfare money just goes into some shareholders' pockets. At least you're getting something, perhaps indirectly, from the public investment in education.

    --
    Sheesh, evil *and* a jerk. -- Jade