Slashdot Mirror


Student Fights University Over Plagiarism-Detector

(Maly) writes "CBC is reporting that MCGill University has lost a fight to have students first turn papers over to an anti-cheating website before handing them in to professors. The student refused to hand in three assignments to the service, received a zero on those assignments, then fought the ruling. The story doesn't have many specifics, such as the venue of the fight (court or some internal university tribunal), but it is an interesting case. As a recent graduate of the social sciences, I find that practice appalling. The student is right to refuse, as he gets no compensation from the service for making money off his original work (assuming it was original!!). Although I don't like the idea, and I'm glad I never went through it, I suppose its analogue would be mandatory drug tests in sports."

949 comments

  1. Hrmm by acehole · · Score: 2, Insightful

    Isnt that the job of lecturers/professors? They're supposed to know the material and recognise when something is copied.

    What ever happened to trust?

    --
    Be you Admins? nay, we are but lusers!
    1. Re:Hrmm by epicstruggle · · Score: 3, Insightful

      With many profs. having hundreds of students, exactly where are they going to find the time to make sure your paper is an original. And TAs coming from overseas, I was happy if they could even speak english in the of chance that i need help. With this situation at hand, many have taken the easy route and cheated by searching/buying papers online.

      I hope students are required to hand their papers in to anti-cheat sites, before hand. Hey Id like to make sure people are all getting a fair shake.

      later,
      epic

      --
      "Im drowning here, and you're describing the water!"
    2. Re:Hrmm by the_duke_of_hazzard · · Score: 5, Insightful
      In former times this was easy - you were marking papers from year to year and could easily remember plagiarised essays, or essays copied from one another within a year group - but with the advent of the internet, work can easily be disseminated over a wide geographical area.

      On the other hand if you're talking about plagiarism of published works, then yes, tutors should be able to spot this. But I think we're talking about plagiarism of course essays rather than published papers. Of course, examination systems have laways got round this problem quite simply.

    3. Re:Hrmm by rhout · · Score: 1
      I recall a certain president saying something to the effect of "Trust but verify".

    4. Re:Hrmm by Anonymous Coward · · Score: 0

      Isnt that the job of lecturers/professors? They're supposed to know the material and recognise when something is copied.

      Unfortunately, sometimes it's difficult to see where the student copied it from. And when you have lots of students (I have 100+70+60, I think - got to check), checking each assignment is insane. A sad thing...
      But of course - after you detect something, you double-check it! The problem is how to detect plagiarism when you have lots of students and lots of books and websites out there. (OK, websites are searchable, but books are different)

    5. Re:Hrmm by NoOneInParticular · · Score: 4, Interesting
      That's akin to saying manufacturing anything is a job for engineers: they're supposed to know the material and how to build stuff with it. Well, once the initial design is done, it's a lot more efficient to create a machine that does the manufacturing for you. We call this the industrial revolution.

      As a former university teacher, I've never used this turnitin site, but I did use a 30-line python script that would take random fragments of 10 consecutive words in the papers and would run them (a) through google and (b) against all other papers that were turned in. This worked awesomely well and saved me a lot of time that I could spend on actually assessing the quality of the non-fraudulent papers.

      Plagiarism simply happens and I don't see the problem with automated checking for it. Automating tasks that formerly needed insight, training, and knowledge might be called the information revolution.

    6. Re:Hrmm by tgibbs · · Score: 4, Insightful

      Isnt that the job of lecturers/professors? They're supposed to know the material and recognise when something is copied.

      So professors are expected to be familiar with every recycled term paper that is going around on the internet or being sold by term paper mills?

      In reality, professors are going to catch plagiarism only if the student happens to copy from a source that the professor is very familiar with. A system where some students get hauled before disciplinary hearings while many others who are doing the same thing get away with high grades hardly seems fair, either.

      Unfortunately, students often get away with petty plagiarism all through college, and then move on to graduate school or professional careers where sources are more easily identified, and the penalty for plagiarism tends to be much heavier.

      Teaching students what constitutes original scholarship is part of the legitimate mission of the university, so outlawing tools that enable professors to catch cheaters ultimately is harmful to the student.

      Still, asking the student to submit his paper to an originality checker seems a bit like a slap in the face, and from a practical point of view, letting the students know just how their papers are going to be checked makes it easier for them to circumvent those measures. It would probably be better simply to inform the students that there papers will be checked for originality without telling them how.

    7. Re:Hrmm by Anonymous Coward · · Score: 0

      psst: can you post the script?

      thx

    8. Re:Hrmm by Anonymous Coward · · Score: 0
      Isnt that the job of lecturers/professors? They're supposed to know the material and recognise when something is copied.

      What ever happened to trust? Plus, what's the harm in a little copying? Why waste a couple weeks writing a stupid term paper on something someone else has already written and worded much better? Assigning busy work for the sake of needing something to grade is ridiculous. Same goes for programming assignments. Why should I bust my ass trying to figure out some obscure program when I can find something that does basically the same thing and turn it in? That's the whole point of open source! Reuse what's already out there and share the source man. Programming is gay anyway and all those jobs will be outsourced to India so why should I waste my time with it? Management is the new hotness.

    9. Re:Hrmm by mabhatter654 · · Score: 1

      Exactly! And management is all about getting somebody else to do the work so YOU get the credit. Too bad most /.rs are into science and technology...the last bastions [at least still pretend] of "honor and integrity" left...

    10. Re:Hrmm by mabhatter654 · · Score: 4, Insightful
      It's the new fashion! Tell your customers/students/employees you don't trust them....AND...make them do the work of "proving" that they're not breaking the rules in some humilliating way.

      After all, it's not like the students are paying customers of the University or something. Universities in general are actually WORSE than the *IAAs in terms of pre-emptively accusing people of wrongdoing...inspite of having a "mission" to educate and improve society, all they do anymore is integrate people into the pettiness of corperate culture!

    11. Re:Hrmm by DarkOx · · Score: 5, Insightful

      See there is a big difference between what you are doing and what the service is doing. You wrote a script to help you do your job. The only money you make off of it is your salary. The papers you get might be stored on your harddisk for future referance and checking but your not effectively using them as any sort of asset. If you were out there running ads "Over 5000 papers to varify against" and selling the service then it could be argued that you were using student papers to make money, becase the papers would be assets to your business. There is nothing wrong with automaticly checking for plagiarism there is something worng with you makeing money off work I did without my consent.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    12. Re:Hrmm by NoOneInParticular · · Score: 2, Interesting
      I could, in principle. I've lost the script that used the google API to do this, but still have the original one that would post HTML and parse google's result. Unfortunately, it ceased working, as google currently seems to check user agents or whatever and dissallows the script as a flagrant violation of their terms of service... which it is. I don't think it is wise to hack around this (which should be perfectly doable) as it's illegal.

      If there's any interest in this, it would be fairly easy to set it up to use the Google API and make it a small sourceforge project. It seems that if users of the script obtain a valid API key such a script does not violate Google's TOS for the API.

      The one that checks for occurances in other papers is so easy (using a python dictionary) that I leave that as an excercise for the reader :-)

    13. Re:Hrmm by Anonymous Coward · · Score: 5, Insightful

      Your implied economic argument is too simplistic. Say, for the sake of argument, that you are a student at this university, and that you are a plagiarist. The university is also protecting its other students (and itself) from the results of your cheating by trying to determine wheter or not you have committed plagiarism. If they fail to do so, you could well end up out in the real world having faked your way through part or all of your university education. This devalues the degree you and your classmates received, which harms them. It also harms the reputation university in question, so they are unable to attract the caliber of students they did in the past.

      And, contrary to what you might think, it does not take a huge public scandal for this sort of devaluing to occur. I work for a large investment bank and there are several schools that my fellow development managers and I simply discount when screening new hires straight out of college, simply based on experiences we have collectively had in the past with other students from those schools.

      As a paying customer, you should be glad your school cares as much as this one (if your school does, and if you are in school). Your dissatisfaction might be better focused on the fact that students are being asked to hand over original works to a for-profit institution with no compensation. That was the crux of the student's complaint in the article as well.

    14. Re:Hrmm by Illserve · · Score: 2, Insightful

      It's the new fashion! Tell your customers/students/employees you don't trust them....AND...make them do the work of "proving" that they're not breaking the rules in some humilliating way.

      The best way for students to prove that they're not breaking the rules, in this case, is to actually do the damned work. We're fortunate that it's become so easy to catch plagiarizers, a method that catches most of the offenders and produces no more false positives than convential methods.

      Good students should be applauding this, because now their honest effort won't be in the shadow of someone's $35 store bought paper written by a poor grad student.

    15. Re:Hrmm by Anonymous Coward · · Score: 0

      Isnt that the job of lecturers/professors? They're supposed to know the material and recognise when something is copied.

      What ever happened to trust?


      And how about Slashdot's "lameness filter"? Isn't that the job of the moderators?

    16. Re:Hrmm by Echnin · · Score: 1

      My mother does all that practically manually. Spends lot of time doing it. Might be a useful project.

      --
      Lalala
    17. Re:Hrmm by GigsVT · · Score: 5, Insightful

      Because we all know that software to recognize patterns in text is perfect. That's why no one ever gets spam anymore!

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    18. Re:Hrmm by GigsVT · · Score: 1

      How could it be illegal to send data to and get a response from, a public server?

      You are even using it the way it was intended, to search.

      Google can't say you can't use any certain client, even if that client is a command line client that you trigger from a script.

      Sure, they could ban you from their service, that's their right. But when you start calling it "illegal" that's another thing entirely.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    19. Re:Hrmm by Anonymous Coward · · Score: 5, Informative

      I'm afriad trust went out the window about the 50th time someone tried to pass someone else's work off as their own in one of my assignments.

      OK lets do some maths here...at the university at which I am a lecturer the average academic has 12 teaching contact hours a week (research, administration, student consultation etc are additional to this). Lets assume that lecturer gives 2 lecturers per week (4 hours). Lets knock a couple of hours off for unit coordination, or other time allowances etc and say that the staff member has 6 1 hour tutorials. Each tutorial has 30 students. That means there are 6x30 (180) potential assignments. Lets call it 150 since some students might not submit assignments for various reasons or they may have extensions and submit the assignment later. Lets say the assignment is a 3000 word report. That means that the staff member has to read 450,000 words, not including direct quotes, appendices etc that are not included in word counts. Just to put that into perspective, according to http://www.cnn.com/2003/SHOWBIZ/books/01/15/new.po tter/, its roughly the equivelent of reading Emily Bronte's Wuthering Heights almost 4 times and not much less that reading the entire Old Testment of the Bible.

      Lets say that it takes 1/2 hour to mark a report that does not have any plagiarism issues. That means that 75 hours will be spent marking these assignments alone (assuming non-stop marking with no breaks). According to various decision makers in the university, assignments need to be returned to students in 2 weeks (Try reading the Old Testment of the Bible in 2 weeks). This means that in addition to normal hours the lecturer has to find an extra 75 hours over 2 weeks. When we detect plagiarism in a report, we are usually very thorough in its investigation so that if it comes to an appeal, the Is are dotted and the Ts are crossed. This can easily take 2-3 hours per plagiarised assignment (not including time spent later interviewing the student).

      This means the staff member has a few options;

      1) pretend the plagiarism doesn't exist. However this has the effect of devaluing the univeristy's degrees as employers are wary about employing gradutes when they've had a bad experience in the past. The reputation of a University can be very important and easily lost.

      2) Reduce the time spent with dealing with plagiarised assignments through automated plagiarism detection tools. This does not eliminate the time spent on the problem. We never rely solely on the output of an automated tool, beacuse we understand that they generate false positives. However it does take some of the leg work out of it.

      3) Spend less time assessing the assignments from students that have done the right thing and done the assignment without plagiarising. In my opinion this is not a good option. I belive that we need to protect the students that do the right thing.

      4) Not meet the deadline. Not the best career move.

      So no, I don't think it is the job of a lecturer top check for plagiarism. It is something that I shouldn't have to do. When students submit an assignment they sign a cover page which states that any non-original material has been appropriately acknowledged.

      Having said all of this, personally I'm not a fan of web based plagairism detection services. I would much rather have a local tool that can check submitted assignments against themselves and a search engine, so that the University maintains control of the assignments.

    20. Re:Hrmm by Anonymous Coward · · Score: 2, Insightful

      this should never be manditory. this is the same as saying, ok dude...i know you spent a week on that project but give it to me so i can make money and you get nothing.

      i agree with the student. this is tantamount to saying that all students are cheating. it treats like as if they are dishonest when in reality it may be only a half dozen or so per 100.

      secondly...the kid is also right to object to give a website free content that they will use to make money off of without some sort of compensation on his end.

      i remember busting my chops on 40-50 page papers on comparative governments and i'll tell you, those weeks that i'd spend working on them was for my benefit not some website.

    21. Re: Hrmm by quivrnglps · · Score: 0, Flamebait

      ...And TAs coming from overseas, I was happy if they could even speak english in the of chance that i need help....

      Were you my 211 TA? I could swear I've heard that sentence structure before...

      Before you try to pass yourself off (note the spelling) as a xenophobic English speaker, give me a call and we'll work on your grammar.

    22. Re:Hrmm by jeffkjo1 · · Score: 4, Interesting

      I agree with the grandparent poster here, and I think most other posters are missing a valid point (one that I hear one the first day of nearly every class I have ever been in.)

      It goes something like this:
      "I will know if you cheat. I will catch you. I may miss it the first time, I may miss it the second time, but I will catch you. If you turn in one paper, and then in your second paper, the setence structure and word usage are completely different, I will know something is up. I keep all copies of all of your in class and out of class writing assignments, so it's easy to compare. I've been teaching here for X years, and I was once a student too, don't think I don't know all of the tricks."

      Professors aren't idiots (and they have also been able to throw words and phrases into search engines for just as long as students have been able to find papers the same way.)

      Even if you have one professor that doesn't catch you, the next one probably will.

    23. Re:Hrmm by HorrorIsland · · Score: 1
      You know, if I were still a student, were inclined to plagiarize, and knew someone was checking as you describe, I'd simply write a script to introduce spelling errors every so many words - maybe even rewriting some words using "l33+ spek". I expect that I'd lose points as a result, but that's better than the alternatives: getting thrown out as a cheater, or taking an incomplete for not turning in anything.

      What do you think? Would you go to the trouble of spell-correcting the paper first, then running your "cheater checker"?

    24. Re:Hrmm by Fancia · · Score: 1

      That's not the only way, necessarily. My mother is a French professor; even her fourth-year students are easily distinguishable from published sources, which makes the sudden jump in apparent writing capability a clear sign of plagiarism.

      --

      Bít, zabít, jen proto, ze su liska!
    25. Re:Hrmm by geekdoc · · Score: 2, Insightful

      As an undergraduate, I actually sat on the Honor Board at a major US college. We were in charge of charging, investigating, and adjudicating honor code violations, including plagiarism, and we could not have done our job without turnitin.com.

      Today, there is such a multitude of information on every subject known to mankind on the internet that it is nearly impossible to know them all. Also, cheating and plagiarism are epidemic (anywhere from 40-50% of students admit to "serious cheating" on at least one writing assignment), making those who do cheat a much larger percentage of the population than those who download illegal music. While sending everyone's papers through turnitin might be overkill (since most professors can tell when someone's paper just doesn't sound right), unless you have something to hide, you shouldn't have any problem with sending your papers through turnitin.

      It's not like getting frisked or questioned under bright interrogation lights. It doesn't even take any of your time because the school does it all for you. You give them your paper (which you do anyway), they send it in, and 24-72 hours later they get an e-mail response. Many more schools (or at least professors) could be doing this anyway and no one would ever know it. That hardly qualifies as humiliating.

      If your school is known as being a haven for plagiarists, is anyone going to take your degree seriously? The old Reagan quote comes to mind: "Trust, but verify."

    26. Re:Hrmm by scubacuda · · Score: 1
      It's actually an old Russian proverb: doverai no proverai.

      (Looks like slash won't support the original Cyrillic)

    27. Re:Hrmm by jandrese · · Score: 2, Funny

      Wouldn't that merely tip the teacher off that you're up to something? Besides, why not just do your own work and try to learn something?

      --

      I read the internet for the articles.
    28. Re:Hrmm by queequeg1 · · Score: 1

      What you're proposing is choosing between getting an F (for cheating) or getting a C or D (for being a idiot who can't spell).

    29. Re:Hrmm by Anonymous Coward · · Score: 0

      So I suppose you think the cops ought not need search warrants either, since honest people have nothing to hide.
      Fuck you and the Stalinist horse you rode in on.

    30. Re:Hrmm by Frisky070802 · · Score: 2, Insightful
      Mod parent insightful. The balance between the student's trust and the overall role of the school is tenuous, but the comment about how one can no longer rely on a teacher to identify every source of knowledge is quite valid.

      I'd feel a lot better however if the service performing the analysis were non-profit, and also if it is known that it distills enough from each publication to identify duplication without being able to reproduce it (copyright issues).

      --
      Mencken had it right. So glad that's old news.
    31. Re:Hrmm by TrentC · · Score: 5, Funny

      Because we all know that software to recognize patterns in text is perfect. That's why no one ever gets spam anymore!

      While funny, the problem with your argument is that spam gets through filters because the spammers don't seem to care one whit about formatting, presentation or a professional appearance, they just want the damn email in your inbox.

      When a college student submits an essay titled:

      "The Hist0ry of Pan-Afr]1can Con|flict In Resp0nse to the Amer*ican Slave Trade peterson butterfly tango"

      that student has bigger problems then trying to foil an automated plagiarism checker.

      Jay (=

    32. Re:Hrmm by deke_2503 · · Score: 1

      AIAA - American Institute of Aeronautics and Astronautics
      BIAA - Brain Injury Association Of Alberta
      CIAA - Center Intercollegiate Athletic Association
      DIAA - Dairy Industry Association of Australia
      EIAA - European Interactive Advertising Association
      FIAA - Fire Investigation Association of Alberta
      GIAA - Guild of Italian American Actors
      HIAA - Halifax International Airport Authority

      Yes, the list goes on...

    33. Re: Hrmm by bezuwork's+friend · · Score: 3, Interesting
      ... but with the advent of the internet, work can easily be disseminated over a wide geographical area.

      I'm in law school. Plagarism there is quite serious, although I seem to recall a prior /. discussion that Senator Biden apparently plagarized a report and seems none the worse for it.

      Those professors of mine that have discussed it have this to say (about plagerism from court decisions, at least): It used to be hard to detect plagarism, but now it is easy. They say they can tell when a student has plagerized, as the writing is just too polished, so they go online and type in some text and often can find the match.

      I just don't know why anyone would even attempt to copy in this way as you can always cite to something, and thus make it's use proper. Alternatively, just talk to the professor or get the zero - the alternative is risk of expulsion. I believe schools can even recind degrees they've awarded if evidence of wrongdoing comes up.

    34. Re:Hrmm by NoOneInParticular · · Score: 3, Insightful
      I can see that the profit motive seem to be a problem. Remember however that the reason the papers are worth anything is because students have the tendency to copy them to save them the trouble of writing something on their own, and there's a market for plagiarism detection. Apart from that, they're worthless (generally speaking, some papers are good).

      In effect, a company like Turnitin would only be interested in the student papers from universities that use their service, simply because students from the same university are much more likely to exchange papers without using the internet than with those from other universities. In the case the internet is used, Turnitin is perfectly capable of finding this information for itself, perfectly legit, because it is publically available.

      The university that uses Turnitin when explicitly asked would undoubtedly allow Turnitin to use the univerity's entire archive for detecting plagiarism for *their* students. Maybe they would not allow it to be used for other university's students, I would doubt that however.

      The point is however that there is very little worth (except maybe for advertising) in collecting papers from one university and trying to apply them to the next, unless these papers are available on the net, in which case they're freely available anyway. Concluding, I think the 'making money of the student's work' argument is far-fetched.

    35. Re:Hrmm by Anonymous Coward · · Score: 0

      Bah, you're just regurgitating the professors' threats. He convinced you, that's fine - but you have no actual knowledge of how many cheaters succeed or fail.

    36. Re:Hrmm by NoOneInParticular · · Score: 1

      Ok, bad choice of words: s/illegal/not allowed/

    37. Re:Hrmm by corbettw · · Score: 1

      I don't really have an opinion on the subject, but just to play Devil's Advocate for a second, have you thought of the comparison of these services to spam filters? Many spam filters work by comparing a given email to a corpus of previous spams. The more the new one resembles old ones, the more likely it is to be spam. Same thing with the anti-plagiarism service. Now, would you argue that spam filters are unethical if they, in effect, make money off the back of spammers?

      Just something to think about.

      --
      God invented whiskey so the Irish would not rule the world.
    38. Re:Hrmm by NoOneInParticular · · Score: 1
      What do you think? Would you go to the trouble of spell-correcting the paper first, then running your "cheater checker"?

      If students would start doing this, I would indeed run it through a non-interactive spellchecker first and if the number of errors exceeded a certain percentage (say 1 spelling error in 500 words), I would sent it back immediately without bothering with the plagiarism detector.

    39. Re:Hrmm by Anonymous Coward · · Score: 0

      Professors aren't idiots

      That's quite an assumption. The prof in this story is just one example of incompitence. While some professors are at the university because they are smart and love to teach, many are there because they couldn't make it in the real world. The ivory towers are unfortunately the easy way out for many.

    40. Re:Hrmm by orthogonal · · Score: 4, Funny

      I could, in principle. I've lost the script that used the google API to do this

      Oh suuure, you lost it.

      And it's just a coincidence that I found a word-for-reserved-word very similar script -- by searching Google. (It's on the site "Napkin Scribblings of Don Knuth, as submitted by janitors, waiters, and graduate students". )

      Looks like you "forgot" to cite "your" work. This will go on your permanent record, young man.

    41. Re:Hrmm by john82 · · Score: 1

      ... I'd simply write a script to introduce spelling errors every so many words - maybe even rewriting some words using "l33+ spek". I expect that I'd lose points as a result, but that's better than the alternatives: getting thrown out as a cheater, or taking an incomplete for not turning in anything.

      At the school I attended for my Bachelor's degree, three grammar or spelling errors would result in an F on the paper. It did not matter what the content was.

      However, when I was in grad school there it appeared that grammar and spelling were less of a concern for the professors. I suspect that, because there were a significant number of foreign students for whom English was not their primary language, teachers overlooked technical issues as a way of leveling the playing field.

      Turnitin has found a niche service that they can provide at a profit. Sounds like a classic MBA project. In any other endeavour, the denizens of slashdot would laud such accumen. The only real objection then stems from the possibility of discovery while violating standard ethical practice in school. Plagarism is not altogether different from violating copyright.

      Were the faculty profiting from the students work by publishing it as there own (a not uncommon practice in graduate school unfortunately) I would have a problem with that. That does not appear to be the case here.

    42. Re:Hrmm by Anonymous Coward · · Score: 0

      Since you didn't name the large investment bank you work for, I will assume it is the one bank that has not been "devalued" for cheating.

      Cheating doesn't allow you to fake a job or expertise it is just practice for being dishonest and there are plenty of jobs for the liar.

      If the point of school is education then cheating is irrelevant. If the point of school is proof that you know something it is much cheaper and efficient to test for that knowledge at employment time.

      If you buy an education for a proof certificate you have already failed your first big test.

    43. Re:Hrmm by asdfman2000 · · Score: 1

      You realize professors and such get paid for this, right? If they don't like what they have to do, go get another job.

    44. Re:Hrmm by richieb · · Score: 1
      Unfortunately, students often get away with petty plagiarism all through college, and then move on to graduate school or professional careers where sources are more easily identified, and the penalty for plagiarism tends to be much heavier.

      I don't know. In my job I use a lot of open source libraries and "plagiarize" code from other people's programs. Is this really bad?

      I think I'd get punished more for trying to re-invent the wheel each time.

      --
      ...richie - It is a good day to code.
    45. Re:Hrmm by Mr+Guy · · Score: 1

      Not the same.

      Filters use signatures to compare how likely something is to be spam. This is basically authorizing them to keep an actual copy of your work, then use that copy as a basis for comparison to see if something in the future is the same work.

    46. Re:Hrmm by gumbi+west · · Score: 1

      5) Work at a college where tutorials have only 10 or so people in them.

    47. Re:Hrmm by elreyball · · Score: 1

      Yes, our job is to lecture. And yes, we generally recognize when students copy material. It ain't hard folks. But I can't fail a student for cheating w/o proof the student actually copied. Last fall I had so many cutandpasters that I've quit assigning take home essays. I had one student who actually admitted to copying the material, but didnt' realize he/she had done anything wrong! Trust flew out the window with intellectual curiosity.

    48. Re:Hrmm by willtsmith · · Score: 1

      I guess us honorable moderate achievers will have to rely on God to punish cheating overachievers. The system in academia and business seems rigged towards cheating. Or, it's rigged towards "de-regulation" as Republicans would call it. ;-)

      --
      -------- -------- Support Wesley Clark for president!!!
    49. Re:Hrmm by stevew · · Score: 1

      I was speaking to a friend at lunch a week ago and this very subject came up.

      My buddy is teaching a business class at a popular MBA night school. He told us the story of catching a person who had committed plagarism by using such a service. When the student was approached - "Oh I'm sorry, I didn't know - I won't do that again."

      He got a 0 for the assignment and the incident was reported to the university.

      So in this particular case, the prof was detecting the issue himself by merely looking at the available papers in the free section at a few popular sites.

      I guess you might draw the conclusion that plagarists aren't necessarily very clever either.

      --
      Have you compiled your kernel today??
    50. Re:Hrmm by sailor420 · · Score: 2, Insightful

      Having said all of this, personally I'm not a fan of web based plagairism detection services. I would much rather have a local tool that can check submitted assignments against themselves and a search engine, so that the University maintains control of the assignments.

      And therein lies the problem. I agree with you, the professors should have an easy way to check their students' papers for plaigerism. However, this solution should be an internal one, either built for or licensed to the university. The papers that these students wrote should not become the property of some third-party company to keep and make money off of--in fact, I suspect that practice could easily go against the honor codes that so many Universities implement.

    51. Re:Hrmm by EastCoastSurfer · · Score: 1

      Makes absolutely no sense. If you walk up to a cop and hand him the evidence he did not need a search warrant. The cops can then take said evidence and analyze it as long as they want.

    52. Re:Hrmm by Anonymous Coward · · Score: 0

      Maintaining an internal database to catch cheaters, as well as systems and processes, is an absolutely fair, valid, and overall good thing to do.

      Actually requiring the students to submit their work to a commercial service, which will make a profit off of student IP by using it to compare the work against the work of others, is an absolutely horrible thing to do.

      This policy basically says - look, in order for me to give you a grade for your work (Note, you're a customer of the institution) you MUST submit your paper's IP rights to this 3rd party commercial service. That's not part of the deal when you sign up for School, and this student is on the right.

    53. Re: Hrmm by Safety+Cap · · Score: 1
      I believe schools can even recind degrees they've awarded if evidence of wrongdoing comes up.
      This is correct. At UVA, three graduates got their degrees revoked about a year and a half ago. There are other examples.

      The bottom line is you have to be a pretty dim bulb to cheat in that way. Part of the point of doing so many papers is so you increase your writing skills. If you stake through the course by pinching other folks' stuff, what are you going to do when it comes time for the in-class essay?

      Those who cheat to learn only learn to cheat. -- The Sphinx

      --
      Yeah, right.
    54. Re:Hrmm by willtsmith · · Score: 1

      I recall a certain president saying something to the effect of "Trust but verify".

      First, let us consult Dictionary.com


      trust ( P ) Pronunciation Key (trst)
      n.
      Firm reliance on the integrity, ability, or character of a person or thing.
      Custody; care.
      Something committed into the care of another; charge.

      The condition and resulting obligation of having confidence placed in one: violated a public trust.
      One in which confidence is placed.
      Reliance on something in the future; hope.
      Reliance on the intention and ability of a purchaser to pay in the future; credit.
      Law.
      A legal title to property held by one party for the benefit of another.
      The confidence reposed in a trustee when giving the trustee legal title to property to administer for another, together with the trustee's obligation regarding that property and the beneficiary.
      The property so held.
      A combination of firms or corporations for the purpose of reducing competition and controlling prices throughout a business or an industry.

      v. trusted, trusting, trusts
      v. intr.
      To have or place reliance; depend: Trust in the Lord. Trust to destiny.
      To be confident; hope.
      To sell on credit.

      v. tr.
      To have or place confidence in; depend on.
      To expect with assurance; assume: I trust that you will be on time.
      To believe: I trust what you say.
      To place in the care of another; entrust.
      To grant discretion to confidently: Can I trust them with the boat?
      To extend credit to.

      Idiom:
      in trust
      In the possession or care of a trustee.



      You can look at this statement two ways.

      1) Reagan was making an ironic statement. Effectively he meant SAY you trust someone. But you don't trust. You look over their shoulder and make sure they do what they say. You always keep up your guard and be a skeptic.

      2) Reagan didn't know what trust meant. He was an ideological babbling idiot.

      Personally. I don't mind making up new words and phrases. However, I HATE when people redefine existing words. Especially when they use those words to label and then demonize. They make a wreck out of English and make rational conversation imposssible.

      Today the terms liberal and conservative no longer have ANY meaning. They've been gutted and warped by ideologues on both sides of the aisles.

      For the record, the only real liberals are Anarchists and Libertarians. The only real conservatives are Amish ;-)

      --
      -------- -------- Support Wesley Clark for president!!!
    55. Re:Hrmm by Sirch · · Score: 1
      Unfortunately, it ceased working, as google currently seems to check user agents or whatever and dissallows the script as a flagrant violation of their terms of service...

      The following string performs an I'm Feeling Lucky search using Google, when used as the HTTP header (terms being each word separated by +), and is currently being quite successfully used in an IRC bot:
      GET /search?btnI=&q= HTTP/1.1\n\n
      AFAIK, Google don't have any client checking, they just have some flags in hidden inputs - all you have to do is inspect the HTML of their search submission forms...
    56. Re:Hrmm by Sirch · · Score: 1

      Of course, terms are included after the &q= bit

    57. Re:Hrmm by Frisky070802 · · Score: 1
      Parent is flamebait, but I'll take the bait: there's a difference between police going into your house and a student submitting an essay to a university. The student is claiming the work is original, and in many places signs a code of honor that attests to this. But technology makes it easy for students to find otherwise obscure text to plagiarize, and this is the counterbalance in the arms race. Still, I grant it would be better to formalize the permission for the analysis as part of the honor code; I posted elsewhere in this thread about how it would make sense to apply such a change only to future students.

      By the way, I found it interesting that a student (TA I assume) at U.C. Berkeley developed the system but then the university refused to use it. I was a student there and I know first-hand how liberal the university's tendencies are. But at the same time, I'm pretty sure at least some CS professors there have used code analysis to find duplicated source code for ages. Essays aren't so different.

      --
      Mencken had it right. So glad that's old news.
    58. Re: Hrmm by trg83 · · Score: 1
      Well, Mr. Law School, one thing you could afford to plagiarize is the dictionary. Your spelling is atrocious. Here you go.

      In addition to your spelling lesson, I am going to spend some additional time on my soapbox. People like me who follow grammar and spelling conventions are considered to be plagiarizing because we write fluid, coherent sentences! This is not purely a theoretical matter for me as I have had teachers show suspicion as to the origin of my papers. Sure, they can go on-line and check to see if I am indeed cheating. However, a law school student like you should realize that copyright can apply to two parties who independently created the same thing. Provided correct usage of the English language is observed, there are only a limited number of ways to express an idea on a given topic. What would prevent two people from explaining the same event or idea in identical wording? I will not go so far as to say papers would be identical, but an entire sentence or two may well be. If all professors shared the ideology of one of my high school English teachers, who narrowly defined plagiarism as using three words in the exact same order from an uncited source, many students could be falsely accused and punished. This is something about which a law school student should be very concerned.

    59. Re:Hrmm by Gumber · · Score: 2, Insightful

      I would hope and assume that positives are reviewed by a human before the student is accused of cheating, especially given that someone is supposed to be reading their essay anyway to grade it.

      The economics of the situation are a little different with Spam.

    60. Re:Hrmm by Anonymous Coward · · Score: 0

      What school did you go to? I'll bet that you can remember plenty of your classmates that performed below your expectations. Does that mean you wouldn't hire yourself?

    61. Re:Hrmm by autocracy · · Score: 1

      I would argue that the paper I've written for college is not a public nuisance. If a company makes money by cleaning up litter, good for them. s/litter/spam/ and read again. As long as they're not making their own market by sending the same spam, I'm fine with it. So no, spam filter comparison is fine, term papers are not.

      --
      SIG: HUP
    62. Re:Hrmm by Anonymous Coward · · Score: 0
      The prof in this story is just one example of incompitence

      and your spelling is another

    63. Re:Hrmm by NoOneInParticular · · Score: 1

      I didn't check thoroughly, just pasted in the string I sent through python's urllib to Google in my browser, and it worked. Capturing the response from my script, I got a 'Forbidden' message from Google. As I said, it wouldn't be too hard to work around it, but I would prefer to use a method that Google doesn't explicitely dissallow.

    64. Re:Hrmm by Punchcardz · · Score: 1

      It's not a matter of liking or not liking. It is a matter of physically being able to do the job, and do it well.

      And frankly, what worked in "the good old days" doesn't cut it anymore. I'm not saying this particular case is the right way to go about it, but saying "tough luck proffesors, use the same tools you have for the last 150 years" when the cheaters have accesss to easier and better ways to cheat, is just silly.

    65. Re:Hrmm by Sirch · · Score: 1

      Well check the Location: header - Google redirects browsers that way.

    66. Re:Hrmm by Anonymous Coward · · Score: 0

      Var ify, huh? You're sure of this spelling?

      I'm going to guess you don't speak any Romance languages.... Verdad?

      I'm sorry. That one little mistake just ticked me off majorly.

    67. Re:Hrmm by Anonymous Coward · · Score: 0
      "See, there is" ... "for future reference" ... "but you're not" ... "papers to verify against" ... "selling the service, then" ... "because the papers" ... "with automatically checking" ... "plagiarism, there" ... "wrong" ... "making money".

      Conclusion: post is most definitely not plagiarised. Your credit card will be charged $39.99 USD.

    68. Re:Hrmm by mrbadmood · · Score: 1

      In reality, professors are going to catch plagiarism only if the student happens to copy from a source that the professor is very familiar with.

      Not so. Say you've got a student with poor reading and writing skills. Said student suddenly turn in an erudite, well-written paper. You don't have to know jack about its sources to smell something funny.

      My wife, who teaches at a state university, has to deal with plagiarists every semester, despite her policy to instantly kick offenders out of her class.

    69. Re:Hrmm by Anonymous Coward · · Score: 0

      Assuming all student papers get added to the database, what happens if the same student has to write more than one paper on a similar subject?

      Even if the student doesn't rewrite portions of the first paper for use in the second paper, one would imagine that the student would use similar phrasing to discuss the same material. Would that cause a false positive for plagarism?

    70. Re:Hrmm by dgatwood · · Score: 3, Interesting
      If it were 6/100, that might be a valid opinion. When the average is 20/100 (higher in some types of writing classes) who plagiarize part or all of at least one paper, however, it becomes clear that the quality of education is being adversely iimpacted.

      Simply trusting the students is not a reasonable option. Schools have a reputation to uphold in the eyes of employers. If they start turning out graduates who claim to have taken a writing class but couldn't write a complete sentence to save their lives, employers will think twice before hiring their students in the future. That means students will not want to go there in the future, meaning fewer students and poorer quality students, leading to a never-ending spiral until eventually the university closes. I've seen universities go down that path, and it isn't pretty.

      Those companies don't make money off your paper. They don't make a single penny more because your paper is on their servers. They make money because they provide an important service.

      That having been said, doing this on final submission is the wrong way to solve the problem. The right way is to give the students the opportunity to revise the paper after such a submission and resubmit as often as desired. That way, they know they've been caught and can redeem themselves by doing the work themselves.

      It also could provide a means for near real-time grammar and spelling advice, which is much a much better way to actually learn than simply getting back papers with red marks. If the purpose of teaching is to teach (rather than to simply deflate students' sense of self-worth as some teachers seem to believe :-| ), then this has a lot of potential....

      Just my $0.02.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    71. Re:Hrmm by Anonymous Coward · · Score: 0

      While some professors are at the university because they are smart and love to teach, many are there because they couldn't make it in the real world Laughable. Try and see how difficult it is to get a tenure-track position in a school like McGill.

    72. Re:Hrmm by stephanruby · · Score: 1
      It also could provide a means for near real-time grammar and spelling advice,

      You mean like Microsoft Word?

    73. Re:Hrmm by tgibbs · · Score: 1

      My mother is a French professor; even her fourth-year students are easily distinguishable from published sources, which makes the sudden jump in apparent writing capability a clear sign of plagiarism.

      Ah, but can she distinguish a paper written by one of her fourth year students from one written by a fourth year student at another university three years ago, and then sold or traded to a student in her class?

    74. Re:Hrmm by Jacob0531 · · Score: 2, Interesting

      Guilty until proven innocent! Sounds fabulous!

      No offense, but I could care less if students cheat. In the end they are only cheating themselves. The problem comes when these students enter the workforce and all the employers care about is their GPA and spend no time actually interviewing their potential candidates. A thorough interview and a good judge of character will weed out the slackers.

      Kudos to the one employer I've had who truly had the ability to put together a great team. It was a sad day to see him leave.

    75. Re:Hrmm by squozebrain · · Score: 1


      Having said all of this, personally I'm not a fan of web based plagairism detection services. I would much rather have a local tool that can check submitted assignments against themselves and a search engine, so that the University maintains control of the assignments.


      Would it be acceptable if the University maintained a local server to store its student papers? Perhaps a peer-to-peer distributed search through local University servers would provide the same results without losing control of the students' content.

    76. Re:Hrmm by tgibbs · · Score: 1

      I don't know. In my job I use a lot of open source libraries and "plagiarize" code from other people's programs. Is this really bad?

      Plagiarism is passing somebody else's work off as your own, so if you are telling your boss that you wrote it yourself, then yes, it is really wrong. And of course, if the original source is copyrighted or limited by license, you could be exposing your employer to liability that they don't know about. They probably wouldn't take that lightly.

    77. Re:Hrmm by tgibbs · · Score: 1

      Not so. Say you've got a student with poor reading and writing skills. Said student suddenly turn in an erudite, well-written paper. You don't have to know jack about its sources to smell something funny.

      "Smelling something funny" and proving it are two different things. And of course, not every plagiarized paper is erudite and well-written. The crafty plagiarist might well choose a paper that earned its original author a "B". And if the student is plagiarizing from the outset, the teacher may know little about his true writing skills.

    78. Re:Hrmm by Anonymous Coward · · Score: 0

      With many profs. having hundreds of students, exactly where are they going to find the time to make sure your paper is an original..

      And TAs coming from overseas,I was happy if they could even speak english in the of chance that i need help.

      So what? These are both problems with the University. They are not the student's responsibility. How about hiring more teaching faculty? How about requiring greater fluency in the english language before letting people be TAs?

      Universities hand out assistantships to student from overseas like it's going out of style. Meanwhile smarter, more well-rounded American graduate students are forced to work off campus to pay the exorbitant tuition and fees. Anything to get more dedicated research slaves ^M^M^M^M^M^M^M^M^M^M^M^M^M Ph.D. students. Meanwhile, professors become more and more useless as teachers all the time. It's already at the point where 90% of teaching faculty could be replaced by a piece of software that can create a Powerpoint summary of a textbook chapter, and read that summary verbatim in the classroom.

      American Universities are eating themselves.

    79. Re:Hrmm by OblvnDrgn · · Score: 1

      Sure, let's say it's the same point. So we should give the spammers the right to not submit their email to the archive by not emailing anyone using the filter. I can only hope they exercise this right.

    80. Re:Hrmm by stephanruby · · Score: 1
      The university that uses Turnitin when explicitly asked would undoubtedly allow Turnitin to use the univerity's entire archive for detecting plagiarism for *their* students. Maybe they would not allow it to be used for other university's students, I would doubt that however.

      Forget about what the University thinks. The most important part is what will Turnitin think when faced with competitors? Will Turnitin share papers with its competitors? Will Turnitin have a competitive advantage over its late-starting competitors?

      Students share papers across Universities all the time. There are services that legally buy and sell those "original" papers just for this reason. Not only Turnitin is making money from those papers, but hard-working students will be deprived of their revenues because they won't be able to sell their original work to the paper-exhange services.

    81. Re:Hrmm by crush · · Score: 3, Insightful
      Yeah, and then when you get caught you'll cry and appeal and threaten to sue the college and the professor will have to spend more of his valuable time which is already stretched thin proving that you're a dishonest f*ck who won't take no for answer and most professors don't like to deal with all that shit, so you'll get away with a plea-bargain from the Academic-"Integrity"-Board, or whatever newspeak term your university uses. Add to this that the administration of the university don't like students being caught cheating because then they have to expel them and then the university which is a business loses their fees. Add to this that lots of rich kids with no talent, no brains and no honesty want an easy university to hand them a piece of paper that says they graduated and you have the makings of a degraded education system.

      Spare me all this special pleading about the students being "assumed innocent until proven guilty". If that were the case then TAs shouldn't be so nasty as to check out a suspiciously well-written passage, they shouldn't even consider it a possibility.

      This is all about cheaters whining because they'll be caught more easily. I agree that it's exactly like drug-testing in athletics and as someone that's been involved in both academia and athletics and hasn't cheated I welcome the introduction of these tests.

    82. Re:Hrmm by jeffkjo1 · · Score: 1

      The difference is the drug testing companies don't later profit off the sale of your urine.

    83. Re:Hrmm by dpm · · Score: 5, Insightful

      Speaking as a former assistant professor, I have no patience at all with past colleagues who complain about their students cheating. It is an easy matter to have students do their assignments incrementally, starting with bibliographical reports and oral presentations (with questions), where cheating is much more difficult, before handing in the written paper on the same topic.

      If professors keep on assigning the same trite, tired topics year after year instead of taking the time to develop new ones, and simply rubber-stamp grades onto half-read papers instead of monitoring each student's progress, they are cheating as much as the students (and yes, I've taught classes with more than 100 students).

    84. Re:Hrmm by Anonymous Coward · · Score: 4, Interesting

      I took AP European History in High school. We had to write a ton of essays for that. I then went to college and took a couple more European History classes. Now, some of these college classes had essay assignments that were *exactly* like the ones I did in high school. Now, I did a good job on my high school essays, so I just turned some of those in. They were my original work, and I still knew the material good enough to re-write the essay if I had to.

      Bam, second essay I turn in that I had written previously, I get called in. Turns out, my teacher thought that I had been plagarizing. He ran my papers through one of these databases, that my high school teacher had so conveniently submitted my papers to, and got a hit.

      There was nothing I could do to convince my teacher I wasn't plagarizing. I was able to word for word recite passages and ideas out of my paper, from memory. Apparently that wasn't good enough. I almost lost two years of college education (plagarism annuls all the courses you have taken at this university) because of a stupid service like this one. Screw them. They aged me five years over worrying about whether re-submitting my own original work was going to ruin my future.

      In other words, this is not full-proof and I pity the students who turn the same paper into more than one class, because you may just get screwed.

    85. Re:Hrmm by Nasarius · · Score: 2, Insightful
      I hope students are required to hand their papers in to anti-cheat sites, before hand. Hey Id like to make sure people are all getting a fair shake.

      As a current university student (studying chemistry, though), I agree. It lowers the value and meaning of a degree if it's easy to get by cheating. Not to mention that you're screwing yourself over if you constantly cheat.

      --
      LOAD "SIG",8,1
    86. Re:Hrmm by stephanruby · · Score: 1
      You give them your paper (which you do anyway), they send it in, and 24-72 hours later they get an e-mail response.

      That's the way it may have worked in your case, but in the case of McGill -- they wanted the student to directly input their papers into the web site of Turnitin. And in any case, that service was going to be discontinued last December because McGill was only evaluating the service and was not ready to pay the licensing fees.

      I wonder what their licensing fees are? Their web site doesn't say? Does anyone have any idea?

    87. Re:Hrmm by Anonymous Coward · · Score: 0

      No, I'd rather have something that would let me *PASS* a course. Word's grammar rules are akin to a english as a second language students first paper.

    88. Re:Hrmm by wkitchen · · Score: 3, Informative
      Even if you have one professor that doesn't catch you, the next one probably will.
      Given the number of highly credentialed incompetents that I've encountered, I'm not so sure about that.
    89. Re:Hrmm by fucksl4shd0t · · Score: 2, Insightful

      I hope students are required to hand their papers in to anti-cheat sites, before hand. Hey Id like to make sure people are all getting a fair shake.

      So then, an environment in which everyone is assumed to be a cheater until proven otherwise by automated software is an environment that fosters trust, growth, and learning? Don't throw the baby out with the bath water. :) I didn't learn that one in a university...

      --
      Like what I said? You might like my music
    90. Re:Hrmm by Anonymous Coward · · Score: 0

      So no, I don't think it is the job of a lecturer top check for plagiarism.

      Well, let's go talk to the dean and see what he has to say about that.

      I'm sure work would be easier if you spent less time =thinking= about what you shouldn't be doing and more time doing what we are paying you to do.

      Get back to work and quit wasting government and student funds complaining about your terrible life on slashdot.

    91. Re:Hrmm by Anonymous Coward · · Score: 0

      I can see that the profit motive seem to be a problem. Remember however that the reason the papers are worth anything is because students have the tendency to copy them to save them the trouble of writing something on their own, and there's a market for plagiarism detection. Apart from that, they're worthless ...

      The university that uses Turnitin when explicitly asked would undoubtedly allow Turnitin to use the univerity's entire archive for detecting plagiarism for *their* students.


      That's right, because the principles and laws regarding copyright and the right to control use of your own work only apply to businesspeople, academics and others in positions of power.

      Students have little or no power and resources. Therefore their rights and ownership of their own work is unimportant, in the face of others' needs to use it and profit from it.

      Who are you to judge the total value and worth of someone's work? Copyright extends for life + 70 years or something like that.

      You think you can predict with 100% certainty that something is valueless? Yeah, that's what the professor who graded the original business plan for FedEx thought. No one has any idea what something might be worth in the future - what if the student becomes famous and/or successful? What is the value of some of their past work then? The papers, notes and letters of many people may increase dramatically in value, and out of proportion to their original perceived worth, during the span of copyright protection.

      But that is not important right? Because it is more important to make your job easier and allow Turnitin to make profits, while branding all students as likely cheaters.

    92. Re:Hrmm by fucksl4shd0t · · Score: 1

      Let's see...

      If it were 6/100, that might be a valid opinion. When the average is 20/100 (higher in some types of writing classes) who plagiarize part or all of at least one paper

      So, 20 out of 100 students will plagiarize all or part of at least one paper? Meanwhile, 80 out of 100 will not. Of those 20 out of 100, what is the further breakdown on how many papers they will plagiarize?

      Get real, dude. :) College ain't easy (or at least that's what all the college kids tell me, I didn't go, personally). Maybe someone dies in the family, and the kid has to go to a funeral and misses some study time or something and the only way to keep his grade and get his degree is to steal a paper, eh? Would you flunk a kid that learned the material but wasn't able to turn in a paper that was critical to their grade? What exactly are we trying to accomplish with education in the first place? Are we trying to see how high everybody can score like it's a sporting event, or are we just trying to learn the material?

      I say that because I did finish High School, and one of my teachers had that same philosophy. He figured he didn't much care if I completed any assignments because I demonstrated day in and day out that I was learning the material better than the rest of the class. I cheated on my grades in that class because he graded with the 'honor system', and he knew I was cheating. But when it comes down to it, what's the point if the kid learns the material but still winds up with a low grade?

      So, you go ahead and reduce the rest of the world to the lowest common denominator. But look around you. Is this lowest common demoninator a world you really want to live in? Not me. This place sucks. And if its the best we can do.... (Star trek quote ahead) "let's just push the button we'd be better off dead".

      --
      Like what I said? You might like my music
    93. Re:Hrmm by Flagran · · Score: 3, Insightful

      Except they DO make money of my paper. They sell access to a database. Part of the reason that database has value is that it includes my paper.

      --
      Make love, not sigs
    94. Re:Hrmm by brassman · · Score: 1

      I had to block turnitin at the firewall because they don't obey robots.txt -- they were scraping my whole site to add to their corpus.

      --
      "Ain't no right way to do a wrong thing."
    95. Re:Hrmm by fucksl4shd0t · · Score: 1

      As a current university student (studying chemistry, though), I agree. It lowers the value and meaning of a degree if it's easy to get by cheating. Not to mention that you're screwing yourself over if you constantly cheat.

      The #1 thing lowering the value and meaning of a degree, in America at least, is the value and meaning of a High School diploma.

      'nuff said.

      --
      Like what I said? You might like my music
    96. Re:Hrmm by fucksl4shd0t · · Score: 1

      In former times this was easy - you were marking papers from year to year and could easily remember plagiarised essays, or essays copied from one another within a year group - but with the advent of the internet

      Yeah, yeah. The internet is the source of all of our problems. Get rid of the internet, and all of our troubles go away.

      Someone get me a towel! It looks like I'm dripping sarcasm!

      --
      Like what I said? You might like my music
    97. Re:Hrmm by Lord_Dweomer · · Score: 1
      "Good students should be applauding this, because now their honest effort won't be in the shadow of someone's $35 store bought paper written by a poor grad student."

      Its interesting. When reading that quote, almost instantaniously of the whole "only criminals/terrorists would have something to hide" spiel. And the ethos of the argument students argument would be that in both situations, once these kinds of measures are put into place, the people its monitoring/being used to check on, start to get looked at with the same scrutiny as the criminals/terrorists, and now plagiarists.

      I write every single one of my papers, while using the internet for research (and siting all my sources). I am what you would typify as a "good student". I do not want this because it would imply that I am a plagiarist and that my school has no respect for me. Personally, that is worth more to me than "being in the shadow of someone's $35 store bought paper written by a poor grad student", or because it could eventually lower the value of my degree from a school, the actual investment I have in the school. That's how important it is to me and all the others who see this as a big slap in the face by their school.

      --
      Buy Steampunk Clothing Online!
    98. Re:Hrmm by crush · · Score: 1

      I'll agree that universities should have their own in-house or inter-academic-institution services for this instead of using an exterior private company.

      I expressed myself a little more harshly than appropriate above because I've actually come across this situation as a TA and seen the professor avoid the issue because of the strong disincentives created by the university administration in terms of his time and career.

      Frankly I think that too many cheaters get away with it and it's at a level where people that don't deserve it are graduating at the expense of their peers.

    99. Re:Hrmm by Anonymous Coward · · Score: 0

      f you turn in one paper, and then in your second paper, the setence structure and word usage are completely different, I will know something is up.

      Wow, that would suck for me. My word patterns and sentance structures vary widely over the course of one paper, let alone 2 or 10.

    100. Re:Hrmm by Anonymous Coward · · Score: 0

      illegal: Prohibited by official rules: an illegal pass in football.

    101. Re:Hrmm by taion · · Score: 1

      You know, there are such wonderful things such as deadline extensions, and all that jazz. And, frankly, it's damn easy to fake knowing the material in a small class discussion environment. You can sound pretty damn insightful even if you don't know the material for shit.

      And how exactly do you expect a prof who's lecturing to a hundred or more students to keep track of who exactly knows their material or not?

      --

      ----------
      Floccinaucinihilipilification - the action or habit of judging something to be worthless
    102. Re:Hrmm by taion · · Score: 1

      That depends entirely on the Uni you're attending. I go to Caltech. Here, reports of cheating among undergrads are handled entirely by fellow undergrads. The profs, beyond detailing the evidence or making the accusation, have no direct role in the process. It's rather like a trial, and it works. Students do get terminated for cheating, and, well, so far I haven't heard of any lawyer monkeys being successful. It's surprising how well this system works, actually --- the cheating rate is something like 2%-4% at most, even though all our midterms, finals, and most of our quizzes are self-proctored take-home exams.

      It's also not necessarily true that a Uni will lose business upon getting rid of a student. Heck, undergrads are almost viewed as a necessary evil at times here --- even for students paying full tuition and everything else, Tech spends more on us than we do on it.

      --

      ----------
      Floccinaucinihilipilification - the action or habit of judging something to be worthless
    103. Re:Hrmm by bit01 · · Score: 1

      My favourite bit of cheating was when a student handed in a printed computer assignment with the email header still on top. Gave the time, date and who it was copied from/to. Saved all the hassle of working out who copied who. This was so mind bogglingly stupid the instructor was at a loss what to do about it. Eventually gave them both zero and a warning.

      ---

      It's wrong that an intellectual property creator should not be rewarded for their work.
      It's equally wrong that an IP creator should be rewarded too many times for the one piece of work,
      for exactly the same reasons.
      Reform IP law and stop the M$/RIAA/MPAA abuse.

    104. Re:Hrmm by Dashing+Leech · · Score: 2, Informative
      No offense, but I could care less if students cheat.

      Why would anyone be offended by you caring if students cheat. Unless you meant you don't care, in which case you should have said, "I couldn't care less." (Don't feel bad, it seems about 50% of people get this saying wrong.)

    105. Re:Hrmm by Anonymous Coward · · Score: 0

      "Except they DO make money of my paper. They sell access to a database. Part of the reason that database has value is that it includes my paper. "

      and that is exactly my point. and let me add one more thing. a big chunk of the courses that college students have to take are junk. they have very little if anything to do with their major or anything else for that matter. take Public Relations and Advertising. why does anyone need to go to school to learn how to lie and manipulate the truth? those courses are there to generate revenue for the school and not for the glory or academic integrity of the school. the reason why people take those majors is because they don't have to study more than one or two math courses. and it also seems to me that learning how to properly steal other people's work and call it your own is right up the alley of the pr/marketing person anyway. i mean they have to learn to be unethical somewhere.

    106. Re:Hrmm by God!+Awful+2 · · Score: 1

      Here's a suggestion... could /. start searching its own archive of comments to detect the karma whoring trolls? You know the ones who search through previous stories on the same subject and repost any highly rated comments verbatim.

      -a

    107. Re:Hrmm by MrBlue+VT · · Score: 1

      Wow, that sounds too fantastic to be true. If it were really true, you should have hired a lawyer and sued em. I wouldn't take that sitting down.

    108. Re:Hrmm by fucksl4shd0t · · Score: 1

      And how exactly do you expect a prof who's lecturing to a hundred or more students to keep track of who exactly knows their material or not?

      There's a professor in another thread under this article who answered this question for you. Sorry, I don't have a convenient link.

      As far as faking knowing the material, you can't bullshit a bullshitter. And that's the truth. Deadline extensions don't help in every case. Like anything that's intended to account for genuine "acceptable" emergencies, they don't cover every single case. My sister had some trouble with one of her classes because she went to a funeral and they didn't believe her. With her record and her grades, I can't say they had any reason not to believe her. In any case, she wound up dropping the class without refund and retaking the class. SO much for your deadline extensions. The fact is, if she weren't so damn honest, she could have faked the paper and finished the class rather than spend another $1000 to retake it the next semester, $1,000 she didn't have. She almost had to drop out completely for awhile over that and save up more money. Just because some arrogant bastard in a tie in some office somewhere decided she didn't deserve a deadline extension.

      I leave judgement up to you.

      --
      Like what I said? You might like my music
    109. Re:Hrmm by jackb_guppy · · Score: 1

      Do you also believe that security at airport works?

      For me I take my money and use it a school that believes in the student (it customer) and itself.

      You see the world is not black/white but lots of shades of gary.

      Using the tool to check a given paper in question is one thing. Check everyone is another.

      The parent post shows how far this "new world order" has come in making people believe that only some one that dishonest would not want to PROVE their honesty.

    110. Re:Hrmm by Anonymous Coward · · Score: 0

      Personally, I wish the colleges would just /shut the fuck up/ and hand out the degrees we're paying them to.

      They've confused themselves with something important, and it's tiresome. They've got my money, and I'm not in this for /fun/, and I'm not in this for bullshit "required" courses.

      I'm in this so I can convince some fuckhead third-tier HR monkey I'm important. Anything I actually need to /learn/ I can learn for a lot cheaper somewhere else. Anything I understand so poorly it must be /taught/ to me could be taught much more efficently were I somewhere that was selling knowledge, not toilet paper.

      Look, Mister Educators, /we don't like you/ and /you aren't making a difference/. Not a positive one. Just shut up and give your easy A's. I've got better ways to spend my time and money than on you.

      And some bullshit thieving "cheating detector" isn't going to change that.

    111. Re:Hrmm by jadavis · · Score: 1

      Colleges have a duty to certify an education. If you're cheating, you should be kicked out of at least the class, if not the college. My degree means nothing if you got yours by cheating, so it's unfair to me.

      And what business is it of the student to be speaking of "rights" as if the college has to behave as he'd like. The teacher sets the terms, and if you don't like 'em, go somewhere else. I gave up my papers during my two writing courses at college, and you know what? I don't care. It was work just like any class, and the fact that someone else benefitted some miniscule amount doesn't slightly bother me. If I wrote something special than I'd not even turn it in to class, just like if I made a scientific breakthrough I'd patent it first.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    112. Re:Hrmm by Old+Wolf · · Score: 1

      Make money? I'm sure the university pays this site for its services, not the other way around.

      Why didn't the uni just accept the papers and then submit them to some cheat-detection system behind the scenes?

    113. Re:Hrmm by tgibbs · · Score: 3, Funny

      So then, an environment in which everyone is assumed to be a cheater until proven otherwise by automated software is an environment that fosters trust, growth, and learning?

      It goes further than that. Shockingly, many schools are actually known to lock up exams before tests. Even supplies and audiovisual equipment are frequently kept under lock and key. Access to grade records over the internet requires a password. Clearly, they are assuming that everybody is a cheater and thief until proven otherwise....

    114. Re:Hrmm by MrBlue+VT · · Score: 1

      That is exactly the parent post's point. That cheaters hurt other people from the same school by having the outside world making these assumptions.

    115. Re:Hrmm by jadavis · · Score: 1

      The fact is, a college degree is part of a web of trust. It's important. Sometimes the boss doesn't know a curcuit from a hole in the ground, but he needs someone to make one for him. He can pay you for a year and hope you know what you're doing, or he can get himself some assurance by verifying that you obtained a E.E. degree from a reputable school.

      It's like credit. Let's all go back to the days where you asked your neighbor for a loan and he knew you so long he could trust you. Well, that's a nice romanticized story, but it doesn't help someone who needs to buy a home. Your credit score helps someone determine whether you're likely to pay them back. Sure, if the lender really got to know you, maybe he'd see things your way, and understand that you can pay him back because you're a hard worker. But not everyone on the planet wants to spend time getting to know you, and whether you're worthy to loan money to.

      And nobody wants to spend time figuring out whether you know every last detail you say you know.

      I believe that they are cheating themselves, but they're cheating everyone else, also. When the boss finds out you're worthless, he'll fire you, but how much has it cost him in the meantime?

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    116. Re:Hrmm by fucksl4shd0t · · Score: 2, Insightful

      Colleges have a duty to certify an education. If you're cheating, you should be kicked out of at least the class, if not the college. My degree means nothing if you got yours by cheating, so it's unfair to me.

      I'd call into question the credibility of any degree from any university in which it was possible to acquire a degree by cheating. If you attend such a university, you should probably consider looking for a different one.

      In any case, the real world is a cutthroat place, not the sedentary university environment, like it or not. It's sink or swim out here in the real world, and cheating will sink you. So you don't have to worry about the guy cheating, because you'll have his job and more.

      Assuming, of course, that your university hasn't developed a reputation for graduating cheaters because it was too easy. Checking for cheaters isn't the way to solve this problem. Make the course work hard enough that you *gasp* actually have to learn the material to get a degree. The point of college, and high school for that matter, is to get an education. If you can get a degree without getting an education, then the college failed. It's a fact that those folks running the college don't want to face up to, if they resort to forcing students to run their papers through a website before they can be graded.

      As I've indicated in other posts in this article, it's my opinion that High School is ultimately to blame for this. Millions of kids every year are graduating HIgh School without the ability to read, write, and do basic math. Many of those kids go on to college, somehow. High School should've filtered them out, or provided them enough of an education that they didn't need to seek college education to do their jobs. College is supposed to be a place you go to learn a specialization, the depth of knowledge of which is required by the field is beyond the scope of High School. That's the purpose of college. If kids have to go to college to finish their basic education, then HIgh School has failed.

      --
      Like what I said? You might like my music
    117. Re:Hrmm by fucksl4shd0t · · Score: 1

      Heh, I hope you get modded as funny. That was pretty entertaining.

      I'd like to point out that locking up exams and so forth is healthy paranoia, because you *know* that some small percentage of students will go after it, given the opportunity. The ones that won't go after it, well, they don't need that stuff in the first place. That is the difference between what you're suggesting and what the article is about.

      The article is about a rule that accuses every kid of cheating until proven otherwise, and on every single paper. You're talking about safety measures that are targetted at the cheaters only, and do not actually accuse anyone of anything. So, that's the difference.

      --
      Like what I said? You might like my music
    118. Re:Hrmm by dasunt · · Score: 1

      Isn't that the job of lecturers/professors? They're supposed to know the material and recognise when something is copied.

      Perhaps its due to larger class sizes, more work, etc, but I've had some classes where it would be easy to cheat [not that I ever did] and other classes where cheating would be more apparent.

      For example, lets say I have a class on French History, and a class on English History.

      The English history class only gives vague subjects for papers, has no quizzes, tests, etc.

      The French class has specific subjects for each paper, and includes a weekly quiz, in class tests, in class essay assignments, etc.

      Since I'm only handing in papers for the English class, its rather easy to dupe the teacher.

      However, in the French class, if I plagarize all the papers, its going to show up as a deviation from my in-class norm, and I'll probably get a private qizzing by the teacher about my previous papers if there is anything suspicious.

      Back to the subject on hand, I'm siding with the student -- I am not a criminal, and I don't like being treated as one. Ne'ermind that this technological solution is just a bandaid for poor teaching methods.

    119. Re:Hrmm by richieb · · Score: 1
      Plagiarism is passing somebody else's work off as your own,

      Naturally I would never pass this work as my own. And I'm quite happy to give credit where credit is due.

      I think the school culture is bit out of sync with the working world. In school cooperation is called "cheating" in the working world it's being "team player".

      --
      ...richie - It is a good day to code.
    120. Re:Hrmm by jadavis · · Score: 1

      If kids have to go to college to finish their basic education, then HIgh School has failed.

      I agree with your whole post, but I think this is in particular a good point. High school in the U.S. does fail. Anything worthwhile I learned during those years did not come in the classroom. Teachers of history prefered to spout their political agenda rather than teaching the facts (perhaps they don't know the facts?). English teachers seem to like similar tangents.

      I say we get some standardized testing in place. If you don't know who the first president was, you are lacking important knowledge and the H.S. should not issue a degree. People complain about standardized testing, but education needs to be a science. And without some way to test your educational theory, you have no idea if it's accurate. I don't trust teachers and their theories, especially when the teachers have no way to their theories against those of other teachers. If you have a problem with a standardized test than change it, but to argue that we should abolish all measurement of progress seems rediculous.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    121. Re:Hrmm by jadavis · · Score: 4, Insightful

      Most teachers have a policy against re-submitting work. The reason is usually that they are offended that they have taught you nothing you didn't know in High School. It's particularly offensive to these teachers when the old work is well-written and they can't tell the difference, because it really insults their entire career, and everything that they believe about the subject.

      What you did was not plagarism, but it probably was against policy. It surprises me that there was no name attached to the original work. I suppose you could do something like officially copyright your work as you turn it in, so that there's no question that you wrote it.

      If your H.S. teacher turned it in without your permission, it may have been a violation of copyright law. You could actually sue to get the paper removed from the database (although since you submitted it in college, and presumably agreed that it would be turned in to the service, it would probably be replaced in the database).

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    122. Re:Hrmm by fucksl4shd0t · · Score: 1

      I say we get some standardized testing in place. If you don't know who the first president was, you are lacking important knowledge and the H.S. should not issue a degree. People complain about standardized testing, but education needs to be a science. And without some way to test your educational theory, you have no idea if it's accurate. I don't trust teachers and their theories, especially when the teachers have no way to their theories against those of other teachers. If you have a problem with a standardized test than change it, but to argue that we should abolish all measurement of progress seems rediculous.

      Measuring the success of delivering an education is directly contrary to the goals of the politicians who hold the strings on the coinpurse of public education. Their goals are to get re-elected, and if they show lower drop-out rates and higher overall GPAs, people think they did great! Nevermind that we now have a generation of kids that can't read the freeway signs. I don't personally think our existing standardized test structures in the places I went to school are bad, just not good enough. Ultimately, I think the problem is much deeper, and much more insidious. If standardized test scores were the only way we measure the success of the education system, then I think most of the existing tests would satisfy that requirement and result in better-educated kids. Then we can make the tests harder... ;)

      The problem is in the other metrics, that frequently have little or nothing to do with how well the education system itself did. High School drop-out rate has jack and shit to do with how good the teachers are. It has more to do with family than school, although I'll freely admit that school is a part of it. But I don't know a single drop-out (and I've known plenty) that dropped out because of anything any teacher did. My wife dropped out because she preferred to smoke pot and run around with 'gangstas'. She went back after we were married, and they basically said "You poor thing, here's your diploma". She still can't write, and while she can do quick math, she can't handle complex problems. So much for educaiton. (I love her anyway :) . Love doesn't require education)

      Your point that you sort of addressed about the teachers, though, is dead-on. Too many different educational theories among the teachers, no standardization. So there's a drastic difference in how kids perform just from one teacher to another. I talked about a math teacher I had in High School that let me cheat the class because I learned the material damn well, maybe it was in a different thread. Anyway, he graduated the most kids with high grades than any other teacher in the school. His kids went on to outperform other kids in college math courses, at least the ones that went on. He's a great teacher, don't get me wrong. I would, of course, advocate standardizing on his methods. :) IN any case, the fact that there was such variance from his class to the others is testimony to all these different educational theories every teacher has. Why can't they just say "Well, this works, let's all do this for awhile." Then check their test scores and re-evaluate. Ultimately, how well we parents judge the school is going to be based on the aggregate of all the teachers' performance, one way or another, so it's in their best interests to get together and work something out.

      --
      Like what I said? You might like my music
    123. Re:Hrmm by McAddress · · Score: 5, Funny
      And, frankly, it's damn easy to fake knowing the material in a small class discussion environment. You can sound pretty damn insightful even if you don't know the material for shit.

      sounds exactly like slashdot!

    124. Re:Hrmm by crush · · Score: 1
      That depends entirely on the Uni you're attending.

      That is certainly true and I would guess that the standard of students entering Caltech is going to decrease the chances of them being desparate enough to cheat. In other words: you're in an elite institution and the starting pool of undergraduates is probably savvy enough and disciplined enough that cheating is a complete last resort for a small minority rather than a way of life for a large minority.

      That said I'm interested in the fact that the profs have to recommend to the student-body that someone be investigated for cheating. Again, this has the potential to be biased by social pressure. Which prof wants to be the a**hole that makes people cry? Which prof isn't going to wonder how his evaluations and, more importantly, his enrollments will be affected?

      The advantage of an automated system is that it would make it very hard for a prof to turn a blind-eye. I suspect a much greater level of plagiarism than is admitted in most institutions.

    125. Re:Hrmm by Banjonardo · · Score: 1
      unless you have something to hide, you shouldn't have any problem with sending your papers through turnitin.

      Yeah, except they effectively get all the rights to your paper when you turn it in.

      --

      -----

      Score 3? For what? Being wrong, at length? - smirkleton

    126. Re:Hrmm by CaptainFrito · · Score: 1

      So it's only a matter of time before we disclose what "website" we went to before applying for the job. I went to autograde.harvard.com myself.

    127. Re:Hrmm by CaptainFrito · · Score: 1

      I always supposed that if you were a business major, it was required cirriculum to lie, cheat and steal your way through, then sue if you got caught. Isn't that 4.0 stuff?

    128. Re:Hrmm by fmileto · · Score: 1

      just wondering what format you had your students turn in for said papers? As I'm quessing most student would write this is MS WORD so how the did the script deciphered any images or formatting funk that comes with *.docs ?

    129. Re:Hrmm by Anonymous Coward · · Score: 0

      Your dissatisfaction might be better focused on the fact that students are being asked to hand over original works to a for-profit institution with no compensation. That was the crux of the student's complaint in the article as well.

      I haven't RTFA, but I don't see how this could be the student's complaint -- Canadian universities are not for-profit (for now, anyways).

    130. Re:Hrmm by f0rt0r · · Score: 1

      The bastahds. I will block them just like I do the RIAA and its cronies.

      --
      I can't afford a sig!
    131. Re:Hrmm by f0rt0r · · Score: 1

      And to add a bit to the discussion, most courses require several papers, and if the student is plagiarizing every paper plus each paper is on a different subject, then I believe the student will be plagiarizing from different authors for each paper. From this I conclude that this student's work will have a writing style that jumps all over the place, making it obvious that he/she is plagiarizing.

      Also the professor can ask a questionable student about his or her paper, putting them on the spot.

      Even better the school's staff will most likely have access to all of the student's previous papers, to compare to each other looking for evidence of plagiarism.

      All of that said, there are cheats such as Cliff's notes, online sites that sell research paper's, and the smart kid in class who will help you with your assignment. All of these resources will cause the students writing style to change, and if the student really did not due his research, a few well-placed questions will reveal this fairly quickly.

      --
      I can't afford a sig!
    132. Re:Hrmm by Anonymous Coward · · Score: 1, Informative

      I doubt anybody will read this but in your case
      might I recommend requiring students to hand in
      sources and rough drafts of the papers? In
      my writing classes, this was required (all 3 of them).
      This pretty much shows the prof that I actually
      did the writing on the papers. If a person only
      handed in a final draft and shows no rough drafts,
      its safe to assume the person copied it from somewhere.

      Yes, we are also required to hand in rough drafts
      and mark them up. Its not a lot of work to do either.

    133. Re:Hrmm by stephanruby · · Score: 1

      I'm not sure we can get one that is that good in the first place.

    134. Re:Hrmm by sillybilly · · Score: 1

      Let me illustrate an aspect here; I'll go overboard and be excessive, but that's just to convey the meaning. I also understand there are two sides to everything, but the following aspect is often lost from perspective. As in everything, balance is the key.

      I think the real problem here is that teachers don't intimately know their students anymore. "In former times" teachers would spot plagiarized parts of an essay simply by knowing a student and what his style was and what he was capable of. Only if a teacher gets to intimately know a student can he really do effective teaching anyway, and not only teaching, but education for life. This revolving door system where the teacher doesn't even know who's in his class, and he doesn't even have the time to read all the essays, well, something is wrong with that. Plus a plagiarism site could never spot stuff that you had your older brother or even your parent do for you - but a teacher that intimately knows a student would spot that too in an instant. And anyway, it's not the report itself that's important, but how much the person has retained, has grown, has become more educated. Yes, responsibility and no plagiarism is an important part of a good education, but this itellectual property crap is quite over emphasized these days. None of you know anything completely on your own, just by coming into the world, you're all indebted to the people you've learned from. And the best way to learn anyways is to monkey each other. Even having to recite other people's work is an okay way of learning, so you can absorb ways, style and mechanics of how it's done. I'm also fed up with this everyone having to come up with their "own" idea, and pour them into words, or taking what someone else said, and bending over backward saying the same thing with awkward wording, just so it's not plagiarized and a brainded computer won't flag you for it. Instead, I say use the original. We are all taking part of this "body of human" knowledge that we collectively add to and take from. That is what you really know, what humanity knows, and each of you adds just a tiny bit to it. It's not wrong to "own" the knowledge of humanity as your own, as everyone's. If you find something that someone else said, and relates perfectly to the topic at hand, and you've come to fully understand the ins and outs of what they say, then heck yeah, write it down in its original. I wanna read it the best way it's possibly written, not that bent over backwards way you come up with. Tell me where it's from, too, so I can learn where to find stuff like that. If someone else has done the work for you already, then use it, go with it, but make sure you know it in and out, because if I find out you just took someone's work and didn't even understand it, or bother to read it, oh boy! Personal, one on one verbal examinations are extremely important for this reason. You can't just multiple choice test an education into someone. The teacher can then cross examine you on what you understood, because that's what really counts, not "putting in the miles" or typing up 15 pages. If you can learn more from typing 1 page than from 15 pages, then don't waste your precious time. Knowing what others know is okay, because when it comes it each of us forcibly coming up with original stuff, we all stink, especially while still in school without a breadth of experience. That attitude of this general knowledge is part of me, I must step up to make it mine, to own it all and help others embrace it too, that attitude gets you and me much farther than "let me worry about who thought of what, this idea is mine, that idea is yours, here's the fence between the two, and you owe me two bucks for that idea and I owe you 1.50 for this one here." Even if you excessively block-quote what other people have said in your papers but form a coherent message, you should be okay, and some brainded internet automaton site shouldn't be able to flag you down as a thief. Even the authors you're block-quoting have built on things they've learned from others. Almost

    135. Re:Hrmm by Anonymous Coward · · Score: 0

      You see the world is not black/white but lots of shades of gary.

      Who's Gary, and what shades does he come in?

    136. Re:Hrmm by Illserve · · Score: 1

      I hold different positions in those arguments.

      The circumstances are very different though.

      Real life is complicated

      Get 10 years on ya, bet your outlook will differ.

    137. Re:Hrmm by Anonymous Coward · · Score: 0

      At my school one of the parts of the plagerism statements is that you are not allowed to reuse prior work. I don't know how universal this rule is, but I guess you got bitten by it.

    138. Re:Hrmm by Anonymous Coward · · Score: 0
      Most teachers have a policy against re-submitting work. The reason is usually that they are offended that they have taught you nothing you didn't know in High School.
      Actually the policy is used to attempt to keep the work load equal for all students in a course. If one student does not have to write any papers for a course, for whatever reason, and all of the other students in the course must write three, then the one student has an advantage over the rest of the students.
    139. Re:Hrmm by maharito · · Score: 1

      I'm going to play devil's advocate here, not to insult the integrity of the above "victim" of the anti-plagiarism service, but just to give the flipside of this situation.

      In most cases (especially university codes of academic conduct) plagiarism can be boiled down to this: Plagiarism is the uncredited use (direct-quotation or paraphrase) of any previously published or unpublished work, including but not limited to articles, papers, essays, photographic work, and other media. The question that this definition raises is simple: Does this definition of plagiarism include previous work done by the same individual? Is there such a thing as self-plagiarism? If so, is this tantamount to plagiarising another's work?

      The answer to the first question is that the definition does not explicitly exempt the author from uncredited reuse of his own past work. Therefore, according to the strict interpretation of the definition, it is plagiarism. Personally, I disagree that this particular type of reuse should be considered plagiarism unless the IP ownership of the previous work has been assigned to another party.

      However, it does significantly reduce one's academic integrity simply to hand in a paper that one had written previously. For example, if I read The Iliad for a literature class, and I wrote a paper on human-deity interaction in ancient Greece based on themes from that work, and in a western civilization class later in my academic career, I was asked to write a similar paper and handed in the original, it would be right for the western civ professor to be thoroughly disappointed in me for handing in a paper that I didn't write specifically for that assignment, and furthermore, he would have a right to reflect that in my grade for that paper.

      Looking at it from that perspective, and seeing it from the standpoint that it does diminish one's academic integrity to reuse papers, however, I would have to say that the full force of anti-plagiarism penalties for such situations is overkill. On the same token, though, if the penalty is specifically stated in any sort of university document (codes of conduct / honour codes, syllabi, departmental/university grading standards, etc.) to be the same as the penalty for plagiarism then you get what you deserve for reusing papers, because the bottom line is that you damage your own integrity by doing so, and loss of integrity is a far worse punishment than any disciplinary action that one could receive.

      FWIW, I find it reprehensible that professors are not explicitly stating their anti-plagiarism processes in writing in advance of assignment due dates, but what is worse is that many will not disclose the fact that anti-plagiarism services like turnitin.com retain digital versions of all work checked, so that they may "enhance their service" without compensation to the originators of the work.

      Just my 10 cents.
      Now go learn binary.

    140. Re:Hrmm by Anonymous Coward · · Score: 0

      I had a teacher last quarter that required us to use TurnItIn.com. I told her that I didn't trust a commercial site to hold my work. Then I got a few days into the course and realized that I wouldn't be creating anything usefull to anyone and told her that I would use the site but under an assumed name to protect my privacy. I still think it's lame for a school to require you to use a commercial site to pre-test your paper. I don't trust them not to do more than they are supposed to be doing with the information they are entrusted with.

      In another class, the teacher made us turn in our assignment electronically to a system that was developed at the school and was run on school machines. I had no problem sending my papers through that system and letting them do whatever checking they do.

      I'm all for making cheating harder for people and I don't take offense to being asked to submit my work to a plagiarism check "before being guilty". The same argument would better be applied to speedbumps in my opinion. A few extra fender benders or minor injuries here and there would be better than a society where the weasels get away with even more than they already do.

      -LidoShuffle (will be registering someday)

    141. Re:Hrmm by Anonymous Coward · · Score: 0

      While I do not know of a specific instance of a drug testing company selling samples, I would not be surprised if it has taken place. In some instances the sample becomes the property of the testing lab, and they can use it to improve their testing procedures, or to develop new tests to perform. In other words, they profit of off your urine.

    142. Re:Hrmm by brain_not_ticking · · Score: 1

      A first year computer science professor of mine was mildly offended when I explained to him that my final project (as assigned by him) was available online and that I all I needed to do was partially rewrite existing code and my project was done. He couldn't argue with what I did though - I just told him "hey, what's the sense in rewriting code that already exists?" I scored a 95 on the midterm and a 100 on the final =p

    143. Re:Hrmm by fireboy1919 · · Score: 1

      Sounds like you were an English prof or something like that. I taught a class where none of your solutions would work.

      I was TAing a programming course where the assignments changed every year as much as possible, and because of the demands of the course, there were assignments every week, each TA had 90 students, and there were 1500 people in the class.

      I caught people handing in the same assignment in the same class with only a few changes, and sometimes not even a few changes. Still, this takes time, especially when we're supposed to do all the work in a mere 6 hours of grading per week (it was a half-time appointment, and the other 14 hours of it are already accounted for).

      I'm sure a few got through. It's not like I can exactly remember every paper in its entirity to know who has turned in something similar; a cheat detector would do much better. But I can't possibly see which papers were copied between two different classes.

      Of course, you could minimize cheating some by giving each TA's classes the same assignment, but then each TA will have to hold their own office hours each week, since they would be the only ones who would know their specific assignment (instead of sharing hours so that each only has to come in once a month). Remember, there's only 6 hours for grading now. It wouldn't be good to cut that back.

      You could also reduce the amount of grading in the course so that it could be graded by an individual. If you don't give homework on it, you might as well not teach it (with programming stuff, where practice is everything), so this is a material-in-the-course question. With big courses like this, however, curriculum decisions are not made by teachers. They're made by departments - usually several of them. They all want material that's important to them in the course, and the result is a lot of material. The politics make this point difficult to do.

      So we're left with the only solution that could really work: a cheat detector.

      --
      Mod me down and I will become more powerful than you can possibly imagine!
    144. Re:Hrmm by Anonymous Coward · · Score: 0

      At the university at which I work, lecturers are paid to interact with students in accordance with the student charter. The student charter states that students will "honour the rules about cheating, plagiarism" etc. Additionally all students have to complete and sign a cover sheet for each assignment. By signing this they are declaring that any non-original material has been appropriately acknowledged.

      Theoretically a lecturer should be able to assume that any work submitted to them is free of plagiarism, otherwise the student has not conformed to the student charter nor have they been truthful when signing the cover sheet. Why should a lecturer have to spend time searching for plagiarised material when a student is actively trying to deceive them? It should not be something that a lecturer gets paid for but most lecturers are realistic enough to realise that plagiarism checking is something that needs to be done. Most do it order to preserve the academic integrity of their unit.

      Unfortunately many people are choosing not to work in the university sector. We recently advertised for a new lecturer in our area. We had very few responses and the university chose not to employ anyone. Do you think that this is good for students?

    145. Re:Hrmm by Anonymous Coward · · Score: 0
      Again, this has the potential to be biased by social pressure. Which prof wants to be the a**hole that makes people cry? Which prof isn't going to wonder how his evaluations and, more importantly, his enrollments will be affected?
      Perhaps you missed the part where the above poster said "Heck, undergrads are almost viewed as a necessary evil at times here." I have known professors who refer to undergraduates as "riffraff". At many research oriented universities the opinions and evaluations of undergraduates have little meaning or impact on anything. I would say that social pressure is actually biased the other way. Professors do not want to be seen as being easy on cheaters.
    146. Re:Hrmm by tgibbs · · Score: 1

      And to add a bit to the discussion, most courses require several papers, and if the student is plagiarizing every paper plus each paper is on a different subject, then I believe the student will be plagiarizing from different authors for each paper. From this I conclude that this student's work will have a writing style that jumps all over the place, making it obvious that he/she is plagiarizing.

      Plagiarism is a serious charge. You can't accuse a student of plagiarism because of an inconsistent writing style. And a good plagiarist will not necessarily have an inconsistent style. I knew a student who got into trouble in graduate school for plagiarism, having had the singular misfortune to run into a professor with a photographic memory. At the hearing, he admitted that he'd plagiarized all of his undergraduate papers. He never plagiarized from a single source. Instead, he would assemble a paper like a jigsaw puzzle, plagiarizing one sentence from one source, the next from a different source. His writing had a consistent style--the problem was that it was not really a writing style; it was a plagiarism style, reflecting his taste in what sentence to swipe from what source. As it happens, this particular student was quite capable of writing well. He'd just picked up this bad habit as an undergraduate, and unfortunately none of his professors had caught it. When he finally tripped up as a graduate student, the consequences were severe.

    147. Re:Hrmm by Kymermosst · · Score: 1

      GP: No offense, but I could care less if students cheat.

      P: Why would anyone be offended by you caring if students cheat. Unless you meant you don't care, in which case you should have said, "I couldn't care less." (Don't feel bad, it seems about 50% of people get this saying wrong.)

      I'd say that the bulk of them cheated when they were supposed to be learning about cliches in their liturature classes.

      --
      "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
    148. Re:Hrmm by Kymermosst · · Score: 1

      I'd say that the bulk of them cheated when they were supposed to be learning about cliches in their liturature classes.

      This is what I get for not hitting "preview" while criticizing another person's use of language: I misspell "literature."

      --
      "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
    149. Re:Hrmm by Anonymous Coward · · Score: 0

      If the point of school is anything remotely like preparing for life/job/etc., than this is a really stupid policy. In your job, if you've done (and kept) the research needed to do a project, the company will not make you do it again "out of policy". The same applies in life. Those who have done the work will have an advantage over those who have not.

    150. Re:Hrmm by the+argonaut · · Score: 1

      For the most part I would agree with your commentary, but what if we add a little twist to the story: instead of just turning in the paper you wrote for the previous class, what if you used it as a starting point for the second assignment? Would it still be wrong to build off of the work that you had done previously, so long as you put substantial effort into updating and expanding on the original? Personally, I don't think so, but it is within the realm of possibility that if there is enough of the original left in the re-written version, it would get tagged by a anti-plagiarism system.

      --
      fuck you.
    151. Re:Hrmm by Anonymous Coward · · Score: 0

      Plagiarism should not exist. I should be able to assume that an assignment that comes to me is free of plagiraism. Otherwise the student is in breach of the Student Charter. At the university at which I work, if a student plagiarises an assignment they are in breach of the student charter, so yes maybe they should go and see the Dean. If they like I will book them an appointment and accompany them. As I said, academics accept the reality that some students will plagiarise assignments and check for it, but most do this on their own time in order to ensure the academic integiry of their unit.

    152. Re:Hrmm by deeblite · · Score: 1

      The students are paying a great deal of money to attend the class. The teacher shouldn't have the right to set the terms under which the student attends that class

    153. Re:Hrmm by deeblite · · Score: 1

      Why does education need to be a science? Every person learns differently. Techniques used to educate one person will NOT neccesarily work on another. Education is far from being an exact science.

    154. Re:Hrmm by maharito · · Score: 1

      I think that using the paper as a starting point is much more appropriate than just handing the original paper in. However, it is not appropriate to simply reword the paper. Additionally, if the paper is used as a starting point, any gross similarities to the original paper should be cited, and if the original paper is simply an unpublished academic essay, it should be made clear to the professor the nature of the original paper, and that it will be made available upon request.

    155. Re:Hrmm by wendyg · · Score: 1

      I have mixed feelings about these sites. But an 18yo friend of mine submitted a paper at community college last year that his teacher thought was plagiarized because, he said, the writing was "too good". This kid has been able to write better than most adults since he was 12, and he might not do or not turn in a homework assignment, but it would be more work for him to plagiarize than to do it himself.

      The teacher, as far as we can tell, did not submit my friend's paper to any sites, did not do a Google search, and did not even look at the writing sample my friend was required to submit at the beginning of the year. Had he followed *any* of those procedures, it might have been obvious to him he was mistaken. In the end, my friend withdrew from the class and the teacher promised not to repeat the accusation, but the situation was unsatisfactory for all concerned.

      The thing is, even having a paper not show up in one of those databases doesn't guarantee it's *not* plagiarized.

      wg

    156. Re:Hrmm by wendyg · · Score: 1

      Not always are professors only going to catch plagiarists who use sources they're familiar with. A friend of mine who is a professor was greatly struck a few years ago by a paper one of his students submitted. It was a sensitive first-person essay about the student's faith, and how the student struggled with these religious feeling when contemplating having an abortion the previous year.

      One problem: submitting student was male.

      wg

    157. Re:Hrmm by the_duke_of_hazzard · · Score: 1
      Where did you copy this from?
      This revolving door system where the teacher doesn't even know who's in his class, and he doesn't even have the time to read all the essays, well, something is wrong with that
      True, but a whole separate issue.
      Yes, responsibility and no plagiarism is an important part of a good education, but this itellectual property crap is quite over emphasized these days. None of you know anything completely on your own, just by coming into the world, you're all indebted to the people you've learned from.
      There's a difference between intellectual debt and plain plagiarism: one is digesting someone else's work and being influenced by it; the other is cut and paste. The latter is what we're talking about here, so the rest of your post is rendered somewhat redundant. Further, if you are asked to produce an essay, and you simply copy one, even if you copy it out by hand and learn it by heart, then you are not doing what you are asked for.

      Beta double minus.

    158. Re:Hrmm by the_duke_of_hazzard · · Score: 1
      The internet is the source of all of our problems. Get rid of the internet, and all of our troubles go away.

      Uh, don't think I said that, did I?

    159. Re:Hrmm by the_duke_of_hazzard · · Score: 1
      Me neither. Professor's just don't have the time, energy or, most importantly, motivation to laboriously check every essay.

      Although... there could be a market for a plagiarism checker that checks statistically odd collocations of works against google searches... Excuse me, I may be gone for some time.

    160. Re:Hrmm by holt · · Score: 2, Insightful
      I was TAing a programming course where the assignments changed every year as much as possible, and because of the demands of the course, there were assignments every week, each TA had 90 students, and there were 1500 people in the class.
      I caught people handing in the same assignment in the same class with only a few changes, and sometimes not even a few changes. Still, this takes time, especially when we're supposed to do all the work in a mere 6 hours of grading per week (it was a half-time appointment, and the other 14 hours of it are already accounted for).

      If the people were doing those programming assignments in groups, they were undoubtedly learning the material better than you could have taught them otherwise, because talking problems out and solving them as a team (where you have to make sure everyone knows what's going on) leads to better understanding. On the other hand, if they weren't actually doing the work, didn't they go on to fail the tests?

      Most of the programming classes I've taken have been smart enough to say "ok, work in groups, everyone can turn in a copy of your group's work, and put everyone's name on it" for precisely this reason. I don't feel sorry for your group for having cheating problems when it was really entirely your fault.

      If you don't give homework on it, you might as well not teach it (with programming stuff, where practice is everything), so this is a material-in-the-course question.

      I disagree with this as well. Why not give out practice assignments and say "do this if you want, but if you don't, you'll most likely not understand what's going on and you'll fail the exam(s)" If people do the assignments, have office hours to help with any questions. Don't feel bad about failing the people that don't do any work and consequentially don't understand any of the material.

      The goal of an education is not to do a requisite amount of work, leading to a degree. The goal is to learn the requisite knowledge, leading to a degree. If the students can learn the material without doing the assignments, good for them. Most will have to do the assignments before they'll really get it. But if the students really DO know the material without jumping through your hoops, you should be happy for them and move on to the next student without getting upset that the student didn't have to do enough work to get it.

      There is a ridiculous amount of busy work in the American education system, and it's because educators have lost focus on the real goal, believing that it's the work that matters instead of the knowledge.

    161. Re:Hrmm by Anonymous Coward · · Score: 0

      To be honest, if the original paper really fulfills the obligations of the second assignment, I see nothing wrong with including a preface to the paper saying something like "This paper was originally submitted for my AP history class in high school." However, the prof would undoubtedly be insulted and not grade the paper in the same manner as if he or she was not aware of the previous submittal.

      Kinda retarded.

    162. Re:Hrmm by holt · · Score: 1

      Obviously the solution is to put the burden of proof on the accuser. That teacher should have been required to find the source that your friend allegedly plagerized. If he couldn't find it, then there should have been no accusation.

    163. Re:Hrmm by jadavis · · Score: 1

      I haven't noticed any other attempts to keep the workload equal. Most university professors use mostly tests and little homework. What if you come into a class already knowing the material on a test? Then it would be easy.

      I don't think it has anything to do with making students work the same as other students. I think it has everything to do with making students work the same as the teacher has. The teacher is offended if someone can accomplish what they have without their expert advice and guidence, and without putting in as much time as they have.

      Writing teachers often start out fairly insecure about their profession because their knowledge usually leaves them with no choice but to teach. Marketable writers are often the least respected as far as writing quality, even though they provide the most insight to the most people (columnists, etc). When a student comes in and turns in the same tired response to the same tired question and the student happened to write the paper under someone else's guidance, it forces the teacher to revisit their insecurities.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    164. Re:Hrmm by holt · · Score: 1
      This is all about cheaters whining because they'll be caught more easily. I agree that it's exactly like drug-testing in athletics and as someone that's been involved in both academia and athletics and hasn't cheated I welcome the introduction of these tests.

      That simply is not true. As someone who as been involved with both academia and athletics, I am insulted that you would insinuate that I would try to gain an unfair advantage by cheating or using performance-enhancing drugs.

    165. Re:Hrmm by NoOneInParticular · · Score: 1

      The fun thing about being a teacher is that *you* make the rules. So you can demand word, latex, rtf and/or plain text. I usually demanded either postscript files for papers created in latex or html files created from Word. It's fairly easy to get the plain text out of these. If it didn't the paper went back.

    166. Re:Hrmm by holt · · Score: 1
      Unfortunately, students often get away with petty plagiarism all through college, and then move on to graduate school or professional careers where sources are more easily identified, and the penalty for plagiarism tends to be much heavier.

      I don't see the problem with letting people fall on their face. If they're stupid enough to cheat their way through college, not learning anything, and then go into a situation which requires legitimate knowledge of the material they did not learn, that's really their own damn fault. I don't feel sorry for them.

      Teaching students what constitutes original scholarship is part of the legitimate mission of the university, so outlawing tools that enable professors to catch cheaters ultimately is harmful to the student.

      These tools, which assume everyone cheats and then proceeds to exonerate the honest ones, are not "teaching students what constitutes original scholarship," nor is that their purpose. Schools and universities already teach what is legitimate scholarship, or EVERYONE would be cheating (because they didn't know any better!)

    167. Re:Hrmm by holt · · Score: 1
      Get 10 years on ya, bet your outlook will differ.

      Yeah, so in ten years one goes from being an idealistic young person who believes that his or her reputation is important to a cynic who is only out for personal gain? Great. I can't wait.

    168. Re:Hrmm by Mycroft_VIII · · Score: 1

      "Why does education need to be a science? Every person learns differently"
      You forgott the 'because' between the '?' and 'Every'.
      not to nitpick but the rhetorical question almost sounds like a dissagreement with, and is followed by statements that argue for, the previous post.
      actually though not everyone learns differently unless you get into really hair-splitting detail, most fall into one of several groups that are definate enough to develope a basic stratagem for that will work.

      Mycroft

      --
      https://signup.leagueoflegends.com/?ref=4c3ed6600b6ea
    169. Re:Hrmm by holt · · Score: 1

      First, that sounds like an urban legend-I'm almost sure I've heard that story before. Second, a male could write a "sensitive first-person essay" about having an abortion. Obviously the first person referenced would not be his male self, but that doesn't mean it couldn't happen. There are tons of fiction stories written in the first person; I don't think it's that far of a stretch to assume someone could write a non-fiction essay containing someone else's story in the first person. Heck, isn't that was ghostwriters who work on auto-biographies do?

      (Please note that reading such a submission would definitely raise red flags... I'm just asserting that it doesn't *necessarily* mean anything is afoot.)

    170. Re:Hrmm by Qeantk · · Score: 1

      Don't worry you're in the 50% that get it wrong. ;) http://www.bartleby.com/64/C003/078.html http://www.quinion.com/words/qa/qa-ico1.htm

    171. Re:Hrmm by holt · · Score: 1
      I had one student who actually admitted to copying the material, but didnt' realize he/she had done anything wrong!

      I hope you did actually fail this student, and not let them off the hook for being entirely retarded.

    172. Re:Hrmm by fucksl4shd0t · · Score: 1

      I think I know what you were trying to say. You just got to be the unlucky victim when I pointed out the particular flaw in the reasoning. Or rather, the danger.

      See, it's one thing to acknowledge the internet and it's influence and try to work with it. It's another thing to acknowledge the internet and it's influence and try to fight it. I suspect you were suggesting the former, but I attacked the latter. No harm meant, you're probably just the unlucky victim, but I generally find at least one post like yours and attack, because the internet is the next thing.

      The way I figure it, the bottleneck on human advancement at the end of the last century was the speed of knowledge, so to speak. How fast we can share information, how well we sort it, and how easily we can recall it. That's why search technology is so damned important. It's also why the internet was inevitable and it's not going away. The sooner we learn that and move on, the better. I'm not trying to say that change isn't needed. Revolution implies change, and some would say it requires change.

      I guess I'm done. :)

      --
      Like what I said? You might like my music
    173. Re:Hrmm by Dashing+Leech · · Score: 1
      Well, I'm obviously getting something wrong, or you were smoking something. What's up with the URL? It's a site for references. What reference was I supposed to look up?

      BTW, I'm in the 50% that get it right. So much so, my wife keeps hitting me when I correct her. (That, and saying "supposably" instead of "supposedly".) (=

    174. Re:Hrmm by tgibbs · · Score: 1

      I don't see the problem with letting people fall on their face. If they're stupid enough to cheat their way through college, not learning anything, and then go into a situation which requires legitimate knowledge of the material they did not learn, that's really their own damn fault. I don't feel sorry for them.

      The main point of going to a University is to obtain training that prevents you from falling flat on your face later on. To me, this is considerably more important than the concern that the fragile egos of some students might be harmed by their university's "lack of trust." I am not prepared to dismiss a student who fails to absorb a particular lesson as "stupid." Sometimes, it simply means that that student needs to be taught in a different way.

      Schools and universities already teach what is legitimate scholarship, or EVERYONE would be cheating

      Right...and English classes already teach how to write good english grammar, or EVERYONE would have bad grammar.

      My experience is that reality does not correspond to your simplistic division of students into "cheats" and "honest students." The fact is that not everybody learns at the same pace or in the same way, and many students do come out of college not understanding where the dividing line is between honest scholarship and plagiarism. I don't see any difference between routinely checking a paper for plagiarism and routinely checking for bad grammar.

      I've encountered bright, promising students from good undergraduate institutions who believed that it's not plagiarism if they only copy a sentence or two from a given source. Now I have no doubt that somewhere along the line, they were told otherwise, and the lesson simply didn't take. On the other hand, getting an "F" on an undergraduate paper because of inadequate citation of primary sources is the sort of memorable lesson that can save a student no end of grief later on in their careers.

    175. Re:Hrmm by Anonymous Coward · · Score: 0

      If the people were doing those programming assignments in groups, they were undoubtedly learning the material better than you could have taught them otherwise, because talking problems out and solving them as a team (where you have to make sure everyone knows what's going on) leads to better understanding. On the other hand, if they weren't actually doing the work, didn't they go on to fail the tests?

      In reality group assignments work like this. The smarter/more motivated people in the group do all the work because they don't want their grade dragged down by the dumber/less motived people who either won't do or can't understand the project. So honestly, I don't see how this would help.
    176. Re:Hrmm by oolleq · · Score: 1

      Capilano College (North Vancouver, British Columbia) looked at a proposal for this, but it was discovered that the company offering the service was also selling essays and term papers over the internet. Cap administration may just be too distrustful, but they feared that the service could be skewed to not recognizing plagarized papers the company had itself sold to students.

    177. Re:Hrmm by NoOneInParticular · · Score: 1

      Fundamental misunderstanding: the student is not assigning over his copyright, he's merely asked (informally) to give the right to store his paper to be checked for plagiarism. This particular student in the article does not want to give this right. Most likely outcome of this is that the informal transferral will become a formal one, and yet another laywer can make a living.

    178. Re:Hrmm by mabhatter654 · · Score: 1

      But you ALL miss the point...the student's paper was refused by the professor because it wasn't checked by the student BEFORE turning it in!!!! If the student was honest they should consider it to be an insult....Guilty until proven innocent!!!! Sure profs should check...but it's not the STUDENT'S JOB to PROVE they checked their work....that's deplorable behavior on the part of the professor. Note that the student was fighting because he recieved "zeros" on the papers because they were not accepted! The prof could have done this himself...if he deemed it neccessary, but humilliated the students by demanding THEY do it! That's the difference...not about "allowing" cheaters, It's just like Father^b^b^bHomeland security...forcing people to prove their innocent...instead of working to catch the guilty!!!

    179. Re:Hrmm by holt · · Score: 1
      The main point of going to a University is to obtain training that prevents you from falling flat on your face later on. To me, this is considerably more important than the concern that the fragile egos of some students might be harmed by their university's "lack of trust." I am not prepared to dismiss a student who fails to absorb a particular lesson as "stupid." Sometimes, it simply means that that student needs to be taught in a different way.

      But if they cheated their way through college, then they have not learned what they needed to learn to avoid falling on their face. I'm saying people should be smart enough to realize that the important thing is the knowledge they take away from college, not any benefits from cheating. If they were too dumb to figure that out, well, why should I worry about them? Good lord... why in the world would you pay thousands of dollars a year for an education and then blow it all off and not learn anything?

    180. Re:Hrmm by holt · · Score: 1

      Believe me, I know exactly what you're talking about. My freshman year I was assigned a group in a journalism class, and the other three people were basically retarded. I did entirely too much work, and still got screwed over (because the prof told us that if it was evident that only one person did the work, we would fail. So I couldn't do the work myself, and they wouldn't do it.)

      But more recently I have taken a couple of computer science courses where we did a number of programming assignments. The lecturer allowed us to work in small groups, but didn't require it. So instead of getting stuck with a bunch of dicks that didn't do shit, I was able to work with three guys whom I knew already. The discussions on how to do the programs helped tremendously because we were able to figure out the assignments in much less time than it would have taken us individually, and the coding could be split up among the various people.

      The fact is that you learn better if you have to teach something to another person. You don't really know if you fully understand something until you try to get someone else to understand it as well!

      It's my opinion that this optional group system works really well. I know some other people that didn't do the programming assignments, but just tagged along on another group, and they failed the course because they couldn't pass any of the in-class exams. All the people in my group did pretty well, though, and probably better than if we had tried to do it on our own.

    181. Re:Hrmm by Anonymous Coward · · Score: 0

      Yeah- because the Brain Injury Association of Alberta is known to "pre-emptively accuse people of wrongdoing" like the idiot parent suggested. Assclown.

    182. Re:Hrmm by tgibbs · · Score: 1

      Good lord... why in the world would you pay thousands of dollars a year for an education and then blow it all off and not learn anything?

      Most of the time, they aren't paying for it; their parents are. Undergraduates aren't terribly mature, and it's not that uncommon for them to fail to grasp the fact that they are no longer in school because they are required to be, but because they are paying the university to teach them things that they need to know. That's why easy classes are always in demand, even they generally provide the lowest return on investment, because they usually teach subjects that the student could easily learn on his own. The intelligent thing to do in college is to focus on difficult subjects where you can really use some guidance, but most undergraduates don't appreciate this. The cheating student is mostly cheating himself, and the professor who checks for plagiarism is actually serving the student.

    183. Re:Hrmm by Qeantk · · Score: 1

      Sorry about not making those links nice and friendly clicky-clicky style. They link to a couple references on the "I could care less" construction.

      Is this any better:
    184. Re:Hrmm by tgibbs · · Score: 1

      I think the school culture is bit out of sync with the working world. In school cooperation is called "cheating" in the working world it's being "team player".

      Cheating in school is taking credit for somebody else's work, or pretending to have done work that you haven't actually done. Most employers also look down on this. A well-rounded student or employee should be capable of both team and independent work, and a good educational program will provide multiple opportunities for both.

    185. Re:Hrmm by dgatwood · · Score: 1
      So you're saying that because I paid a lot of money for my computer, the manufacturer shouldn't have the right to set warranty terms?

      So you're saying that the teacher shouldn't have the right to require students to do their assignments or attend class regularly?

      Guess what? You're right. Teachers don't have the right to force students to learn. The only right teachers have is to assign a grade commensurate with the student's knowledge of the material. Thus, students can skip class and not do the work and take their "F", or they can get off their asses, do the work themselves, go to class, and pass.

      Put another way, I'll give you a passing grade when you earn it. Copying someone else's work isn't earning it, and when you get out into the real world and try that crap, you're gonna get canned so fast you'll wake up in the 20th century. I, for one, refuse to set students up for certain failure by coddling them and pretending that what's important is whether you tried your best. If you really believe that, I have a bridge to sell you.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    186. Re:Hrmm by Dashing+Leech · · Score: 1
      Interesting links. Unfortunately they tend make opinions rather than presenting research. One point of good research in the second one clearly points out that the "could" version is a bastardization of the correct "couldn't" version, but can't find the reason for the inversion.

      Both articles suggest, without evidence, that the "could" version is meant sarcastically, with the second article stating that the intonation is different. However, that's the problem. I have never heard "I could care less" with a sarcastic intonation (as in the "Tell me about it" example they use). I've always heard it in the same intonation as "I couldn't care less", sometimes even in an angry intonation. And the example they use of it meaning "As if there was something in the world that I care less about? is really reaching. In this sense, the "care less" refers to the "something else" rather than the topic being discussed, which just doesn't fit well at all.

      What both articles miss is that it could just be a simple misunderstood and bastardized phrase. It certainly wouldn't be the first. But I could care less about it. (= (BTW, I mean it literally.)

    187. Re:Hrmm by Qeantk · · Score: 1

      My only point was that it wasn't as cut and dried as it seems upon first examination. And I certainly say it sarcastically. I've actually discussed this one in-depth with reasonably intelligent linguistics post-grads at my school, so it is obviously not THAT much of a reach.

    188. Re:Hrmm by PoopJuggler · · Score: 1

      haha. nice. i think maybe my penis enlarged just by reading your post

    189. Re:Hrmm by Anonymous Coward · · Score: 0

      A professor that teaches 2 courses a term and does whatever research is possible in the meantime, works between 60-80 hours a week assuming that students don't plagiarize anything. Saying that they get paid to put up with lazy assholes is more or less the same as saying that zookeepers should put up with organized bands of visitors releasing all the animals.

  2. SCO by roguerez · · Score: 4, Funny

    Has SCO used this to run Linux through it yet?

    1. Re:SCO by RealProgrammer · · Score: 4, Funny

      Yes. They found that Linux is 100% plagiarized from material found at www.kernel.org.

      --
      sigs, as if you care.
  3. their crawler by Neophytus · · Score: 5, Interesting

    It's been poking about a few times, and at least it appears to obey robots.txt and use anti-hammer tricks unlike another IP rights company (albeit tagged to another market altogether) cyveillance who use false user agents to hide their activity, don't look for robots.txt and can sometimes hammer your entire website off the web if you have a low cap (say daily rather than monthly). Kudos to people who build polite bots. Have they been crawling your site?

  4. Damn stright! by PatrickThomson · · Score: 5, Insightful

    Technology is seen as infallible by a great many people - suppose a paper accidentally failed the pagiarism test - is there any way to appeal? who are you going to beleive, some snot-nosed plagiarising punk or a godlike magical website?

    --
    I am one of many. My idea is not unique, nor do I expect my voice alone to sway you. I speak in a chorus of opinion.
    1. Re:Damn stright! by John+Harrison · · Score: 2, Insightful

      I am sure that the results aren't a simple numeric score. It would have to come back with a list of passages that were copied and where they were copied from.

    2. Re:Damn stright! by Anonymous Coward · · Score: 1, Interesting
    3. Re:Damn stright! by BitwizeGHC · · Score: 1

      Whoa, Safari. Cool.

      --
      N4st0r, trixx0r h0bb1tz0rz! Th3y st0l3 0ur pr3c10uzz!
    4. Re:Damn stright! by sangreal66 · · Score: 2, Informative

      I've had to turn papers into turnitin.com before. You do get a score, but it specifically points out the parts that were copied, along with their source. Teachers _have_ to check it, because it will count quoted passages as plagiarism.

    5. Re:Damn stright! by gl4ss · · Score: 4, Insightful

      well it didn't smell like the student was pissed off about that. he was pissed off about that his work would be instantly inserted into the database, a database held by a company for PROFIT - he would be so required by a (state run?) university - to give profit to a private company that's only claim to that profit would be those hundreds of essays inserted into it(and possibly some holes in their license, and no you are not exactly 'required' to give profit to book sellers, you don't _have_ to buy books to get by in an university, I should know - access to those books may be vital though, or equivalent books, and some custom course material might be necessary but that is usually provided with not-for profit pricing).

      besides.. if you're plagiarising.. why wouldn't you go through the small extra effort of restructuring the sentences and paragraphs? making the essay essentially 'your own' in style(it would be extremely hard after that to decide with a machine if it was plagiarised or not). getting the information(and guessing what the prof wants there to be in the text) in the first place is the biggest bitch anyways and not the actual writing.

      --
      world was created 5 seconds before this post as it is.
    6. Re:Damn stright! by AKnightCowboy · · Score: 1
      getting the information(and guessing what the prof wants there to be in the text) in the first place is the biggest bitch anyways and not the actual writing.

      Exactly. How is "plagiarising" any different than reading a book on the subject and writing it in your own wordS? It's one thing to copy it word-for-word, but it's another to read it and restructure the paper into your own wording. With other people's papers you can get all the facts you need for your paper and then just write a new one using your wording. There's no harm in that. Just don't turn in a word-for-word copy.

    7. Re:Damn stright! by Echnin · · Score: 2, Interesting
      Well, a rule of thumb is that if you have 3 or more consecutive words identical to the source, and they are not part of or make up a specific term, then you should consider revising it.

      That's according to a certain Associate Professor who checks papers for plagiarism all the time. Specifically, my mother.

      --
      Lalala
    8. Re:Damn stright! by arose · · Score: 2, Funny
      Well, a rule of thumb is that if you have 3 or more consecutive words identical to the source
      That is nice.
      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    9. Re:Damn stright! by Walt+Dismal · · Score: 1

      Why not copyright your student paper? Then you own it and turnitin.com cannot make use of it for profit. And if they do, sue them.

    10. Re:Damn stright! by bloo9298 · · Score: 1

      I agree, that is nice.

      Oh wait...

    11. Re:Damn stright! by Anonymous Coward · · Score: 0

      IANAL (and I can't believe I finally said that), but if you never signed a contract concerning the copyrights of your works, then you own a copyright on them by default. If this site requires the student to hand over their copyright, then I would absolutely not do it either.

    12. Re:Damn stright! by Anonymous Coward · · Score: 0

      Apparently you don't know students. I was a librarian at a music school a few years back, and one day one of the profs came in with a paper she was sure had been plagarized. I looked at it, and sure enough, it had the distinct feel of having been written by a professional in the field (this was a summer music appreciation class).

      So I did an AltaVista search (this was pre-Google), and it turned up with very little effort -- a verbatim copy of program notes for a concert.

      Never underestimate the laziness of students.

    13. Re:Damn stright! by EvanED · · Score: 1

      Registering the copyright with the USPTO or whatever does it is a good idea.

    14. Re:Damn stright! by Stween · · Score: 1

      "How is "plagiarising" any different than reading a book on the subject and writing it in your own wordS?"

      Because reading then writing in your own words implies a certain level of learning and understanding in order to do that writing. Straight out copying is cheating, and missing the point of the exercise.

    15. Re:Damn stright! by elvum · · Score: 1

      Have you checked their T&Cs? If by clicking to submitting a paper to their site you automatically grant them a license to do what they want with it, your copyright becomes irrelevant.

    16. Re:Damn stright! by lordgert · · Score: 2, Funny

      Or imagine the student who submits his paper to the site, it gets identified as plagiarism by their real-time system, and it offers the student a better paper from their database flagged clean for just $19.99!

    17. Re:Damn stright! by gl4ss · · Score: 1

      that is a risk the university has to take. in here where I live in there is not that much written essays to do, and when there are they are usually for such subjects that it's very very hard to find something to plagiriase. pumping too much of simple writing assigments is just asking for them to copy.

      exams... exams.. you can't plagiriase there and most grading is based on exams here(with exceptions of course).

      --
      world was created 5 seconds before this post as it is.
    18. Re:Damn stright! by nathanm · · Score: 1
      Why not copyright your student paper?
      Under US law, it's already copyrighted the moment you create it.
    19. Re:Damn stright! by Anonymous Coward · · Score: 0

      Apparently your view on the University is not very mature, because you must have just started. Otherwise you wouldn't misspell 'plagiarise' twice the same way.

  5. Some things it seems pointful to note by rark · · Score: 4, Informative

    1. This is in Canada, not the U.S. (/. is pretty US-centric, so it seems important to note this)

    2. The article does note that, in addition to being used at 29 schools in Canada, it's used in 'several' schools in the U.S. Anyone know of any?

    1. Re:Some things it seems pointful to note by dalutong · · Score: 1

      UMBC -- University of Maryland, Baltimore County.

      My girlfriend goes there. I don't know if it is professor specific, or school wide. I know my school (University of Maryland's main campus, UM College Park,) doesn't have it. Or if it does it is professor specific because I've not heard about it.

      --

      What comes first, finding a teacher or becoming a student?
    2. Re:Some things it seems pointful to note by pholower · · Score: 1

      Proffesors use this at my school (Auburn University); however, it is not a university wide thing. I believe my proffesor is one of the few who knows the flaws and gaps in technology because any papers he comes across that have allegedly failed the test he gives the benefit of the doubt to the student to prove this is an original piece of work. I don't see this as a bad thing, but more of a tool the teachers can use to help them grade hundreds of papers, as long as they realize no system is perfect.

      --
      -- johntracy.com, because everybody else is wrong.
    3. Re:Some things it seems pointful to note by Cuisinart · · Score: 1

      1. I'm not sure why you think that's pertinent

      2. The graduate school at Franklin University in Columbus Ohio does. I've had to use turnitin.com for my MBA courses. I don't like it for a variety of reasons, but it's not a battle I've deemed important enough to fight.

    4. Re:Some things it seems pointful to note by dbueno · · Score: 1

      It's used at GA Tech. At least it was used in my English class last year.

    5. Re:Some things it seems pointful to note by the+Llama+of+Virtue · · Score: 1

      the University of Alabama - Huntsville started using it this year. I'm thankful that I have completed all my lib art requirements and that turnitin.com doesnt work on mechanical/aerospace engineering homework :)

      -philski-

      "Arrr, the laws of science be a harsh mistress" - Bender

    6. Re:Some things it seems pointful to note by Anonymous Coward · · Score: 0

      My high school uses this every once in a while for large assinments. Personally, I resent giving them ANY copywrite rights to my larger papers, and since the larger papers are the only ones that we turn in....

    7. Re:Some things it seems pointful to note by rark · · Score: 1

      1. Canada is not the 51st state. /. is U.S. centric. Most of the time, when an article fails to mention where something is, it's in the U.S. Assuming this occured in the U.S. could lead to significantly incorrect conclusions. If you were observant enough to note that this article did not reference the U.S. without my help, feel free to ignore it ;)

      2. I've found the answers to "who is doing this in the U.S.?" quite interesting. Thank you.

    8. Re:Some things it seems pointful to note by Anonymous Coward · · Score: 0

      The Rochester Institute of Technology uses it. If I were to protest it's use like this student did, I'd be flunked for the class and that's it.

    9. Re:Some things it seems pointful to note by mistert2 · · Score: 1
      Brookfield Central High School Wisconsin

      Used for lab reports and papers.

    10. Re:Some things it seems pointful to note by Anonymous Coward · · Score: 0

      >The article does note that, in addition to being used at 29 schools in Canada, it's used in 'several' schools in the U.S. Anyone know of any?

      Truman State University

    11. Re:Some things it seems pointful to note by rark · · Score: 1

      This seems to me to be one of the bigger risks. The website says that the report that they return is the student paper with matches highlighted and links to their sources. Presumably this does have a prayer of being a bit more obviously "human must read and interperate" than a report that says "This paper has a 35% chance of being plagerized"

      And I think you've hit on the important bit -- as a tool, it's great. It's not a replacement for human brains.

      The argument that using this service is akin to accusing students of cheating seems specious to me. It's no more accusatory than the various permutations of "keep your eyes on your own paper" that are said at every level from kindergarten to undergrad (can't comment on post grad yet). Though making students run their own papers through is just bad practice.

      I have to admit some ethical qualms about using student papers for profit in this way, but, presuming the usual "all your papers are belong to us" agreement between the school and the student and appropriate legalese between the school and turnitin (and I assume their lawyers have inserted appropriate legalese) it would seem to be legally quite sound.

      but then, IANAL.

    12. Re:Some things it seems pointful to note by jterry94 · · Score: 1

      Yes, but it is much easier to detect cheating on scientific and engineering homework.

    13. Re:Some things it seems pointful to note by pholower · · Score: 1

      "presuming the usual "all your papers are belong to us" agreement between the school and the student and appropriate legalese between the school and turnitin (and I assume their lawyers have inserted appropriate legalese) it would seem to be legally quite sound."
      I really hate this part of my University's legal waiver. Essentially anthing I write, say, and or do in class, for class, or remotely connected to class in anyway they can take for their own property. Alas, I need that piece of paper with my name on it saying I know what I am talking about!

      --
      -- johntracy.com, because everybody else is wrong.
    14. Re:Some things it seems pointful to note by Anonymous Coward · · Score: 0

      Fairfax County Public Schools just recently began to implement it...

      At least, that's according to an article in the school paper at TJHSST, a Virginia Governor's School run by FCPS.

    15. Re:Some things it seems pointful to note by Anonymous Coward · · Score: 0

      Indeed. If you cheat on your engineering homework you generally will flat the hell out fail your next test!

    16. Re:Some things it seems pointful to note by Professor+Bluebird · · Score: 1

      I go there as well, and only certain professors use it. Luckily, I haven't had any of them.

    17. Re:Some things it seems pointful to note by Anonymous Coward · · Score: 0

      Brooklyn Polytechnic uses it, or the English dept does at least. I also refused to submit my papers in my lit class.

    18. Re:Some things it seems pointful to note by jjjack · · Score: 1

      Essentially anthing I write, say, and or do in class, for class, or remotely connected to class in anyway they can take for their own property.
      That's very strange.
      I go to Cornell and I know for a fact that students essentially retain all copyright rights to their academic work. Look at the section entitled "Student" in the university's copyright policy.

    19. Re:Some things it seems pointful to note by Xaer0cool · · Score: 1

      University of California, Berkeley, but not schoolwide, determined by the professor.

    20. Re:Some things it seems pointful to note by 357_Magnum · · Score: 1

      University of California, San Diego. Only in some classes though, up to the professsor. I've noticed it is mostly used in GE writing classes, perhaps due to the fact that most students try to take the easiest way out of the class that they are forced to take? Which I'm not condoning, but trying to find a reason.

      --
      Dulce et decorum est Pro patria mori.
    21. Re:Some things it seems pointful to note by f0rt0r · · Score: 1

      I heard its being used on the Microsoft Campus, where many source code reports are shown to be plagiarized from BSD.

      --
      I can't afford a sig!
    22. Re:Some things it seems pointful to note by Anonymous Coward · · Score: 0

      University of Pittsburgh... One prof claims to catch 10 students a semester

    23. Re:Some things it seems pointful to note by autechre · · Score: 1

      In all of the music/arts and IT courses I've taken at UMBC, I've never had a professor use such a service. However, it should be noted that a lot of my "base" classes were done at a previous school (or skipped over via an AP exam).

      --
      WMBC freeform/independent online radio.
    24. Re:Some things it seems pointful to note by roach2002 · · Score: 1

      Carnegie Mellon. A professor threatened to fail my ex girlfriend on an assignment last year because somehow turnitin.com didn't work for her, but she didn't know, and it didn't submit. He wasn't all that willing to let her submit it to the site after the deadline and not punish her, even though she gave him a hard copy on time (as did everyone else in the class)

  6. Well how can they safeguard against this? by thenerd · · Score: 4, Interesting

    My father works as a professor in a large university, and has often had problems with students turning in plagiarised work.

    One day he had to bring someone into his room to tell them that in future, it wasn't advisable to plagiarise from his own book and hand it right back into him, because he could recognise his own style!

    With essays that can be purchased over the internet, why shouldn't McGill safeguard against having crap, plagiarized work handed into them? The students who do this are trying to decieve the university. The article seemed to be saying that the professors were trying to just get out of doing work, and it wasn't to catch cheaters. I don't see why it is wrong to know within a reasonable margin of error that the work you are marking is not plagiarized.

    --
    The camels are coming. I'm in love.
    1. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Because theyre learning from said books and its been done before, its not new so you cant expect new things from old areas.

      Its science, not art.

      The main objective is to learn, thats what educations about, if they learnt, why are they being punished?

      You got yer ass on backwards mate. Its not art competitions its not competition its LEARNING.

    2. Re:Well how can they safeguard against this? by digital+photo · · Score: 5, Insightful

      If the intent is to protect against cheaters, then the teachers should submit the papers to the service for verification. The student should not have to be the one who is being required to turn in their papers to a service.

      It is a matter of being treated like a criminal first.

      The other problem would be false positives when people write with similar styles in two different parts of the nation/world. Given enough "samples" in their filter, the accuracey drops because you now have a much higher likelihood of turning up a match.

      I Agree that plagiarizing work is wrong. But I do not agree that everyone should be treated like a cheater just because some in the student body are.

    3. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 3, Insightful

      That's exactly why automated plagiarism checks make sense: If it's similar enough to be flagged by a text comparison program, then you're not showing that you learned something, just that you know CTRL-C CTRL-V. You're not expected to come up with the next uncertainty principle, but being able to explain something in your own words is a requirement, because it shows a) that you understood it and b) that you can give structure to complex thoughts. The latter will be very helpful should you ever have an original thought of your own.

    4. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0
      The main objective is to learn, thats what educations about, if they learnt, why are they being punished?

      Because use of "Copy" and "Paste" is not the information intended to be learned? Hell, if I thought I could get a college degree for skillful use of Google, there's no way I'd pay $25k/year to listen to lectures.

      To learn is not to be able to parrot back a pile of discreet facts. To learn is to take those facts and synthesize greater meaning from them. It is that skill that allows, for example, programmers to create functions that have not been seen before. Rote repetition of data, or of someone else's text may be ok for 8 year olds, but real people need to be capable of more.

    5. Re:Well how can they safeguard against this? by overunderunderdone · · Score: 1

      The main objective is to learn, thats what educations about, if they learnt, why are they being punished?

      Because presumably they were supposed to learn about something more than: google -> cut -> paste.

      THEY were supposed to learn about something, THINK about it themselves and and organize and refine their own thoughts enough write a reasonably lucid paper on them. Simply finding somebody elses paper and turning it in doesn't exhibit that they learned anything.

      Sure their papers are on some existing subject and there are probably thousands of other papers, books and articles that say pretty much the same thing. But if they say the same thing in *exactly* the same way (which is what plagerism detectors detect) that is a pretty good indication that not only is there very little learning going on but that what is going on is deceit to maintain the *illusion* of learning.

    6. Re:Well how can they safeguard against this? by NoOneInParticular · · Score: 5, Informative
      The other problem would be false positives when people write with similar styles in two different parts of the nation/world. Given enough "samples" in their filter, the accuracey drops because you now have a much higher likelihood of turning up a match

      Have you actually any idea what the probabilities are of someone writing the exact same sentence for describing the same thing? Just take this particular post apart and feed ten consecutive words through google and see how many hits you get.

      Also, take a fairly generic sentence such as "to improve writing and research skills, encourage collaborative online learning" and try to find out where I got it from.

    7. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 1, Insightful
      The students who do this are trying to decieve the university.

      Speaking as a student, the intent is to give the professor whatever they want with the least amount of effort. I personally couldn't care less about some of the subjects we're forced to take as part of our general education requirements, but before I can get a degree I need to satisfy them. I am ONLY interested in getting the fucking piece of paper so I can get on with my life.

    8. Re:Well how can they safeguard against this? by Charlotte · · Score: 1

      I'm taking a CS course after hours and I regularly have to write small papers which correctly refer to sources. But how far do you go? Papers like this usually do nothing but quote from the same 2 standards documents over and over and your job is simply to combine them and make something new.

      The language in such documents is typically very precise so finding a new way of describing them may be dangerous. And putting quotes around them or putting in 15 footnotes isn't workable either - it makes the text less readable.

      So are there any guidelines about this?

    9. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Of course. your right.

      Professors have no rights to tell students what to do what-so-ever. After all it's the student thats in charge and the professor that comes to the student to learn about subjects, correct?

      Next thing you know students will be required to attend classes, type out their own papers, do their own research, and then verify their research sources!!!!

      HORRIBLE.

    10. Re:Well how can they safeguard against this? by Diamon · · Score: 5, Funny
      It is a matter of being treated like a criminal first.
      Yeah, how dare they.

      While we're at it I think it is an invasion of my rights to be treated like a criminal by having to pass through a metal detector in order to enter a federal court house. Also we need to do away with police laser/radar guns because the police have already decided to treat me as a criminal by checking my speed. Oh and background checks for handguns, wtf? I'm no criminal I should be allowed to by a gun no questions asked and no waiting period. Anti-theft devices in stores, same thing. Security cameras, ditto. Also I particularly dont care for my neighbors having locks on their doors, they trying to say I'm a thief and am going to steal their stuff as soon as their backs are turned?

      We can no longer endure these indignancies. Don't they know we should all be treated as infallible saints until we can be proven otherwise.

      Oh and the whole being arrested and then having to defned yourself in court is a sham to. They should have to prove my guilt before even being allowed to arrest me. How dare they!

    11. Re:Well how can they safeguard against this? by mabhatter654 · · Score: 2, Insightful
      Bingo! It's not a matter of the student contesting the check, but the professor not accepting the students work UNTIL the STUDENT certified it as checked...that's just wrong. It's too bad there's no way for the students to go after the tenure [isn't that the ultimate irony...tenured profs accusing students of being lazy!] of profs like this!

      But you are right, once everybody starts submitting silly reports to services, the system will flood and EVERYBODY WILL BE PLAGIRIZING! A good student response would be to collect older papers [like the professor's school papers!] and submit them to services as well...let's see if any of the "pushers" of the system are guilty too! For a matter of fact that should be a new requirement to keep tenure...all profs entire body of work [pre-K to PHD] should be submitted to these services...and if they can't pass....

    12. Re:Well how can they safeguard against this? by tomstdenis · · Score: 1

      I don't think they're looking for trivial matches. e.g.

      "Therefore, our theorem is true". would not be indicative of cheating. Something like

      "As a matter of course the heroine employed strong character traits throughout the tribulations that populated her difficult life." would be something non-trivial that could indicate cheating.

      I also doubt this is a pass/fail system. The professor probably has some discretion in the matter.

      Tom

      --
      Someday, I'll have a real sig.
    13. Re:Well how can they safeguard against this? by Just+Some+Guy · · Score: 1
      Also, take a fairly generic sentence such as "to improve writing and research skills, encourage collaborative online learning" and try to find out where I got it from.

      Even more impressively, Google found three nearly-identical hits - one of them being very similar to the other two, but with enough difference to make it appear original at first glance. Milken High School "borrows" quotes the same way half the students in my English 101 did: they changed two or three words and hoped noone would notice. :-)

      --
      Dewey, what part of this looks like authorities should be involved?
    14. Re:Well how can they safeguard against this? by Cellshade · · Score: 1

      Wow! Great example! Your example phrase only turned up FIVE separate sources all using the same sentence in different works!

    15. Re:Well how can they safeguard against this? by NoOneInParticular · · Score: 1
      Has it occured to you that these 5 seperate sources ALL have something to do with Turnitin? What do you think the chances are that there are different authors for this sentence at work here?

      I think it's an excellent example for plagiarism, particulary as it was the first generic sentence I could find on the turnitin front page, and it turns out to be copied a few times.

    16. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      The guideline is the person who will be accepting the paper. So (s)he demands that you have it dupe checked. If you don't pass that hurdle even though you think your paper is fine, then it's time to have a word with your prof about his/her expectations. Maybe your paper is not as good as you think it is, maybe the plagiarism check isn't as useful as the prof expected it to be.

    17. Re:Well how can they safeguard against this? by otprof · · Score: 1
      This is an excellent question. The courses I teach in Religion don't generally have this problem, but some of the theology and philosophy courses I took in grad school did.

      For example, how do you write a short paper on one of Habermas's ideas? His language is terribly specific and unique to his philosophical construction. It can be done, however. The point of the assignment is usually to help you develop that skill. Can you take a technical essay and describe it's argument in your own language to someone else? The trick is to be able to rephrase the argument (it will usually take more words) and supplement your discussion with specific quotes from the article to provide a control over your interpretation.

      Sometimes it's not easy, but if you can do this it shows that you really understand the article. That said, if you use the original author's language you should put it in quotes, regardless of how many quotes you need. This applies to phrases (2 or more words) or single words that are uniquely used by that author.

      As I tell my students, however, don't quote something unless the original wording is particularl striking or can't be reworded no matter what (unlikely).

    18. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Mod parent UP!

      For everyone out there whining about "guilty until proven innocent" and it's treating people like criminals read the parent's post and realize he's 100% right.

    19. Re:Well how can they safeguard against this? by TCaptain · · Score: 5, Informative
      The article seemed to be saying that the professors were trying to just get out of doing work, and it wasn't to catch cheaters. I don't see why it is wrong to know within a reasonable margin of error that the work you are marking is not plagiarized.

      I live in Montreal and attend Concordia, so I've heard quite a bit about this case. There were two main principles at issue here:

      1 - The fact that students were presumed guilty until proven innocent (ie: ALL students were treated as plagiarists and had to prove otherwise or get zero).

      and (and this is a biggie)

      2 - Copies of the student's work submitted to the service were kept and included into its database...students had no say in the future use of their work, they either had to give up rights to it in favor of the service (so they could add it to their database and use it to make money) or refuse, not use the service and get zero.

      As near as I can tell the student, nor any of the people supporting him, had no problem with using the service as a tool...only to the conditions of using it and the fact that it was used before any suspicion of plagiarism existed.

      --
      "I'm not a procrastinator, I'm temporally challenged"
    20. Re:Well how can they safeguard against this? by TGK · · Score: 2, Insightful

      Speaking as an alum, the peice of paper hanging on my wall carries with it the prestige and reputation of the University I attended. That prestige is derived from the quality of students that university graduates, and in my case, the broad knoledge base graduates demonstrate. That broad knoledge base is in large part a result of those Gen Ed Requirements you speak so poorly of.

      When students cheat and dodge assignments, they diminish the intelectual level of graduates my University produces. They also diminish the moral character of the pool of graduates. In short, my degree is rendered less valuable by the actions of students years down the road who are too short signted to appreciate the benefits of an education.

      I don't think it's right to force the students to submit their papers to an automated system to check for plagirism themselves, it just seems rude. I do think students should be required to submit electronic versions of their papers to professors at all times, and that the professors should be strongly encouraged to use electronic tests for plagerism.

      --
      Killfile(TGK)
      No trees were killed in the creation of this post. However, many electrons were inconvenienced.
    21. Re:Well how can they safeguard against this? by DavidBrown · · Score: 4, Interesting

      If the intent is to protect against cheaters, then the teachers should submit the papers to the service for verification. The student should not have to be the one who is being required to turn in their papers to a service.

      Maybe the school is giving the students a break. Let them submit their own essays for validation. If they fail validation, the student can rework his essay and do it again until the essay manages to pass validation. This way, you don't have a situation where the school subjects a student to discipline for plagarism - allowing a student to learn a lesson without being punished with reduced grades, etc.

      --
      144l. ph34r my 133t l3g4l 5k1lz!
    22. Re:Well how can they safeguard against this? by Orne · · Score: 2, Interesting
      Of the 5 sources offered by Google:

      the first is the press release sheet of the original site, Turnitin (turn-it-in)

      one is a project proposal by an IT company that offers to install Turnitin at schools in australia. It appears they use the press release to describe the product

      three are schools that have implemented Turnitin, and have "appropriated" a paragraph of the press release to link back to Turnitin's main site

    23. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      One day he had to bring someone into his room to tell them that in future, it wasn't advisable to plagiarise from his own book and hand it right back into him, because he could recognise his own style!


      Once my data structures professor gave as an extra credit assignment involving quadtrees ... I found that it was actually a problem he'd solved in a published paper. I implemented his algorithm as a solution (he didn't forbid researching the problem, after all) ... but I cited him properly.
    24. Re:Well how can they safeguard against this? by Carmody · · Score: 1

      A good student response would be to collect older papers [like the professor's school papers!] and submit them to services as well.

      You meant this as a joke, but this would actually be a fun thing to do to ones professors.

      --
      God is real unless declared integer
    25. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Anti-theft devices in stores, same thing. Security cameras, ditto. Also I particularly dont care for my neighbors having locks on their doors, they trying to say I'm a thief and am going to steal their stuff as soon as their backs are turned?

      These are measures that stores and people take in high crime areas. Is cheating a big problem in colleges? According to this article, it seems so. There's a part in the article that says:

      'In a 1998 survey by Who's Who Among American High School Students, 80% of college-bound high schoolers admitted they'd cheated at least once. According to an ongoing survey of college students by McCabe, three out of four confess to having cheated at least once. His new survey of 4,500 high school students suggests cheating is even more significant there: 9th- through 12th-graders told McCabe that teachers are "clueless" about how easy cheating has become with new technologies, and 97% of high schoolers admit to "questionable" activities, with more than half having copied from the Net without citing the source.'

      Eighty percent seems a bit high but let's say for argument sake that we chop off a zero and say it's eight percent. If eight percent of your customers shoplifted, wouldn't you be compelled to put security cameras in your store?

      I'm graduate student and I've been a TA/instructor in the past. My experience is that University faculty tend to be VERY liberal when it comes to prosecuting cheaters. Many fall in the position: "I'm not going to bring them up unless it's really really obvious." There was this one case where a student copied an abstract verbatim out of a scientific journal. The student claimed he did not know that it was plagarism and was absent on the day of the plagarism talk. (Every writing class has a plagarism talk). The judicial commitee found him NOT guilty which is bullshit in my opinion.

      Cheating is rampant in college. If you've gone to college, you've met people who've cheated. If you are going to college, you will find people who will cheat.

    26. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Find me a comparison where the work of the person being checked is used by the checker to make money, then we'll talk.

    27. Re:Well how can they safeguard against this? by Digital11 · · Score: 1

      Apparently they didn't do much about spelling at U of V because you don't appear to have much knoledge, erm, I mean knowledge, in that area. :-P

      I'm guessing that in your 4 years at said university you were very grateful to the man who invented a spellchecker?

      Sorry, I usually try not to be a spelling Nazi, but the irony was far too great to pass up. =)

      --
      I am a leaf on the wind. Watch how I soar.
    28. Re:Well how can they safeguard against this? by woztheproblem · · Score: 1

      But now you're making a different claim than the one being attacked by this thread.

    29. Re:Well how can they safeguard against this? by Jonny_Haircut · · Score: 2, Interesting

      Why did this get modded up?

      It is a matter of being treated like a criminal first.

      First of all, plagarism isn't a criminal offence, or really anything like one. It's an acedemic offence. I don't know how you could possibly come to be so outraged. Second, if you RTFA, you'll see that McGill is using "TurnitIn.com" on a limited trial basis.

      Additionally, some people have raised the point that it is somehow wrong that a company get access to these students works. I don't know how it works at most schools, but I'm a Canadian university student (from Ontario, that big province next to Quebec - where McGill is) and at my school, it is expressly stated in many places that all work submitted for classes is the sole property of the University. If they want to sell it, hey, its their right. Not that there have in the past been many cases where there was much commercial value to an undergrads course work.

      Which brings me to my next point: This kid is being a whiny little snot. Did you see his picture? He looks like a scruffy little Che wannabe. He should be happy that there is even a tiny commercial demand for his work, such as it is. (Note: He got B's and C's on the papers mentioned. Yes, the schoold did in fact agree to re-evaluate his papers after originally giving him zeroes.) And look who he's backed up by: The Canadian Federation of Students. I'm not sure if its the same everywhere, but Student Fedrations in Canada are notoriously leftist, overreacting, and nearly if not completely dysfunctional organizations. Look at their quote:

      From the article: "The reality is that the high monitoring of students really isn't about catching cheaters, it is a substitute for hiring enough faculty members to take the time to read student work," said Ian Boyko, national chair of the student federation.

      "...Really isn't about catching cheaters"!!?? For their TRIAL use of the program which they PAY FOR!? Does anyone actually believe that this is some kind of conspiracy to a) make money, or b) somehow trample on the poor little student? Are they accusing the system of marking students papers without looking at them? This is simply a huge overreaction, although very characteristic and not at all surprising

      This whole thing nothing but a case of trying to stop what is actually a very large and very real problem in acedemia, particularly at the undergrad level. I for one am thankful that they are taking serious steps to address the issue, instead of ignoring it.

    30. Re:Well how can they safeguard against this? by thenerd · · Score: 1

      It's just one experience but I found an essay that was plagiarized and submitted to my father in one hit. I asked him to find the most peculiar sentence. I typed it into google. Bingo, identified.

      Correct, if you entered something like

      'on the other hand'

      into google, I agree you'd get many many hits.

      If I was going to create a product such as this to detect plagiarism, I would have thought of this problem.

      --
      The camels are coming. I'm in love.
    31. Re:Well how can they safeguard against this? by Lars+T. · · Score: 1
      And why would it be better for the student if the professor turned in the paper, taking control of the process away from the student?

      Or do you think that cheating is uncommon? Quote an article:

      Percentage of students in 1988 survey of Who's Who Among American High School Students that admitted cheating: 70

      Percentage of students in 1998 survey of Who's Who Among American High School Students that admitted cheating: 80

      Percentage of cheating students who say they were never caught, same 1998 study: 95

      Percentage of parents of Who's Who students who said they believed their children never cheated, 1997 study: 63

      Hell, not checking for plagiarism is unfair to those not cheating, not the other way around. Mr. Rosenfeld is either very naive about the amount of plagiarism going on, or he knows he wouldn't pass the test.
      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    32. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Eighty percent seems a bit high but let's say for argument sake that we chop off a zero and say it's eight percent.

      Actually, 80% seems low to me, when you consider that they only need to have "cheated at least once." I cheated in high school, once or twice, and I consider myself to have been on the more honest end of things. I found it even worse in college. We'd have take-home tests where people were specifically told not to work in groups, and at least 3/4 of the class ignored that on a regular basis. Shit, now I gotta post as AC.

    33. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Find me a comparison where the work of the person being checked is used by the checker to make money, then we'll talk.

      Criminal background checks for employment purposes, credit checks for apartments, drug testing for sports athletes, all of these make money for the checker.

    34. Re:Well how can they safeguard against this? by anthony_dipierro · · Score: 1

      Or maybe the professor just doesn't want to agree to the click-through license.

    35. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      I every case you mentioned, the person who is suspicious of you is the one making the effort. In the case of the papers, the one under suspicion is required to make the effort.

      See, we have this thing called the fifth amendment in this country...

    36. Re:Well how can they safeguard against this? by baronben · · Score: 1

      2 - Copies of the student's work submitted to the service were kept and included into its database...students had no say in the future use of their work, they either had to give up rights to it in favor of the service (so they could add it to their database and use it to make money) or refuse, not use the service and get zero.



      This is very true. We use the same service at my school, University of Toronto, and I have the same problem with it. I have nothing against checking students for plagiarism using an automated method, I do have problems giving my paper to a for profit company for no compinsation.

      The real problem is that by giving them the paper, I lose all control over it. I read over turnitin.com's legal agreement, and it promises that they'll never use my paper, but they also say they can change the terms when ever they want and I never have the right to get my papers back. If they wanted to next year, they could cease to be a anti-plagerism firm and because a paper mill, and there's really nothing I can do about it
      I would be fine with turning my paper in if one of two things happened. The first is that they simply compensate me in some way. It could be a free grammar or syntax check when I add my paper to the database, it could be an actual cash payment, or hell, it could be a free hat or tee-shirt. I'm a college student, I need free swag! The second is for them to retain an escrow service to destroy their databases if they ever go out of business. This would ensure that if the company goes bottom up, my IP is protected.

      I actually told my prof about my concerns, and his only reply was to tell me to choose between taking the class (which I need to do) and running my papers through the system. I wish I had the balls to do what this kid in McGill did, but I want to go to grad school, and thus need to suck up to profs. Such is the magic of academia I suppose.
    37. Re:Well how can they safeguard against this? by Jah-Wren+Ryel · · Score: 2, Insightful

      Ah, so it is just like this CAPS II bullshit actually makes it easier for terrorists to get on airplanes because they now have the chance to do test runs until they find people who can pass the system without extra scrutiny.

      Since the student is submitting to the plagarism detector himself, he can plagarize, then tweak then test and if it fails the test, he can tweak it some more until eventually it passes the plagarism test. Since he now has the official stamp of approval from the infallible computer - there is no need for a human to check for plagarism.

      --
      When information is power, privacy is freedom.
    38. Re:Well how can they safeguard against this? by yamla · · Score: 1

      This would be copyright infringement, at least in Canada at the undergraduate level. It would be illegal for a professor to submit someone else's work to turnitin.com, thereby claiming that it was their own work. Even if they worked out a deal with turnitin.com so that the professors were _not_ claiming to be submitting their own work, it would still be copyright infringement as the student owns the copyright on a paper they wrote, the professor is NOT at liberty to make unauthorised copies.

      --

      Oceania has always been at war with Eastasia.
    39. Re:Well how can they safeguard against this? by gumbi+west · · Score: 1

      So would these services incorrectly say that a paper with a block quote that is properly quoted and cited plagerism? They would have to... Some of these services only say if the paper is or is not plagerized, not what it thinks was plagerized so this can be a problem. This then puts the burden of proof on the student and how do you prove that your paper is not plagerized.

    40. Re:Well how can they safeguard against this? by yamla · · Score: 1

      McGill should safeguard against plagiarism. They should not, however, force a student to give up copyright on the material the student produces. Furthermore, they should not require a student to submit a paper to a service that makes all its profit off the work of a student.

      --

      Oceania has always been at war with Eastasia.
    41. Re:Well how can they safeguard against this? by srleffler · · Score: 1
      If the intent is to protect against cheaters, then the teachers should submit the papers to the service for verification.

      The problem with that is that since the company keeps the papers that are turned in and uses them as an asset, this would violate the students' copyrights. The professors do not have the legal right to give the students' original work to an external company unless there is some legal agreement in place between the students and the university, which allows this.

    42. Re:Well how can they safeguard against this? by willtsmith · · Score: 1

      Mod the parent up.

      When your Universities allow their students to cheat, it diminishes the value of your degree. It becomes akin to something you paid for instead of something you earned.

      --
      -------- -------- Support Wesley Clark for president!!!
    43. Re:Well how can they safeguard against this? by willtsmith · · Score: 1

      Since the student is submitting to the plagarism detector himself, he can plagarize, then tweak then test and if it fails the test, he can tweak it some more until eventually it passes the plagarism test. Since he now has the official stamp of approval from the infallible computer - there is no need for a human to check for plagarism.

      Well. If he is tweaking the actual content, becomes less akin to plagirism. At that point, it becomes work again. If your going to work, you might as well do the assignment instead of some elaborate word morphing. Effectively, it makes purchasing papers wholesale impossible.

      --
      -------- -------- Support Wesley Clark for president!!!
    44. Re:Well how can they safeguard against this? by Jah-Wren+Ryel · · Score: 1

      I disagree. When the tweaks only involve changes in grammar, sentence structure and vocabulary they are much easier to make than actual research and critical thought. Those kind of changes are on the verge of what could almost be automated. How funny would that be - an anti-anti-plageriser program that automates the feedback loop.

      Of course, if their system is somehow able to avoid being fooled by that level of changes, then yes real work would be required. But, I don't think that algorithms of that level of sophistication are generally available (yet) and if they are, I think the people capable of implementing them would be working on more lucrative projects (or holed up in some skunkworks for the dept of homeland insecurity).

      --
      When information is power, privacy is freedom.
    45. Re:Well how can they safeguard against this? by grammar+fascist · · Score: 1

      1 - The fact that students were presumed guilty until proven innocent (ie: ALL students were treated as plagiarists and had to prove otherwise or get zero).

      Have they even got a leg to stand on, legally? Only when everyone has a lot of time and energy to spend on a case (like in a criminal court) do we have the luxury of "innocent until proven guilty." That's not a basic human right: it's an ideologically desirable feature when someone's entire life is at stake.

      Now, I think that forcing students to prove it themselves is stupid. The university ought to be doing it. That's my only problem with it, though.

      2 - Copies of the student's work submitted to the service were kept and included into its database...students had no say in the future use of their work, they either had to give up rights to it in favor of the service (so they could add it to their database and use it to make money) or refuse, not use the service and get zero.

      Well, they ought to get used to it. That's pretty much how publishing in the academic world works. What will they do in graduate school when giving up rights is the only way they can get their degree?

      --
      I got my Linux laptop at System76.
    46. Re:Well how can they safeguard against this? by po8 · · Score: 1

      This is why there are Department Heads and Deans. Write a polite letter, and pay a lawyer $30CDN to review it. IANAL, but the letter might say something like: "By insisting that I provide my copyrighted materials to this service, UT assumes all liability for any use of my document for purposes other than plagiarism detection." It's your copyright: in my non-expert opinion you can legally do this.

      Then carry a copy of your letter to appropriate UT officials. Either they'll fix the prof's attitude problem right quick, or you'll have a lovely basis for an expensive lawsuit if something does go wrong in the future.

    47. Re:Well how can they safeguard against this? by TerminaMorte · · Score: 1

      Are you stupid? That's a horrible comparasion! Ever hear of "Innocent till proven guilty"?

      If you're going into a court house, it's probally because many people that go in there are already guilty or suspected of a crime. If you're buying guns, they check before they give you a potentionally harmful item. You have no right to that service, because you havn't bought anything yet.

      When you're a paying customer of a University, they have no right to treat you as if you are guilty. Nor should they force you to hand over your work to a private company.

      There's a big diffrence between protecting life, and a student possibly cheating.

    48. Re:Well how can they safeguard against this? by EvanED · · Score: 1

      "Well, they ought to get used to it. That's pretty much how publishing in the academic world works. What will they do in graduate school when giving up rights is the only way they can get their degree?"

      So what you're saying is "oh yes, the situation isn't desirable, so let's not complain when it becomes even more undesirable"?

    49. Re:Well how can they safeguard against this? by zenyu · · Score: 1

      I actually told my prof about my concerns, and his only reply was to tell me to choose between taking the class (which I need to do) and running my papers through the system. I wish I had the balls to do what this kid in McGill did, but I want to go to grad school, and thus need to suck up to profs. Such is the magic of academia I suppose.

      I think your chances of getting into the grad school of your choice will be significantly better if you fight this type of bullshit. If the prof really decides to fight you on this you will find more than a few professors on your side when you take this to the administration. And many of them will be happy to write you a glowing essay when you need one. Professors want grad students who will fight for what they believe in. Tilting at windmills is practically a hallmark of the profession.

    50. Re:Well how can they safeguard against this? by Ruds · · Score: 1

      a. This is in Canada.
      b. From the fifth: "nor shall be compelled in any criminal case to be a witness against himself". This is not a criminal case; it is an academic matter. You hear of very few criminal trials concerning plagiarism in an undergraduate classroom.

    51. Re:Well how can they safeguard against this? by po8 · · Score: 2, Interesting

      As a University professor with a goodly collection of published academic papers, I assure you that publishing in the academic world does not work like submitting to this "anti-cheating" service.

      The typical agreement between an academic and a publisher gives an exclusive right to publish the copyrighted work to the publisher. These days, that exclusive right is often time-limited and/or limited to allow the author to self publish online. In any case, the publisher is almost never given the copyright itself, or given permission to go do arbitrary things with the work other than publish it in specified ways.

      Note also that the author is giving the academic publisher the exclusive right to use the work in return for a benefit: the publication of the work. The "anti-cheating" service provides no such benefit to the student: they are being asked to give up their rights in return for the possibility of being falsely accused of plagiarism. Hardly a reasonable bargain. In fact, again IANAL but I think an excellent case could be made under contract law that there is no binding contract, due to no consideration to each side.

      I would refuse to publish in a forum with a copyright agreement like that of this "anti-cheating" service; I share the concerns of the students in this area.

    52. Re:Well how can they safeguard against this? by 0x0d0a · · Score: 1

      The second is for them to retain an escrow service to destroy their databases if they ever go out of business. This would ensure that if the company goes bottom up, my IP is protected.

      How do you have an escrow service guarantee *destruction* of data?

    53. Re:Well how can they safeguard against this? by mx80 · · Score: 1

      I don't know who you publish with, but copyright agreements I've seen and signed transfer the copyright to the publisher (but you retain certain rights, e.g., the right to make the paper available on your webpage, any rights in a process reported on in the paper).

      For instance:

      The IEEE: "The undersigned hereby assigns to the Institute of Electrical and Electronics Engineers, Incorporated (the "IEEE") all rights under copyright that may exist in and to the above Work, and any revised or expanded derivative works submitted to the IEEE by the undersigned based on the Work. The undersigned hereby warrants that the Work is original and that he/she is the author of the Work; to the extent the Work incorporates text passages, figures, data or other material from the works of others, the undersigned has obtained any necessary permissions. See reverse side for Retained Rights and other Terms and Conditions."

      Springer-Verlag: "The copyright to the contribution identified above is transferred to Springer-Verlag Berlin Heidelberg New York (for U.S. government employees: to the extent transferable). The copyright transfer covers the exclusive right to reproduce and distribute the contribution, including reprints, translations, photographic reproductions, microform, electronic form (offline, online), or any other reproductions of similar nature."

    54. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      where the work of the person being checked is used by the checker to make money

      Read it again...

    55. Re:Well how can they safeguard against this? by rcw-home · · Score: 2, Insightful
      Hell, not checking for plagiarism is unfair to those not cheating

      Is learning a competitive contest?

    56. Re:Well how can they safeguard against this? by fulldecent · · Score: 2, Interesting
      How does the system handle quoting and paraphrasing, where credit is given? I'm can only guess it doesn't.

      That, and the fact that the fact that the English language only ~12 bits of entropy per word(1), it's very likely a birthday attack will be pulled against this database.

      (1) http://www.stanford.edu/~vjsriniv/project/entropy_ of_english_9.htm

      --

      -- I was raised on the command line, bitch

    57. Re:Well how can they safeguard against this? by fulldecent · · Score: 1

      How does your pricetag.com make money?

      --

      -- I was raised on the command line, bitch

    58. Re:Well how can they safeguard against this? by xanthan · · Score: 2, Interesting

      You've never graded programs, have you? When a professor (or more often, a TA) has 60 programs turned in, each easily being hundreds if not a thousand lines long, there is no way the person is going to make any serious headway on the matter. At best, the grader can guess about what students tend to group together in class and use that as a heuristic. Of course if there are three sections, each with 30 students, and there are friends between sections... well, forget it.

      The (very, very sad) reality is that there is a disguesting amount of cheating that is happening in Computer Science programs. It is a genuine concern of professors to have to worry about this. The fact there there is enough demand to warrant a company to check on it should tell you something.

      The year before I became a TA for an operating systems course, my school had to give up on NACHOS (Not Another Completely Heuristic Operating System) as part of the cirriculum. There were too many full source implementations sitting on the net that were getting turned in as homework assignments. I ended up changing the program to use Linux with assinments revolving around kernel hacking. The sad thing is that I think the students learned less than if they had used NACHOS since NACHOS allowed them to experience all facets of the operating system from the ground up versus the Linux assignments that had to be a lot more focused. (The lessons I learned from having done NACHOS in '94 I still use today.)

      The assertion that cheat checkers don't work well with homework assignments is true for small enough units of code, the kind found in introductory courses. Even then, you'd be surprised at how different 30 people can write the same simple program. Cheat checkers used in those classes generate several false positives per assignment that usually get human review. One match between another student is usually tagged as a "whatever", the second gets noticed... three or four in a row of the same two or three students and you have a real problem. Legit submissions that hit false positives usually match different students on the second and third try. By the time assignments get into second year CS programs, assignments are several hundred lines long and usually are sufficiently different to not get matched at all from different implementations. Third year assignments and any matches are immediately suspicious.

      In general, professors use cheat checkers as a tool to identify trends. Final decisions are made by the professors themselves -- they're CS grads, they know that cheat checkers aren't perfect. A few hits and you usually get a meeting with a prof with a few questions. If you know the material and can explain the code, you're fine. You'd be amazed at the number of people that get into that situation and can't explain the code one bit.

      In the end, the real losers in this are the students that don't cheat. Not having mastered the art of deception and taking others people work and claiming it their own, those who have been honest end up not making as much money or getting as far with their careers. Those that have mastered deception are the ones that become your Pointed Haired Bosses and lie to you. Funny how that works...

    59. Re:Well how can they safeguard against this? by Lars+T. · · Score: 1

      In most places of learning it is.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    60. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Fisrt of all, this is McGill University in the fascist wonderland of Canada, where the rule of law is 'guilty until proven innocent'. Does anyone wish to extemporize on the uproar that would ensue if this was tried at Harvard or, god forbid, Berkely?

    61. Re:Well how can they safeguard against this? by kbielefe · · Score: 2, Insightful
      Is learning a competitive contest?

      Learning isn't, but school is. Especially grad school and upper division undergrad. Cheaters in a class artifically inflate the curve. This is one of the reasons that I don't like school. The very fact that plagiarism is possible annoys me. I would rather be creating something original that couldn't be plagarised even if I wanted to.

      You can argue that grades don't matter much in the real world, but I have at least one counter example. Two people I know both graduated with engineering degrees at the same time. They both had 2 internships in their field (one in common) and did the same extracurricular activities. The main difference was in their GPAs.

      One couldn't find a job by graduation time so he went to grad school for 2 years at a research assistant's salary. The other chose his dream job from multiple offers and went to work a month after graduation, taking grad school classes at night with his company paying for tuition. When the first finally finished grad school, it took him another 6 months to find a job he loves, and he still makes 10 thousand a year less than the other even though he has a Master's degree and the second guy is still slowly working on his.

      In a better economy, the disparity may not have been so evident, but the bottom line is one guy has more home equity, more savings, less debt, and a few more fun vacations under his belt all because of less than 1 point difference in GPA. It will take the other guy quite a while to catch up.

      Now, I agree that if the guy with better grades had cheated to get them, the other guy would catch up a lot quicker when job performance is what mattered most. But it would have still hurt him in the short term. Cheaters may not be hurting anyone but themselves in high school, but they can affect you financially after college.

      --
      This space intentionally left blank.
    62. Re:Well how can they safeguard against this? by danila · · Score: 1

      1. Every student is a suspect, because most students do cheat. And since there is no criteria to judge an original paper from plagiarised, except for comparing it with others,teachers have no other option.

      2. Well, the company gets to use the paper, so what? It's not like they are going to publish it, they are just going to check whether you gave this paper to your younger friend. If not, nothing ever will happen.

      3. I understand the concerns of this student very well and I would support him, if not for the fact that most students are lazy jerks (let's ignore the reasons for that for a second) and cheat as much as they can. Damn it, if you are too lazy/stupid to do the work required in the university, it was not the right place for you to be in the first place!

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    63. Re:Well how can they safeguard against this? by rowanxmas · · Score: 1

      One day he had to bring someone into his room to tell them that in future, it wasn't advisable to plagiarise from his own book and hand it right back into him, because he could recognise his own style!

      This is perfectly acceptable. However, if a student goes to the trouble of digging up a really good source that even the prof doesn't know about...then maybe that student should get some credit for doing the research...

    64. Re:Well how can they safeguard against this? by 0x0d0a · · Score: 1

      It's not mine -- it's a friend's business. It doesn't at the moment -- I think they're going to add extra "premium" services at some point.

    65. Re:Well how can they safeguard against this? by Jerf · · Score: 2, Insightful

      Have you actually any idea what the probabilities are of someone writing the exact same sentence for describing the same thing?

      It's a relative thing.

      If you're checking for word-for-word plagarism, which a lot of plagarism is and is worth checking, you're right that the odds of a false positive is fairly low as long as you're checking for long enough phrases.

      The bad part comes when you say, "Well, the students have figured out how to re-phrase the ideas so the word-for-word checker doesn't work so well. Let's abstract the concepts out and check for those."

      Then you start getting into false positive land. The crazier the students get, the looser your concept matches get, the greater the chances of a false positive.

      It's a trade-off, and as is often the case, no machine learning technique can really stand up to a determined human attacker's attempt to get an arbitrarily-choosable piece of data misclassified. Eventually the human forces the machine learning algorithm to be so loose it's impossible for the algorithm to really "say" anything about a given input. That's when you get false positives.

      It's a tradeoff, and with human attackers, the machines inevitably lose. That's one reason these things are only useful for tools; the professor must not trust these above their own judgement.

    66. Re:Well how can they safeguard against this? by Mal-2 · · Score: 1

      > Since the student is submitting to the plagarism detector himself, he can plagarize, then tweak then test and if it fails the test, he can tweak it some more until eventually it passes the plagarism test.

      What happens when you steal parts of three different essays and paste them together? Also, what happens when you are properly quoting someone, with citations and all that?

      Often a change of a word or two can dramatically alter the meaning of a passage. Is this enough to pass from "plagiarism" to "satire"? How can a computer tell? If it can't, will a human be checking up on each flagged "violation" or will the student simply receive a fail because "the computer is always right?"

      Completely off-topic, but why hasn't the goatse.cx de-registration hit the front page? Those who still can should go there and read (yes, read) the document there. It already won't resolve here.

      Mal-2

      --
      How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
    67. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Certainly the fifth amendment doesn't technically apply, but it's the spirit of it that matters here. The student is being asked to be a witness against himself, and that's just not right.

    68. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      Mod parent up +informative. This is one of the few non-opinion based relevant comments I've seen in the article.

    69. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0
      Speaking as an alum, the peice [sic] of paper hanging on my wall carries with it the prestige and reputation of the University I attended. That prestige is derived from the quality of students that university graduates, and in my case, the broad knoledge [sic] base graduates demonstrate. That broad knoledge [sic] base is in large part a result of those Gen Ed Requirements you speak so poorly of.

      When students cheat and dodge assignments, they diminish the intelectual [sic] level of graduates my University produces. They also diminish the moral character of the pool of graduates. In short, my degree is rendered less valuable by the actions of students years down the road who are too short signted to appreciate the benefits of an education.

      I don't think it's right to force the students to submit their papers to an automated system to check for plagirism [sic] themselves, it just seems rude. I do think students should be required to submit electronic versions of their papers to professors at all times, and that the professors should be strongly encouraged to use electronic tests for plagerism [sic].

      Perhaps you should work on your spelling and grammar before perching yourself on a soap box and giving a speech on your wonderful and prestigious education.

    70. Re:Well how can they safeguard against this? by NoOneInParticular · · Score: 1

      Of course they would say that a quoted block can be found somewhere else. Note the choice of word. All this does is checking for probable sources of segments. It will not say anything about plagiarism. If you get positives using this trick, you'd better check the positives and see if they are indeed plagiarism/random hits (very unlikely) or properly quoted pieces of text.

    71. Re:Well how can they safeguard against this? by Anonymous Coward · · Score: 0

      you are very naive aren't you? I will bet that you enjoy it when salesmen come to your door and show you how their laundry liquid can make your clothes whiter than white too!

    72. Re:Well how can they safeguard against this? by gumbi+west · · Score: 1

      Okay, how do you check if the service doesn't tell you where the hit was (many don't).

    73. Re:Well how can they safeguard against this? by mabhatter654 · · Score: 1
      Let's turn this around...How would you feel if YOU had to get a certified Drug test or background check BEFORE being allowed to submit a job application ..at your own expense... That's what this is equivenant to!

      Again, turn this around...the professor refused to accept the assignments until after they were checked...It's not about the professor's right to check the accuracy of the work...but the student's right to be assumed to be honest when submitting their assignments. If the guy was cheating, he'd just check the assignment and edit it until it passed like the other cheaters...instead, he's standing by his word of honor that his work is honestly completed!

      This is a great stand to make...espically for a collage student! It's a fundamental part of America [yep, even the canadians!] to be innocent until proven guilty...this files in the face of that fundamental "doctrine". It's deplorable for a professor at any university to not understand this....he[or she] should be fired with extreme prejudice, his degree revoked, and blacklisted from work in any educational capacity! he could of course apply at the department of homeland security....and be Mr. Ashcroft's "boy" ..because that's where his kind belong!!!

    74. Re:Well how can they safeguard against this? by TGK · · Score: 1

      Yes, spell check is my friend. I'm usually not motivated enough to use it on /.

      My spelling is largely to blame on a neurological condition brought about by three years of intensive chemotherapy as a child. You're not being an ass about it... unlike some others who have chosen to remain unnamed.

      --
      Killfile(TGK)
      No trees were killed in the creation of this post. However, many electrons were inconvenienced.
    75. Re:Well how can they safeguard against this? by Lars+T. · · Score: 1
      It would be equivalent if the drug test were free (it doesn't mention anywhere that the students have to pay anything) and that the job is at a place where the vast majority of applicants do drugs.

      You know, you would be just fine for a job at the UPSTO. "Well Sir, if you say there is no prior art for this wheel thing you want to patent, I guess it's okay."

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    76. Re:Well how can they safeguard against this? by NoOneInParticular · · Score: 1

      You don't use the service. If you would such a service, it would be complete and utter madness, bordering on criminal neglect.

    77. Re:Well how can they safeguard against this? by mabhatter654 · · Score: 1
      For starters, plagerism while "cheating" is not a crime, nor does it affect other people's saftey. Any I happen to feel the same way about drug testing...the problem [with lots of things now] being that those who are requiring such searches have convienently exempted themselves from them...while siting "saftey" of grades, integrety, persons...it never seems to end!

      Again, you entirely miss the point...everybody seems to! The school would not accept his assignment...at all...unless he gave "proof" that it was "checked". It was entirely possible for them to do it privately themselves, but they chose NOT TO..they demanded he prove his own innocence and submit proof because they were too lazy to do it themselves...There's far too much of that going on nowdays...

    78. Re:Well how can they safeguard against this? by Lars+T. · · Score: 1
      No, they probably did so because they didn't have the right to do it themselves. BTW this is not only about the assignment being checked, but also about the assignment being put into the database for others to be checked against.

      One more thing: Let's assume that the Professor did cheat on one or more of his assignments. Even then he had to spend days searching for something to copy and then spend hours copying it, probably learning at least a bit of the subject in the process. The students today have to use Google for 3 minutes, and can go back to downloading porn from Kazaa again.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    79. Re:Well how can they safeguard against this? by mabhatter654 · · Score: 1
      Great, you've changed you point! So now it's not about cheating at all, but about the school's ability to "register" assisgments to prevent future students from cheating. By sponsoring a private for-profit company not less...Funny thing is that you are probably 100% correct with that statement! But that's even more wrong than the first argument...so you're saying a student should not just have there work checked, but be compelled [by pain of failed assignments no less!] to "support" a private company that collects and sells access to their work for other purposes beyond assignment checking because of university [corperate] say-so. That the author of the paper doesn't have rights to control their own work after getting a grade? That getting an assignment graded is contingent on supporting a corperte system? A corp forcing a person to support an agency they dissent against..no way! Is the student recieving compensation from this company for their work other than getting a grade which is already paid for? It's a nice racket to be in huh.

      So from a slashdotters perspective, you made MY case more airtight! The school management is holding grades "hostage" to suport their new system somebody sold them...welcome to the Beast baby! Thanks! It's a fundamental problem not just with schools, but society in general...insurance companies, PATRIOT? ACT, homeland security, drug testing, dna testing, etc...the thing in common is that they all take away basic human rights like honor, intgetety, self-determination, in the name of saftey...while handing the benifits of those "rights" to private corporations for free with no strings attached...in 20 years even talk like this will be "obscene political speech" because it will be so common to exchange "rights" for "safetys". It's not just enough to have the system as a necessary "evil"...the students have to be made to "love" and support the system..just like Big Brother! Dissent is strictly forbiden...that's my problem with University policies being dictated nowdays...the absolute demand by schools to do what corperate masters tell them to...and faculty and staff that willingly enforce it is beyond abomination...considering most of the civil rights improvements in the last 50 years came directly from actions of the very same generation of college students that are the "management" now!

    80. Re:Well how can they safeguard against this? by Lars+T. · · Score: 1

      Great, now you have changed the point. Or didn't get it from the start. Whatever.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    81. Re:Well how can they safeguard against this? by mabhatter654 · · Score: 1
      This was NEVER about fighting plagurizm...it was about the Uni's plan to track student work. Otherwise you wouldn't be reading this! The prof would have checked [but not submitted..get the difference, it's very important] the student's work privately by his own means and been done with it. This whole thing was about making an example out of a student that didn't want their work controlled by the Unis pet company of the day. We've discussed these companies before...and they've gone so far to refuse rights to the student AUTHOR to their own submitted papers for use in mulitple systems or their own online websites! Like you mentioned, the Unis can't simply submit the papers themselves...because the companies involved are just as dishonest in dealing with IP as the student's they're "protecting". The Uni doesn't want to be sued...so they're holding student's grade's hostage unless they comply...

      The whole situation is just like all the invasive scanning at the airports nowdays...it's not enough to pass the dector because it's ramped so high you must explain your passing to security, or partially disrobe if you didn't plan ahead...That's something that they warned us about East Germany in the cold war...and when does it stop?

      Explain to go to work...criminal charges if you play hookie instead? After all not working efficently is a crime of "stealing" from your employer, right...that's a problem too. Give in now and it will never end! This is another symptom of the social disease of corpratism [autocratic dictatorship] that's plaguing the country right now. It's exactly the same scheme that existed in communist russia...they didn't "require" people to be communist...but they used the schools to get their way. The only way student's could advance in their studies and eventually careers was to sign up early and show up often to "communist" [really Stalinist] gatherings, turning in "offenders" didn't hurt either...[Many of them did it because they were told to, just like you're recommending here! not because they loved communism, they needed the promise of good jobs out of school too!]...they weren't required to be communist...of course the party couldn't see they were employed or not either...get the idea. How is this system instituted by the Govt, Uni any DIFFERENT than that?

      That's why I'm comming off so vicious about this! The whole situation right now is like the waves eating at a shoreline...it won't happen on one day, or 2, or 10, but many years later the shoreline looks nothing like it did before and your beachhouse falls in the water!

  7. Analogue by Playboy3k · · Score: 0

    Does the analogue version make money from the work done by the athlete?

    --
    I'm a geek deal wit it
  8. Typical... by Anonymous Coward · · Score: 0

    When you treat everyone like a potential criminal, nobody wins.

    1. Re:Typical... by overunderunderdone · · Score: 1

      When you treat everyone like a potential criminal, nobody wins.

      Reach into your pocket, what's in there? If the answer is a key-ring with keys then congratulations, you too treat everyone like a potential criminal. The same applies if you need a bank card and a PIN to get money out of the ATM, or a password as well as a username to access your email, network, or computer account.

      A certain percentage of the population IS criminal, worse it's a percentage that grows the easier it is to be criminal. Taking minimal precautions that "treat everyone like a potential criminal" is necessary because there is a reasonably high chance that any particular person really could be a criminal. I'd like to live in a world where doors don't have locks, cars start at the push of a button rather than the turn of a key and only your username is necessary to access your computer accounts, sadly that is not this world.

    2. Re:Typical... by Digital11 · · Score: 1

      No kidding. Your point is especially true after it happens to you personally a couple of times. It gets to the point where you'd never dream of leaving a door unlocked and turning your back because like it or not, being a criminal is easy and can be lucrative.

      Unfortunately locks didn't do me much good on Tuesday when someone kicked my neighbor and I's doors in. 2 days later the same neighbor left her car running in the morning to warm it up and came out to find and empty parking space.

      (What's weird is that the thieves took a couple chinsy rings and some suits from the neighbors, but left my valuables untouched... Even with pretty much all of my musical equipment (2 guitars, an amp, various fx and an IEM system, about $6k street value total) sitting in the front hallway where I left them. My digital camera was sitting on my desk untouched. Pretty stupid thieves to go through the trouble of bashing my door in and to not even grab a guitar on their way out.)

      --
      I am a leaf on the wind. Watch how I soar.
  9. Honor Code by cflorio · · Score: 1

    I wonder if MCGill University has any kind of honor code in place. If you were caught cheating, do you just get a zero on the test or paper, do you get a F in the class, or do you get kicked out of the school?

    1. Re:Honor Code by Rikerag515 · · Score: 5, Informative
      Thats a really good question.

      As for my university, Dalhousie,which makes use of turnitin.com, there are 3 main possibilities with some other less common considerations. First a zero on the paper, which is damn near guaranteed. The second is failure in the course. Thirdly, and the most severe is explusion from the university.

      Even if a student was to "get through" the university states that at any given time they may REVOKE the students DEGREE if they are found to have plagarized!

      The process is really quite disgusting and strenuous on both profs and students. First, suspected cases have to be turned into the Senate Discipline Committee, which then sets up a hearing and at some point summons you to this hearing.

      I can tell you from experience, that many of my professors dread the process and truly hate turnitin.com. They would much rather catch the plagarism themselves and deal with it in their own way. However, the profs career is even at risk if they don't follow university policy and submit to this discipline commitee.

      The worst thing about it is the guilty until innocent approach that seems to have been taken. When you have be accused to have plagarized, you must PROVE and EXPLAIN how you didn't. Thank-you democracy.

      Lastly, although I haven't plagarized, my friend came really close to undergoing this process. He passed in a history essay, and it was also submitted it to turnitin.com, the result was a bunch of flagged sections. Upon closer observation and discussion with the professor, it turned out that the material was all properly cited. Instead the stupid turnitin.com program/process said the sentence structure was close to other sentences in hundreds of other essays. For example, imagine going to a magazine, and flipping through 45 pages looking for the sentence "The cat is hungry" by piecing together the words for that sentence by grabbing these words over all of the 45 pages in the magazine. Remember that simpsons episode where Homers mom came back (this season I believe) and he got the message from reading the news paper.

      Maybe this is why the profs don't like it. All I know is that it has created a really negative atmosphere in the university, that coupled with my $7000 tution sometimes makes me wonder why I pay for this pain.

      You guys can check out our discipline thingy here

      PLAGARISM The best part is the self-plagarism policy!

      --
      HAHA Injured Hippies
    2. Re:Honor Code by leerpm · · Score: 2, Informative

      At most universities here in Canada, if you are caught cheating on an essay, the minimum punishment is usually an F in the class. For repeat offenders, or more senior students (people who should know better than the ones who are fresh out of high school) the punishment can be more severe, and may include expulsion. If you are caught cheating, or even caught with an appeared intention to cheat on a final exam, you are usually expelled from the school. In which case you can kiss your academic career good-bye because no other school will ever accept you.

    3. Re:Honor Code by Dr.+Evil · · Score: 2, Interesting

      IIRC, my university's policy was to put a blotch on your academic transcripts (goodbye graduate school), and if you're caught again, you're expelled for academic dishonesty. Most Canadian universities have similar policies, so I don't doubt McGill is the same.

      From a blurb they have on the policy http://www.mcgill.ca/integrity/strategies/student/ , it seems they also have a problem my university had... professors who like to keep the incident behind closed doors.

      I recall once there was an outrageous attempt by a group of people I was living with to plagarise. Six people, living on the same floor in the same residence all took the same paper, and handed it in. Stunning really. Only one of them took the time to reword it, but the others just handed it in. The situation was so completely over the top, that although it was reported to the dean, the dean decided not to put it on their transcripts... they were all forced to repeat the assignment to keep it off their records, the professor's full late penalties applied (mark was cut in half). They got off very light in my opinion, but the professor was widely perceived to be a bit of a joke, and oddly enough, knowing them better than the dean or the professor, I can honestly say that they normally weren't plagarists... I think the group-mentality just set in and they all did something very stupid.

    4. Re:Honor Code by Anonymous Coward · · Score: 0

      Yeah, I second turnitin.com's issues with textual searching. my x-girlfriend submitted her paper to it and it labelled tons of originally written sections as too similar to others in it's database.

      wouldn't this thing's entropy start to fail after a breaking point of X # of papers? Seeing as after awhile it'd be so muddled with bad sentences used by hundreds of half-assed students, world wide :D

    5. Re:Honor Code by Requiem · · Score: 1

      Untrue. At the University of Saskatchewan, for example, I've seen numerous instances in the humanities where a "0" is given for that particular paper. Going in front of the disciplinary committee is a huge pain in the ass for both students and professors, and as such, profs prefer to settle it on their own. Which, of course, means that the student just gets a failing grade for that assignment, not the course.

    6. Re:Honor Code by Anonymous Coward · · Score: 0

      Self-plagiarism? WTF? Did not know it was wrong to copy from my own self...

      Boy, what will my high-school teachers say about this if I bring up their definition of conclusion: "re-instate your thesis". By definition, this is self-plagiarism!

    7. Re:Honor Code by Anonymous Coward · · Score: 0

      Okay, you just misspelled plagiarism seven times, including linking to a subsection on "self-plagiarism" and misspelling your reference to that heading!

    8. Re:Honor Code by Anonymous Coward · · Score: 0
      I hated those three-point essays. They were completely useless! The main problem is that those essays are always written about books students were supposed to have read in class. Like me, some students didn't read these books or understand them. However, the larger problem is that it doesn't give you any experience on writing essays for any other purpose than discussing the symbolism in some piece of shit novel. I don't care if the Mississippi symbolizes a mother's womb in Huckleberry Finn!


      If English teachers had their students write essays on more logical and interesting subjects, we'd have a more literate populace in this country.

    9. Re:Honor Code by firewrought · · Score: 1
      Self-plagarism? WTF? I suppose that you might need a policy like this if you have a poorly-constructed liberal arts curriculum where turning in the same essay over and over again really lets you get ahead, but this seems completely inappropriate for a normal college experience. Getting a CS degree, especially... if you can reuse code, *good* for you. Or if you can take a project you did for a CS class in Natural Language Processing and build on it to contribute something to your class in linguistics, *great*.

      Heh... I've had profs get me the exact same assignment I had received in another class (this is especially tends to happen when you're taking the graduate version of a class you took as an undergrad). You can bet I pull that from the archives, polish it up, and turn it in.

      About the article though: cheating is a big problem. As one of the "good students", it was quite upsetting to TA a graduate course and find that over half the students were copying off of each other.

      The particular approach used by web-based turnin services does lack a certain finesse, especially when the student is required to turn in his own work. A better approach would be to have a academia-sponsored research service that would do this on a not-for-profit basis. The service could be more responsive to the needs of individual discpilines (checking code is different from checking english papers is different from checking legal briefs). It would also be nice to see a code of conduct here, just to solidify the obvious things: detected cases of cheating should be human-reviewed; the reviewers should be able to compare the cases of cheating to the works which are presumed to have been plagarized; proper documentation and judical process should be followed in penalizing the student; the student should have a right to provide a defense for himself before charges are formally filed [e.g., before anything gets put on his permanent record]; etc.

      --
      -1, Too Many Layers Of Abstraction
    10. Re:Honor Code by Anonymous Coward · · Score: 0

      Instead the stupid turnitin.com program/process said the sentence structure was close to other sentences in hundreds of other essays.

      Computer programs aren't infallible, they just catch the easy ones and turn it over to a human to confirm. Its like a spam filter.

    11. Re:Honor Code by CanadianCrackPot · · Score: 1

      I feel your pain and share the damn tuition as well. The self plagarism policy is a bitch for Computer Science students at Dalhousie. I know of a few people who were almost sent to Discipline hearings because they reused work from a previous assignment that was relevant to the current one. Hell in my C programming class my Professor threatened to dock points the next time we forgot to cite where we got an algorithm from. Ever since that I've been anal retentive about citing sources used in my source code, such as what assignment a certain part of code is similar to, just because I don't feel like comming up with a new way to do a mergeSort. What's even more ironic is that in first year they teach us Java and how it allows code reuse which is a good thing, and then make it near impossible to do code reuse.

      --
      Good programmers drink beer to relieve job stress.
      Great programmers drink hard liquor and work best hungover.
  10. Anti-cheating detectors are good by October_30th · · Score: 4, Interesting

    We use anti-cheating detectors too. Why? Because a) cheating is wrong and should be punished, b) the process is fair - everyone flagged by the algorithm gets a chance to explain him/herself to me.

    --
    The owls are not what they seem
    1. Re:Anti-cheating detectors are good by Anonymous Coward · · Score: 0

      Education is about learning, maybe you forgot that. You seem to think its a competition.

      Its not. Its LEARNING. The main objective is to LEARN to be EDUCATED.

    2. Re:Anti-cheating detectors are good by October_30th · · Score: 5, Informative
      Education is about learning, maybe you forgot that

      Since when did plagiarising become learning? Learning is taking existing material and working on it to produce new thought, ideas and interpretations.

      Sure, you can have long explicit quotes but you must mark them as such. If the anti-cheating detectors flags you for such a paragraph, there's no problem if I can see that you've actually contributed to the report. If there's a real problem with the material, I will still give you a chance to explain yourself to me. I don't see what's the problem here. There are plenty of safeguards in place - no-one gets rejected because "an algorithm said the work is a copy".

      We have a problem with otherwise underachiving students turning in word-for-word copies of old high-grade reports. The clever ones will try to modify the wording slightly, change the layout or the figures to confuse the examiners. Bayesian filters will still flag those.

      --
      The owls are not what they seem
    3. Re:Anti-cheating detectors are good by vicparedes · · Score: 1
      the process is fair - everyone flagged by the algorithm gets a chance to explain him/herself to me
      Correct me if I'm wrong professor but isn't that your job?
    4. Re:Anti-cheating detectors are good by Geccie · · Score: 2, Interesting

      Reverse the order - 1) the process is fair - everyone flagged by the algorithm gets a chance to explain him/herself to me. 2) cheating is wrong and should be punished. Your argument falls apart for the following reason: It is only fair if you are adept at verbally defending yourself. This is much akin to the argument that the poor get shafted in court. They are not capable of defending themselves. eg "I dint have nuthin to do with it". If you cant mount a good enough defense, you lose. What you have done is wrong and therefore should be punished. If you have ever been falsely accused of plagarism, murder, etc, you might have a different perspective. Just because an offense can provide punishment does not mean it must - bitchtard

    5. Re:Anti-cheating detectors are good by October_30th · · Score: 1
      Indeed it is. I read all the papers. The program will only help me to do a better job at it.

      It is ridiculous to say that I shouldn't be using a computerized tool to catch cheaters when such is readily available.

      --
      The owls are not what they seem
    6. Re:Anti-cheating detectors are good by tomstdenis · · Score: 2, Insightful

      I think if you are found copying non-trivial sections of another work without crediting it then you ought to learn quickly how to defend yourself.

      Also for masters and PhD programs you have to routinely defend your work as a matter of course.

      Sure if the student has a disability they should have some other course [say, appeal in writing, have a spec.ed councellor, etc...]

      Tom

      --
      Someday, I'll have a real sig.
    7. Re:Anti-cheating detectors are good by October_30th · · Score: 2, Insightful
      So are you proposing that I shouldn't check for plagiarism because some people might be falsely accused and might not be able to defend themselves?

      I don't dismiss anyone's work as plagiarised unless I can prove it. If I can prove, there's really not much you can do about it no matter how skilled a verbal acrobat you are.

      The point of the whole exercise is to confront the student, make it clear that as far as I can see his work is plagiarised and that I can prove it to the disciplinary board if necessary. He will fail the course this year, but has two options in the future: 1) he can take the course again next year with no prejudice from my part; the disciplinary board will not be informed of the incident, 2) he can take me and my evidence to the board right now and let them decide.

      --
      The owls are not what they seem
    8. Re:Anti-cheating detectors are good by Geccie · · Score: 2, Insightful

      "So are you proposing that I shouldn't check for plagiarism because some people might be falsely accused and might not be able to defend themselves?" "I don't dismiss anyone's work as plagiarised unless I can prove it. If I can prove, there's really not much you can do about it no matter how skilled a verbal acrobat you are." -- Here you say that _you_ dont qualify the work as plagarism unless you can _prove_ it. That is quite a high standard. Others I have seen do not follow your high moral standards as I have seen myself. As you know, It is oft difficult to prove a negative assertion. It is far less difficult to prove someone cheated than to prove you did not! When papers contain many matching paragraphs, it is pretty cut and dried. That is not what I am addressing. Those arguing in favor of these methods overlook the possibility that a probability scale exists. If you will note, UCB did not feel this program was appropriate to use at their own university.

    9. Re:Anti-cheating detectors are good by Geccie · · Score: 1

      "I think if you are found copying non-trivial sections of another work without crediting it then you ought to learn quickly how to defend yourself." This is not about copying or _non-trivial_. That's cut and dried. This is about the accusation in false positive cases where machines improperly qualify coincidental similarities as criminal activity. It is FAR easier to prove someone copied than to defend that you did not!

    10. Re:Anti-cheating detectors are good by October_30th · · Score: 1
      That is quite a high standard

      Yes it is but it is the only fair way to do it. If someone trusts a program to cast down sentences, he doesn't deserve to teach.

      Typically I teach a class of 100-150 people. It is my experience that less than 10% of them cheat in one way or another. That's at most 10-15 individuals per class. I read all the reports personally and the program simply helps to draw my attention to the ones that might be plagiarised. I will read these works more thoroughly.

      I won't confront the student unless I can show that he has copied parts of a research paper, web page or an old report to his work.

      --
      The owls are not what they seem
    11. Re:Anti-cheating detectors are good by tomstdenis · · Score: 1

      Again, I doubt the prof says "machine says fail so I fail student.". This is, in a way analogous to diagnostics in C compilers [also known as warning messages]. It's upto the discretion of the developer whether they follow them [sometimes warnings can be moot].

      I'm sure the prof uses this as a tool to help identify copies. For the most part if you copied a non-trivial part of text then you will have to either show that the related work is too new for you to have known about it, show that you write like that too [e.g. previously accepted submissions] or otherwise convince the prof that the words/code/etc are your own.

      Of course if you happen to write say N consecutive words exactly like another person [N > 30] and those N words are not universal [e.g. formalisms] then chances are you did copy someone else.

      Tom

      --
      Someday, I'll have a real sig.
    12. Re:Anti-cheating detectors are good by jeffkjo1 · · Score: 1

      I simply have a question, just from a standpoint of a university student.

      On occasion, I have been known to recycle my own papers into 'new', or at least 'improved' versions to turn in in a different class than they were originally intended. (I recently did this when I was asked to write my third paper in 2 years on Kurt Vonnegut.) If you ran this paper through the cheat-detect-i-tizer, and my previous paper had also been put through, then it would definitely have been flagged. Upon your questioning me I would openly admit to what I had done, but my question remains, did I plagerize, even though it was my own work?

      Does copying from yourself constitute plagerism, or is it simply laziness?

    13. Re:Anti-cheating detectors are good by Anonymous Coward · · Score: 0

      So that means he can't use tools in doing his job?

    14. Re:Anti-cheating detectors are good by anthony_dipierro · · Score: 1

      The point of the whole exercise is to confront the student, make it clear that as far as I can see his work is plagiarised and that I can prove it to the disciplinary board if necessary. He will fail the course this year, but has two options in the future: 1) he can take the course again next year with no prejudice from my part; the disciplinary board will not be informed of the incident, 2) he can take me and my evidence to the board right now and let them decide.

      I was all with you until that. Don't you have a responsibility to report "proven" cheating to the disiplinary board? I think your ultimatum is quite unfair.

    15. Re:Anti-cheating detectors are good by Anonymous Coward · · Score: 0

      It's not plagiarism, but it might be against the rules of the teacher and/or school.

    16. Re:Anti-cheating detectors are good by Deanasc · · Score: 1

      So you're disobeying the rules to help this student whom you've proven to be a cheat. Does your school not have a zero-tolerance rule when it comes to plagarism? I've been to 4 schools and each one of them from small state college to Ivy all made a point to let me know about their hardline position on cheating. Professors going easy on cheaters is what got us in this mess. Perhaps if every semester there was a very public expulsion you wouldn't have to waste so much time trying to detect improperly cited works.

      --
      I've hit Karma 50 and gotten a Score:5, Troll... I win!
    17. Re:Anti-cheating detectors are good by Asgard · · Score: 1

      At my school the policy was that reusing one's old papers was not allowed.

    18. Re:Anti-cheating detectors are good by October_30th · · Score: 1
      If it's exactly the same paper, I would probably give you the grade after you revise your paper a bit.

      If it's already revised, everything's ok.

      --
      The owls are not what they seem
    19. Re:Anti-cheating detectors are good by yamla · · Score: 1

      There's no problem with universities using anti-cheating detectors. The problem is with universities forcing you to give up your copyright on work that you produced and legally own copyright over. Why should turnitin.com be allowed to profit off of my work? Why should turnitin.com be allowed to sell my paper to another student, without even informing me they have done so, let alone sharing _any_ of the profit with me? Because if you check the license agreement, this is exactly what turnitin.com is allowed to do.

      --

      Oceania has always been at war with Eastasia.
    20. Re:Anti-cheating detectors are good by Anonymous Coward · · Score: 0

      So quit assigning the same papers over and over again. Collaborate with your fellow faculty members, and try to do your fucking job.

    21. Re:Anti-cheating detectors are good by Anonymous Coward · · Score: 0
      I'm a Prof.
      Education is about learning, maybe you forgot that. You seem to think its a competition.

      Its not. Its LEARNING. The main objective is to LEARN to be EDUCATED.

      Colleges and universities have a number of duties, including:
      1. Extending knowledge (research)
      2. Educating students
      3. Certifying the quality of their graduates (i.e. The student who came in first in class should be better than Flunky the clown)
      If education is really important, you can always explore things and research on your own. However, most students are really into the certification aspect. However, the problem with cheating (plagiarism or having someone do the work) is that it subverts the certification process. It is hard (perhaps impossible) to make a totally fair certification process, so although I try to be fair when possible, perhaps the most important thing is to be consistent. When one student submits plagiarized work, I generally fail them for the semester, since I can't trust any of their work. Would you rather have a physician operate on you who actually did the exercises in Med. School or a guy who bought solutions off of other folks?

      I use cheating detectors, and personally examine the results (I supervise a TA for project grading).

      My cheating detector only compares my students, however, turnitin appears to have an advantage in that it compares across universities/classes. Certain students write back to their freinds and get projects done for them (and it is hard to catch those cases without confrontational grading).

    22. Re:Anti-cheating detectors are good by October_30th · · Score: 1
      Don't you have a responsibility to report "proven" cheating to the disiplinary board? I think your ultimatum is quite unfair.

      To answer you and the poster below, yes in principle I am supposed to report all cheating to the disciplinary board. I am ignoring the order because it is neither logical, productive or true to the spirit or the tradition of university. If I am ever challenged on this practise, I would argue my case on following points:

      1) People are fallible - in particular the first and second year students I'm teaching. Categorical zero-tolerance punishments and public expulsions are not fitting of any free western institution and they go against my personal sense of justice.

      2) No-one gets a free ride here. I am not going easy on the cheater. The cheater loses 12 months of work and has to repeat the course next year. I believe in reform not punishment.

      3) In a way I admire the audacity of some of these cheaters. Some of them are certifiably stupid but some of them believe that they can outwit me and the department and go to considerable lengths learning stuff way above the course requirements to achieve that. There's nothing wrong with that. I want to harvest that potential and redirect it to a better purpose. Throwing these people away "just because they broke a rule" is a waste.

      --
      The owls are not what they seem
    23. Re:Anti-cheating detectors are good by anthony_dipierro · · Score: 1

      I am ignoring the order because it is neither logical, productive or true to the spirit or the tradition of university.

      Of course, if you're teaching an introductory class, I'm sure many students would argue that your class is neither logical, productive, or true to the spririt or the tradition of university.

      People are fallible

      Yourself included. What if you wrongly identify a cheater, but the student decides that failing the class is better than risking expulsion?

      Categorical zero-tolerance punishments and public expulsions are not fitting of any free western institution and they go against my personal sense of justice.

      My personal sense of justice is that you should be able to use anything available to you at any time, with or without citing your source. But hey, when the student goes to the school they are told the rules for cheating. They might not be fair, but to hold some students to a different standard than others, based on whether or not they "own up" to their alleged misconduct is even less fair.

      The cheater loses 12 months of work and has to repeat the course next year. I believe in reform not punishment.

      Start your own school, then. Why should your students get off with a lesser punishment than ones in other classes?

      Throwing these people away "just because they broke a rule" is a waste.

      Again, that's fine and dandy, and kicking a student out for something which such a large percentage of the students do is not very intelligent. But you don't make the rules of the school, the school does.

    24. Re:Anti-cheating detectors are good by rmohr02 · · Score: 1
      The problem is with universities forcing you to give up your copyright on work that you produced and legally own copyright over.
      Universities cannot force you to give up a copyright because of a class--you would be turning over the copyright while under duress (i.e., you are under the belief that your grade will suffer if you do not do so).

      IANAL, but this is what I was told by one.
    25. Re:Anti-cheating detectors are good by DavittJPotter · · Score: 1

      Fucking bullshit. This is the 'guilty until proven innocent' line again, and it's sickening. As a young man, I was accused of plagiarism, because I had a penchant for excessive vocabulary. My teachers assumed I must have read a phrase or a passage somewhere, and I was therefore punished or held under scrutiny because of it. Reinforce groupthink, eh?

      The process is *not* fair. Read the material; check it against what you know of the student from prior work and class examples. An automated system is just another data collection device that lets the responsible coast along without working for their pay.

      --
      "If there's hope, it lies in the proles..."
  11. As a professor.... by abbamouse · · Score: 4, Insightful

    I have two takes on this story. First, I do find it a bit offensive to presume cheating on the part of students and to require them to "prove" they didn't cheat rather than the burden of proof running the other way. I do believe that if you expect certain behavior from people and let them know your expectations, then they are more likely to confirm them. This is the same reason that I find the anti-cheating posters in our classrooms at Wright State University offensive -- students know they aren't supposed to cheat, so the posters just create the impression that it's a pervasive part of the academic experience.

    Second, that little quip about financial compensation is completely off-base. Students pay to learn, and once the prof has decided that they'll have a better learning experience if they submit to the site (presumably because they will feel forced to think for themselves instead of copying from term paper mills) they have no "right" to compensation. The practice is offensive, but from an educational standpoint, it is little different than the professor using their papers in class as examples for others. Either way, other people benefit from the student's work without compensation for the student. That's the way education works. The fact that antiplagiarism sites make money from their line of business (and the examples submitted by the students) is of no import, as long as they aren't selling the essays as part of an anthology or something. It's a feedback loop within the educational process and even though I disapprove of the practice, nobody's "rights" are violated.

    --
    Make cheese not war 8:)
    1. Re:As a professor.... by Anonymous Coward · · Score: 1, Insightful

      Education is about learning. Not competiting in some competition.

      Seems so many schools got theyre arses on backwards. They seem to reward those that alrady know things so theyre wasting theyre time being there just to score points when other people could be learning.

      Today the education system is less about learning and more about winning, competing. Those who know already get rewarded, those who dont, dont get it.

    2. Re:As a professor.... by PrionPryon · · Score: 5, Interesting

      I disagree with your second statement. Two points, one a niggling one and another that is less so. a) The system doesn't work against paper mills because the output of a paper mill is new content, that's why it is a mill. b) Students have a decent arguement in saying that they own the material within a paper they write (an original one) and the fact that the system indexes their content if it is deemed legitimate (assuming there is no option to opt out) means the company is bolstering its product without due compensation. The papers i write are my property. They are given to a professor for a grade but even the professor does not have a right to show it as an example without my permission. Reproduction without prior consent, and due compensation, is listed in the cover of most (scientific) journals.

    3. Re:As a professor.... by WanderingGhost · · Score: 2, Insightful

      First, I do find it a bit offensive to presume cheating on the part of students and to require them to "prove" they didn't cheat

      I agree. But it's certainly better than jsut letting students develop the idea that "researching a subject" means "doing a google search". (And in Brazil, where I teach, the words "research", that we use in assignments and "search", for google are the same, "pesquisa").
      But anyway... Students also need to learn not to take offense. Hey, ti's the rules. Are they offended because they have to take tests? No. It's better to learn the right attitude towards tests and systems like this than just complaining that it presumes the student didn't learn. I took a great course on Compiler Construction here... And we all had to suybmit our assignments to an automated system designed by the teacher - and no students had a problem with it.

    4. Re:As a professor.... by Anonymous Coward · · Score: 2, Insightful

      Second, that little quip about financial compensation is completely off-base. Students pay to learn, and once the prof has decided that they'll have a better learning experience if they submit to the site (presumably because they will feel forced to think for themselves instead of copying from term paper mills) they have no "right" to compensation.

      You really miss the point. When I write an essay, I own the copyright. I give my prof a copy of my essay when I hand it in , but copyright ownership remains with me. I am free to sell my essay, publish it in a book, a newspaper or a journal, not the prof or university.

      Giving a copy of the essay to a third party which will use that copy to make money violates copyright law and opens the prof, the university and turnitin.com to legal liability.

      The practice is offensive, but from an educational standpoint, it is little different than the professor using their papers in class as examples for others.

      Actually, there is a world of difference. The situation you described is allowed by copyright law. Forcing students to give a copy to a for-profit company without compensation is not.

    5. Re:As a professor.... by Tim+C · · Score: 4, Interesting

      The papers i write are my property.

      That's true in the general case, but if I were you, I'd dig out whatever agreement or contract you signed when you were accepted into your school/college/university and have a good read of the small print. I suspect you may find that you've signed copyright over to the institution on anything that you produce in the course of your studies.

    6. Re:As a professor.... by Anonymous Coward · · Score: 0

      I'm glad they didn't have this when I was around!!! Cheating is part of life; academic and the real world!

    7. Re:As a professor.... by Anonymous Coward · · Score: 0
      Reproduction without prior consent, and due compensation, is listed in the cover of most (scientific) journals.

      Interestingly, this restriction usually includes the papers authors, who are required by most journals to sign the copyright of their work over to the journal for publication. Usually, the author is granted limited rights to his own work-use it in a thesis, use it in a class, etc. I've had to buy rights from one journal to use figures I created in a book.

    8. Re:As a professor.... by Oligonicella · · Score: 1

      Bullshit. First, the professor has chosen his method of detecting cheating. If it is personal perusal, fine; if it is automated, fine. The student is charged for anything that pertains to the class, moot. Second, you appear to have a low view of humans. If I think you are pompous, will you act pompous? *You* may believe 'that if you expect certain behavior' you get it, but that is only *your* opinion. I don't think an honest person would cheat because anti-cheating (like a professor hand-checking a paper) it in effect. It *is* pervasive. Where is your head?

    9. Re:As a professor.... by Gyan · · Score: 1


      You can still sell your essay to whomever. The service isn't making money off your essay per se. All the essays are used aggregately. If the service doesn't allow you to view a paper at random, but only if the paper happens to be the original source, I don't see any loss of potential revenue to the original writer.

    10. Re:As a professor.... by aallan · · Score: 1

      When I write an essay, I own the copyright. I give my prof a copy of my essay when I hand it in , but copyright ownership remains with me. I am free to sell my essay, publish it in a book, a newspaper or a journal, not the prof or university.

      Actually I think you'll find that the University owns the copyright if the essay was written as fufilment a requirement of your course. That's standard practice, you did read everything your University made you sign when you started your course, right?

      Al.
      --
      The Daily ACK - Eclectic posts by yet another hacker
    11. Re:As a professor.... by Viceice · · Score: 1

      Also, why doesn't the university make the student sign over their work? Like at the college i attend, we are made to sign over all right to the material we create in relation to our course. So if i were to create an artwork, it's image and form are property of the college.

      --
      Sometimes I wish I was a plumber, then I'd know how to deal with other people's shit.
    12. Re:As a professor.... by Katharine · · Score: 1

      I doubt that there is any such contract between students and colleges in most situations. If you were taking a journalism course where part of the classwork was to write a publishable story and have it published in the school paper, or if you were working on a school journal and part of the work was to write a publishable article, it might be different. Neither of these is the situation in question with the guy at McGill.

      That said, many universities have policies about ownership of patents developed by students. That is probably what you are thinking of. Here's the agreement that the University of California uses:
      http://www.ucop.edu/ott/patentpolicy/patentac.html

      It says nothing about the copyright of any papers written.

    13. Re:As a professor.... by Anonymous Coward · · Score: 0

      The papers i write are my property. They are given to a professor for a grade but even the professor does not have a right to show it as an example without my permission. Reproduction without prior consent, and due compensation, is listed in the cover of most (scientific) journals.

      Actually a lot of schools consider anything turned in for a grade become school property. Now, I think it is wrong that a professor may turn that property to an outside agency to use for profit. But I doubt there are many schools with any rules restricting it. It is interesting though that students were required to submit to the checker before turning them in, why doesn't the professor submit them?

      The copyright notice in scientific journals is not for the author but for the journal. Authors sign a copyright release form before publication. It is be possible for the author to violate those notices.

    14. Re:As a professor.... by EvanED · · Score: 1

      My university has no such policy for undergraduates.

    15. Re:As a professor.... by Anonymous Coward · · Score: 0

      The University of Waterloo (another Canadian University) will not check papers through a commercial service like this. Students here own the intellectual property to the works we create. A service like this would likely store all submitted essays, which would violate those terms.

    16. Re:As a professor.... by Anonymous Coward · · Score: 0

      Anything you do on theyre machines, is theyres.

      Undergrad and all.

      Just start mailing out goatse inline on behalf of youre worst lecturer. That puts them in theyre place.

      The secretary loves to see a huge gaping arse in the morning.

    17. Re:As a professor.... by dsoltesz · · Score: 1

      Here's NAU's copyright policy - note that if the university makes money off of an author's work that it has rights to, it's supposed to split the royalties. I'm sure turnItIn isn't paying out royalties to Universities for student work, but maybe it should be. Student's are right to demand a copyright agreement with the University using turnItIn - if work is contributing to the profit of any entity because the school or student provided that entity with the material, students should have the right to claim royalties. I don't believe distributing/publishing materials through turnItIn and similar companies should fall under the University's right to exercise its "irrevocable, royalty-free, non-exclusive license to reproduce and use such material for its purposes including public distribution".

    18. Re:As a professor.... by dubl-u · · Score: 1

      The system doesn't work against paper mills because the output of a paper mill is new content, that's why it is a mill.

      That's not very plausible to me. There are certainly sites that sell that sell pre-existing term papers, so this will catch those.

      You're right that there are places that offer custom-written ones, but a) you have no real way of knowing that they aren't reusing passages, b) they're much more expensive than pulling them from a database, and c) it's hard for a writer to write basically the same paper over and over without accidentally repeating themselves. An anti-plagiarism database won't stop this completely, but it will make it harder.

    19. Re:As a professor.... by Fulcrum+of+Evil · · Score: 1

      Actually I think you'll find that the University owns the copyright if the essay was written as fufilment a requirement of your course.

      Not anywhere I've been. I own my papers, and the prof owns his lecture notes. Perhaps you're thinking about research?

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    20. Re:As a professor.... by Anonymous Coward · · Score: 0

      Bullshit... When I was working on my degrees, I always put "Copyright (c) CCYY by [my name]" on the front page of my papers, and in my code.

      Mainly because some scumbag prof was taking programs and papers written for class assignments and using them as his work in his books, etc.

      Prof's are not gods, and should get their ivory towers whacked with sledgehammers once in a while.

      This kid is right - they can't store his paper and use it to enhance their product. What might be OK would be for the paper to be captured and stored along with all the papers from the class for that assignment. The papers are checked against one another. One's tagged as suspect are reported to the prof of course... When the run finishes, all the data is deleted (except for aggregate statistical info - say "15 papers from School X were found to be suspect this month...". If enough papers weren't submitted to ensure the anonymity of the users involved, then no stats should be reported...

      But if they want to store this student's papers and use them to enhance their product, then they need to pay a royalty to him every time his paper is used as a reference check against another paper being submitted to the system... Call me crazy, but isn't that the RIAA's ultimate goal as well? If it's good enuf for them, why not this kid?

    21. Re:As a professor.... by Anonymous Coward · · Score: 0

      Not anywhere I've been. I own my papers, and the prof owns his lecture notes. Perhaps you're thinking about research?

      I work in a University, its certainly the case here, and at all the other institutions I've been at.

    22. Re:As a professor.... by DavidBrown · · Score: 1

      I don't think you can successfully argue that it's a violation of copyright. There's no publication, unless the services distributes your work. Without publication, your copyright has not been violated. They are using a copy of your work to see if it was copied from other works. That means they are reading it and comparing it to other works in their records. That's not a violation of your copyright (especially if you don't own copyright because you didn't actually write your paper). If your paper passes muster and remains in their database, they still aren't violating your copyright. They have one copy of your paper, which was given to them. What's wrong with that? Furthermore, the company is actually helping you protect your copyright, because the company is checking papers submitted by future students against your own to see if these students copied your paper and violated your copyright.

      And it's not against copyright law to require a student to submit a paper for checking - regardless of whether or not the checker is operating for profit. The "for profit" concept in copyright law is a myth created by people who think they can pirate works as long as they don't sell what they take.

      --
      144l. ph34r my 133t l3g4l 5k1lz!
    23. Re:As a professor.... by jeffkjo1 · · Score: 1

      You have made an excellent point. These paper checking companies, by storing, and profiting off of my works, are no different than a professor taking my work and including it in a book that he is to profit off of.

      This puts this into perspective and gives me something very easy to present to students if and when one of my professors starts harping about anti-cheating websites.

    24. Re:As a professor.... by ChaosDiscord · · Score: 1
      I suspect you may find that you've signed copyright over to the institution on anything that you produce in the course of your studies.

      It varies from school to school. What you describe is true for some schools, collectively known as "thieving ass-hats," but certainly not for all schools. I know it's not true for the University of Wisconsin.

    25. Re:As a professor.... by theLOUDroom · · Score: 0

      Second, that little quip about financial compensation is completely off-base. Students pay to learn, and once the prof has decided that they'll have a better learning experience

      So you don't mind submitting your own papers to this database, so that they can profit off them?
      "Learning experience" is a bullshit phrase to use in this case. It's like saying "It builds character". Sure, but what kind?

      What I'm learning is that you don't respect the rights of your own students. Screw the copyright on their own original work, "they're in my class so they have no rights."

      Ever write any textbooks? You don't mind if the university requires you to give them to this company, free of charge, do you?

      I can't believe you have the nerve to call this "that little quip about financial compensation." When you make your living from your own academic work.

      It's a feedback loop within the educational process and even though I disapprove of the practice, nobody's "rights" are violated.

      Well clearly you don't work in a law department or you would understand that students DO own the copyright on their own work and ordering them to turn it over to some external, for profit company is obviously violating those rights. There have already been clear cut cases of student publishing their work and being ordered to take it down as the same project might be used next year. Guess what? The Universities lost.

      I think the biggest problem here is probably your lack of respect for undergrads. If the university was ordering PHD students to turn over their dissertations free of charge to an external, for profit cpmpany, I'm sure you could easily see what's wrong with that.

      --
      Life is too short to proofread.
    26. Re:As a professor.... by theLOUDroom · · Score: 2, Insightful

      That's true in the general case, but if I were you, I'd dig out whatever agreement or contract you signed when you were accepted into your school/college/university and have a good read of the small print. I suspect you may find that you've signed copyright over to the institution on anything that you produce in the course of your studies.

      Why on earth is this modded up?

      NO COLLEGE DOES THIS!

      (Look at the other replies.) Even if it did, I doubt it would hold up in court. It would be like the electric company demanding you give them all your copyrights, or you get no power. No judge would stand for it, and there already regulations on these organizations which typically prohibit such ridiculous abuses of power.

      --
      Life is too short to proofread.
    27. Re:As a professor.... by Carmody · · Score: 1

      I think the biggest problem here is probably your lack of respect for undergrads. If the university was ordering PHD students to turn over their dissertations free of charge to an external, for profit cpmpany, I'm sure you could easily see what's wrong with that.

      I hate to break this to you, but this is exactly the case. My dissertation, and everybody else's, is currently available for purchase by a for-profit company, and there is not a damn thing I can do about it. Check slashdot archives for more details - this was a story a while ago. Now it is just accepted.

      --
      God is real unless declared integer
    28. Re:As a professor.... by Anonymous Coward · · Score: 0

      Giving a copy of the essay to a third party which will use that copy to make money violates copyright law and opens the prof, the university and turnitin.com to legal liability.

      Unless the professor forces you to give the copy to the third party. And go figure, that's what he tried to do!

    29. Re:As a professor.... by theLOUDroom · · Score: 1

      I hate to break this to you, but this is exactly the case.

      I'm sure that may be the case for you, but I don't see why someone couldn't fight it and win, just as the student in this story did. I also find it hard to believe that it's that way for everyone, everywhere.

      I did a search, but the story doesn't show up. Got a link?

      --
      Life is too short to proofread.
    30. Re:As a professor.... by fermion · · Score: 1
      I don't know how much is a presumption of guilt, and how much is the schools duty to build good habits and demonstrate fairness.

      While 'trust' and 'fairness' are important, when a student uses them they are more often than not trying to avoid work and negotiate a better grade than they deserve. I know this is harsh, but the contemporary student tends to be very sophisticated at using the educational system against itself. They purposefully try to create a dilemma into which school must be fair, i.e. enforce all rules equally, and trusting, i.e. use almost no enforcement measures.

      Such dilemma are fictional. School has a responsibility to create boundaries and scaffolding that will encourage students to practice good habits and gain the skills needed to learn. When we separate out students for a test and have several versions of a test, it is not a matter of trust, it is a matter of education. We are encourages students to do their own work, to study for their test. We trust them to do other work in groups. We need to teach them that sometimes your work is your responsibility. If we did not do this, then everyone would say that we were not being fair by not enforcing out own boundaries. As an aside, i have hear parent defend their dishonest students by saying that allowing group work sometimes and alone work sometimes 'confuses' their child. I wonder if such parents give their children and boundaries, or if such children are allowed to run amok at home.

      If we think that writing your own paper is important, then we must establish procedures to encourage that behavior. Like in class exams, the issue is not trust, it is education. We have to create a situation in which the student will do the work needed to learn. Many reasonable students will make the decision to buy a guaranteed B paper rather than risk their future with an unknown. If a student has not been taught the intrinsic value of the process of education, then the school must use extrinsic methods to teach those values. And if doing your own paper is not worthwhile, then why waste the students and professors time. Given that students are increasingly searching the internet for papers they present as their own, school must be fair and do the same.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    31. Re:As a professor.... by Anonymous Coward · · Score: 0

      company is actually helping you protect your copyright

      "We've got an offer you can't refuse." I did not ask this company to enforce my copyright.

      To clarify a point about "making money" off my paper I will state that my beef is with the aggregation of papers. If turnitin starts off with a databse of 10,000 papers and sells itself to a school and two years later has 100,000 papers in its database because of that schools students then it is a much better product to sell to potential clients. They will be able to charge more money for the service and they didnt do anything except accept papers from students. If the company is going to gain value the students should be reimbursed for that.

    32. Re:As a professor.... by srleffler · · Score: 1
      The system doesn't work against paper mills because the output of a paper mill is new content, that's why it is a mill.

      You don't think paper mills only sell a given essay once do you? The first student at a Turnitin university who uses the essay gets away with it. Everybody else gets nailed.

    33. Re:As a professor.... by Anonymous Coward · · Score: 0

      The art school I attended had the contractual right to use any work I did there for promotional purposes, but I don't believe they had all rights to it. Although my art teacher tried to pretend she lost some of my art, in an effort to hoard it for lord knows what purpose.

      Not that it mattered. Anyone who thinks the work they did in college in worth beans is giving themselves more credit than they're due. I don't think many people produce anything worth copyrighting in college. Otherwise, they would be teaching...

      I can't believe what a nation of of hairsplitters we've become. Would you the rights to my 5th grade homwork? Take'em.

      Sheesh.

    34. Re:As a professor.... by ameoba · · Score: 1

      I'd be suprised if this didn't somehow violate FERPA or come close enough that a good lawyer could 'prove' it.

      --
      my sig's at the bottom of the page.
    35. Re:As a professor.... by Carmody · · Score: 1

      It is that way for every Ph.D. thesis in the United States. It has to do with copyright issues that were at the time, frankly, are over my head. I don't know if I would understand them better now.

      Here is a slashdot story on the issue - it isn't the one I remember reading; there may be more than one.

      http://yro.slashdot.org/article.pl?sid=00/08/14/ 20 19202&mode=nested&tid=98

      DJS

      --
      God is real unless declared integer
    36. Re:As a professor.... by Anonymous Coward · · Score: 0

      Actually i did think that. I suppose it makes sense if you assume the company is crooked. It depends how much you pay. When i used to write papers i wouldnt reuse them but i also charged a premium for that reason.

    37. Re:As a professor.... by Hatta · · Score: 1

      And you still go there?

      --
      Give me Classic Slashdot or give me death!
    38. Re:As a professor.... by Hatta · · Score: 2, Funny

      You mean /. ran the same story more than once? Shocking. Maybe they need some sort of duplication detector.

      --
      Give me Classic Slashdot or give me death!
    39. Re:As a professor.... by 1ucius · · Score: 1

      My guess is the service would argue this is fair use. To me, this sounds similar to the use of thumbnails in search engines.

      http://caselaw.lp.findlaw.com/data2/circs/9th/00 55 521opp.pdf

    40. Re:As a professor.... by Anonymous Coward · · Score: 0

      Waterloo uses a computer program to run comparisons for code submitted in CS assignments. They keep archives of previous terms assignments submissions so that you can't borough your buddie's code from a previous term. Undergrads own their work, but the school keeps it on file.

    41. Re:As a professor.... by dvdeug · · Score: 1

      NO COLLEGE DOES THIS!

      IIRC, when I looked through the University of Nevada, Las Vegas (UNLV) books, they claimed copyright to all work that students do there. I wouldn't be so confident that no college does this, even though it seem rare.

    42. Re:As a professor.... by 0x0d0a · · Score: 2, Interesting

      The fact that antiplagiarism sites make money from their line of business (and the examples submitted by the students) is of no import, as long as they aren't selling the essays as part of an anthology or something.

      The problem is that they can change their license at any time.

      If their license stipulated that (a) upon dissolution of the company, all paper rights will be forfeited, (b) the paper rights may not be sold, (c) the paper rights are for exclusive use in detecting cheating, and (d) the license is nonexclusive (perhaps there's a generic email address that reports can be sent to to be entered into *all* the anticheating services, so that they recieve no business benefit in owning the paper as property -- only the academic communit as a whole really does -- then I'd be interested in seeing if folks still object).

      I don't think that there are many legitimate concerns that the anticheating company could raise. The professor doen't have to do significantly more work. At least some of the students' concerns are addressed.

    43. Re:As a professor.... by CAIMLAS · · Score: 1

      While most universities do such things, it's not always the case.

      I attend CTU (Colorado Technical University). It's a full-fledged college/university setting, not a trade school or anything like that. This having been my third college I've attended to, it's also a very good one, emphasizing critical thinking, deduction, and other such necessities for an educated mind.

      The policy here is quite good. Professors have to get a signed waiver from the student if they want to use your material as an example at a later time. I s'pose that would be a benefit to the way the school is run - they don't need research material or to steal students' ideas, because they're structured to make money. Instead of getting money from alumnus bodies, or from the government, they make the money up front from tuition (which isn't even all that bad). Instead of hiring 'professional' teachers, they hire qualified people from the community that actually know what they're talking about, and that make a living by doing so: people with masters and doctorates in CS, criminology, business, etc. etc.

      I'm quite satisfied with this approach.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    44. Re:As a professor.... by stj · · Score: 1

      In this stupid context services like Google are illegal, because all website content is copyrighted and google indexes pages with largest number of hits. If you don't believe me, click on "Cached" link by any entry that you find with Google. Effectively they reproduce and republish your website. In fact it works even for websites that have been taken down (sometimes for "cease and desist" reasons so it might have legal implications, although not to the owner of the website, since they have no control over Google cache).

      Now, what Google does is in fact worse than the plagiarism detection service in question, because they don't allow open access to their database of articles, while google does. For Google, some defense might be if you submit your website manually, but in practice they will index you whether you submit or not, as long as there is at least one website they have already in index that links to your page. Also, Google is a for-profit company and a large score of people lives from keeping the count of indexed pages as high as possible.

      --
      iThink iHate iMod
    45. Re:As a professor.... by bnet41 · · Score: 1

      I went to WSU, and I did know of cheaters. At the time the internet was just becoming popular, so finding papers was easy, but there wasn't a tool out to catch cheating yet like there is no for this.

    46. Re:As a professor.... by Anonymous Coward · · Score: 0

      If you ask google to remove your website from their database they will. turnitin won't.

    47. Re:As a professor.... by Anonymous Coward · · Score: 0

      Also, google listing your website can be considered a service to the website owner if you wish traffic to come to your site. I wouldn't consider the indexing of my paper by turnitin a service that benefits me, only others, therefore, pay up.

    48. Re:As a professor.... by Anonymous Coward · · Score: 0

      There are two other things to look at here.

      1- while it may be fair use for a professor to
      distrubute a paper to co-workers for review and
      input; it is not then also 'fair use' for the reviewer to directly benefit from the receipt of said papers, i.e by publishing a collection of them, or even by conducting a research project on papers reviewed. Most universities have very strict codes of ethics on how research data can be obtained and used; in this case a commercial company is essentially conducting 'research' on papers it receives for comparision (even if it never goes past the data collection stage), then charges other people for access to that 'research' (at which time that 'research' goes past the data collection stage).

      2- as stated in another thread, even if you explicitly state how something is to be used, that doesn't negate your responsibility for its misuse, i.e. using a knife as a screwdriver. The thing to remember is that professors aren't always that honest themselves. As a hypothetical, as a professor I could myself write a bogus paper and submit it to this service, using key phrases from some well-known researcher's work. As professor, according to turnitin's process, I would be provided an email of a professor who submitted a paper that might 'score' on the bogus paper I submitted. I could then start collecting personally identifiably information on that well-known figures specific college career- professors, classes, etc.

    49. Re:As a professor.... by Anonymous Coward · · Score: 0

      It does benefit you, because it protects your papers from being plagiarized...

  12. Nothing New by Pike65 · · Score: 3, Interesting

    Our department at uni used to run all of the submitted coding assignments in the first year through a script that would normalise the ident style, remove the comments and change all the variables names so they they could be diffed to check for cheating.

    No-one threw their rattle out of their pram then.

    I mean, how is this different from someone doing it manually?

    --
    "If being a geek means being passionate about something, then I pity those who aren't geeks." - Pike65
    1. Re:Nothing New by Anonymous Coward · · Score: 0

      Our department at uni used to run all of the submitted coding assignments in the first year through a script that would normalise the ident style, remove the comments and change all the variables names so they they could be diffed to check for cheating.

      No-one threw their rattle out of their pram then.

      I mean, how is this different from someone doing it manually?


      You aren't violating copyright law in the scenario you describe.

      turnitin.com uses the student essays in its for-profit business without compensation to the copyright owner. There is a world of difference.

    2. Re:Nothing New by Anonymous Coward · · Score: 0

      Kind of like _all_ academic journals?

    3. Re:Nothing New by drdink · · Score: 1

      I think the difference here is that the student is given teh burden of proving that they didn't cheat. It isn't some automated script done automagically after a paper is turned in. Also, after the paper is submitted it is archived in order to prevent copying of that paper in the future. Did your script keep all assignments on file with a for-profit company, thus increasing their overall worth for every program submitted and archived?

      --
      Beware, Nugget is watching... See?
    4. Re:Nothing New by AKnightCowboy · · Score: 2, Informative
      Our department at uni used to run all of the submitted coding assignments in the first year through a script that would normalise the ident style, remove the comments and change all the variables names so they they could be diffed to check for cheating.

      That's kind of unfair considering with most first-year assignments if they DIDN'T look similar then the student probably did the assignment wrong. At least most of our first year programming assignments were very simple things and we were expected to use similar structures to the concepts we learned in class to accomplish it. As a result, I would be amazed if your little cheating detector didn't pick out 90% of the class as copying off of each other. It's not because we were cheating, we were following the professor's mandated coding style.

    5. Re:Nothing New by Pike65 · · Score: 1

      Actually as far as I know there was not a single false positive from the script, although there were 250 people on our course (at the start, at least) so I might not have heard about it. It did catch one group of people out who were pooling their code, though.

      I'd have liked to get my hands on it and see how it works, but obviously it was closed source ; )

      --
      "If being a geek means being passionate about something, then I pity those who aren't geeks." - Pike65
    6. Re:Nothing New by Anonymous Coward · · Score: 0

      This has long bothered me: how does originality sit with coding, when there's a right(er) and a wrong(er) way to do something? What do you do? Cite the source of the algorithm or the code?

    7. Re:Nothing New by SurgeonGeneral · · Score: 1

      Not again. You are number 183 to ask this same question. I will just copy and paste what someone else wrote, but I will reference it since this article is about Plagerism. ;)

      PrionPryon wrote this, and you can find it by scrolling up a little bit. He got modded +5 so I think its on point.

      Students have a decent arguement in saying that they own the material within a paper they write (an original one) and the fact that the system indexes their content if it is deemed legitimate (assuming there is no option to opt out) means the company is bolstering its product without due compensation. The papers i write are my property. They are given to a professor for a grade but even the professor does not have a right to show it as an example without my permission. Reproduction without prior consent, and due compensation, is listed in the cover of most (scientific) journals.article is about Plagerism. PriorPyron.

      This is the argument that won over the Mcgill senate, and the argument that will win you over as well. =)

      --
      -- "Man is born free, and everywhere he is in chains." Jean Jacques Rousseau
    8. Re:Nothing New by Anonymous Coward · · Score: 0

      So happens that Prof has the right to use at least parts of your paper (if you talk about US) under "Fair Use" act - doesn't have to ask for your permission.

    9. Re:Nothing New by Anonymous Coward · · Score: 0

      Not quite. As a former technical editor I'll point out two differences:

      1) The journals obtain your consent by asking you to sign the "release form". If they didn't, sue them immediately, you might win some money...

      2) The journals after all provide you indirectly with compensation, as all institutions judge your prominence (foolishly, I'll add) by counting the number of papers you've published and that in turn leads this or that way to money. Thus merely the opportunity to publish is a great way to earn money. Thus your comment is simple troll.

  13. Reply by Mod+Me+God · · Score: 3, Interesting

    Anything that calls itself a science in practice isn't.

    er... how about science: "Such activities applied to an object of inquiry or study" or "The observation, identification, description, experimental investigation, and theoretical explanation of phenomena"??? Or are you just small minded?

    The website says "Originality Reports are exact duplicates of submitted papers, except that any text either copied or paraphrased appears underlined, color-coded, and linked to its original source." [they check against the internet, academic papers and past submitted reports].

    When a subject is quite tightly defined, there must be a limit of permutations/combinations in text. I don't like the idea of this system, but would like to know where they draw the line regarding paraphrasing - is a sentence, paragraph, larger? Is it only exact paraphrasing that is detected or can adjectives be sprinkled about?

    Technically interesting, but the false-positive risk is worrying.

    --
    --

    FreeNET user? Comfortable with the adverse selection?
  14. There is an important upside to the system by WanderingGhost · · Score: 4, Insightful

    I am a teacher... And you guys wouldn't believe how much stuff students just copy from the Internet, or from other students.
    It's important to make students understand taht plagiarism just doesn't help them. They're losing a great opportunity to learn, and to develop their writing skills and intelligence, and maybe abstract reasoning, or whatever the subject requires from them. But unfortunately, some of them just don't care -- and these will slowly, er, "contaminate" (sorry, I'm not politically correct - really) the others with the idea that "you just need pass the course". you can learn what you need "later". This kind of system helps to keep things under control (sort of), by discouraging them. I'd be happy i this wasn't necessary, but as far as I see, there's no other option (in particular for people like me, who have classes with 100 students, or something close to taht).

    Of course, it's much better if you have just a few students, and can read and detect plagiarism yourself. But hey, nobody wil give me a 10 student class. It's too expensive. :-(

    1. Re:There is an important upside to the system by digital+photo · · Score: 4, Interesting

      Students are subject to peer pressure. Everyone is subject to it. But if your classmate cheats, that doesn't mean that you will too. Granted, where one's view differs on this is dependant on one's belief/trust/faith in other humans.

      I have nothing against the service itself. I have nothing against schools using it as a screening method to flag potentially problematic papers.

      I have a problem with the institution making the students be the ones to submit their works to have it validated.

      What does that teach a student? That they are not trusted. That their teachers have no faith in their character.

      While this might catch a few cheaters, it stands a high chance of souring good students to do good work.

      If a good student gets flagged, is that added to their record as a "risk factor"? How will that impact their academic and professional career?

      Will there come a point where the service is trusted outright and positives aren't checked and students are penalized and/or expelled by default?

      I agree, there is no easy solution which doesn't have a cost. Stuffing 100 students into a classroom is just wrong from a teaching standpoint. But so is subjecting students to a "academic cavity search".

      I attended a state university and so know what you mean about 100 student classrooms. I currently attend a private university and pay quite a bit more. But there are only 15-20 students in the class and the learning quality is much much higher.

      We depend so much on "services" that the higher ups think that "bodies" and "resources" like schools, classrooms, teachers, and books are expendable. That is WRONG.

      I'm sorry to hear that you are burdened with so many students. However, burdening students' conscience with these screening services is the quick fix which will lead to a death spiral of educational quality.

      It makes me sick to know that my children will have to go through this.

    2. Re:There is an important upside to the system by Dark+Lord+Seth · · Score: 3, Interesting

      And I am a student. And you guys wouldn't believe the crap people try to force down our throaths. Persoanlly, among the worst atrocities college forced upon me is an essay about... *drumroll* THE EFFICIENT DISPOSAL OF ICT WASTE! *ba-dum CHING!* How's that for a class where 50% wants to become a developer, 25% network administrator and the other 25% always skips class? IF I had done that essay as expected it would have cost me quite a bit of time and every second I spent writing that essay would be one second too much, which pretty much everyone though. The end result? 12 nearly identical essays, while 12 others never were handed in. No one was interested, no one gave a damn and no one wrote one original bit.

      Of course it's easy to blame student of being lazy. Tell you what, you make college worth my time AND money, I'll do your goddamn assignments.

    3. Re:There is an important upside to the system by Anonymous Coward · · Score: 0

      I have a problem with the institution making the students be the ones to submit their works to have it validated.

      What does that teach a student? That they are not trusted. That their teachers have no faith in their character.


      The same thing goes for tests. Why do we have tests? Hm?
      We (our civilization) have decided to grow and get "big". There used to be things like "tutoring" and such. One teacher has 4 or 5 students. Nothing else. He KNOWS his students. But if you have a hundred, not only you are completely unable to know each of them, but their herd instinct gets too powerful. It goes out of control. Sorry, but it's the way it is.

    4. Re:There is an important upside to the system by Gudlyf · · Score: 1
      "Will there come a point where the service is trusted outright and positives aren't checked and students are penalized and/or expelled by default?"

      I had wondered this too, when I saw the parent post. What's that company's track record? What's the percentage of false positives they get or plan to get if/when the service becomes popular? Even if it's just one false positive in 100 or even 1000, what happens to that poor student?

      I think it's a serious enough issue to punish students wrongly because a 3rd party unrelated to the school pointed a finger at them. Even just one is bad.

      --
      Trolls lurk everywhere. Mod them down.
    5. Re:There is an important upside to the system by scsinutz · · Score: 1

      I am in a third year program at McMaster University -- one of the many Universities that have adopted TurnItIn.com to offset the rampant plagiarism that takes place everyday.

      I naturally do not see any harm in using means to catch blatant, sneaky students who intentionally plagiarize the work of others. The article claims that McGill professors were marking the papers themselves, pending a positive report from TurnItIn.com

      The service costs upwards of $14,000 to take advantage of. On top of that, original work that is submitted by students is kept on file at TurnItIn.com. This means that TurnItIn.com improves their service with each original paper turned in, via draconian threats of failure by faculty who don't want to waste the 14K.

      Is this ethical? -- To impose systems on students which benefit the profits of an organization outside of the country? Will a negative report from TurnItIn.com affect students long after they've graduated?

      --
      =Cheers! Chris McAllister
    6. Re:There is an important upside to the system by Anonymous Coward · · Score: 0

      I was once a student, and I once plagiarized, and I'm not ashamed either. Most of what's forced down your throat during college turns out to be utterly irrelevant once you go out in the real world and find out that everything you've learned so far is the exact opposite of what you've been taught.
      And dont give me that same tired old crap about "developing" ourselves. By the time someone actually gets into college, they ARE ADULTS. An adult is usually understood as the finished product, not the development branch. If anything, I find myself quite dumber these days, if somewhat more knowledgeable.
      My first boss literally told me something like "these kids go to their fancy college, learn a lot of theories and get zero practice, when all I want is someone who can be productive or who at least knows what COM is". Everyone there used to mock academics to hell and back. I didn't, because I married one.
      My college was strictly a Linux shop (dont get me wrong, I love Linux and use it very often), I learned to code in joe and pico and compile with GCC, and when I got my first job, I had to do ActionScript and those crummy ASPs - which are written in BASIC. Heck, BASIC was what I coded BEFORE getting a high priced engineering degree.
      A few years later, I'm looking at job sites on the web, and they all want C++. Guess what. I learned Java in college, because they were, and are, convinced that "*C++ is dying!!!111", a common meme from the early Java days that refuses to go away.
      Oh, and all those boring theory classes I wasted my time on? Irrelevant. Never have I needed to know anything about calculus, algebra, automata theory, artificial intelligence, declarative programming, or even statistics. Heck, I hardly ever use floats or do anything more complex than i++ in a for loop.
      These days most programming is of a high enough level that you can do instantly what took you months to accomplish in college, if only because sadistic professors made you go about it the most longwinded roundabout way they could think of.
      No one sane should be forced to go back to the very basics of computing. Why should anyone be bothered with assembly? I dont need to know anything about the machine itself, only the uppermost level of the API I am interacting with, and in no way does my extensive knowledge of assembly help me with my high-level code. That's the whole point of modularity and encapsulation, you know.
      Oh, and BTW, the one thing I ever plagiarized was a stupid self-playing tetris for my AI class. I cant for the life of me imagine anyone using Prolog on a daily basis and liking it.

    7. Re:There is an important upside to the system by bigjocker · · Score: 1

      Tell you what, you make college worth my time AND money, I'll do your goddamn assignments.

      Holy crap. How in the world do you know what is worth in your education? You may have an idea, but guess what, your teachers know better!. Why are you attending school anyway? Sit all day in your computer browsing google for the "stuff that really matters" and save a few thousand dollars.

      I hate to be the one that breaks this news for you but, the idea of going to school and the university is that the teachers (the guy standing in front of you all day) are experts at *teaching* stuff. Yes, how weird eh?

      --
      Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
    8. Re:There is an important upside to the system by scsinutz · · Score: 1

      With that attitude, I look forward to seeing your smiling face through the drive-thru window as you hand me my french-fries.

      It's not always about the content of what you need to write about -- It's the fact that do what you're told: you know, like in the real world?

      Higher education is a privilege, not a right.

      --
      =Cheers! Chris McAllister
    9. Re:There is an important upside to the system by Beautyon · · Score: 1

      If there is a problem with plagarism it should be solved in a different way, and not with a system that presumes you are guilty, like this absurd, orwellian essay checker.

      The scores that students get should be not only the result of a written paper, but of a viver, so that the teacher can be satisfied that the pupil is doing the work herself.

      It has to be said tha a plague of plagarism might also be down to a lack of inspiration coming from the teaching staff. It should be abundantly clear to any student why they are in university, what the purpose of a course is and from that and inspirational guidance, the correct behaviour should emerge naturally.

      The problem is not with cheating by immature students, but the messages they get from their environment and the people who know better. Putting in a system that says "we dont trust you" makes it worse.

      --
      ATH0 Bitcoin: 1DnwFLXczVZV8kLJbMYoheUrpqHesjxrSi
    10. Re:There is an important upside to the system by Anonymous Coward · · Score: 0

      +1 Damn Right

    11. Re:There is an important upside to the system by djmurdoch · · Score: 1

      And I am a student. And you guys wouldn't believe the crap people try to force down our throaths. Persoanlly, among the worst atrocities college forced upon me is an essay about...

      I imagine the purpose of that essay was to teach you writing skills such as correct spelling, grammar, punctuation, and logical presentation of ideas.

      Too bad you cheated.

    12. Re:There is an important upside to the system by barks · · Score: 1

      Change to the entire marking and essay system will eventually happen. The idea of making students write essays was no doubt introduced in the printing age when students had to battle to the local library and hope that none of the other 99 students (the e.g. number given) didn't sign out the only 2 books regarding the given topic.

      Sidetrack: Does anyone actually remember the days when the librarians were the key holders of all information, and they had to walk you through the process of finding them hidden books? Yes, a feeling of pain comes to mind for me.

      We now live in the digital age were, as every one of us knows if we labor long enough we can find anything floating around online. To tackle this problem with tools is almost futile as we can see such tactics have failed to stonewall other unmentioned practices from occurring online. I'm unable to suggest another alternative to substitute essay assignments, but as you preach about students cheating themselves of learning, you forget that teachers nowadays are cheating themselves of actually teaching. It truly is a rarity that a college or university instructor can excite students and engage them to participate, rather they tell the class 500-800 words, double-spaced, due next Monday!

    13. Re:There is an important upside to the system by Dark+Lord+Seth · · Score: 1

      Want me to do what people are telling me to do? Pay up or shut up, then. Now college: I am to do what they tell me to do and *I* am forced to both pay up AND shut up. Go back to the bottom of the carreer ladder, you cockjockey. ^_^

      My college does not anywhere NEAR resemble education. It's a pain I have to go through before they allow me to get some genuine education. Fucked up dutch educational system...

    14. Re:There is an important upside to the system by tomstdenis · · Score: 1

      "What does that teach a student? That they are not trusted. That their teachers have no faith in their character. "

      I think at the under-grad level you really can't trust the students. They're still young, used to an easy ride through highschool and are the most likely to cheat.

      At the grad level where you have to publish papers and such you have strong peer-review in place to prevent copying works.

      Personally I think as a matter of efficiency it should be a one step process. E.g. I submit the work to the anti-copy site, the site then verifies it and submits it to my teacher.

      Tom

      --
      Someday, I'll have a real sig.
    15. Re:There is an important upside to the system by Dark+Lord+Seth · · Score: 1

      Wouldn't have mattered anyways, the essay was supposed to be in dutch. Tell you what, you write perfect dutch for one day and I'll put some extra effort into my english. Deal? :P

    16. Re:There is an important upside to the system by Dark+Lord+Seth · · Score: 1
      Holy crap. How in the world do you know what is worth in your education? You may have an idea, but guess what, your teachers know better!. Why are you attending school anyway? Sit all day in your computer browsing google for the "stuff that really matters" and save a few thousand dollars.

      That would indeed be a better option but google doesn't hand out degrees, which I kind of need to get a job. Sadly, getting a degree involves college which I don't agree with.

      I hate to be the one that breaks this news for you but, the idea of going to school and the university is that the teachers (the guy standing in front of you all day) are experts at *teaching* stuff. Yes, how weird eh?

      Really? My teacher for network administration is a rejected high-school math teacher, my teacher for programming is an ex-KEMA ( product testing and qualification corp ) employee. My teacher for Windows NT system administration ( don't laugh ) is a former Greenpeace sysadmin. *nix sysadmin teacher is an ex-marine. All these people changed job to teacher in the last 5 years. So, are they experts regarding their subjects and teaching, then?

    17. Re:There is an important upside to the system by elpapacito · · Score: 1

      Even if you had a 10 student class you hardly could detect plagiarism as the amount of published stuff on any stuff is increasing daily and finding its way on the net, expecially on private for profit sites which don't allow google or other search engine spiders to index their content.

      The idea of collecting all of the papers in one central database so that checking and comparing becomes effortless will in the long term show its weakness: once you have, for example, 10 thousand papers on similar subjects the search engine will obviously deliver more false positives , as the words and concepts that are used on ONE subject are very likely to be the same ; for the obvious reason that you are not likely to use (for instace) the word "pistillus" in a paper on networks, neither the word "router" in a paper on flowers , but you're likely to find the same words and the same concepts on papers made on the same subject.

      So as the database grows larger there will be need to develop an algorithm that will form some kind of "confidence of match" rating system that is likely to look for 1) sequence of sentences 2)presence of patterns. But even by employing this kind of device, as the database grows _larger_ by day the likelyhood of a false positive grows as well, because the subject of papers is going to be constantly the same or very close to a constant in the long term. For instace there will be thousand of papers on the role of a switch in a network, of the role of sexuality in exchange of genetic material; given that the amount and kind of information that is taught on a subject at a certain point in time is going to be limited by the current widespread/public/taught information on that subject, it seems very likely to me that at the end the differences between papers will approach zero.

      Also consider the not-so-hidden incentive for teachers to rely on a computer for evaluations.

    18. Re:There is an important upside to the system by GigsVT · · Score: 1

      idea that "you just need pass the course". you can learn what you need "later".

      But that idea is true, at least in some majors. In computer science, I took dozens of courses that were just busy work basically. I took maybe 3 or 4 courses that have actually proven useful to the real world.

      All the rest were totally irrelevant crap, and I would have missed nothing by cheating.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    19. Re:There is an important upside to the system by Anonymous Coward · · Score: 0

      a viver

      FYI it's spelt "viva". And since this is an educational thread I guess grammar nazis aren't off-topic for once!

    20. Re:There is an important upside to the system by smchris · · Score: 1

      Never have I needed to know anything about calculus, algebra, automata theory, artificial intelligence, declarative programming, or even statistics. Heck, I hardly ever use floats or do anything more complex than i++ in a for loop.

      Well, OK. But I think what you are arguing is that we need more tech schools. If your goal had been to return to academia as a research professor, you would have needed the above.

      I know if this hit the high school level and I were a student today, there would be unfortunate repercussions on my tender psyche. Jacques Derrida would be my new best friend and I'd be writing about the oral fixation of Harding administration corruption and Jungian syncronicity of cultural thought -- perhaps with an Hegelian touch. Total B.S., of course, but with a long and creative bibliography strung together like a spider on LSD. You want original? It would be ORIGINAL!

    21. Re:There is an important upside to the system by WanderingGhost · · Score: 1

      But that idea is true, at least in some majors. In computer science, I took dozens of courses that were just busy work basically. I took maybe 3 or 4 courses that have actually proven useful to the real world.

      All the rest were totally irrelevant crap, and I would have missed nothing by cheating.


      That's because you think you should be able to "directly apply" what you learn in the courses. It's not how it works (we don't want to turn people into robots who can "perform tasks"). We want to make people develop all kinds of skills. Writing, analysis, synthesis, abstract reasoning, planning, and other things. It may not be immediately clear that the courses will help you. But they will. Also, studying in depth only turns you into a walking stereotype of "The nerd". Some of the courses make you work on breadth too, besides depth.

    22. Re:There is an important upside to the system by Txiasaeia · · Score: 1
      "I think at the under-grad level you really can't trust the students. They're still young, used to an easy ride through highschool and are the most likely to cheat."

      Holy shit buddy, way to generalise! So, everybody who gets out of high school is used to an "easy ride" and is therefore going to cheat their way through their early 20's? You must be speaking from personal experience, because I don't know *anybody* who's done that.

      I attend University of Regina (final semester) where the class sizes in my major (English) are usually less than 20 students; even my first year English classes had only about 30 students. Maybe the problem in other universities is not "free-riding high school graduates" but administrators who love their $200,000+ paycheques too much to consider hiring another couple professors/instructors for those 100+ student classrooms! Ever think about that? Or how about profs who force undergrads to write 20+ pages per semester per class when the limit is (typically) 12 pages?

      People cheat not because it's easy, but because they're under tremendous pressure. Look at the facts - most plagerised essays are turned in near the end of the semester when all the work starts to pile up. A plagerist doesn't say, "Hey, I'm lazy, I'll just download a paper and go play CS", they say, "Oh my god! I've got five essays due by tommorrow! What the hell am I going to do?"

      I'm very lucky that my department looks at quality of papers over quantity, and that some of my courses only require 5-10 pages worth of essays in any given course, but in other disciplines (history, philosophy, polisci) it's not uncommon to have to turn in a 20 page paper along with several other smaller assignments. This also leads to incredible amounts of stress, esp. for students who are trying to attend five classes, a part-time or full-time job, friendships and possibly even a SO.

      There are other factors as to why students fuck up and ruin their lives - large classes, too many pages to write per term, heck, probably even the legal drinking age. Jack that up to 30 and we'll have much more students getting through uni! The problem is much more complicated than easy-riding" high school students, buddy.

      As a closing note, one of my profs gives a very rousing speech in the first few weeks of a class. Basically she says "I'm not allowed to carry a gun, which I believe is really lenient on the dean's part, because if you plagerise I would really, really like to shoot you. So: if you plagerise, I will not rest, not sleep, not eat until I find out where you cheated from, and then I will make it my duty in life to make yours miserable. You will never attend university again. You will never attend college again. You will flip burgers until you are sixty-five and have to retire because you have repetitve stress syndrome in your wrists from working at McDonalds for the past forty years. Are you afraid yet?" This works. I don't think she's had a plagerised essay in ten years or so.

      --
      Condemnant quod non intellegunt.
    23. Re:There is an important upside to the system by GlassUser · · Score: 1

      Same reason I dropped out of school and started making the same money as my classmates, but three years earlier. They weren't teaching, it was just make-work. I can do make-work for money. I will gladly pay you if you want to teach me something I need to learn. I don't, however, need to learn how to waste time and be ineffective. That education is free in just about any corporation.

    24. Re:There is an important upside to the system by Anonymous Coward · · Score: 0
    25. Re:There is an important upside to the system by tomstdenis · · Score: 1

      "Oh my god! I've got five essays due by tommorrow! What the hell am I going to do?" ...Start the assignment when it's handed out? I had a friend in a major of English program. He did just this. Waited and procrastinated on his assignments until he nearly had a friggin heart attack at the end of the semester.

      I agree there are multiple facets to this argument. Sure most students are unlikely to cheat. Sure some assignment may be over burdening. But the fact of the matter is there *is* a lot of plagerism [my friend is a CS master student and in his first year comp.sci classes he TA's he routine catches one or two per assignment].

      Should we treat the students as criminals and force them to go through undue obstacles to complete their degree? No. Should the prof be allowed to use a specialized service to help find cheaters? Yes.

      It still boils down to most undergrads are young and don't manage themselves well. Don't believe me? Go to your local campus pub or retaurant(s) and see how many students are in there just playing cards, drinking, shooting pool, etc.

      If school is so hard that the precious little baby students need to cheat to succeed, maybe they shouldn't be slacking off all the time?

      Tom

      --
      Someday, I'll have a real sig.
    26. Re:There is an important upside to the system by Valdar729 · · Score: 1

      See, that's the thing, in formal education all you need to do is pass the course. I took away one maybe two concepts of my entire undergraduate experience that helped me afterwards. Two things in four years! I obtained 3 bachelor's degrees in that time so it's not like I was concentrating on one area. If it's something they're passionate about they'll learn more by doing it themselves than wasting their time in a classroom trying to do complete your busywork assignments. So if they know the material well enough to know that when they plagiarise they're turning in a good paper, then that's all they should need. If it's so important they complete these assignments honestly then I'm sure it will bite them in the ass later, right? Because we've never seen people succeed that weren't honest.

    27. Re:There is an important upside to the system by Carmody · · Score: 1

      Students are subject to peer pressure. Everyone is subject to it. But if your classmate cheats, that doesn't mean that you will too. Granted, where one's view differs on this is dependant on one's belief/trust/faith in other humans.

      I agree with this statement. But you should be aware it isn't just peer pressure here - if the professor grades "on the curve" (I don't) then it isn't just social pressure - your grade will suffer if everyone is downloading professionally written essays and you are blathering on with your freshman-level writing skills.

      If the professor is basing your grade, in whole or in part, on the work of your classmates, then s/he has the responsibility to do something to enforce cheating rules.

      --
      God is real unless declared integer
    28. Re:There is an important upside to the system by fupeg · · Score: 1

      You are right on. Where I went to college our homeworks were collaborative and our tests were take home and usually open book. We had a student body of 800 though. If I went from there to any large college and took a test, I would probably have felt like there was a given level of distrust because of tests being held in lecture halls and monitored by the professors or teaching assistants. However most people would argue that this is necesarry. I think the McGill students submitting their papers to the plagiarism website is really an identical albeit new practice.

    29. Re:There is an important upside to the system by theLOUDroom · · Score: 1

      I'd be happy i this wasn't necessary, but as far as I see, there's no other option (in particular for people like me, who have classes with 100 students, or something close to taht).

      There is another option: pay attention to your students!

      I've taken my share of courses with 100-300 people. You should still be able to catch cheating without violating your student's coprights. Heck, at Cornell, they regularly catch students cheating in PSYCH101 with has more than 300 students.

      --
      Life is too short to proofread.
    30. Re:There is an important upside to the system by Lars+T. · · Score: 1

      Psst: the guy in India your IT job is being outsourced to did write that essay himself. Think about it.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    31. Re:There is an important upside to the system by Anonymous Coward · · Score: 0

      On the contrary, I would believe it.

      What would be nice is for all of you complaining about rampant cheating to honestly say how many of your students cheat vs how many do not.

      Somehow, it seems to me, that this might put things in a better perspective. Particularly when discussing a system where students must prove they aren't cheating themselves.

    32. Re:There is an important upside to the system by bigjocker · · Score: 1

      Funny, I have a nice job but I don't have a degree. But, I don't live/ain't from the US.

      --
      Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
    33. Re:There is an important upside to the system by bigjocker · · Score: 1

      Touche

      --
      Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
    34. Re:There is an important upside to the system by Rary · · Score: 1
      "I have a problem with the institution making the students be the ones to submit their works to have it validated.

      What does that teach a student? That they are not trusted. That their teachers have no faith in their character."

      Question: wouldn't you agree, then, that any attempt to check for plagiarism, whether performed by the student through pressure, or performed manually by the professor, is a sign of distrust? Doesn't the fact that professors say, at the beginning of each term, "you are not allowed to plagiarize", essentially teach the students that they are all assumed to be criminals? Why does this opposition to the lack of trust only arise when it comes to having the students submit the paper to an online service to check for plagiarism, and not when the professor goes looking for the exact same evidence?

      I don't agree with the opposition to this service on these grounds. I do, however, disagree with forcing students to give up the rights to their own original works to a company that will use said work for profit. That's just simply wrong.

      --

      "You cannot simultaneously prevent and prepare for war." -- Albert Einstein

    35. Re:There is an important upside to the system by WanderingGhost · · Score: 2, Interesting

      What would be nice is for all of you complaining about rampant cheating to honestly say how many of your students cheat vs how many do not.

      Honestly - I gave an assignment to 90 students last year. 5 were original. I returned all the others with the original URL attached.

    36. Re:There is an important upside to the system by WanderingGhost · · Score: 1

      I've taken my share of courses with 100-300 people. You should still be able to catch cheating without violating your student's coprights. Heck, at Cornell, they regularly catch students cheating in PSYCH101 with has more than 300 students.

      No, it isn't easy. I teach more than 200 people, and it's impossible to keep track of everything without automated help. Really. And more students would probably be caught if some ystem like that was used.
      Or - this is interesting - maybe the school managed to develop a different culture within the students? Instead of "let's pass this course", it's "let's learn this thing"? This is getting more and more difficult to find out there (because of population growth and because more people have acess to education - in my opinion)

      And why this thing about copyrights? It's just like a test. Who's got the copyright of a test? And who cares? The point is just to check if you've really learned. And when you are a student, you're supposed to write texts and handle them to other people (your teacher, or a comitee, or someone else), so... The only difference is in who happens to read your work. But hey - what if you complained to your boss that "showing your report to a business partner violates your copyrights"? (You wouldn't even hold the copyright in that case!)

    37. Re:There is an important upside to the system by WanderingGhost · · Score: 1

      I took away one maybe two concepts of my entire undergraduate experience that helped me afterwards.

      You probably have no idea how much you (as a person) changed in that time. You did not only "learn concepts". You did learn skills (and didn't even notice!) This seems to be a common misunderstanding. You don't go to College/University to learn "a list of concepts", or "how to do things". You learn a lot more there. You learn different ways of thinking, writing skills, and if we really look at it, you learn social skills, you somehow acquire a new identity, you train your brain to do abstract reasoning, to use your intuition, to tell "elegant" from "ugly" solutions to problems - and depending on how difficult your course is, you really learn about initiative. And lots of other things that I can't remember now...

      So - don't think it wasn't worth. Just the otehr day another teacher was talking about one of the students - "you wouldn't believe how much this guy changed since he got here".

    38. Re:There is an important upside to the system by WanderingGhost · · Score: 1

      but as you preach about students cheating themselves of learning, you forget that teachers nowadays are cheating themselves of actually teaching. It truly is a rarity that a college or university instructor can excite students and engage them to participate

      I speak for me only. And I take several hours of my time to prepare my classes. I try to make people understand why they're taking the course, how they can use what they're learning, and try to make the course funny. I go back and explain what they don't understand. But there's a limit to what I can do - and I have to deal with students that already have the idea that "the course is useless". :-(

      Maybe these degrees have been either overestimated in their value to the person, or maybe misunderstood?
      I have students who really don't need a degree. They're employees of the state, and a degree helps them in their career (or they think so).
      Others are mecahnics, technicians, and so on... not in the same area they're taking the course. But they feel inferior because they don't have a degree from a University or College. (!) So the College now has some sort of psychological-social role. Students don't need to learn. They want to have it on the wall, and in their resumes.
      But when we pout them with others who want to learn in the same classroom, a collective attitude develops, and the guys who don't want to learn are usually able to take others with them.
      And even those who don't care would benefit from the courses, if they understood how much they would improve their reasoning - but it's not worth the work, I guess.

      I don't know. It actually looks to me like "a system that has grown too much, and just as anything that goes that way, it's gone out of control".

    39. Re:There is an important upside to the system by Dark+Lord+Seth · · Score: 1

      1) That's all nice and fine for the mister from India, let him have the job. I'm only doing college to be able to do the dutch equivalent of uni. Churning out code 40 hours a week isn't all that bad but not my cuppa tea.

      2) I highly doubt it actually matters to the people in charge wether or not I did my essay on dealing with ICT trash.

      3) The main pro of outsourcing is lower wages, not better results or more BS essays.

    40. Re:There is an important upside to the system by theLOUDroom · · Score: 1

      And why this thing about copyrights? It's just like a test. Who's got the copyright of a test? And who cares?

      There's a big difference between a test and a research paper. Try showing up for a test, when your reseach paper is due :)

      And when you are a student, you're supposed to write texts and handle them to other people (your teacher, or a comitee, or someone else), so... The only difference is in who happens to read your work.

      The difference isn't just who reads your work, this is about a private company profiting off your work.

      But hey - what if you complained to your boss that "showing your report to a business partner violates your copyrights"? (You wouldn't even hold the copyright in that case!)

      See the text I bolded? That makes it an extremely different situation. It's like the difference between building your own house, and building one for someone else. It's just a senseless comparison.

      --
      Life is too short to proofread.
    41. Re:There is an important upside to the system by djmurdoch · · Score: 1

      I don't know more than a couple of words of Dutch, but I don't see what that has to do with the fact that you cheated in a course that was trying to teach you to write well in Dutch.

      Even developers and system administrators look stupid if they can't write well, and looking stupid limits your chances to advance.

    42. Re:There is an important upside to the system by GigsVT · · Score: 1

      I already had those skills. Why did I have to waste 4 years to "prove" it?

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    43. Re:There is an important upside to the system by WanderingGhost · · Score: 1

      I already had those skills. Why did I have to waste 4 years to "prove" it?

      Well - how can you be sure you were as good as you are now? (

  15. Re:hahahaha by Anonymous Coward · · Score: 0

    Anything that calls itself a science in practice isn't.

    Yeah, just look at "computer science".

    The only thing worse than that is coders claiming to be "engineers".

  16. Hmmm - do they have an alternative? by Asic+Eng · · Score: 4, Insightful
    "What I object to most about the policy at McGill is that it treats students as though we are guilty until proven innocent," said Rosenfeld

    Well it seems the examiner has the right, even the duty to examine the papers which have been submitted. Checking for plagiarism seems fair, and also that he is using technical aids for doing so.

    The article also mentions:

    "The reality is that the high monitoring of students really isn't about catching cheaters, it is a substitute for hiring enough faculty members to take the time to read student work," said Ian Boyko, national chair of the student federation.

    It seems that all the system does is check for plagiarism. Assuming it does that in a sensible manner (not providing false positives without pointing to the reference material) then it's just relieving the examiners from boring repetetive work.

    A seperate issue is if they don't just have to have the paper checked, but also integrated into the database. I tend to think papers submitted to the university examiners should be public domain, though.

    1. Re:Hmmm - do they have an alternative? by October_30th · · Score: 1
      Assuming it does that in a sensible manner (not providing false positives without pointing to the reference material) then it's just relieving the examiners from boring repetetive work.

      Thank you for saying that out so clearly.

      Even false positives are not a problem, because the the human examiner should always check any suspicious report by himself before handing out tough sentences.

      --
      The owls are not what they seem
    2. Re:Hmmm - do they have an alternative? by EvanED · · Score: 1

      "I tend to think papers submitted to the university examiners should be public domain, though."

      I strongly disagree. Fortunately, I go to a university where I am not required to hand over copyrights*, so if anyone started using this service I'd drop the class before submitting with it. If it was a required class I'd raise hell in the deptartment.

      *As far as I can tell. I have looked through the PSU policies many times and unless I'm mistaken, you only have to hand over copyrights, inventions, etc. if you're a grad student making "substantial use of university property", which I am not.

    3. Re:Hmmm - do they have an alternative? by zmahk31 · · Score: 1

      There is a very simple solution to all this.

      The professor tells the students: "It's a good idea to check your paper for plagiarism. Even careful scholars sometimes go overboard with their sources, and an automated check is extremely effective and quick. I recommend using favorite-cheatchecker, but of course the choice is yours.
      I will routinely cheat-check the papers that you submit, and expect that they are free of even minor infringements. Any infringement will be treated to the fullest extent consistent with the code of academic integrity, with a minimum penalty of something-very-nasty."

      You get the idea...

  17. Re:hahahaha by Anonymous Coward · · Score: 0
    The only thing worse than that is coders claiming to be "engineers".
    Or MBAs calling themselves "educated".
  18. If Only......... by RenegadeTempest · · Score: 5, Funny

    we could force people to use this service before posting on /., maybe we wouldn't have to wade through so many duplicate posts.

    1. Re:If Only......... by Anonymous Coward · · Score: 0

      we could force people to use this service before posting on /., maybe we wouldn't have to wade through so many duplicate posts.

      What would happen in a case like this?

    2. Re:If Only......... by Anonymous Coward · · Score: 0

      CmdrTaco would have fun reading about 10,000 reports of plagiarism a day...

  19. What's the problem? by Complicity · · Score: 2, Interesting

    I think that I'm failing to see the problem here... if a student does not submit their essay to this site to be plagarism-checked, what is stopping the professors from submitting it themselves if they believe that there has been plagarism, and achieving the same thing? It isn't about money, because the article mentioned that this occurred during McGill's "free trial" period with the service. Is it a copyright thing?

    --
    - c -
    1. Re:What's the problem? by clifyt · · Score: 4, Interesting

      It probably is a copyright thing. I am on a few testing committees with my university, and these apps have come up quite a bit -- we are actually under contract for one and I've bitched and moaned about it. I turned in a journal article I had cowritten in, and it came back as plagerized...I had the guys look into it, and as I *RARELY* use my own name on journal articles (its a little hard to get published when folks find out that while you are a noted name in the field, you don't have a Ph.D...and ya actually dropped out of school before ya got your bachellors because a research project got in your way of actually dealing with the piddly shit...and 10 years later, you are still working on the same research with a team of people under ya).

      Turns out, they had *MY* article in the database...my copyright was assigned to the journal for that publication only. I retained all other publication rights. I even had to sign a waiver to allow the article to be published electronically because at the time the journal didn't have a site, and the publisher wanted to show case some new ideas.

      The plagerizing company had no legitimate right to the copyright, but it was in there system in some form (I don't even care if it was tokenized down to line noise...it is essentially my works) and I bitched some people out about it.

      I've heard a few of my friends had the same reaction (well, at least their names were attached to the papers...must be nice to have degrees and shit :-)...and apparently my employeer has modified their agreement with the company they are using to where the papers submitted still belong to the university, and that they are licensed to use the papers solely for papers within the university. Nothing is to be stored elsewhere or used for any other purposes. We don't get it for free and we pay quite a bit so they were willing to work within these bounds...as a employee of the university, I'm satisfied with that...if I turn in a paper as a student, I don't see how the university can be held accountable for using it elsewhere as long as I'm given credit for the paper, but if they were used for BFE-University -- I'd be mighty pissed (err...once again).

      So, if your university is doing this, make certain that your copyright stays within fair use only...adding your paper to the global database to help a corporation profit is NOT fairuse. Helping your university, the one you pay money to and support in various other ways, is -- IMHO -- fairusage.

      blah

    2. Re:What's the problem? by Anonymous Coward · · Score: 0

      This particular student was just offended by the presumption that students are cheeting, and the service has to clear you before you paper would be accepted and graded.

      BUT, these "services" are 1) making copies of he documents 2) for commercial purposes. That is how they keep them on hand for future use. They are also creating copies of websites and published papers and storing them locally.

      These activities are all well beyond fair use and violate the copyrights of the authors. Every student who has been forced to submit a paper to these services should sue their ass off for copyright infringment.

    3. Re:What's the problem? by Anonymous Coward · · Score: 0

      Of course if the papers remain "within the university scope" that would mean while an infraction by a student at your school plagerizing a paper written by another student before at that school would be caught, there would be no way for a student at another school to be caught for plagerizing material by students at *your* school.

      Still, I agree with the criticism. I find it insulting that this third party company is allowed to make money directly from the work of the students - who themselves are footing the bill - as customers of the university - for an education. Paying someone to make money off of you is essentially like getting gangbanged.

    4. Re:What's the problem? by sparrow_hawk · · Score: 1

      That's interesting. I have no problem with professors using anti-cheating mechanisms themselves -- scripts to check papers against Google and others the professor has received -- and I'm aware that some cheaters will still get through the system. I think in general it's better for a cheater to get through than for an honest student to be punished for something they didn't do.

      The really interesting thing is what you mention -- this company is using students' work without permission (or with a mandatory "all your paper are belong to us" clause in the contract for the service, which you can't not sign if you want to go to school). In effect, it means that the company hired to detect plagiarism is plagiarizing students' works. What's *that* teaching students?

    5. Re:What's the problem? by clifyt · · Score: 1

      The company would LIKE to use it without the students permission.

      Technically, most universities require students to turn over rights to papers submitted as part of their school work. This can be then used for many other items. For instance, one of my works involves 'artificial intelligence' where the computer can rate essays. We take THOUSANDS of student works and we rate them. 6 raters look at the works and give several ratings to each paper, and we distill the ideas down to equations. The students papers are then destroyed...

      In my case, every single student's paper we have used has been one that they gave approval for use in this project. We don't keep the actual papers in memory for any longer than it is required to build our model, and honestly, we are more interested in the raters work than the students. The students papers don't even remain in memory as anything but a part of an equation (well, actually something like 72 equations at this point) as a whole.

      This stuff takes the papers and keeps them in memory. It keeps whole sentence structures and otherwise there to be rated against for plagerism. It can detect exact matches which indicate to me that they are storing copyrighted data.

      But again, my university has deemed their involvement with this soft of stuff legitimate work and within the scope of ethics as we do not allow our papers to comingle with others. We do not share this work with others, and the actual databank for storing these resides on our site (along with an almost direct connect to the main servers elsewhere).

      It meets the spirit of the law, as well as the actual letter of it. As I mentioned above, I was VERY pissed off about finding my previous work in there...the company did allow for its removal, although 'warning' me that if a student submitted work as being his own, while plagerizing mine once again, it would be listed once again in the database...

      As a student, I don't mind giving limited usage of my copyright to the university. In some cases, I realize that I am going to have to assign copyright back to the university -- as is done in many computer science courses where students write code -- I've already gone though an ugly out of court battle with the university when an employee of mine had turned in work she was doing for me to a professor that tried to usurp rights to this...I paid the employee to do it, thus it was mine and she never had rights to reassign copyright that wasn't hers...but in general, I agree that work turned in is now property of the universities in a limited mannor...my advide to those that don't like this, don't turn in work that you think might be the basis of later works -- I won't, and neither should you (as a current employee, however, the work I produce there is OBVIOUSLY theres :-).

      So what is this teaching students? Its teaching students that if you want to have an education at a decent price, you sign away a few rights. It also tells students that even though we CAN be dicks about the whole situation from a copyright standpoint, we look to the higher point of privacy (HIPPA is a bastard) and we protect these privacies as much as possible. It also teaches students, that in the real world, if given the chance, corporations are willing to do what ever they can to make money and that you should protect yourself from it.

      I think its teaching students all great lessons. Not all lessons should be easy to learn, nor should we only focus on the positive end of things...

  20. Why should the student bear the burden? by digital+photo · · Score: 4, Insightful

    If the teacher is truly concerned about cheating and plaigerism, then the teacher/official should be the one paying the service and submitting the works to the 3rd party business, not the student.

    The student's obligation is to do the work of the assignment and turn it in. Grading and detection of falsehoods/duplicity/cheating/etc are the responsibilities of the teachers, not the students.

    What's next? Submit your work to a business which does the grading?

    My site gets hit by turnitin and at first, I was amused. But if a teacher is forcing a student to go through this process, then that teacher is basically saying that their students are not trustworthy and is an assumption of guilt by default.

    Shame on the teacher for requiring that of their student and attempting to fail the student. Shame on the school for letting it happen.

    1. Re:Why should the student bear the burden? by Oligonicella · · Score: 1
      The "teacher/official should be the one paying". And pass on the cost to the student, just like books, paper, pencils......

      'Grading and detection'. Which are paid for by the student.

      'their students are not trustworthy' Since students cheat, they're not trustworthy. Merely checking for plagerism is assumption of guilt by default.

      'attempting to fail' All grades are an attempt to pass/fail. You would do what, let them go their merry way with no indication that they learned, did not learn, cheated? Shame on you for not understanding what teaching is.

    2. Re:Why should the student bear the burden? by fermion · · Score: 1
      I do not see where in the article the student must pay to submit a paper. I do not see how this imposes an additional burden at all. All paper must be typed, and young'ens tend to type papers in the computer. The university provides internet access. Perhaps students can use some of that bandwidth for school work instead of play.

      Anyway, college is all abut student burdens and student obligations. The student has the burden and obligations to do certain things and meet certain milestones in order to graduate. Sometimes those burdens are as simple as paying tuition and dozens of fees. Sometimes those burdens are as hard as dealing with the apparently arbitrary requirements of professors. If one is in college to learn, then none of this matters. If one is there just to graduate and care nothing about training one's mind, then I can see the problem.

      And yes, there will be a day, in the next 5 years, when all freshmen, and many sophomore, papers will be turned into a school licensed business for grading. A gad student will still take a look to grade for content, but software will be able to make must more objective assessments of the technical part of the writing than a human grader.

      College is not secondary school. No one is holding students' hands. No one is going to beg students to come to class or do work or behave. Students have the obligation to act responsibly so that an effective learning environment can be maintained, or get the hell out so that another student who cares can get an education. In fact, bravo to the professors who have the courage to expel those college students who are just trying to make a grade.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    3. Re:Why should the student bear the burden? by answerer · · Score: 1

      Maybe you should do some looking around before you make a comment. Turnitin.com (and other services) are free for students to submit. The teacher/school pays for the service to detect plagiarism. Submitting to the website can be considered part of "turning it in" and the burden should be on the student because it is not an unreasonable request. However, for a professor to submit a hundred papers in different formats is probably cruel and unusual punishment. I was required to do so for one class where the professor regularly caught 4-5 cheaters each semester(even though he announced that he used turnitin.com). For such a class, "probable cause" is enough to require students to prove themselves innocent.

    4. Re:Why should the student bear the burden? by jeko · · Score: 1
      What's next? Submit your work to a business which does the grading?

      Um... Hate to break this to you... but that's already a common practice for a number of academic achievement/aptitude tests. Open up the paper in any large college town and you'll find ads for test graders, must have MA, starting pay $10/hr.

      --
      He put his boots up on the table and made a face. "The sig," he smirked. "You can waste your life in search of the sig."
    5. Re:Why should the student bear the burden? by 0x0d0a · · Score: 1

      But if a teacher is forcing a student to go through this process, then that teacher is basically saying that their students are not trustworthy and is an assumption of guilt by default.

      Frankly, I suspect that, sadly, the majority of university students have cheated to some extent at one point or another. It's depressing, but if you don't have what it takes and you're under a lot of pressure to perform...

  21. _His_ Original Work? by Czernobog · · Score: 4, Insightful

    All College/University material, regardless of whether it was lectures/notes given or work sumbitted by students is IP of the University, so it can decide what and when to do with it.
    At least that's the reality I've encountered so far from all the places I've been to

    The fairest policy I've seen (and that is by no means fair IMO) was to declare all work joint IP of the student-College, but the College handles it and decides what to do. The student only has "advisory" rights and gets a share of any of the possible profits arising from the IP.

    This means that "His Original Work" is a euphemism and if he doesn't like it, well he should have checked what he was signing when he enrolled. I certainly did.

    --
    /. Where the truth
    1. Re:_His_ Original Work? by dr+ttol · · Score: 2, Insightful

      Is this true? What about personal projects done in the dorm? All essays and papers are property of the university (or atleast more than 0%)? Can someone shed more light on this?

    2. Re:_His_ Original Work? by Czernobog · · Score: 1

      Most colleges/universities specify that the IP of _any_ work associated with college work (say an idea you had based on something else, when that "else" was shown/taught at the college. That "idea" and that "something else" must be of the same nature/science/field) belongs to them or whatever the declaration was saying when you signed it during enrollment.

      So if you have any work totally unrelated with your unni/college work, then it has nothing to do with them and the IP is all yours.

      --
      /. Where the truth
    3. Re:_His_ Original Work? by Anonymous Coward · · Score: 0

      All College/University material, regardless of whether it was lectures/notes given or work sumbitted by students is IP of the University, so it can decide what and when to do with it.
      At least that's the reality I've encountered so far from all the places I've been to


      The law disagrees with you. When I write an essay and hand it it, the copyright is mine. The university owns a copy that I gave them, but not the copyright. I have the right to sell that essay to a book publisher, not the university.

      When the univerisity creates another copy, and gives that copy to a company that will use it for profit, copyright law is violated.

    4. Re:_His_ Original Work? by Czernobog · · Score: 2, Informative

      Except that when you enroll, the first thing they have you sign is to hand-over that copyright and resign of the right of making any future possible claims.

      --
      /. Where the truth
    5. Re:_His_ Original Work? by Anonymous Coward · · Score: 0

      Sounds like a pretty good way of ensuring that students aren't going to work very enthusiastically for their projects.

    6. Re:_His_ Original Work? by Anonymous Coward · · Score: 0
      All College/University material, regardless of whether it was lectures/notes given or work sumbitted by students is IP of the University

      Not always so. For example, at my alma mater, Southwest Missouri State University, students retain the copyright even for class work. In their IP policy:

      C. Student Works. Unless subject to the provisions of paragraph 4.A. or provided otherwise by written agreement, copyrightable works prepared by students as part of the requirements for a University degree program are deemed to be the property of the student but are subject to the following provisions:

      1. The original records (including software) of an investigation for a graduate thesis or dissertation are the property of the University but may be retained by the student at the discretion of the student's major department. In cases of dispute, the matter shall be referred to the University Intellectual Property Committee.

      2. The University shall have, as a condition of the degree award, the royalty-free right to retain, use and distribute a limited number of copies of the thesis, together with the right to require its publication for archival use.

      3. Creative works developed by a student employed by the University are owned, not by the student, but by the faculty member or the University as provided by this Policy.

    7. Re:_His_ Original Work? by leerpm · · Score: 1

      Last I checked, I though contracts don't overrule constitutional law.

    8. Re:_His_ Original Work? by aallan · · Score: 1

      So if you have any work totally unrelated with your unni/college work, then it has nothing to do with them and the IP is all yours.

      But that said Universities have lots of lawyers and students usually don't. Its a very fine (but none the less blurry) line, and if I was working on something that I thought would make me money (and was attending a major University), I'd try real hard to get something on paper from them to say it wasn't their property.

      Al.
      --
      The Daily ACK - Eclectic posts by yet another hacker
    9. Re:_His_ Original Work? by nuggz · · Score: 1

      Good, give me my money from turnitin.com.

    10. Re:_His_ Original Work? by Anonymous Coward · · Score: 0
      All College/University material, regardless of whether it was lectures/notes given or work sumbitted by students is IP of the University, so it can decide what and when to do with it. At least that's the reality I've encountered so far from all the places I've been to

      thank ghu i attend a community college with a solid tradition of vocational ed. enough of the student body are adults with professional backgrounds that such outrageous stunts would never fly, and the faculty and staff damn well know it. can you imagine, the instructors actually treat us - and our intellectual products! - with respect. almost as if we were mature, sensible adult human beings! not like those kid-warehousing universities, apparently, at all.

    11. Re:_His_ Original Work? by Haeleth · · Score: 1

      Likewise, any work produced with college equipment is usually belong to them. So you'd damn well better make sure you don't write your amazing idea down on college paper, and you'd better unplug your computer from the college network before working on that game you're writing.

    12. Re:_His_ Original Work? by EvanED · · Score: 1

      First, the Constitution does not provide for copyrights. It allows congress to create them, but it does not provide for them directly nor does it direct congress to use the above power.

      Second, it is *perfectly* legal and acceptable for someone to contractially hand over copyrights; it's done all the time.

    13. Re:_His_ Original Work? by Rude+Turnip · · Score: 1

      The college/uni has already been compensated through tuition. If there's one thing I've learned about contracts is they're only as good as the laws behind them and the ability of a lawyer to convince a judge to uphold them. Have there been any court cases where the legality of academic IP rights has been challenged?

    14. Re:_His_ Original Work? by dcollins · · Score: 2, Informative

      All College/University material, regardless of whether it was lectures/notes given or work sumbitted by students is IP of the University, so it can decide what and when to do with it. At least that's the reality I've encountered so far from all the places I've been to

      Please specify what institutions you're talking about, in what country, and at least one piece of evidence that this is an official policy -- because I don't believe it.

      I teach in Massachusetts and talk to many teachers at a number of institutions. For example, we certainly own all our lecture notes (the union would go ballistic if that wasn't the case, the only thing the school has a right to even see is our syllabus). I've never heard of students not owning the papers they write in class, anywhere.

      --
      We know where leadership by an anti-intellectual "strongman" who scapegoats minorities and likes boisterous rallies goes
    15. Re:_His_ Original Work? by srleffler · · Score: 1
      All College/University material, regardless of whether it was lectures/notes given or work sumbitted by students is IP of the University, so it can decide what and when to do with it.

      You go to a really crappy school. Credible universities do not work this way.

    16. Re:_His_ Original Work? by Anonymous Coward · · Score: 0

      You make up a lot of nonsense, don't you?

      Love the fictional sig, btw.

    17. Re:_His_ Original Work? by Anonymous Coward · · Score: 0

      Which they would very hard make sure that you won't ever get... I know something about that.

  22. Comp. Sci. has always done something like this. by PhilippeT · · Score: 1

    At least in my school we run a program that compairs all the assigments to each other and flags those with "similar" code.

    everyone gets a chance to explain and the "flagged" code is examind by the teacher of the course.

    --
    A psychopath can't tell the difference between right and wrong. A sociopath knows the difference - he just doesn't care.
  23. Standard operating procedure by pieterh · · Score: 3, Insightful

    Many (most?) schools treat students like a burden. Educate the brats, get them to behave, beat them into line, do whatever it takes to break them and mould them into proper members of society.

    If students regularly cheat in written exams, it's a good sign that the exams are pointless. The proper response is to ask "why are students so unmotivated that they don't bother to make an original contribution", not "how can we catch and punish the bastards one more time."

    Sadly it's always simpler to turn complex questions into easy "wrong and right" issues.

    It's obvious from the Internet that the majority of people can be, in the right circumstances, incredibly creative and original. The challenge is to create these circumstances, not to enforce a dogmatic and broken system of education that students are obviously not interested in.

    1. Re:Standard operating procedure by BattleTroll · · Score: 2, Interesting
      "If students regularly cheat in written exams, it's a good sign that the exams are pointless. "

      If students are regularly cheating on exams, it's a good sign that these students are a. not concerned about actually getting value for their dollar, b. too lazy to learn the material, c. morally corrupt and lacking integrity, d. shouldn't be in college to begin with.

      If you can't do your own work, why are you in college to begin with? The who point is to get a 'higher education', not copy off your neighbor and wallow in dishonest behavior.

    2. Re:Standard operating procedure by October_30th · · Score: 1
      When I was still a student I felt strongly that the exams per se were rather pointless, particularly in fields where learning bits of knowledge by heart (in chemistry, for instance) was the only key to success.

      Open-book exams were better, but I still believe that the best learning experience I ever had was a course in the numerical solving of partial differential equations. No exam but compulsory exercises/computer labs and the writing of an extensive report in which you solve a real-life problem.

      --
      The owls are not what they seem
    3. Re:Standard operating procedure by Pig+Hogger · · Score: 1
      Many (most?) schools treat students like a burden. Educate the brats, get them to behave, beat them into line, do whatever it takes to break them and mould them into proper members of society.
      - sigh -

      You're so right. If it weren't for all those students, we could run our schools so much more efficiently!!!

    4. Re:Standard operating procedure by Anonymous Coward · · Score: 0

      Or maybe just that the exams are somehow exceptionally bad.. sometimes students think they have better idea what they're supposed to learn than their professors.

    5. Re:Standard operating procedure by subtillus · · Score: 1

      This is actually Espescially true of McGill, where I am in the process of finishing my major right now.

      The programs center around multiple choice tests and mindless regurgitation. The courses are so over crowded as to require one lecture hall of which seats 800 in a course with over 1000 people registered.

      The departmental profs and admins do not care, at all, to interact with students on any level requiring them to raise their asses.

      Example: I tried to organize something new for our open house, I'm in the microbiology and Immunology department; Infectious diseases and host responses. There are one or two interesting things to say on the subject of infectious diseases lately and So I asked profs to supervise and maybe guide small groups of students in creating something original on the subject.
      That way, at the open house, we could have something students made, to impress some professors and maybe get a reference letter or two, which would be both topical and interesting to show/give applicants.

      In any other School, in any other program I can see dozens of students and professors leaping at the oppurtunity to create something worth having. I received ZERO volunteers.

      Profs see as a waste of time, a waste of money and a waste of space. they like nothing better than to cram all 30k of us into one lecture hall and automate our teaching/testing process.

    6. Re:Standard operating procedure by Oligonicella · · Score: 1
      If students regularly cheat in written exams, it's a good sign that the exams are pointless. The proper response is to ask "why are students so unmotivated that they don't bother to make an original contribution", not "how can we catch and punish the bastards one more time."

      Sadly it's always simpler to turn complex questions into easy "wrong and right" issues.

      Can you say ironic?

    7. Re:Standard operating procedure by togofspookware · · Score: 1

      If you can't do your own work, why are you in college to begin with? The who point is to get a 'higher education', not copy off your neighbor and wallow in dishonest behavior.

      As I see it, the point of college is to get a degree so that maybe there's a slight chance that someone might hire you for something, someday. College is a way of testing how much crap a person can put up with. If they graduate, that means they can put up with a lot of crap, and are fit for corporate culture.

      The vase majority of the stuff that people actually *learn* in college can be just as easily learned off the internet. Personally, I've learned a lot more (and not just about the subject of my major) by surfing e2 and wikipedia alone than I have from my classes. And if you happen to be into software you'll learn a lot more by working for fun on personal projects than you will from programming classes, which don't teach you much more than to use whichever bracing style they tell you or fail. It is much more about pushing people into a mold than providing a useful learning experience.

      But that's just my experience. YMMV

      --
      Duct tape, XML, democracy: Not doing the job? Use more.
    8. Re:Standard operating procedure by Illserve · · Score: 1

      So where's the money to create these circumstances that evoke this amazing well of untapped creativity?

      Teaching is hard, these teachers aren't lazy, they just don't want to waste their valuable time doing a task that a computer can do better.

    9. Re:Standard operating procedure by johnmoe · · Score: 1

      Is that the point? For many/most people, the point is to get the piece of paper that allows them to get a job.

    10. Re:Standard operating procedure by overunderunderdone · · Score: 1

      Why is it only the other guy (the university in this case) that needs to think about it's contribution to this attitude? Has it occurred to you that many (if not most) students ARE a burden, brats that can't behave and already are lousy members of society?

      If students regularly cheat on written exams it's a good sign that they are lazy, uninterested in learning and shouldn't have bothered going to university in the first place. Kicking them out for plagerism would be doing them a favor.

      Sadly, it's always simpler to turn simple questions of right and wrong into "complex issues" that relieve us of exercising personal responsiblity.

      It's obvious from the Internet that the majority of people are unoriginal and like to create personal pages about their cat (or their "the cheat") with animated gifs and lame flash animation splash pages, and that they shouldn't bother entering the higher education system which is broken and overly dogmatic because it is choked with an overabundance of unmotivated careerists that are totally uninterested in actual learning and only want to do the minimum (and cheat at that) to get a sheepskin.

    11. Re:Standard operating procedure by Anonymous Coward · · Score: 0
      It's obvious from the Internet that the majority of people are unoriginal and like to create personal pages about their cat

      Those web pages are completely useless. Just like programs that just say "Hello, World!". Useless, except for the fact that this is the first stage in learning. Some people stop at hello world or a cat web page, and some realise they dig it and learn more. Please don't mock people for exploring different things. Its not like the internet is too full for your web page because there are too many about cats.

    12. Re:Standard operating procedure by Anonymous Coward · · Score: 0

      A new system of learning is what is needed. It may cost more, it may cost less. It is not simply a "throw more money at it" situation though.

    13. Re:Standard operating procedure by strider · · Score: 1

      "If students regularly cheat in written exams, it's a good sign that the exams are pointless. The proper response is to ask "why are students so unmotivated that they don't bother to make an original contribution", not "how can we catch and punish the bastards one more time.""

      Writing papers and exams in college should be about learning to think and write clearly. My experience with students who cheat is that they *come in* with the attitude that everything is BS and believe the prof just wants to hear their own views regurgitated back. In other words the come in with the conceded, arrogant view that you express here that all these people who have devoted their lives to learning and teaching a discipline are just morons, who should be giving me A's and letting me do important stuff instead of study trivia.

      Most plagiarized material sucks or is off topic. The fact they think it's going to get them anywhere is usually symptomatic of their complete lack of understanding of the goals of higher education and the basic ideas of the course in general.

      I'm all for motivating students. But cheaters themselves reduce the motivation of others and normally have terribly shortsighted views about what they are going to accomplish. They think of their education as a ticket to a paycheck, not as an opportunity to expand their minds.

      --
      The preceding passage has been checked for spelling, you will find no sentence without at least one mis spelled word
    14. Re:Standard operating procedure by overunderunderdone · · Score: 1

      Sorry, I was being facetious and sarcastic. I actually don't have that low a view of such sites - actually I find them rather charming. They're the digital age equivalent of naive art. Every little cat page is today's version of a Grandma Moses painting.

      I threw that dismissive rant for rhetorical effect - to mirror and lampoon the original post on each point. Still, I stand by my main point and intention for throwing it in. NOT everyone is incredibly creative and imaginative. NOT every bored, unimaginative, uncreative and lazy kid who cheats is a really a creative genius who is merely uninspired by a failing system and a lousy professor (and so by the parent posts logic justified in cheating). Quite often he is just a lazy, unimaginative and lazy kid who cheats - no hidden genius, no excuses - just a cheater who should be kicked out so the other kids (who may be quite interested in, and even inspired by, the material) can get an education and a fair grade.

    15. Re:Standard operating procedure by Anonymous Coward · · Score: 0

      BS! System worked out through at least ten centuries and same things were being said when press, radio, tv and other similar commodities were being introduced. The truth is that it starts in primary education and making sure that it works. It starts with stupid tenure system. It starts with teacher unions. And it starts with money...

    16. Re:Standard operating procedure by Anonymous Coward · · Score: 0

      As I see it, you have an unearned priviledge of living in the times where you can actually afford education on an amazing level. Try reading some books about education three centuries back or earlier and see what is your chance of getting past third grade...

      Grow up a bit - this system, as inconvenient might be, educates millions of people EVERY YEAR at the higher education level. Your dream would educate maybe thousands, and you are not guaranteed to be among them...

  24. Oh please by Anonymous Coward · · Score: 1, Insightful

    As a recent graduate of the social sciences, I find that practice appalling. The student is right to refuse, as he gets no compensation from the service for making money off his original work (assuming it was original!!).
    Your arguments are silly, as are the student's motivations. Why burden a teacher with a task that can easily (and a lot cheaper) be done by a computer?
    Believe it or not, plagiarism in universities is a real problem, and services like these are successful because of that. This has nothing to do with rights and freedoms. It has to do with problems and solutions. The machine is not grading your paper, that's still the teacher's job, and it always will be.
    I suppose you would rather waste tax-money on more humans to do a job that needs to be done anyway.

  25. Quoted by t_allardyce · · Score: 2, Funny

    What if you put quotes around the whole paper - then maybe the computer will be tricked into thinking its a "quote" and the prof wont notice (if the " is in a smaller type) ;)

    As for the trial, maybe im missing something but why doesnt the university submit the papers themselves or just have their own internal system?

    --
    This comment does not represent the views or opinions of the user.
    1. Re:Quoted by Anonymous Coward · · Score: 0

      "Yeah, that would work perfectly. Like if I was to quote something you said, such as "What if you put quotes around the whole paper" then the only part that would look like your original work would be the quote."

  26. drug use in sports? by garcia · · Score: 2, Insightful

    No, it's not even close to testing for drugs, being that this plagarism detector is at the collegiate level.

    People aren't *always* tested for every event they compete in. They might have random tests by the NCAA or college and they might be tested by the college for suspicion but they aren't tested every single time at every single event.

    The point in the article about it being laziness and budget issues by the college not wanting to hire enough staff is ridiculous though. Either a single professor grades the papers or a professor and a grad student do it. What are there supposed to be 2 or 3 professors grading papers for each class?

    I don't agree with this particular method being chosen to police the papers... I think that professors should have to grade the papers (for spelling, grammar, and for content -- plagerized or not). If the student has shown issues in the past with this topic then perhaps it should be scrutinized more carefully (even by a commitee) but by a web-based program?

    Let's get back to what's important in colleges... TEACHING and GRADING. Stop worrying so much about how much free time you have to work on your next book.

    1. Re:drug use in sports? by jani · · Score: 1

      > No, it's not even close to testing for drugs, being that this plagarism detector is at the collegiate level.

      This statement, alongwith another one with a lower score (well, at least currently), are brilliant examples of how lightly people take drug use in sports.

      Sure, plagiarism in college is a problem, but as opposed to drug use in sports, it doesn't make the person a better performer of his or her skill. It doesn't include a health risk, either.

    2. Re:drug use in sports? by DavidBrown · · Score: 1

      If the student has shown issues in the past with this topic then perhaps it should be scrutinized more carefully (even by a commitee) but by a web-based program?

      How can this committee screen a student's paper against the entire Internet without some sort of web-based program?

      Let's get back to what's important in colleges... TEACHING and GRADING. Stop worrying so much about how much free time you have to work on your next book.

      So using computer technology to make your life and workplace more efficient is wrong? And colleges aren't about TEACHING and GRADING, they are about learning. Checking students papers for plagarism is a means of determining whether or not students are actually learning. What's wrong with that? Oh, I know that it's a statement to the student that he's not trusted, but so what? Why should students assume that their papers won't be taken on face value? The IRS doesn't assume that my tax returns are correct - they check them every year, the bastards. Don't they need probable cause? The answer, of course, is no, and the same goes for universities. Checking papers for plagarism isn't any different from any other means of detecting fraudulent work, such as peer review of published research papers, for example.

      --
      144l. ph34r my 133t l3g4l 5k1lz!
    3. Re:drug use in sports? by ornil · · Score: 1

      Let's get back to what's important in colleges... TEACHING and GRADING. Stop worrying so much about how much free time you have to work on your next book.

      You may not be aware of this, but what's important to colleges in not just teaching. Colleges (and especially universities) are also interested in research. Even a lowliest of the four-year colleges require their faculty members to produce original work at least until they get tenured. Universities get much of their money from research grants, etc.

      From the faculty's point of view, historically colleges and universities exist to provide them with their livelihood while they pursue their research interests. Many faculty members like to teach, but there is a large number who do it reluctantly and see it as a waste of their valuable time. And to some extent they are justified. Imagine if Einstein had to teach 4 classes a semester, grade, hold office hours, etc.
      (Professors also write grants, sit on boring comittees, and do other unproductive stuff).
      Of course, most professors are not Einsteins, and they might do more good for society by teaching.

      Regardless of all that, professors have a responsibility to teach, whether they like it or not, and one can argue whether this case shows negligence in the performance of their duties. But your suggestion is made from the point of view of a student, and is just as biased as a suggestion that cars should stop driving because they might hit a pedestrian - which is a perfectly logical view, for a pedestrian.

    4. Re:drug use in sports? by Anonymous Coward · · Score: 0

      Well, you're right of course. But (a) it does make him look better in the light of his better grades, and that counts for something on competitive job market (even if that's just a little), (b) it does make a person treat cheating lightly thus degenerates society morally - it is a health risk - not the same kind, of course.

  27. Hm. by mellon · · Score: 2, Interesting

    So, a system that prevents people from cheating is good for you if it works, and if you are not cheating. Why? Because the people who cheated won't be counted in the average, and so your score will go up. It's bad for you if the people who cheated would have gotten good grades if they hadn't cheated, but how likely is that?

    And in what sense is the site making money off this fellow's work? Are they selling it to other students to plagiarize? I'm guessing that what they're doing is making sure nobody else plagiarizes *his* work.

    I don't want to belittle this fellow's feelings, but this really sounds like a case of angry testosterone syndrome - he's identified something, decided that it's an insult, and decided to fight it no matter what. Been there, done that. Hell, I did it yesterday when someone backed a change I made out of CVS. Getting pissed off didn't help. I'd feel more sympathy if, e.g., he'd submitted his paper and been falsely accused of plagiarizing.

    It will be interesting to see what happens if this system sees wide use. At some point, at the level of undergraduate papers, it seems like it will inevitably start reporting false positives simply because there isn't really that much to say about any given topic, so once you have a couple of hundred papers on that topic, there's always going to be one paper that's enough like another that it will show up as plagiarism even though it's not.

    1. Re:Hm. by yamla · · Score: 1

      You are kidding, right? "In what sense is turnitin.com making money off this fellow's work?" In _every_ sense. turnitin.com is a commercial site. They exist to make money. In point of fact, they ONLY make money by functioning as a plagiarism detector (at least at the moment... in the future they can legally make money by selling this fellow's paper to another fellow).

      --

      Oceania has always been at war with Eastasia.
    2. Re:Hm. by Anonymous Coward · · Score: 0

      Well, they might already be doing that as for example GetAPaper.com. Say they take somebody's paper and remove it from the database as they sell it to you so it doesn't generate a positive hit...

  28. The harvest of cheaters by cluge · · Score: 2, Insightful

    Bitch - "What ever happened to student teacher trust?"

    Answer - It's being violated so regulary by students cheating that teachers wonder if recent degreed graduates really learned anything. Cheating is an epedemic. A student bitching about "student teacher trust" is akin to a speader bitching about a cop with a RADAR gun. As long as the school pays for the pattern recgonition there shouldn't be a problem. As long as the student submitted original work, there shouldn't be an issue. The teacher still grades the work, but he/she at least has a fighting chance to recgnoize if major portions of that term paper were lifted verbatim from a quick google search.

    The people that complain about this technology seem to be just bitter that teachers finally have a tool to help them find cheats. Perhaps too many students have gotten use to skating by?

    --
    "Science is about ego as much as it is about discovery and truth " - I said it, so sue me.
    1. Re:The harvest of cheaters by Anonymous Coward · · Score: 0

      A student bitching about "student teacher trust" is akin to a speader bitching about a cop with a RADAR gun.

      No, it isn't akin to that at all.

      A student bitching about "student teacher trust" is akin to a regular driver having to constantly prove that he didn't just run a red light and that he didn't just drive over the speed-limit.

      You're comparing students who haven't committed any wrong act with people *convicted* of traffic infractions.

      If I were a student, I would be upset that some third-party company was going to get a copy of my material and add it to their database for eternity to then in turn make even more money off of it by increasing their service to colleges. Now, if this were a public school, that might be different. But if *I* am paying for the education, then *I* am a client/customer and the school is providing me a service. I should not be forced to pay them to let a third party directly profit off of the work *I* am paying to do.

    2. Re:The harvest of cheaters by subtillus · · Score: 1

      I'm a McGill student.

      The system is being paid for partially by student fees.

      So, I'm spending money to make sure I'm not cheating.

      The school could just pay for more TAs, have smaller classes and offer an honour system with the penalty of expulsion for cheaters. This way, the TAs could teach smaller conferences, maybe get to know some of the students and learn which ones know enough that which was contained in their papers.

      En lieu of this reasonably affordable solution, the school takes the position that we are all guilty until proven innocent, that they would rather contract out our papers than get to know us and that this is in fact, a good idea.

      I have never cheated and I resent the implication, McGill's administration is completely asshat backwards.

    3. Re:The harvest of cheaters by Lemmeoutada+Collecti · · Score: 1

      An old quote seems to me to apply here... "Technological solutions should not be applied to social problems." (paraphrased, attribution unknown)

      As many others have pointed out, a company is making mony off works copyrighted by the author. University specific agreements notwithstanding, this is a clear violation of US copyright law. But to me this is the lesser issue.

      I was twice caught by one of these anti-plagarism systems, and had to spend valuable time and effort proving that I was innocent. In both cases, I was using material from an earlier work I had written. Also, in both cases, the original work was properly cited, with full bibliography. I ended up over a course of weeks wasting time I could have spent learning defending my own works.

      The professors I have worked with in college varied from the intern teaching English I to the dedicated professor of Operating System Concepts, to the lackadasical instructor of Introduction To Computer Science. Many of the required courses I felt were a waste of time and money, both for me and the University. Why would someone who already works in the Computer Science field need an Introduction to Computer Science course? A simple exam would have saved me and many others wasted hours listening to an instructor drone on about the basics parts of a computer. In a course like that, there is no wonder a portion of the students don't want to waste their time.

      I think that the professor's duty is not just to make and grade assignments, but to challenge and educate the students. If the material is delivered by reading line for line from a textbook, the professor has failed in their duty. On the other hand, the professors that made the material relevant, interesting, and challenging, always got full effort from me.

      In any given system, there will be cheaters, and there will be the amazingly honest. And there will always be many in the middle of the group. But treating everyone according to the lowest common denominator is never an adequate solution.

      --

      You can have it fast, accurate, or pretty. Pick any 2.
    4. Re:The harvest of cheaters by zsau · · Score: 1

      A student bitching about "student teacher trust" is akin to a speader bitching about a cop with a RADAR gun.

      Nonsense. I'm a student. If I say something, that's what I mean, because I do not know how to lie and it's glaringly obvious if I try. I trust my lecturers and tutors to tell the truth (which isn't, of course, to say that I don't do additional research etc). I expect the same of them, and act such that such an assumption is correct.

      Well, I guess certain speed cameras here in Melbourne have been complained about recently because of false positives, so maybe you aren't entirely wrong :)

      --
      Look out!
    5. Re:The harvest of cheaters by Anonymous Coward · · Score: 0

      No, it's like a driver who may or may not be drunk, who may or may not be driving erratically being told to get out of the car, assume the position, spread his/her legs, and, oh, breathe into this device.

    6. Re:The harvest of cheaters by noda132 · · Score: 1

      [Student teacher trust is] being violated so regulary by students cheating that teachers wonder if recent degreed graduates really learned anything.

      As a student of McGill, I can say quite confidently that no student in arts can graduate without learning a hell of a lot, cheating or not. As for science and engineering, teachers accept as a matter of course that students will collaborate, so assignments are worth very little (i.e., 10%-20% of the grade) and the rest is midterms and final exams (ignoring the issue of cheating on final exams).

      I mean, really. A student can't plagiarize a 20-page paper without getting caught, right? But for a 5-page paper it might be possible. The student would either: a) submit something downloaded off the Internet, which is very easy to detect, or b) modify something off the Internet to make it hard to recognize -- thereby learning about the subject, because it would take a lot of work not to get caught.

      So I think any student who plagiarizes without getting caught is doing a hell of a lot of work anyway, and is learning. Which is good, because you can't quite plagiarize on midterms and final exams, which account for most of the marks in most courses (even arts).

    7. Re:The harvest of cheaters by srstoneb · · Score: 1
      I'm a McGill student.
      The system is being paid for partially by student fees.
      So, I'm spending money to make sure I'm not cheating.
      The school could just pay for more TAs, [...]


      And how, exactly, would hiring more TAs to check for cheating instead of using a website *not* be a case of you paying to make sure you're not cheating? Where do you think the university's money comes from? Some from the government, some from you. (And of course the government's money comes from you, too.) You seem to be saying that if the University expends any resources at all to check for cheating, that you will be offended.

      have smaller classes and offer an honour system with the penalty of expulsion for cheaters. This way, the TAs could teach smaller conferences, maybe get to know some of the students and learn which ones know enough that which was contained in their papers.


      You go on to call this a "reasonably affordable solution". Each additional TA costs the university at *least* a thousand dollars a month, assuming they aren't getting a tuition waver on top of their stipend. Even ignoring the other costs of having more employees, that right there is a show stopper. The reason class sizes aren't really small is that it's way too expensive to make it that way in low-level classes. Unless, that is, you want to start paying significantly higher tuition?

    8. Re:The harvest of cheaters by anthony_dipierro · · Score: 1

      A student bitching about "student teacher trust" is akin to a speader bitching about a cop with a RADAR gun.

      Actually, technically, cops aren't allowed to use RADAR guns until they have suspicion that someone is speeding. If you ever hear a cop testify in court, he'll say something to the effect of "I observed the defendant travelling at a high rate of speed, at which point I confirmed this with my RADAR gun."

    9. Re:The harvest of cheaters by cluge · · Score: 1

      Nonsense. I'm a student. If I say something, that's what I mean, because I do not know how to lie and it's glaringly obvious if I try. I trust my lecturers and tutors to tell the truth (which isn't, of course, to say that I don't do additional research etc). I expect the same of them, and act such that such an assumption is correct.


      You are the exception, deal with it. More and more students cheat, admit they cheat, and often see cheating as a means to an end (please google any recent studies on the matter). Many students only want to get the degree, and they will deal with the ramifications later. In the end they are cheating themselves.

      Being in a posistion to hire people, I have found a large number of people also lie on their job applications (as many as 20% in my experience), and if they had an original thought, it was when they were 5. IMHO it is better to catch them early, so that they can actually learn what they were sent to school for. Even after a canidate passes the vetting process, they still can prove to be incompetent. I've fired people that had degrees that told me they had training in a subject, their work performance told me otherwise.

      If you spend time defending yourself against false positives, then it is time well spent. It improves your familiarity with the material, it improves the system and forces interaction with your prof. This will come in handy once your in the labor market - if you are in ANY sort of management posistion, or work in a team you will have to be able to coherently defend your ideas and practices.

      --
      "Science is about ego as much as it is about discovery and truth " - I said it, so sue me.
    10. Re:The harvest of cheaters by zsau · · Score: 1

      You are the exception, deal with it.

      Probably, but the statement labelled me a criminal before I'd even been heard.

      If you spend time defending yourself against false positives, then it is time well spent. It improves your familiarity with the material, it improves the system and forces interaction with your prof. This will come in handy once your in the labor market - if you are in ANY sort of management posistion, or work in a team you will have to be able to coherently defend your ideas and practices.

      Hm, interesting point. And probably true, too.

      --
      Look out!
  29. THIS IS A DMCA VIOLATION! by Anonymous Coward · · Score: 0

    They are reverse engineering your writing. Immediately sue the company.

    1. Re:THIS IS A DMCA VIOLATION! by Anonymous Coward · · Score: 0

      It's a Canadian university, dumbass. Contrary to popular belief, American laws are null and void outside of your borders.

  30. Re:hahahaha by Anonymous Coward · · Score: 0


    A "Masters of Business Administration" is more accurate than computing gradutes classed as Masters of Science.

    They are, however, similar in that both are worthless without practical experience.

  31. Maybe it's better for the student to submit... by mellon · · Score: 2, Insightful

    After all, the teacher could just require that the student submit the paper electronically, and then submit the paper to the website him- or herself. And then, if it turned out that it was plagiarized, the teacher would have to initiate disciplinary action against the student.

    Whereas, if the student submits the paper, and it turns out to be plagiarized, the student has an opportunity to rewrite it without any negative sanctions. If you _are_ a cheater, this sounds like a better deal. If you're _not_, I can see where it would be more than a little bit offensive.

    1. Re:Maybe it's better for the student to submit... by Anonymous Coward · · Score: 0

      THANK YOU!! for stating what I thought was an obvious point!
      If I am a student and I submit my one paper, I get to know if there is a problem before anyone else does. Sort of like spell check, proof reading, etc.
      If I am a prof and I submit one hundred papers, I am going to spend more time doing this than grading, holding office hours, or teaching.
      If I am a University and hire enough faculty to check every paper by hand, tuition will be in the $100k + range since that will be a 10:1 ratio.
      And as far as expecting a prof to be "familiar" enough with the material to recognise plagiarism...has anyone ever googled anything and then looked at the hitcount? I cannot even be familiar with the number of hits that come back on myself!

    2. Re:Maybe it's better for the student to submit... by yamla · · Score: 1

      Yes, a teacher certainly could do this. However, if that teacher submitted the paper to turnitin.com, the student could then sue the teacher for copyright infringement.

      --

      Oceania has always been at war with Eastasia.
  32. Fight plagiarism but not like this by Mikelikus · · Score: 2, Insightful

    I'm a university student and many times I knew that most professors had code to detect plagiarism. In fact, I remember one that had a code that didn't consider the filename, the function/methods/etc name nor the variable names. He had implemented (in lisp!) something that detected similar program flows.

    This was so absurdly over-zealous that I know people who had just one similar (not equal) function and had 0 due to that.

    Either way I think that it is only fair that there's anti-plagiarism methods by the professor.
    Nevertheless I strongly disagree with these kind of websites (like turnitin) which profit - by ways that might even be unknown to us - with the free work of students.

    The teaching staff should do that kind of work and actually read and be knowledgable about the subject the essays are about.
    If the professor can't do it then maybe he should go back to being a student.

    --
    -- Would it be acceptable to just put my name on my sig?
    1. Re:Fight plagiarism but not like this by Quixote · · Score: 3, Insightful
      This was so absurdly over-zealous that I know people who had just one similar (not equal) function and had 0 due to that.

      That, obviously, is wrong.

      Look, a technology like this anti-plagiarism service is just a tool. It may flag an assignment as havng been plagiarised; and having flagged that, it should present the evidence to the teacher who should be the one deciding whether it warrants action or not.

      I have been a TA and a teacher. I have caught plagiarists. Usually, if it is just a small code fragment, you just let it go. After all, all of the students are reading from the same books, and looking a the same sample code, and hence could come up with similar snippets. The problem comes when large chunks of the program are the same. Or, if there's been an obvious attempt to hide the copying (changing every variable "i" to "ii").

      Often, what used to give the game away was the use of an odd data structure, or an odd language feature. For example: 95% of the students would use a "for" loop, and then 2 assignments would show up with a "repeat until" or a "do while". When asked, the original author would have a pretty good explanation; but the cheater would not have any.

      Coming to this case: the student has no right to gripe about this. Saying that he's being considered "guilty until proven innocent" is asinine. By the same token, his assignments shouldn't be graded either: he should just get an "A" to start with!

      Would it have been better if the professor had taken his assignment and submitted it to the service? After all, the professor can use whatever tools he likes to help him do his job. And catching plagiarists is a part of his job, unfortunately.

    2. Re:Fight plagiarism but not like this by arcanumas · · Score: 1

      I would like to know how such a thing would work.
      I mean there are things that end up the same, such as bubble sorting or other 'standard' tasks.
      How many different versions of bubble sort can there be in a class?
      I am not a CS major and haven't taken a programming class in my life but it seems that some things just HAVE to be very similar.

      --
      Slashdot Sig. version 0.1alpha. Use at your own risk.
    3. Re:Fight plagiarism but not like this by notwoohoo · · Score: 0

      Use heapsort O(nlogn) :D

    4. Re:Fight plagiarism but not like this by Anonymous Coward · · Score: 0

      Believe it or not, if your professor says "write a bubble sort routine" and you hand in a heapsort routine you might well be failed.

      Bubble sort is quite useful for cases where you know you'll only ever be handling a small set of data, since it's so quick to implement.

    5. Re:Fight plagiarism but not like this by Lord_Dweomer · · Score: 2, Insightful
      " Coming to this case: the student has no right to gripe about this. Saying that he's being considered "guilty until proven innocent" is asinine. By the same token, his assignments shouldn't be graded either: he should just get an "A" to start with! Would it have been better if the professor had taken his assignment and submitted it to the service? After all, the professor can use whatever tools he likes to help him do his job. And catching plagiarists is a part of his job, unfortunately. "

      Saying he feels he's being considered guilty until proven innocent is HARDLY asinine. This kind of measure means exactly the same thing as the "only criminals/terrorists have something to hide" measures. It means that there is an assumption the monitored individuals will do something bad, and thus they ALL have to be watched, because they MIGHT all be criminals.

      It is a pity that someone as educated as yourself to be a teacher would miss out on this key concept.

      Now, the second point I would like to make is not on ethical grounds at all, but rather legal ones, which is the main reason this student is doing this at all. The issue is that he feels the IP is his, and thus the company cannot assimilate it into their database which aids in them selling their services to schools. In other words, he's pissed that they're making a profit off of his (allegedly) misappropriated IP.

      --
      Buy Steampunk Clothing Online!
  33. And what happens if it is positive? by HrothgarReborn · · Score: 0, Redundant

    This tool looks like it benefits the student greatly. If plagarism is detected it looks like it returns that to the student not the professor. Don't /.ers realize that most plagarism is unintentional. I for one used to get all my papers read over by as many proofreaders as possible before turning them in. How is this different than having a TA do a preliminary review?
    As for making money off your work, boy, thats what colledge is about. Get the sheepskin then we'll see what your ideas are worth. Otherwise, you might as well write for /. :)

    1. Re:And what happens if it is positive? by Queuetue · · Score: 1

      You cannot plagarize unintentionally. If I spontaneously write a paper that is exactly the same as another paper, then I should not be penalized for it.

    2. Re:And what happens if it is positive? by Gambrinus · · Score: 1

      Except this is almost statistically impossible. Whenever you put more than 8 words together, the chance of someone else putting together the same 8 words in the same order is highly unlikely. Your paper will be writen in your style or voice. That is unique to every person.

      There is study on this somewhere. It was presented in a seminar I attended.

    3. Re:And what happens if it is positive? by HrothgarReborn · · Score: 1

      Unintentional plagiarism occurs when a student attempts to acknowledge, quote, and/or cite sources but does so inadequately or incorrectly.

      See here or here.

      This is extremely common in student papers. (and slashdot posts)

    4. Re:And what happens if it is positive? by darth_borehd · · Score: 1

      >> You cannot plagarize unintentionally. If I You can plagiarize unconsciously. You can write a paper using words and phrases from something you have read a long time ago, but have long since forgotten the source. Once the source is forgotten, the human mind assumes that the material is original. This happens more frequently with musicians who compose the music of a tune they've been whistling for a while, forgetting that the tune was something they heard once several years ago. It still has been known to happen with writers of essays. Also, unintentional plagiarism can occur if the writer meant to merely quote or paraphrase another work and then failed to properly cite the source. This is usually due to ignorance on the rules surrounding the proper use of quotes and citations in the bibliography.

    5. Re:And what happens if it is positive? by Queuetue · · Score: 1

      OK, you got me. I was thinking in the wrong direction there.

  34. There is an important upside to the system by Conch · · Score: 0, Redundant

    I am a teacher... And you guys wouldn't believe how much stuff students just copy from the Internet, or from other students.
    It's important to make students understand taht plagiarism just doesn't help them. They're losing a great opportunity to learn, and to develop their writing skills and intelligence, and maybe abstract reasoning, or whatever the subject requires from them. But unfortunately, some of them just don't care -- and these will slowly, er, "contaminate" (sorry, I'm not politically correct - really) the others with the idea that "you just need pass the course". you can learn what you need "later". This kind of system helps to keep things under control (sort of), by discouraging them. I'd be happy i this wasn't necessary, but as far as I see, there's no other option (in particular for people like me, who have classes with 100 students, or something close to taht).

    Of course, it's much better if you have just a few students, and can read and detect plagiarism yourself. But hey, nobody wil give me a 10 student class. It's too expensive. :-(

  35. The problem isn't about plagarization. by Queuetue · · Score: 4, Interesting

    The problem is twofold:

    First, the accessability of information increases every day - the people who benefit from it are those that stay ahead of the curve. Those that benefit from the status quo fall behind.

    The system where you are ranked on your ability to function within an autonomous vacuum is probably going to fall apart, because people in the real world no longer enforce that vacuum. Today's kids synthesize from multiple branches of media in everything they do, and sharing data, information, or anything else digital is second nature.

    Judging someone on how well they write a paper is silly, in a world where the paper is already available, and readily accessable. Find something worthwhile to judge them on, and do the hard work necessary to judge them accurately on it, because they won't do it for you. You're laziness will only make more loopholes for them to control you through.

    Secondly, todays educational institutions (most of them anyway) are cheap shams of what they once were. Going to university used to mean a period of hardship and disconnection from your old life where you were shaped into a person who cherished academics, tradition, service, honor and culture.

    Now, it's the place you go to party for 4 years so you can put something "totally rad" on your resume. These institutions are letting the students down, and in turn, the students are letting the institutions down, and the whole mess is sinking into the sewer.

    1. Re:The problem isn't about plagarization. by CarrionBird · · Score: 1

      Secondly, todays educational institutions (most of them anyway) are cheap shams of what they once were. Going to university used to mean a period of hardship and disconnection from your old life where you were shaped into a person who cherished academics, tradition, service, honor and culture.

      Now, it's the place you go to party for 4 years so you can put something "totally rad" on your resume. These institutions are letting the students down, and in turn, the students are letting the institutions down, and the whole mess is sinking into the sewer.

      No big surprise, undergraduate studies is such a low priority at most instutions that it's now just a burden they have to carry in order to fund the real work. i.e. research and graduate studies. (leaving $$$ sports out of the equation for the moment)

      I can hear the response now, "Ah! But the $$$ from that research helps all the students!", bull. That money goes striaght into whatever labor/equipment it was meant to buy, in order to facilitate the research. Whatvever resources may be left over will amost certainly be strictly for the use of research faculity or graduate students (working for said faculity).

      The dirty work of educating the unwashed undergraduate masses falls to lower ranked profs or GAs. Those really expierenced professors who do want to "just teach" are marginalized out to smaller schools or satellite campuses.

      The expectations of students/parents is that educating students is the highest priority. The reality is that schools judge each other on research and published works, not quality of education.

      Having said that, the job they have would be a lot eaiser if our primary education system wasn't a complete failure.
      --
      Free Mac Mini Yeah, it's
    2. Re:The problem isn't about plagarization. by Queuetue · · Score: 1
      Having said that, the job they have would be a lot eaiser if our primary education system wasn't a complete failure.
      Amen.
    3. Re:The problem isn't about plagarization. by the_mutha · · Score: 1

      Interesting how this is the first post in this thread that tries to think out of the sandbox.

      Seems everyone is arguing about whether its ethical or not to have students forcefully use a hand-in plagiarism-checking system.

      In my opinion things are never as simple as they seem, and your post definately touched the REAL issue IMHO. Which is the issue of the way the current School System works.

      Think about it, today's schools have been "Fordized" into these student assembly lines. You hardly ever see today teachers that really care about students and have a one on one learning relationship with them. Students are expected to think and behave as the curriculum expects them to, and does not accept any deviation from that. You never see 10-15 student classrooms anylonger.

      Since when is ensuring that an essay is original proof that the student is on the right track and has learned the issue? Learning is so much more than just memorizing some book, or interpreting the issues in the expected way. Imagine for example the situation where a student has to write an essay about some historical event. What is wrong if the student does this work together with 2 or 3 other students, and uses other essays on the net as source material? as long as the student cites what he has used from the net there should be nothing wrong with it!

      In my opinion the current school system is fundamentally flawed. The sooner it breaks, the sooner a new alternative will emerge.

    4. Re:The problem isn't about plagarization. by otprof · · Score: 2, Interesting
      The dirty work of educating the unwashed undergraduate masses falls to lower ranked profs or GAs. Those really expierenced professors who do want to "just teach" are marginalized out to smaller schools or satellite campuses.

      Most of your points about the disregard for teaching at large universities have some validity. I would urge that you reconsider your use of the term "marginalized." Many people go into this business because they love teaching, love helping others discover truth, and love working with undergraduates. I teach at a small liberal arts college with a stellar reputation (in the region especially, but also in the whole country). I guarantee that if you are looking for a great, traditional education like you described you can find it at one of these "marginalized" places.

      Don't get me wrong; money is still a huge issue here. Tuition is climbing and there is more and more emphasis on fund raising and pleasing rich alumni, etc. But I can honestly say that teaching is still our first priority. We have small classes taught by professors that you can meet with for any reason (class related or personal), and we send students to the best graduate schools in the country.

      I am not in exile because I don't want to be a research super-star. I'm here because I want to be in a place that values my priorities and skills in teaching.

      PS: I am also an active member of the professional academy. One difference: I try to get my students involved in my work and even take them to conferences to check things out.

    5. Re:The problem isn't about plagarization. by kryptkpr · · Score: 2, Insightful

      Secondly, todays educational institutions (most of them anyway) are cheap shams of what they once were. Going to university used to mean a period of hardship and disconnection from your old life where you were shaped into a person who cherished academics, tradition, service, honor and culture.

      I'm currently enrolled in second year undergraduate studies at a major Canadian University.. I'm taking a BEng in Computer Engineering. And let me tell you, it IS a period of hardship and disconnection from my old life.. Especially during February and October, I don't go out, at all.. By the time I make it home at night I barely have enough left in me to turn the monitor on and refresh slashdot.

      I have lots of friends in the arts, and I've taken some English and Philosophy courses to try to broad my horizons, and it's pretty much the same there. They have inhuman ammounts of reading to do (they seem to read 12 hours a day, every day), as each 13 week course seems to require at least 5 books be read, understood, and you have to be able to compare and contrast all 5 against one another.

      Granted, there a lot of partying does go on, but those people .. fail. They either end up on academic probation and clean up their act, or I simply don't see them again..

      The biggest problem that I'm encoutering is that Undergrads are definitely a least-priority for my university. We get classes in the crappy temporary buildings (double cohart year anyone? whoever thought OAC was a bad idea needs to be shot, OAC _was_ highschool for me, it's where I learned to actually work!). We also get the crappiest timeslots (a class at 8:30am.. followed by a class at 5:30pm, ugh). Oh, and lots of TAs (and profs for that matter) have trouble communicating in English. Maybe if I was of asian or middle eastern descent I'd have less trouble.. but alas, I'm a member of the new minority, white folks.

      --
      DJ kRYPT's Free MP3s!
    6. Re:The problem isn't about plagarization. by Anonymous Coward · · Score: 0

      " Oh, and lots of TAs (and profs for that matter) have trouble communicating in English."

      Try going to a University in Vancouver. You'd think you were in Hong Kong.

    7. Re:The problem isn't about plagarization. by Ruds · · Score: 1

      It's not the money from the research that helps the students, although it does allow the professors to stay there (at most research universities, a large part of professorial compensation depends on research money brought in, rather than a guaranteed salary). It's the knowledge gained through research. What many people seem to forget is that what is learned in the classroom was cutting edge research at some point. Knowledge has to be discovered before it can be passed on. The grandparent snipes about professors waiting around to write their next book, but where do you think your textbooks come from?

      Universities have been traditionally and should continue to be centers of research; private research advances are much less frequently (not to mention less quickly) disseminated to the rest of the community and eventually back into undergraduate texts.

    8. Re:The problem isn't about plagarization. by Ruds · · Score: 1

      Sorry, the snipe about books wasn't in the grandparent but a different thread. The point stands.

    9. Re:The problem isn't about plagarization. by RichMeatyTaste · · Score: 1

      Good post. This is an excellent website to discuss this topic because it will reveal people who don't have an idea how the real world works. The internet has made this an absolute must. There are so many idiots out there using whatever means possible to coast through school. These people might not realize it, but they are the reason a bachelors degree means nothing these days. Remember folks: you want the investment of time and money that is college to mean something when you graduate. You might not like this service, but it is there to prove you really put forth the effort.

      --


      Ever feel like you are driving the getaway car?
    10. Re:The problem isn't about plagarization. by tbradshaw · · Score: 1
      Secondly, todays educational institutions (most of them anyway) are cheap shams of what they once were. Going to university used to mean a period of hardship and disconnection from your old life where you were shaped into a person who cherished academics, tradition, service, honor and culture.

      We call that indoctrination. And I promise that current universities are still trying to indoctrinate students, but you're missing the real purpose of "going to a university".

      The classes and curriculum are but one part of the "university experiance". Far greater life lessons are learned from peers and out-of-class activities than are learned in the classroom.

      Classes and a certain amount of "social disconnect" is great for learning technical information, but lively discussions and intellectual stimulation outside of class is really what makes or breaks an institution.

      I originally found it amazing how many of our great minds in this world arose not from textbooks, but from coffee shops and lunch breaks at universities with a certain amount of intellectual density.

      The fact that collegiate education is going downhill is undeniable, and difficult to handle. But it's the out of class personal growth that enables some students to succeed despite the system. Take away that social aspect, and you would be stuck with the worst extreme. Exclusively State ran, State funded indoctrination.

      If you're looking for the golden age of universities, look back when all schools were private.

    11. Re:The problem isn't about plagarization. by mandalayx · · Score: 1

      I'm currently enrolled in second year undergraduate studies at a major Canadian University.. I'm taking a BEng in Computer Engineering. And let me tell you, it IS a period of hardship and disconnection from my old life.. Especially during February and October, I don't go out, at all.. By the time I make it home at night I barely have enough left in me to turn the monitor on and refresh slashdot.
      I'm dying in Berkeley. I wish someone told me how hard I'd have to work to do well.

      The biggest problem that I'm encoutering is that Undergrads are definitely a least-priority for my university. We get classes in the crappy temporary buildings (double cohart year anyone? whoever thought OAC was a bad idea needs to be shot, OAC _was_ highschool for me, it's where I learned to actually work!). We also get the crappiest timeslots (a class at 8:30am.. followed by a class at 5:30pm, ugh). Oh, and lots of TAs (and profs for that matter) have trouble communicating in English. Maybe if I was of asian or middle eastern descent I'd have less trouble.. but alas, I'm a member of the new minority, white folks.
      Try 22k undergrads in a state-run University with Arnold as governor. It's not going to be pretty. Plus as a math major, I run into the same international problems. But it's a university right? Isn't it good to have scholars from around the world?

    12. Re:The problem isn't about plagarization. by Anonymous Coward · · Score: 0

      Classes under 15 students are considered a disaster for the university. If my university had all classes like that, they would go bankrupt in two terms.

    13. Re:The problem isn't about plagarization. by Anonymous Coward · · Score: 0

      Most textbooks happen to be written by serial writers specializing in writing textbooks. Most textbooks written by professors are horrible because if those guys are enough of a big fish to get a contract with a publisher, they are pure researchers and terrible at popularizing science, and that's what good textbooks should be about. Unfortunately, researchers like other researchers, so among academic textbooks, the name sells.

    14. Re:The problem isn't about plagarization. by Anonymous Coward · · Score: 0

      Geez, what a statement of truth. Certainly undergrad education sucks because it has to replace middle school and high school AND do its own. Then everybody complains its too hard and they coast through perfecting their survival skills (certainly good for the real life, but is it really what they wanted?)

      So people come out with BSc or BA that's worth shit and know next to nothing. And same thing repeats at grad school. I teach there and that's sad truth...

  36. whatever happened to by cnb · · Score: 0, Redundant

    Innocent Until Proven Guilty?

    - cnb

    1. Re:whatever happened to by Oligonicella · · Score: 1

      In full effect here. The student is innocent until a plagerism is caught, showing guilt. Your point?

  37. Turnitin@home by NoOneInParticular · · Score: 4, Interesting
    I mentioned this in another post for this story, but it might be interesting for teachers reading this site.

    It's frightfully easy to write your own plagiarism detector. All you have to do is write a script to scan the paper and run a few samples of 10 consecutive words in the paper as a search term through google. If for two different queries you get the same site in the google result list, it's a practical certainty that you've found a copy at that site. Chances of someone coming up with the same wording of some subject in two disjoint fragments of 10 words are abysimally small.

    Given that most plagiarism happens by copying from the internet (and students usually use google to actually find such documents), you yourself can use google in the same way.

    I once wrote a 20-line python script to do just this, and it worked very well. It even found some plagiarism inside a an (awarded) document that was plagiarised.

    1. Re:Turnitin@home by mx80 · · Score: 1

      Of course. But this wouldn't catch essays (a) bought on "paper mills" or (b) copied from other students (who took the course previously, for instance).

    2. Re:Turnitin@home by Alan+Cox · · Score: 3, Insightful

      One of the problems with using google is the student themselves can put their paper fragments on the net either to mask other searches or to wind up the lecturer, or even to drop the university into a nice juicy lawsuit so they can get a degree, their fees paid and a bonus.

      You actually need snapshots from before the paper existed to do anything meaningful.

      The second problem is that lots of little businesses sell people guaranteed *new* papers.

      There are things that can be done more constructively to deal with such problems, and at least verify the student knows some of the subject - one of the most obvious being to randomly pick a few students each submission and invite them to a 30 minute defence of their essay.

    3. Re:Turnitin@home by ithicine · · Score: 1

      This method is flawed. Just what happens should the student keep copies of their own work on their web page? The page gets indexed by Google, and suddenly you (and the student!) are faced by false positives.

      Furthermore, has anyone worked out the mean likelihood for a pair of 10 word fragments to be duplicated between unconnected works? The assumption that "chances of someone coming up with the same wording of some subject in two disjoint fragments of 10 words are abysmally small" seems a bit less rigorous than I would like to be judged by. One can't simply work out chances based on chances of matching permutations of words in the language of your choice; one must consider grammar, and troublesome abstracts such as "similar style".

      Just as in the SCO case, finding matching code does not necessarily imply connection; very often, even in natural language, there is a "best way" to say something. Surely the tendency for writers to strive for clarity of argument tends to increace the chances for repetition of word fragments, even at the length of 10 words.

      I'm guessing you picked 10 words, because that is a common sentence length? Ask yourself how many times someone has ever said the exact same sequence of 10 words. My guess is it happens more often than you think. The last sentence was 10 words long; have you seen that sentence before?

      It may be that it's frightfully easy to write your own plagiarism detector. All professors, I'm sure, would be interested in making such automation possible; however, I don't feel that such an easy method takes as much into account as it should.

      Now I'd like you to notice that my post would be flagged as plagiarism. Within the italics, you can find two 10 word fragments of your own post, which just so happen to be part of my own argument text.

      Makes you think, doesn't it?

    4. Re:Turnitin@home by Lord_Dweomer · · Score: 1
      " I once wrote a 20-line python script to do just this, and it worked very well. It even found some plagiarism inside a an (awarded) document that was plagiarised."

      Now, IANAM (I am not a mathematician), anyways, So what then happens when you apply the "Monkey's with Typewriters Rule" to the students? Especially when you narrow it down by paper topic, it seems likely that mathematically, some plagiarism would occur (ie. some sentences were identical) without the student ever having done any plagiarizing. Its just simple randomness at that point.

      --
      Buy Steampunk Clothing Online!
    5. Re:Turnitin@home by NoOneInParticular · · Score: 1
      Ignoring grammar for a moment, 10 consecutive words from a vocabulary of say 10,000 words (college students should know about 50,000), makes 10,000 to the power 10 equals 10 to the power 40 different messages. Quite a lot, not much chance of having doubles here.

      Ok, grammar reduces this, but there's still a huge load of variability in sentence structure. Don't take my word for it, go to some website and pick out an innocent looking sentence of 8 words or more. Feed it into google (with quotes), and see how many copies there are.

      As an example, take the innocent looking description This article describes both the program's specifications and its role. Now how many pages could there be that contain this sentence part? On the surface it seems anything that has to do with some form of programming can come up with this sentence. In effect, there's only one page on the web that has this sentence, exactly the one I took it from. I didn't cheat here, this is general. Try it out with a few pages and convince yourself. As long as the phrase isn't a common remark, it will almost always be unique (or you find literal copies of the entire paragraph or article).

    6. Re:Turnitin@home by NoOneInParticular · · Score: 1
      You've missed the point completely. What do you expect this script does? Flunk students and sling them to in front of a fraud board without user intervention? No, it just creates a small report with all links where potential originals are kept including the 'offending' passage. Just check these links and form your opinion.

      And do you seriously think a student will keep a paper long enough on a web page for google to be indexed before it gets handed in?

      Why 10 words? Simple, that's the maximum length google accepts for a single query. And while you may guess that clashes of the same sequence of 10 words may occur more often than you think, my experience suggests otherwise. I've tried the script on many texts (including papers of my own), and although it very rarely occurs that a hit is found for a single 10 word sequence, it never happened that two hits to the same webpage for disjoint sequences didn't point to a few paragraphs of identical text. Granted, this can be a literal citation, but I never said you should automate your response based on this. Just take your own message apart and feed it 10 words a time through google and see how original you actually are! You might be surprised (like me when I first started this script and found it solved the problem directly) how much variation there actually is in human language.

      And btw, the sentence: My guess is it happens more often than you think does not get any hits in google. You seem to have produced a truly original sentence.

    7. Re:Turnitin@home by NoOneInParticular · · Score: 1
      My guess is it happens more often than you think

      All other points in your message can be as easily debunked. No time for that now, time for bed.

    8. Re:Turnitin@home by Anonymous Coward · · Score: 0

      Google search on "and see how many copies there are" returns one result. Not much and the phrase was quite common, not even 8 words. In my experience, Google produces much fewer results than there actually are in long phrases, because in many pages newlines obstruct positive hits.

  38. This is a wide spread problem by Liquidrage · · Score: 4, Insightful

    The student is right to refuse, as he gets no compensation from the service for making money off his original work (assuming it was original!!).

    I feel the same way everytime I'm forced to reply to an email at work. Why should Mircosoft make money off my original work? Why can't I just enscribe my message onto clay tablets I make myself.
    Everyone seems to think they have some right to profit these days. The nerve.

    1. Re:This is a wide spread problem by Anonymous Coward · · Score: 0

      You are truly obtuse. I assume everyone else sees what a false analogy this is, but I'll point it out for your benefit.

      Microsoft is not making money off of your work. They make money selling you a product you can use to produce work (though you are in no way required to do so). Your comment would make sense if Microsoft required its customers to send copies of everything they produced with the software, for Microsoft to put into a database to show what people can do with their products.

      It's the difference between selling you a pencil and selling pictures of you ramming the pencil up your ass.

  39. Mandatory Drug tests in sports? by doomy · · Score: 1
    Submitter wrote:
    "... Although I don't like the idea, and I'm glad I never went through it, I suppose its analogue would be mandatory drug tests in sports"

    No, mandatory drug tests in sports is not a proper analogy. A better one would be mandatory soft-drug tests at work places, specially those that do not involve very physically demanding work (programmers?).

    --
    ...free your source and the rest would follow...
    1. Re:Mandatory Drug tests in sports? by Anonymous Coward · · Score: 0
      A better one would be mandatory soft-drug tests at work places

      That's still a bad analogy. Testing to see if someone is using soft drugs on the weekend has nothing to do with one's work. A better analogy would be testing to see if someone is on drugs at work. Or to see if they are even working at all. These people are upset because they can be caught cheating in class work. Mandatory drug testing would be the same as requiring them to test all writing they do even outside of class.

    2. Re:Mandatory Drug tests in sports? by Anonymous Coward · · Score: 0

      Yeah, cause it's not like drugs effect your mental abilities.

      I smoke a pound of bud a day and I'm like super sharp,

      dooooood!

  40. Peer Editing Features by Craig+Nagy · · Score: 1

    As a student, my experience with turnitin has been positive. I'm happy when people who didn't do their own work get nailed. Furthermore, in one class, the prof used the peer editing feature of turnitin. We all got to rate each others work which meant we learned more as we saw how other students wrote their papers.

    Tools like this are always reactive; so there's a damn good reason to have it. Frankly it protects the value of my degree. As an employer I would value a school's students more if I knew they didn't cheat to pass. BTW, All of our code goes through a plagarism detector as well (Moss?)

    I don't feel as if I'm being presumed guilty and proven innocent (which is what this student claims is his reason); I feel it's a protection for those who don't cheat.

  41. sorry, but you have to get used to it by ajagci · · Score: 1

    Ultimately, it comes down to the fact that when you attend a university, you have a contractual agreement with the university. And that contract probably permits the university to do this sort of thing. In fact, they probably also own any research results you obtain while at the university and any software you write. Public universities are a little more restricted in the kinds of conditions they can impose on students, but they can impose conditions as well.

    I would ask two other questions about this, though. First, if the professor created new, interesting problem sets every year, then students couldn't plagiarize from the Internet, and plagiarism within a reasonable class size should be obvious.

    Second, this kind of effort really doesn't need a private company; universities should and could do it cooperatively among themselves for less money. And the software for that isn't hard to write either.

    I suspect the reason why it isn't happening is because good professors don't need this sort of thing and professors that do need this sort of thing probably are the same ones that aren't up to setting up large, cross-university software and data collection efforts.

    As a student, you have a simple choice: just don't take classes from professors that engage in this sort of nonsense. And if it is part of mandatory courses, either grin and bear it or consider whether your choice of university was less-than-optimal after all.

  42. "free trial" by digital+photo · · Score: 1

    The problem is that this was a free trial and that the student was forced to submit or fail the class. A class which was NOT a free trial for the student.

    Once the "free trial" is over, what are the costs then?

    The responsibility is on the faculty to screen. If they choose to use a service, then so be it. The difference is that when the student has to do it, they are basically being openly treated as a criminal.

    The turnitin site isn't a "online assignment repository", but a single minded service of finding cheaters. Period.

    When you drive down the street and see cops patting down or searching someone on the side of the road, what is your initial impression about what is going on? What is your impression of the person being searched?

    Now think about what people think of students who NEED to submit their works to be screened.

    What would your initial impression of that student be and would you want to hire that student for your project or your business? Even if they come out "clean" in the end, there is still a stigma attached.

    I would personally find it offensive and would be a serious determining factor of whether a school was worth going to or not.

    Our airports are already like prisons, now our schools will be as well. What a great time we live in.

  43. Student Fights University Over Plagiarism-Detector by kamukwam · · Score: 1

    Posted by michael on Saturday January 17, @01:16PM from the can't-fight-the-man dept. (Maly) writes "CBC is reporting that MCGill University has lost a fight to have students first turn papers over to an anti-cheating website before handing them in to professors. The student refused to hand in three assignments to the service, received a zero on those assignments, then fought the ruling. The story doesn't have many specifics, such as the venue of the fight (court or some internal university tribunal), but it is an interesting case. As a recent graduate of the social sciences, I find that practice appalling. The student is right to refuse, as he gets no compensation from the service for making money off his original work (assuming it was original!!). Although I don't like the idea, and I'm glad I never went through it, I suppose its analogue would be mandatory drug tests in sports."

  44. TA by savagedome · · Score: 1

    Back in school, I used to be the TA for a freshman programming class. To detect plagiarism amongst the students, the professor used to ask us (we were 8 TAs for around 300 students) to submit it to the anti-plagiarism tool. This is understandable.

    But to ask the students to submit it straightaway is not cool. Its like saying they are guilty upfront. By default, they should be not guilty.

  45. Zero tolerance by michaelmalak · · Score: 1
    How about educating kids to write and think while they're still in gradeschool instead of training them to pass standardized tests? Then maybe they wouldn't be afraid to write their own papers.

    It's like schools confiscating nail clippers instead of punishing bullying -- treat the symptom instead of the cause -- because it's easier to do so and gives a (false) sense of control.

    1. Re:Zero tolerance by Carmody · · Score: 1

      How about educating kids to write and think while they're still in gradeschool instead of training them to pass standardized tests? Then maybe they wouldn't be afraid to write their own papers. Never happen. GWB got his way on No Child Left Behind - and Rush Limbaugh and Ann Coulter like it. The libertarians, who should be outraged, are in hypocritcal silence, and the Democratic Presidential candidates are doing their standard strategy of pulling down their pants and bending over.

      No Child Left Behind is law, and things are going to get worse.

      --
      God is real unless declared integer
  46. I would object too. by Aldric · · Score: 1

    The reason being that I'm a programming student and of course my work is similar to others at times. There's only a certain number of ways to do things in the first place, and most students tend to use exactly what they have been taught because it's a waste of time to go out and learn a different coding method to do something that already works.

  47. PLAGIARISM DETECTED by Kinniken · · Score: 4, Funny

    Firsts0rz :-D

    This sentence has been detected as being plagiarised from:

    Anonymous Coward

    Grade: F-

    --
    What do you know about World Politic? Find out in this quiz
  48. Plagarism detector == Quality Control by G4from128k · · Score: 1

    Plagarism is worse than simply deceiving the prof at some university. If someone hires these plagarists they are going to find out that they don't know crap because they faked their way through university.

    Thus, any university that cares about its reputation would do well to ensure that its graduates have the knowledge and skills that the university claims they have. At some level, plagarism detectors are just a part of quality control for the education system.

    --
    Two wrongs don't make a right, but three lefts do.
  49. Let's separate two issues by Anonymous Coward · · Score: 3, Interesting

    First, is it legal to cross check students' work against publicly accessible sources? The answer it obviously yes, whether using google or an automated service. If anything, the element of automation is desirable, since it reduces the arbitrariness of cross checking only certain students' work.

    Second, can you make it a condition of a course that work submitted will be licensed to such a service? Debatable. Copyright normally vests in the student. However, it is often the case that universities require that students grant them a royalty free non exclusive license to use the work for essentially internal purposes. See, e.g., McMaster.ca.

    In principle, an appropriately drafted policy, adopted by the university, and made known to students before enrolment, would allow such use. However, I suspect that in this case the policy was never formally adopted by the university (especially given the trial use of the software) and as such amounted to an attempt by the university to unilaterally vary their contract with the student.

    On a personal note, just yesterday I failed a student for lifting the bulk of an assignment straight from the web, while not too long ago I had the dubious pleasure of failing another student who paid me the tribute of taking four pages directly from my own text.

    1. Re:Let's separate two issues by yamla · · Score: 1

      At the University of Alberta which also forces students to use turnitin.com, the drafted policy adopted by the university makes it quite clear that undergrads (haven't looked into this for grad students) entirely own the copyright on papers they submit to their professors. So while there is nothing stopping the UofA from changing their policy, this is how it currently sits. By forcing the students to use turnitin.com, they are essentially going against the policy they have established and are in fact requiring that students assign copyright to a commercial entity (turnitin.com).

      I strongly suspect McGill has a similar problem.

      --

      Oceania has always been at war with Eastasia.
    2. Re:Let's separate two issues by stj · · Score: 1

      Copyright is yours whether you get it "granted" by the policy or not.

      I made the effort of check UofA to see how it is handled and for example in the case of master thesis, every student must sign a "Library Release Form" basically granting unlimited rights to use single copies of the thesis in whatever way the university wishes.

      Release forms are customary with all publishers - submitting any material to any publisher you must sign a release form and University acts as a publisher in this case.

      --
      iThink iHate iMod
  50. Let them cheat. by Anonymous Coward · · Score: 0

    I say let the student plagarize and cheat all they want. It's their money and education they're thowing down the crapper. Then, when they graduate and are dumber than bags of hammers, we can hire them to work for us extremely low wages.

    1. Re:Let them cheat. by frankmanowar · · Score: 1

      I almost agree, but the problem with poor academic standards is that the degree earned by the hard-working students is depreciated in value. Which is something I think just about any comp sci undergrad has experienced.

      --

      "Other bands play, but Manowar KILLS"
    2. Re:Let them cheat. by PReDiToR · · Score: 1

      when they graduate and are dumber than bags of hammers, we can hire them to work for us extremely low wages

      Sure, then relax the laws that make it hard to fire useless workers.
      Any interviewer that can't piece together an employment history won't be hiring these people for high-level jobs.

      --

      Do not meddle in the affairs of geeks for they are subtle and quick to anger
  51. Re:I have no sympathy (anti-humanities rant)... by October_30th · · Score: 1
    if you're too scared to do a subject that has right and wrong answers

    I'm a physicist and I can tell you that we don't have right and wrong answers either - only theories.

    --
    The owls are not what they seem
  52. Recursive problem by onceler · · Score: 2, Funny

    Whenever the topic of plagiarism detection comes up, there's always plenty of students who argue that it's offensive to treat them as guilty until proven innocent.

    Trouble is, it's hard to tell which students are saying that because that's what they really think, and which students are just copying a response they read on the internet...

  53. Wish my professors used this by chrisgeleven · · Score: 3, Insightful

    Man I wish the professors here used this service. You people have no idea how many college students cheat and copy each other's work. One of my roommates actually uses the same work his brother used 3 years ago when he went here.

    Here am I working my ass off because I believe in doing my own work so I can learn while everyone else tries to cheat.

    1. Re:Wish my professors used this by oneiron · · Score: 1

      Here am I working my ass off because I believe in doing my own work so I can learn while everyone else tries to cheat.

      You're getting something out of your education that all of the cheaters aren't. That's what you're paying for. Why all the contempt for the cheaters? Isn't the lack of a learning experience punishment enough?

    2. Re:Wish my professors used this by PReDiToR · · Score: 1

      Kudos.
      Not all my taxes are wasted then.

      --

      Do not meddle in the affairs of geeks for they are subtle and quick to anger
    3. Re:Wish my professors used this by mrscorpio · · Score: 1

      If you know these people are doing it, turn them in. How would this hurt you? Reducing your chances to score with some sorority bimbo? :)

      Chris

    4. Re:Wish my professors used this by m0nkyman · · Score: 1

      Oddly enough, you'll come out ahead. You see, in the real world, you'll actually have learned enought to keep your job... maybe even get promoted!

      --
      ~ a low user id is no indication I have a clue what I'm talking about.
  54. Re:LOTR: ROTK is a travesty, and here is why. by drdink · · Score: 1, Flamebait

    I know I shouldn't be replying to something that is totally offtopic, and since you're an Anonymous Coward you'll likely never see this reply. However, Dernhelm complaint. Eowyn indeed was called Dernhelm. It is the name she took up after disobeying her uncle, disguising herself in the armor, and going to war. The Encyclopedia of Arda can answer any and all Tolkien questions or issues you might ever have.

    --
    Beware, Nugget is watching... See?
  55. Don't like it, go somewhere else by Anonymous Coward · · Score: 0

    You don't like the rules and regulations of the University, go somewhere else. If so many students didn't cheat this extreme measures wouldn't be needed. Kids today rather party then do actual work thus you see this kind of stuff.

  56. Call me crazy... by fudgefactor7 · · Score: 1

    ...but couldn't the student just place a quickie licensing notice on the paper and declare all uses for purposes other than him getting a grade are denied, thus preventing the anti-plagerism service form having the right to copy, store, etc. the document?

  57. Plagiarism running rampant at college by paragon_au · · Score: 1, Informative

    A couple months ago, at my college. I had a look at the work of other students who received very high marks for an essay/assignment. My own work being one of them, gaining the 3rd highest mark in the class.

    After looking at the top ten, I was amazed at how many of them a lifted work right out of books, and the net. Of the top ten, I could tell right away that 7 (including the two that gained higher marks than my own) of them had lifted line after line directly from internet sites, and books I had read while researching.

    Now this is total bullshit, these students are at the top of our class, yet plagiarize from others. Meaning that other students, who are really much better students than those who plagiarize work, are receiving lower marks, and in the future will be considered worse than their plagiarizing counter-parts.

    I really like anyway, or thing that can stop this from happening, and make those students who deserve better marks get them.
    As long as professors (and students) can go over anything that has been 'caught', and double check it themselves.

    The only downside I can see, is if the professors stop looking for plagiarism and rely solely on computer programs to do it for them. Although, from my experience they don't seem to catch it very often anyway.

  58. How do you monitor the anti-cheating service? by rueger · · Score: 4, Insightful

    The University will be paying (probably a lot) to this company to check student papers for plagiarism. So how does the University measure whether it gets value for it's dollar?

    Obviously it will look at the number of students who are reported to have plagiarized. If no students turn up as cheating, then either the company's scan doesn't work, or the University's students are so honest that there is no reason to pay for the service.

    In either case, the company reviewing the papers has a pretty strong incentive to adjust their software to generate more positives. "Gee, well, we're just trying to err on the side of caution. It wouldn't be fair to the Good Students to let someone through who might be cheating!"

    I'd even wager that the company in question has already projected that a certain number of papers will be rejected each year. What happens if they miss that agreed upon quota?

    Sorry, but under these circumstances it seems unreasonable to suggest that some 19 year old student can successfully defend themselves against a large corporation that has already been endorsed by the University.

    1. Re:How do you monitor the anti-cheating service? by LostCluster · · Score: 1

      But the student in question hasn't been accused by the system of anything, he's refusing to submit to the system.

      There is a way around it... go to some other university.

    2. Re:How do you monitor the anti-cheating service? by mx80 · · Score: 3, Informative

      You're assumeing that the result of the plagiarism check is a simple "plagiarized" or "original" answer. But it isn't. Of course turn-it-in will document the sources from which a plagiarized paper is copied. And of course the prof will check whether the paper and the source are similar enough to constitute plagiarism. Every university I've been at required both the student's paper and the papers from which s/he copied as docmentation of a plagiarism case.

  59. Re:Some things it seems to noteful to point by xtermin8 · · Score: 1

    As someone writing from Cambridge MA, it seems to me that institutions of higher learning in the US have more in common with thier Canadian counterparts than any other public institution. I don't see any reason why this topic would be treated differently in Canada than in the US. Eh, hoser?

  60. Neat site. by Anonymous Coward · · Score: 0

    Unlike the book it was a pretty poor disguise, and Merry knew who she was straight away.

  61. The point? by reignbow · · Score: 1

    Hmmm. I can't really see the point of this anti-cheating thing; seems to me it creates a lot more troubles than it removes.

    Using anti-cheating website:

    • Blatant mistrust. Students get offended, and rightly so
    • Has problems with people working on exercises in a group
    • Needs failsafe, or rather possibility of appeal

    Not using it:

    • A few people will try to cheat
    • People will learn to incorporate data from various sources when the people they study and work with are considered proper sources (i.e. concept of cheating changes and becomes less of a problem)
    • No technical difficulties: "Sorry, Professor, we couldn't hand in the assignment. The website got slashdotted"

    I rather like the way it's handled at my university, where the exercises during the term are not checked for copying at all, and group work, as well as research in the library or online are fully permitted. The reasons: These are necessary skills to survive as a scientist or engineer. What's more, passing the exercises gives you permission to participate in the end-of-term exam. No more. These exams are extremely difficult to cheat in (not least because you need a lot of information, and most methods of cheating have a low data density). Anyone who hasn't acted responsibly and learnt their stuff, perishes cruelly *startEvilLaughter();* Of course, if you're caught cheating, you get a zero on the exam, meaning you wasted half a year (and that's a big chunk of your life).

    --
    Divide et impera!
  62. The devil is in the details by Anonymous Coward · · Score: 0

    I suppose its analogue would be mandatory drug tests in sports.

    Somehow I suspect sporters have less trouble departing of a "sample" of their work, One would have to be really really famous to be able to make money with these things (I havent checked e-bay prices though, perhaps its worth a shot?). Then again, fame and fortune are not garanteed with ones first paper...

  63. a slippery slope, but worth descending by drfireman · · Score: 1

    I wouldn't have any problem with a professor searching his/her memory to determine if a paper may have been plagiarized, or turned in by more than one student. It seems reasonable for that professor to poke around the internet for key phrases from papers that seem suspiciously well written. If that professor has copies of previous years' papers (which may even be administratively required), it doesn't seem too out of the realm of reasonable behavior to
    do some cross-checking when something raises a red flag. So what's the problem with paying a service to do these kinds of things for you automatically? If the problem has to do with the specific business practices of this one service, then that's one thing. But raising some kind of ethical objection seems poorly considered.

    Of course, if I asked students to turn their papers in to an anti-cheating service, I would expect those students to be insightful enough to understand that I'm asking them to help me with the extremely difficult task of ensuring that what they're handing in is their own work, a task that is clearly with the responsibilities of anyone who teaches.

    To put it a little differently, running papers through a service isn't treating students like criminals. It's treating them like potential cheaters. Which they are. And those are two completely different kinds of treatment. In the same way everyone who goes through an airport is a potential terrorist. I don't tell the airports that I'm offended. I express my understanding that they have to treat me like a potential terrorist because they don't have an intimate personal relationship with me. No one should expect to be trusted by people they don't know well. And frankly, even if a professor knows one or two students in a class well, it's a lot more ethically defensible to just check everyone instead of making judgment calls.

    I'd be a bit more offended if a professor singled out my work to check for plagiarism. (Well, first I'd be flattered.) But I'd be reassured if they used a service to check everyone's automatically.

    What I really don't understand is if Rosenfeld has thought through the difference between treating students as guilty vs. treating them as potentially guilty. If they were treating students as guilty, they would have kicked everyone who turned in a paper out of the university. Being treated as potentially guilty is something we should all expect, and from which we all benefit. I don't expect a police officer I've never met to just assume I didn't do something because I know I'm a nice guy. And if I were taking a course, I would understand that it's reasonable for the professor, who probably has a recent, short, and not very close relationship with most of the students in the class to treat the students as potential cheaters. They're not singling anyone out. They're just being appropriately diligent at a time when it's finally possible to catch some of the ridiculously rampant cheating.

    1. Re:a slippery slope, but worth descending by Brooklynoid · · Score: 1


      "I don't expect a police officer I've never met to just assume I didn't do something because I know I'm a nice guy."


      And why the heck not? IANAL, but here in the USA, at least, there's a doctrine referred to as 'probable cause.' It states that you can't be arrested or searched without some degree of evidence that you've committed a crime or that evidence of your having committed a crime exists at a particular location. You can't even be temporarily detained by a police officer without him having evidence to support a 'reasonable suspicion' that you've done something illegal.

    2. Re:a slippery slope, but worth descending by drfireman · · Score: 1

      "And why the heck not? IANAL, but here in the USA, at least, there's a doctrine referred to as 'probable cause.' It states that you can't be arrested or searched without some degree of evidence that you've committed a crime or that evidence of your having committed a crime exists at a particular location. You can't even be temporarily detained by a police officer without him having evidence to support a 'reasonable suspicion' that you've done something illegal."


      I wrote that I don't expect the police officer to assume I'm innocent. You're not arguing that the police should assume you're innocent. You're arguing that they shouldn't detain or search you without probable cause. That's obviously true. But it would be senseless to argue that the police shouldn't engage in their normal monitoring activity, which doesn't violate your rights, just because you happen to be a nice guy. I'm not saying they should arrest all students who turn in papers. I'm saying they are entitled (and reasonably expected) to check to see if those papers match archival sources.

      For college papers, comparing a student's work to work from which it might have been plagiarized is completely different from unreasonable search, detention, or whatever else police aren't supposed to do. Comparing a student's work to earlier work is not only reasonable, it's actually the responsibility of the professor, who is responsible for evaluating the student's work for, among other things, originality. Teachers at all levels have been monitoring the work of their students for various forms of cheating for probably as long as there have been teachers and students. It's only recently that it's become possible to do this effectively, and it doesn't seem to violate anyone's actual rights (contrasted with imagined rights).
  64. hiring postgraduate students by October_30th · · Score: 1
    Tell me about it. Experience has taught me to be somewhat cautious with the top-grade applicants when I'm hiring new postgraduate students to my lab.

    Now, as an experimentalist, I tend to give personal hobbies like electronics, RC planes/cars, car tuning the same relative weight as the applicant's actualy grades. In other words, if you've been building RC planes all your life but have only mediocre academic success, we'd probably be more interested in you rather than in someone with top grades but no practical hobbies whatsoever.

    --
    The owls are not what they seem
  65. Copyright infringement by nuggz · · Score: 3, Insightful

    The problem is that nobody has the balls to sue the copyright infringing plagarism detector.

    They are copying the work, for the sole purpose of destroying it's marketable value. This is very illegal. I hope someone nails them a few times, at the maximum penalty they'll be gone.

    Also as a student I should not have to give rights of my work to anyone.

    Academic fraud is a problem, but the end doesn't justify the means.

    1. Re:Copyright infringement by EmagGeek · · Score: 0

      "Also as a student I should not have to give rights of my work to anyone."

      Did you read the fine print on your college application? Many colleges have a clause in the fine print that basically says they own the IP rights to anything you think of, create, or whatever, while you are a student, and I've seen one application that claims IP rights to anything you think of or create for 5 YEARS after you graduate or otherwise leave the school.

      The whole concept of IP is just ridiculous...

    2. Re:Copyright infringement by Jeff+DeMaagd · · Score: 0

      I am disturbed by how the educators seem treat the service as infallible, but technically, the paper does belong to the school, it is a long standing tradition, and if you check the student contract of any educational institution, it is probably there.

    3. Re:Copyright infringement by Anonymous Coward · · Score: 0
      So, copyright is to be respected when an essay is shared over the Internet, but ignored when an MP3 is shared over the Internet?

      This is all very confusing, you know...

    4. Re:Copyright infringement by jimicus · · Score: 1
      Yes. The paper belongs to the SCHOOL. Not to turnitin.com.

      Does the school have the right to sublicense?

    5. Re:Copyright infringement by Skavookie · · Score: 1

      Ok, I'll fall for this troll just 'cause I'm bored.

      Perhaps some Slashdotters argue that MP3 sharing is fine even when it violates copyright. Well, ok, not just perhaps, almost certainly :) However, I suspect such people are a minority.

      Do you have a reference to some place where nuggz has expressed such a view? If not, please refrain from putting words in his/her mouth. In general, please refrain from assuming someone is a member of a set of people when you have absolutely no evidence that they are.

      Also note that not all MP3 sharing violates copyright. Some musicians support the practice and don't mind people sharing their music, in which case it is not a violation of copyright. Admittedly, many many people clearly do share music in violation of the author's copyright, but that doesn't mean filesharing is itself wrong.

    6. Re:Copyright infringement by yamla · · Score: 1

      It may be true that most schools around your parts own papers that students write but here in Canada, this is generally (though not always) not true. Certainly, this is not true at the University of Alberta (which unfortunately also often uses turnitin.com). At the UofA, undergrads entirely own the copyright of the work they produce while a student, even work they submit to a professor for a class. I specifically had to inquire about this while I was an undergrad.

      --

      Oceania has always been at war with Eastasia.
    7. Re:Copyright infringement by RyuuzakiTetsuya · · Score: 1

      My only problem would be that a company is making money off of something shared. Usually(other than the bandwidth provider, but that's not the content provider) MP3 trading involves no monitary transaction. Unless it's an indy band trying to get thier music out. Then that might involve some small charge.

      --
      Non impediti ratione cogitationus.
    8. Re:Copyright infringement by nuggz · · Score: 1

      Contract

      And from my experience, if the school tried that they should fail.
      I didn't sign any such contract, I was not provided with that contract. Obviously I have not agreed to it.

      You can't just make a contract, and assume people are bound by it, they have to make a clear statement in some way that they understand and agree.

    9. Re:Copyright infringement by Abcd1234 · · Score: 1

      This may be true for, say, the English department, but it isn't universal. In the Computing Science program at the U of A, AFAIK, they claim copyright over any code you produce. I know this because one of my co-workers attempted to use some of the code he produced while at school in a commercial product and got in trouble with the U.

    10. Re:Copyright infringement by yamla · · Score: 1

      Actually, I inquired for a paper I was writing for CMPUT401, obviously part of the Computing Science program at the UofA. The problem was that it was a take-home final exam that asked us to write a paper, basically a design document, on a product which I had already contracted out to develop. I had to call the legal office on campus and ask if I would still own the copyright on the design document that I wrote for the class. The answer was absolutely clear. The professor would own the 'question' she asked us to answer, I would own the answer, that is to say the paper that I wrote. They advised me further to put a little copyright notice on the paper when I submitted it, just to make it quite clear.

      I would be quite interested to hear about your co-worker, get some more details about the problem. Many times, computer assignments at the UofA involve you extending code that is given to you. In that case, obviously, you are deriving from someone else's work and I could see copyright issues in that case. I'd also be interested to know if it was the Department of Computing Science that had the problem or the legal department of the UofA.

      Thanks for your followup, quite interesting.

      --

      Oceania has always been at war with Eastasia.
    11. Re:Copyright infringement by An+Onerous+Coward · · Score: 2, Insightful

      The only "marketable value" being destroyed is the money that next semester's panicked students would have been willing to pay to turn it in as their own? That's not a valid objection. If an assignment ends up having legitimate value, a service designed solely to keep others from claiming your work as their own does nothing to harm that value. In fact, it protects the author. [Note: I don't understand the system in question, and therefore cannot say whether it was designed solely to avert plagarism.]

      Nor is it right to say that you shouldn't be required to give up any rights to your work to receive academic credit. It's part of the agreement. Now, the fact is that turnitin.com is a third party, so you may not have contractual obligations with them. But such a broad, sweeping statement is a sign of immaturity.

      The problems I have with this:

      1) As I said, it's a third party.
      2) Depending on how turnitin.com works, it may amount to republication of student papers, which may or may not be actionable under copyright law.
      3) Keeping student papers on file increases the value of their service, and therefore constitutes using their work for a commercial purpose.

      --

      You want the truthiness? You can't handle the truthiness!

    12. Re:Copyright infringement by Anonymous Coward · · Score: 0

      I didn't put words in anyone's mouth.

      I just think it's interesting that some people here (like nuggz) think that copyright infringers should be "nailed a few times ... at the maximum penalty", but many other people in many other discussions here have repeatedly claimed that they have every right to violate copyrights by sharing MP3s.

      These same people further claim that enforcement of music copyrights by the RIAA is unjust, and that fair use rights somehow should prevent the use of DRM technology to protect those copyrights.

      Can anyone explain this dichotomy? Why does the Slashdot community (in general) want to prevent the use of copyrighted essays by turnitin.com, yet they don't want to prevent the sharing of music files against the wishes of the copyright holder?

    13. Re:Copyright infringement by nuggz · · Score: 1

      The only "marketable value" being destroyed is the money that next semester's panicked students would have been willing to pay to turn it in as their own? That's not a valid objection.

      It isn't?
      There is a demand, they are willing to pay, seems like marketable value.
      And a company is basing it's entire existance on driving those legal companies out of business, by violating the writers copyrights.

      When you use illegal means to destroy companies, you should be punished. I bet your glad MS isn't getting any punishement for their antitrust violations too.

    14. Re:Copyright infringement by stj · · Score: 1

      As far as I can tell, it was only so because it was a take-home exam - a clear situation where you are supposed to come up with the work individually. In any other case, it might have been different.

      Also, another poster was wrong - nobody can take your copyright away - you create it, you have copyright (with one explicit exception of works created under contract for compensation). University can reserve certain rights (there is code binding students and claiming that you haven't read it is not a valid excuse - ignorance doesn't supersede law), but since they don't compensate you for your work and there is no prior contract agreeing to what kind of work you are going to do for the university for what kind of compensation and in what timeframe, you and whoever else participated in creation of that work own the copyright.

      The problem is, that university provides usually the environment for creating works, and that means that in usual case they at least have partial copyright on everything you do for your classes.

      In case of individual works reported as assignments (sometimes self-selected by students), it is your laziness (maybe lack of time, but generally carelessness about legal consequences) and that simply shouldn't be done period. As mentioned before, most institutions bind students with the code and students are supposed to know that code - if they don't, it's like with everything else - their fault. Owning copyright doesn't mean that university doesn't have any rights to the work you report. You are turning it in as an assignment and in the light of the student code that binds you, you are agreeing that the university has rights to do whatever it wishes with your work. You can do the same thing, but by turning in the works, you are giving certain rights to the university. No sane university would operate without such a clause, because that would open them to all sorts of litigations (that you haven't permitted them to this or that - say keep it in their library for future students). They don't need copyright for that, just the clause that permits them to do that with all works submitted as assignments.

      Thus the answer of the legal department was correct, but gave you the false sense of security that the university can't do anything with what they get from you.

      --
      iThink iHate iMod
    15. Re:Copyright infringement by An+Onerous+Coward · · Score: 2, Funny

      You're saying that, at no point in your college education, were you told that attending the school required you to follow the rules in the student handbook? You were. Repeatedly. I'm sure you were also given rudimentary instruction on what constituted plagarism, and the punishments that would be meted out if you did so.

      The contract exists, even if you never signed a piece of paper saying that you agreed to follow the rules. You agreed to the terms by attending classes, and if it is discovered that you violated the rules, they have every right to impose academic penalties. All you have to do to avoid those penalties is leave the school and never come back.

      According to your farfetched interpretation of contract law, if I run a business, I cannot remove a person from my place of business unless I had them sign a contract before coming in.

      Most likely you're just being a whiny little troll, but for just one moment try to think of the poor young Slashdotters who are entering college right now. If they swallow your crap advice, they're going to do something very stupid that may destroy their academic future.

      Please, think of the Slashlings.

      --

      You want the truthiness? You can't handle the truthiness!

    16. Re:Copyright infringement by An+Onerous+Coward · · Score: 2, Interesting

      By what stretch of the imagination is plagarism legal? Even if it is perfectly legal for me, as a copyright holder, to let another person claim my work as their own original creation (which isn't even close to the same thing as merely assigning copyright), it is illegal for that person to try and pull off the subterfuge in an academic setting. It's part of the contract between you and the university: Do your own damned work (paraphrased). [and before you go off on your "I never signed no steenkin' contract" spiel, read my other response]

      I guess that, by "companies", you mean "three former grad students running a cash-only business from a small apartment just off campus. You're right, the illegal and immoral persecution of these upstanding entrepreneurs is decimating our economy. Sorry, but what plagarists do is not a noble expression of capitalistic innovation; it's an attempt at subverting the educational process by helping others receiving credit for work they did not do.

      I have no idea how anything I said could be construed as support for Microsoft's antitrust violations. Perhaps you're simply... what's the word... trolling? Perish the thought.

      --

      You want the truthiness? You can't handle the truthiness!

    17. Re:Copyright infringement by nuggz · · Score: 1

      Even if it is perfectly legal for me, as a copyright holder,
      Nobody should be permitted to break the law to harrass me and destroy the value of my work, when I am acting in a legal manner.

      This is like shooting an abortion doctor because you think that abortion is wrong.

      The link I see to MS antitrust violations and turnitin.com is that both companies have clearly acted in violation of the law to build their business, and destroy that of others.
      And nobody seems to care that there is no punishment.

      Plagarism is wrong, but there are legal ways to work on this problem, wholesale copyright violation isn't an acceptable one.

  66. Bleh by Illserve · · Score: 1

    Sounds like a batch of disaffected students looking for a cause to get worked up about. They should consider putting their energy towards a cause worth fighting for.

    The reason plagiarism is becoming more of a problem is because it's more convenient, that's the short of it. It's the same reason noone really cared about music piracy back in the days of the cassette tape. It was such a pain in the ass that it was barely a blip on the radar. Now with PtoP it's convenient enough that a *much* larger percentage of people find it worth doing on a large scale.

    And so it goes with copying term papers.

    Now the music piracy issue can be argued both ways (when one considers the negative effects of the RIAA monopoly on the music industry), but this issue cannot. Assuming these tools are well made and provide references to the supposed original sources, there should be, in theory, zero false positives. If there are any false positives, they can be investigated, but there were baseless accusations of plagiarism long before the first computer was invented, so this is nothing new.

    So in this case the only students who have something to worry about are the ones actually plagiarizing. There's no moral high ground here, no more so than objecting to your professor running your work through a sepll-chekcer.

  67. I've used it... by ThetaKestrel · · Score: 1

    My high school- or at least my english teacher - has started using this. It seems fair to me. As has been said before, there is far too much information for one person to check against on the web; turnitin.com is doing what the user realistically can't. And there is no such thing as a false positive. The site highlights all the material it finds has been borrowed from anywhere; as long as the instructor finds that material is cited, there's no problem. Also, although this is probably a bigger deal for high school than university, this means we now have until midnight to submit our papers instead of until 3:00 (at school). It's also worth mentioning that the system is far from bug free; our papers at least were borked enough than our teacher still asked for a hard copy to grade.

  68. copyright issue: the company keeps the essays by dankelley · · Score: 5, Interesting
    I am a professor and I certainly am in favour of catching cheaters. But I have a question. Do these students sign a copyright form permitting the company to archive the essays? And, if so, surely the form would not hold up in court, since it would have been coerced. (Sign this form or fail this course.)

    Why might students not want their essays stored in a company database?

    1. Good writers might fear that their ideas, or even their words, could be stolen (by all sorts of low-life: disgruntled/underpaid company members, malicious/political hackers, underpaid/jealous professors, ...).
    2. Bad writers who are otherwise on a fast track to success might not want folks ever to see their bad writing. Imagine a presidential candidate who wrote total drivel in his undergraduate years ... how hard would it be for an opponent to get that drivel and publish it?

    Sure, the company could claim the storage was secure against hackers, and they could claim that no employee would ever sell the essays, but any /.er knows that such claims would be hard to trust.

    There are probably technological solutions to this problem, involving encryption keys. Folks on /. might have some good ideas on that. For example, how much would it cost, 30 years from now, for a presidential campaign to buy CPU time to break a key that is secure today?

    PS. I noticed that the original posting had just one source, and so if folks would like to read more, they might like to check out the Globe and Mail newspaper website for more discussion, including of students' thoughts.

    1. Re:copyright issue: the company keeps the essays by Anonymous Coward · · Score: 0

      Couldn't a single copy of each essay fall under "fair use" or something similar? (I don't know what the Canadian copyright rules are..)

    2. Re:copyright issue: the company keeps the essays by Anonymous Coward · · Score: 0

      Couldn't a single copy of each essay fall under "fair use" or something similar?

      No. Under that interpretation copyright would provide almost no protection at all. "But I only have one copy of Windows, isn't that fair use?"

    3. Re:copyright issue: the company keeps the essays by DavidBrown · · Score: 1

      They don't need permission to keep the essays. For example, you retain copyright to your post here on slashdot.org. I can save a copy of this webpage, and retain it from now until the end of time, and I won't be violating your copyright. I can compare your post against other posts forever and I won't be violating your copyright. I can quote parts of your post (fair use) and not violate your copyright.

      The cheat-detector company violates your copyright when they republish the copy of your work that was submitted to them. If they don't republish, they aren't violating anyone's rights.

      --
      144l. ph34r my 133t l3g4l 5k1lz!
    4. Re:copyright issue: the company keeps the essays by Skavookie · · Score: 1

      The difference is that when you post to Slashdot you are giving Slashdot permission to use your writing. Now, if you yourself submit a paper to TurnItIn then I suppose the same applies, although perhaps the implicit contract isn't valid in that case since it's coerced. If a professor submits the paper without at the very least informing students, then it's even farther from the situation with Slashdot.

    5. Re:copyright issue: the company keeps the essays by Anonymous Coward · · Score: 0

      Now, if you yourself submit a paper to TurnItIn then I suppose the same applies

      Which is probably one of the reasons the students have to turn in the paper themselves.

      although perhaps the implicit contract isn't valid in that case since it's coerced.

      It's not coerced any more than any other contract. You don't have a right to pass the class.

      If a professor submits the paper without at the very least informing students, then it's even farther from the situation with Slashdot.

      RTFA.

    6. Re:copyright issue: the company keeps the essays by EvanED · · Score: 1

      Probably not. If turnitin were a not-for-profit entitiy, probably fair use would work as a defense. However, since it's a commercial business, that probably wouldn't stand up in court.

    7. Re:copyright issue: the company keeps the essays by EvanED · · Score: 1

      "The cheat-detector company violates your copyright when they republish the copy of your work that was submitted to them. If they don't republish, they aren't violating anyone's rights."

      But they *do* republish, namely when someone else's paper is detected to be plagiarized from yours. It then displays that paper for comparison.

    8. Re:copyright issue: the company keeps the essays by Skavookie · · Score: 1

      RTFA.

      I was referring there to cases other comments have mentioned in which papers have been submitted by the professor without students being informed. The situation mentioned in the article is not in fact the only case of this service being used, you know.

  69. I don't agree with this guy by LighthouseJ · · Score: 1

    I am a student and this guy is totally wrong about guilty-until-innocent. If I were building an algorithm to detect plagiarism, wouldn't I assume that the paper is 100% original and then match passages accordingly to lower the score? Sounds like innocent until proven guilty to me... If you were doing it the other way, it would be much more difficult to match every passage to make sure it's not in the database yet?

    I also don't believe the "Canadian Federation of Students" when they say it grades papers, how can a website that detects plagiarism grade a paper on it's merits when it can only give a report on how original or unoriginal a paper is.

    Plus, I'm sure that when a paper may be flagged that the teacher takes a closer look at it and see if it's valid or not and doesn't immediately assume the website is correct. If for example someone properly quoted a line. The teacher would see that a paper has some evidence of plagiarism, and upon closer inspection that the author quoted the passage correctly and gave credit in the proper place, or if the plagiarism is genuine, handle it accordingly

    I think this guy is just looking to pick a fight or something, if he had a paper that was original and the site said it was plagiarized and he was contesting it, yeah, I'd like to hear more, but no.

    Some teachers, especially at the freshman or sophomore level, teaching classes like English or Chemistry et al, don't have enough time to grade 300 papers evenly and check for plagiarism in them too. This website looks like to me a helpful little guide to teachers to let them breathe a little easier.

    Don't try and read between the lines and comment on that because I hate that. If you have something against something I explicitly wrote, then call me out on that and we can talk about it here. Thanks.

    1. Re:I don't agree with this guy by SuiteSisterMary · · Score: 1
      I am a student and this guy is totally wrong about guilty-until-innocent. If I were building an algorithm to detect plagiarism, wouldn't I assume that the paper is 100% original and then match passages accordingly to lower the score? Sounds like innocent until proven guilty to me... If you were doing it the other way, it would be much more difficult to match every passage to make sure it's not in the database yet?
      I'm a security guard, and this guy is totally wrong about 'guilty until proven innocent.' When we strip search you every time you enter a public building, we're assuming you're not carrying anything illegal. Then, every illegal thing we find is a mark against you.

      His problem with the system is also that the submitted papers are kept by the website, to compare future submissions against, which is a selling point to get other schools to enter into contracts with them; therefore, not only is he being accused of being a criminal, his work is being used by a third party to profit.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    2. Re:I don't agree with this guy by LighthouseJ · · Score: 1

      I said that this case isn't "guilty until proven innocent" because of the algorithm. All things being equal, it would be much easier to assume all papers are original and then search for the offending passages if there are any as opposed to the other way around.

      As far as papers kept by the website, I am against that though. No one except me should profit from my writing. If they wanted to pay me royalties every time my paper was searched against, that's fine with me. I didn't include that in my original discussion because I was writing about things I didn't agree to. That point seemed to be buried in the rest of the story.

    3. Re:I don't agree with this guy by SuiteSisterMary · · Score: 1

      But you aren't assuming innocence by testing each and every paper. You're assuming guilt.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    4. Re:I don't agree with this guy by LighthouseJ · · Score: 1

      How? By examining it? Where does the assumption of guilt come in? If I'm looking for plagiarism in a group of papers, I think assume every paper is teeming with violations?

    5. Re:I don't agree with this guy by SuiteSisterMary · · Score: 1

      No, not by examining it; by specifically requiring it to be run through a plagerism detector before a human being even deigns to look at it.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    6. Re:I don't agree with this guy by LighthouseJ · · Score: 1

      If a paper has plagiarism, shouldn't it be checked for plagiarism first so it can be given a zero and flagged so a teacher doesn't have to grade a paper that will result in a zero anyway? Teachers have more things to do than to spend time grading plagiarized work.

    7. Re:I don't agree with this guy by SuiteSisterMary · · Score: 1

      Exactly my point; guilty until proven innocent.

      I'll agree, though, that it's pretty silly to expect teachers to read and grade a student's homework.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    8. Re:I don't agree with this guy by LighthouseJ · · Score: 1

      I don't think it's a matter of being guilty until proven innocent, it's merely a matter of logic. Why spend the time when you don't have to?

    9. Re:I don't agree with this guy by SuiteSisterMary · · Score: 1

      By that logic, shouldn't there be metal detectors in the doorway of all public buildings? Shouldn't there be drug analysis devices built into every toilet and urinal?

      You're right, it's logical, from a cold, hard sort of place. Unfortunately, we're people, and the 'logical' choice is often the wrong one.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
  70. Re:I have no sympathy (anti-humanities rant)... by rokzy · · Score: 1

    I'm a physicist too and I can tell you you're vastly oversimplifying the case.

    no-one claims theories represent some absolute truth, but there are definitely right and wrong answers, even if the "right" answers contain some approximations or conditions.

  71. two things by pruss · · Score: 3, Interesting

    All my students are told that I reserve the right to ask for an electronic version to run through turnitin.com, and that if they do not want to do this, then I will make alternate arrangements. Nobody's asked for alternate arrangements, but if they did, I would ask for an outline and a draft ahead of time.

    My own worry about turnitin.com is that they allow students to access the service as a "deterrent", so that students can see whether their essays infringe. Since students should already know whether their essays are plagiarized, the only point here is to submit essays to see whether one will get caught.

    Fortunately, most plagiarists are stupid. (I keep a mental list of anecdotes of dumb plagiarists, like the one who turned in an essay by Karl Marx--not just any essay by Marx, but one that was assigned for class reading--or the one who got caught because the essay included words like "My mother always said, 'Frank ...'" but his name wasn't Frank, or the highschool student who accidentally stapled a printout of his source website to his paper.)

  72. What if by DarkOx · · Score: 1

    Lets suppose that as a student I take some classes out of interest in the subject. Now I am assigned to write a paper for class. I write an honest paper by myself without copying anyones work site all my sources etc etc. Now by the time I am done, I feel I have writen something good of academic value others who are interested in the topic might like to read. I post it to the web. The plagiarism cheking service happens to crawls my site. Days later I turn my paper in, to the prof who runs a check on it. Do I get busted for copying my own work?

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  73. So they don't even read it?!?!?!? by muyuubyou · · Score: 1
    "The reality is that the high monitoring of students really isn't about catching cheaters, it is a substitute for hiring enough faculty members to take the time to read student work," said Ian Boyko, national chair of the student federation.

    It seems that all the system does is check for plagiarism. Assuming it does that in a sensible manner (not providing false positives without pointing to the reference material) then it's just relieving the examiners from boring repetetive work.


    Nice to know. They just check plagiarism. I wonder how many sides has the dice they use for qualifications.
    1. Re:So they don't even read it?!?!?!? by Asic+Eng · · Score: 1
      Nice to know. They just check plagiarism. I wonder how many sides has the dice they use for qualifications.

      I don't know that - my assumption here is that the system's task is solely to check for plagiarism, and that the value of the paper is determined by human examiners. I didn't see anything which indicates that they let the system grade the paper. Did you see something to that effect?

    2. Re:So they don't even read it?!?!?!? by Anonymous Coward · · Score: 0

      As far as I remember 4: They put a chair on a table and throw the papers up: what lands on the chair, gets an A, what goes on the table, gets a B, and what falls on the floor, gets a C. Whichever paper happens to stand on its edge, gets an A+...

  74. Oh my god by Anonymous Coward · · Score: 0
    You completely caught me off guard, I was not expecting an intelligent response to this story.

    The students are all a bunch of cheaters, we have no other choice! The professors are just lazy, cant they do any work? Everybody is just looking at the surface for some mud to sling in support of what ever they prefer.

    It is like the gun issue. There are a bunch of idiots with guns, and everybody focuses on wether or not the idiots should have guns, completely ignoring the fact that they are idiots! We need to reduce the number of idiots, guns or not! Oddly enough, that has a lot to do with education

    The problem is, what we currently call education does not inspire people to learn. It starts off as something you are legally forced to do as a child, and then turns into something you are forced to do if you don't want to be poor.

    Nobody learns well by force. If you take a smoker's cigarettes and break them, they will just buy more, and be defensive about their habbit. Even less likely to quit. If everybody they know breaks their cigarettes at any opportunity, they might have to quit. But is that the way to teach somebody something? By force? Technically it worked, right?

    The problem is, people get sick of it very quick. The reason kids don't like to read is because it reminds them too much of the break-your-cigarettes style of learning. Even a book on something they like is likely to be ignored. Why? Because they read too much in school anyway. They don't even know the difference between learning for fun and learning because they have to. The fire that once burned inside them, making them say "why?" constantly, as they explored the nature of their surroundings, has been put out by busy adults and especially the educational system. You will learn this and this, and you will learn it my way.

    I won't bother you with my theories about how I think school should work. I just want to point out that a system that causes people who were once curious and unable to get enough information to want to cheat and not have anything to with it, is a failure and in need of replacement.

    It is not as radical as it sounds. We are advancing fast and constantly experiencing revolutions of one kind or another. Lets look at the real issues here. It isn't the gun that is the problem, it is that there are a bunch of idiots holding on to them. Cure the idiot of his idiocy, and less people die. Of course it doesn't end there, lots of other problems are solved when we have less idiots - just think about it. The problem isn't that kids are using the internet to cheat, the problem is that kids want to cheat in the first place. Learning is supposed to be fun. What the hell happened to it?

    1. Re:Oh my god by Anonymous Coward · · Score: 0
      You are absolutely right. I think the parents are responsible for their kids, not the schools or "educational system". My point is that the parents should make sure that kids have their hobbies and interests cultivated throughout their childhood. Schools are supposed to provide general knowledge, and as much as I hated to learn certain things, knowing a broad range on a shallow level is necessary for most of people so they don't behave and talk like idiots.

      BUT! Everyone should have room to expand in the direction they want! So they have both - fun and, unfortunately, some duty.

      Talking about higher education, as this discussion seems to be about, there should not be any more problem with uninterested students! Higher education is not enforced. More, higher education is COSTLY! So, looking at students cheating makes me wonder: what's wrong with this picture. And looking at tech or other "bubbles" bursting and exploding in faces of those people several years later makes me wonder: what did those people think?

  75. Has the editors at /. used this? by Laglorden · · Score: 1

    Seems a good way to remove all the dupes :)

  76. No need for this in smaller classes by otprof · · Score: 2, Insightful
    I'm a professor in the humanitites and I've caught a handful of people cheating on their essays over the years. Our school used a trial version of a system like this, but I don't really trust it.

    My classes are never more than 25 or 30, and I read all the essays myself. A good student could probably get something by me (however, a good student can generally write something much better than what you'd find on the internet). The weak students (or lazy ones who wait until the last moment) are the ones who can't get away with copying something from the internet.

    When a below-average student suddenly turns something in that has a thesis statement, well developed paragraphs, and good grammar, I'm immediately suspicious. Maybe they're just getting some help from someone (technically forbidden as well, unless cited). So I type a few key phrases into Google, probably the same source that they used to find the material to begin with. If I don't find anything but am still suspicious I have the student in and ask them directly. Hopefully my students know that I'm a reasonable enough person that they wouldn't have to resort to such measures and then openly lie about it.

    That said, mostly the problem is with younger students who don't know the difference between quoting, paraphrasing, and plagiarism. When I find something that is an ignorant mistake we can usually turn it into a "teaching moment."

    1. Re:No need for this in smaller classes by EmagGeek · · Score: 1

      Kudos to you then. More and more I grow sick and tired of the University mentality that students are there just to generate revenue. I had way too many classes where the class was taught by a starving grad student, graded by computer, and the "professor" was nowhere to be found. It's a complete ripoff... I hope I can find a college for my kids that still uses the EyeBall Grading Technique(TM)...

    2. Re:No need for this in smaller classes by YoungHack · · Score: 1

      > My classes are never more than 25 or 30, and I read all the essays myself. A good student could probably get something by me (however, a good student can generally write something much better than what you'd find on the internet). The weak students (or lazy ones who wait until the last moment) are the ones who can't get away with copying something from the internet.

      I teach at University as well, and I disagree. Until you have used a service like turnitin.com, you don't really get a sense of how pervasive cheating can be.

      This is a tool. The computer doesn't flunk anyone. It just presents the professor with a very well-organized summary of what it found. It's the professor who has to decide what to do with that information.

      Whether the service is "guilty until proven innocent" or not is something that a campus community has to discuss. Personally I don't see it that way, but I can see how some do.

    3. Re:No need for this in smaller classes by otprof · · Score: 1
      I teach at University as well, and I disagree. Until you have used a service like turnitin.com, you don't really get a sense of how pervasive cheating can be.

      You may be right about cheating being more pervasive than I think. I do know that I talk about it with my students, and our administration spends a lot of time and energy trying to educatate students about what is acceptable and what isn't.

      This is a tool. The computer doesn't flunk anyone. It just presents the professor with a very well-organized summary of what it found. It's the professor who has to decide what to do with that information.

      This is an important point that some folks on here are missing. I guess that I would rather rely on my relationship with my students to help me with this problem. There is a trial program here (similar to the free trial in the article). If some surprising numbers start coming from there I may have to rethink my attitude about it.

      On the other hand, my point about weak and strong students still stands. The essay portions of my class are only about 20-25% of the grade. I have a midterm and final, plus quizzes and class participation grades. Also, I have been using Harvard Law's Rotisserie system which requires them to write significant amounts of material almost every day. Even if someone were cheating on the formal essay, it wouldn't make up for the rest of the course requirements. The Rotisserie, especially, will expose their lack of ideas or communication skills. This term it counts for 20%, the same as the final essay.

      Thanks for the reply.

  77. Re:Some things it seems to noteful to point by rark · · Score: 1

    Well, I'm writing from Boston, and it doesn't seem to me that geographic area (within the U.S. at least) would matter all that much.

    However, Canada is not the U.S. and has a completely different government (something about the definition of a separate nation, there)judicial system and constitution. The original article is not clear on the scope of the 'win' (school appeal or court ruling) but if it were a court ruling, that court ruling would have absolutely nothing to do with anything in the U.S. If it had been a court ruling in the U.S. then it could be referenced in similar court cases as a previous ruling.

    If it's a school level ruling, then it's power isn't much no matter what, granted.

    But Canada has a different view on civil rights than the U.S. has, as well. Not as different as some places, but that's not the same as not different at all.

  78. Lazy teachers by nuggz · · Score: 1

    Sorry, if the teachers could come up with halfway decent ideas, and marked, this problem wouldn't exist.

    When you assignment is "analyse this book" of course you're going to get the same crap again and again.

    But if the assignment is "how does this book relate to a recent local news event" you might get something else.

    1. Re:Lazy teachers by otprof · · Score: 1
      Sorry, if the teachers could come up with halfway decent ideas, and marked, this problem wouldn't exist.

      When you assignment is "analyse this book" of course you're going to get the same crap again and again.

      I don't really like the phrase "lazy teachers", but this is an insightful comment. I have started to ask very different essay questions each term (I teach the same Intro class 3 times a year, in addition to my upper level stuff). The result is that students can't just use their roommate's paper from last year. Plus, I keep an electronic copy of all essays, in txt format for easy grep'ing.

      The essays are harder to forge, they are more interesting for the student to write, and perhaps most importantly, they are more interesting for me to read. If I'm reading two sections worth of papers (about 50-60), it really sucks if they are all variations on the same idea.

      My last paper assignment in Intro to Bible was "write a short biography of Jesus as pictured in one of the gospels, as if he were alive right now in America." Not only did I get lots of different interpretations of Jesus, I could still test for their comprehension of the particular gospel portrayals (they are quite different).

    2. Re:Lazy teachers by nuggz · · Score: 1

      Your way is a lot more work.

      Not as much lazy instructors as those who don't spend time on teaching.
      Some are busy with other stuff, but students deserve better than being an obstacle in their instructors day.

  79. Turnitin is a leech. by M.+Silver · · Score: 1

    It's a heck of a business model. They spider my sites, eating bandwidth without offering any benefit to the site owners (trivial, until you have a jillion *other* companies doing it too, some of whom don't respect robots.txt to leave graphics and/or dynamic content alone), and they get universities to pay them to increase their database.

    Wish I'd thought of it.

    --

    Slashdot's token middle-aged housewife
  80. Re:I have no sympathy (anti-humanities rant)... by October_30th · · Score: 1

    Well, maybe I was oversimplifying. However, as a physicist and a history buff I took offense at the anti-humanities rant above. I don't know what kind of humanities the original poster was ranting about but I'd rate the "strength" of the right and wrong in physics to that in history.

    --
    The owls are not what they seem
  81. Copyright? by imadork · · Score: 4, Insightful
    What's keeping students from putting a copyright notice on the front page of all their papers, with some boilerplate text like "Reproduction of any type without the express written permission of me is prohibited"? If it works for Major League Baseball, why can't it work for a student?

    I had an Engineering teacher once who was too lazy to make up different tests for his courses every year. He got upset that the IEEE student chapter was archiving student's copies of his tests for use in future years (which, since he rarely changed the questions on the tests, was like an answer key), so he required all classwork and tests to bear a copyright notice with his name and the students' name on it. He specifically told the IEEE chapter that they could not copy his class materials. Faced with this, they stopped archiving the tests, even though they probably could have still archived original copies and just not permitted anyone to make any reproductions.

    Of course, a student is in a much weaker position to assert his or her rights, since he needs a grade from the teacher more then the teacher needs to grade his paper. But I'm sure there's more than one law student who was anal enough to try this...

    1. Re:Copyright? by grumling · · Score: 5, Informative
      What's keeping students from putting a copyright notice on the front page of all their papers, with some boilerplate text like "Reproduction of any type without the express written permission of me is prohibited"? If it works for Major League Baseball, why can't it work for a student?

      US copyright law specifically does this. However, it is up to the copyright holder to defend the copyright. The law is on the side of the copyright holder, and court costs can be included, I believe. However, finding a lawyer willing to defend your copyright could prove difficult, unless your paper has some sort of value to someoene other than you. Remember, many people write music and novels. Not too many people make a living writing and publishing "unknown" talent, so proving damage would be difficult if not impossible. Most copyright infringement cases deal with the infringement after the copied work makes millions of dollars.

      Value of intelectual property, like beauty, is in the eye of the beholder!

      --
      "Well, good luck finding a judge that doesn't run a bestiality site."
    2. Re:Copyright? by Anonymous Coward · · Score: 0

      The IEEE's copies were for educational purposes. That means the CAN be copied WITHOUT the copyright holder's permission under "Fair Use."

    3. Re:Copyright? by Skavookie · · Score: 1

      But isn't TurnItIn making money off these papers? Thus it does have value to someone other than the writer. The damages may be very small, but someone else is making money off these students' papers without paying any sort of royalties or even getting permission in some cases.

    4. Re:Copyright? by LostCluster · · Score: 1

      What's keeping students from putting a copyright notice on the front page of all their papers, with some boilerplate text like "Reproduction of any type without the express written permission of me is prohibited"? If it works for Major League Baseball, why can't it work for a student?

      Because the student has already signed a statement agreeing to the school's policies, and those policies already contained contradictory terms. The university would also have a right to consider any paper handed in with an unacceptable license term worthy of a grade of 0.

    5. Re:Copyright? by pongo000 · · Score: 2, Insightful

      I had an Engineering teacher once who was too lazy to make up different tests for his courses every year. He got upset that the IEEE student chapter was archiving student's copies of his tests for use in future years

      So a teacher that reuses tests every semester is "lazy"...what does that make students who depend upon memorizing archived tests to pass their courses? "Geniuses"?

      I think you're being somewhat disingenous here. And good for him for not permitting the IEEE to subvert the education process.

    6. Re:Copyright? by anthony_dipierro · · Score: 3, Interesting

      This post is Copyright 2004 by Anthony DiPierro. Reproduction of any type without the express written permission of me is prohibited.

      What's keeping students from putting a copyright notice on the front page of all their papers, with some boilerplate text

      Absolutely nothing. However, just because you write something doesn't mean it's true. Can I sue slashdot for distributing this post?

      If it works for Major League Baseball, why can't it work for a student?

      Major League Baseball has lost a lot of its copyright fights. Specifically the whole "no description or account of this game" has been thrown out by courts. Doesn't stop them from saying it. But saying it doesn't make it true.

    7. Re:Copyright? by Animats · · Score: 1
      What's keeping students from putting a copyright notice on the front page of all their papers, with some boilerplate text like "Reproduction of any type without the express written permission of me is prohibited"?

      I did that while at Stanford. My Master's project code listing was turned in with "Illegal Copy if Not in Red" stamped in huge letters on every page. The program shipped as a commercial product sold by a major software company, which worked out quite well for me financially. There was some grumbling from the Stanford CS department, but after some foot-dragging they finally issued me a diploma.

    8. Re:Copyright? by kris · · Score: 1

      Absolutely nothing. However, just because you write something doesn't mean it's true. Can I sue slashdot for distributing this post?

      No, you can't.

      There are overruling guidelines in copyright law that allow slashdot to distribute your post if you posted it yourself - you posted it to slashdot, implicitly allowing slashdot to redistribute it, because that is the purpose of slashdot and it was the purpose of your post to have it redistributed.

      Also, since you posted it to slashdot yourself, it can assumed that you know the ways of slashdot and implicitly gave consent to quote your posting in the context of a discussion and for the purpose of discussion.

      Now, if your post was taken, and for example made part of a printed book, that would be a different thing and would be treated differently by copyright law.

      Please see also my older posting to slashdot as referenced in my signature.

    9. Re:Copyright? by stj · · Score: 1

      Formally, most of the schools reserve rights to works written as assignments, usually making works public domain. Stanford was being probably very nice allowing you to be an exception. I know a lot of people who did their master thesis in their companies and in that case they usually didn't turn the code in - they wrote an analysis and design of it as actual master thesis or something similar, they might have even presented it during the defense, but the code wasn't included with the dissertation.

      Also, depending on your particular situation and how you made the development, you might not have owned the exclusive rights to the code you are talking about. You might have consulted people from the university about it, you might have used university equipment at some stages. There might be other aspects I don't remember about right now. In that case the copyright is shared. Thus your statement that the particular copy was illegal might have had little legal founding and consequences, since first of all you were not able to determine that alone.

      But have no fear ;-) Bill Gates did just that thing with his first commercial product - Basic interpretter. Coded it on university equipment and used university resources, then assumed ownership and sold it exclusively (as far as I know). University was grumbling but he cared little. At least you got away with a diploma. ;-)

      --
      iThink iHate iMod
    10. Re:Copyright? by wendyg · · Score: 1

      When I researched an article on anti-plagiarism stuff, a friend of mine told me that at her university their student club archived the tests from related classes to help people study. All the professors involved knew they were doing it. Including one professor who nonetheless gave the same test every year.

      wg

    11. Re:Copyright? by anthony_dipierro · · Score: 1

      There are overruling guidelines in copyright law that allow slashdot to distribute your post if you posted it yourself - you posted it to slashdot, implicitly allowing slashdot to redistribute it, because that is the purpose of slashdot and it was the purpose of your post to have it redistributed.

      Well, gee, that's probably why this professor is making students submit the works to Turnitin.com themselves.

    12. Re:Copyright? by kris · · Score: 1

      Well, gee, that's probably why this professor is making students submit the works to Turnitin.com themselves.

      Yep. I think it simplifies the legal situation considerably. It is still wrong, though.

    13. Re:Copyright? by anthony_dipierro · · Score: 1

      Information wants to be free. I don't see anything wrong about it.

  82. changing times.... by dei3oe · · Score: 1

    I goto Florida State, and here the school recently purchased a subscription to www.turnitin.com
    Teachers are now requiring students to turn in a digital copy of their paper, that will be uploaded to that website and searched for plagerism.

    I sure am glad I got those writing classes out of the way early-before the professors used that website.
    Whats next, a online submission that will grade you paper too?

  83. Cheaters go old school. by Gambrinus · · Score: 2, Insightful

    With sites like turnitin.com and others sites developing broad databases, students are going back to the roots of plagiarism. They go to the library and copy out of a book. Most books are not in the anit-plagiarism databases. An instructor may feel that the document is plagiarized but be unable to find concrete proof. Instructors have to have hard evidence. A student can always come back and sue the universisty since the rest of their life may be affected by this instance.

    My favorite way of catching plagiarizers is when I type the first sentence in Google and the site they took the paper from comes up.

  84. Web Usage Stats by velkr0 · · Score: 5, Interesting
    I have never actually had to use Turn-It-In at my university, the University of Western Ontario, even tough it is used there. However, many instructors still requested electronic copies be sent to them.
    Last term the instructor wanted a electronic copy of everyone's essays since it allowed him to read the papers on his laptop during trips (he was a part time instructor, who travelled a lot)

    Anyway, one day I determined he submitted the papers to Turn-It-In, simply by reviewing my usage on my web site, and noticed many hits from Turn-It-In's crawler. I figured it was picking up on my name, which was included in the header of every page on my essay and which is heavily plastered on my web site.

    This made me feel like a criminal!! Mainly since I was not told about submitting the paper to Turn-It-In. I never would use someone else's work with out citing it and didn't have much to fear, but just the idea of missing one or two footnotes, was enough to get the nerves going. If I personally had to submit the papers and I was fully aware of the process, I would have ensured every source was cited.
    These kids at McGill should have nothing to fear and should not be concerned about the originality of their work, especially if they ARE informed about the process before hand.

    Moral of the story.
    • Have a web site.
    • Review your stats.
    • and never trust your instructors.
    1. Re:Web Usage Stats by mx80 · · Score: 2, Insightful

      This made me feel like a criminal!! Mainly since I was not told about submitting the paper to Turn-It-In. I never would use someone else's work with out citing it and didn't have much to fear, but just the idea of missing one or two footnotes, was enough to get the nerves going.

      Rest assured, every conscientious instructor will compare your paper with perhaps similar passages in the textbook or widely available other sorces, s/he wil put "suspicious" phrases through google, and will keep an eye out for similarities between your paper and that of other students. Does this make you feel like a criminal, too? Do they check ID's at exams at Western? Does that mae you feel like a criminal?

      Remember that many universities policies require instructors to be vigilant in preventing and detecting academic dishonesty.

      If I personally had to submit the papers and I was fully aware of the process, I would have ensured every source was cited.

      That's something you should do anyway.

    2. Re:Web Usage Stats by yamla · · Score: 1

      If in fact your professor has submitted your paper to turnitin.com and, like the University of Alberta, your university maintains that undergrads entirely own the copyright on works they produce, you have good grounds for at least a civil case of copyright infringement against your professor, _perhaps_ even a criminal case. At the very least, you should report this case of academic dishonesty on the part of the professor to your university.

      --

      Oceania has always been at war with Eastasia.
    3. Re:Web Usage Stats by Dachannien · · Score: 1

      It's also possible - considering the rather limited form of "proof" you have - that turnitin's web crawler was merely crawling the web.

    4. Re:Web Usage Stats by velkr0 · · Score: 1

      wil put "suspicious" phrases through google, and will keep an eye out for similarities between your paper and that of other students. Does this make you feel like a criminal, too?

      No, comparing my work to other people's works is fine, a good instructor will notice similarities between 2 students papers when actually reading them. I believe this is normal human behaviour.

      That's something you should do anyway.

      This is something that I obviously do well, since the disrespectful (if not illegal) actions of my instructor did not prove a positive result for plagiarizing. And yes, I am agreeing with you that all students should ensure every source is cited. If students give respect to authors by citing their work... instructors should respect students by informing them what will be done with their work.

    5. Re:Web Usage Stats by stj · · Score: 1

      I happen to teach Computer Networks and related subjects at University of Pittsburgh. While I don't trust my students in 100%, I don't really see a big problem with cheating. Simply put, if they cheat it is first of all their problem. I'm young enough to remember my grad school and I was usually the source and there were "sponges" all around. Sponges had later pretty hard time finding a good job and when they did, they had pretty hard time getting into it, because they had to learn all (or at least a lot of) what they missed in the grad school. That experience carries me through my teaching - I don't make cheating overly easy, but I'm not paranoid about checking my students. While that might not be so clear in arts majors, in science majors it is pretty straightforward relationship - the paper by itself means pretty much nothing (and now it's sharp and crystal clear after dot com and telecom bubbles...) I can see that majority of students have a very good sense of what awaits them after the school.

      Another thing: turnitin.com and similar services are simply an easy way for instructors of doing their job. Within my time, I've never repeated questions on final exams. By now I've created pretty good number of them and still making more. Same with projects - there are new projects every term and I make sure to put something unique that cannot be easily downloaded fromt the web. It is very simple. So, I have the comfort that my students actually have to make the effort themselves and don't have play a Cerber.

      I require my students to submit their work electronically because of following reasons: 1) programs are usually hard to check on the paper when they start to exceed two pages, 2) any kind of information is much easier to manage electronically than on the paper, 3) returned homeworks are confidential - people don't have to fear being laughed at by someone who accidentally finds their paper/program in my office or whereever else. Especially the latter point makes to me a lot of sense, because in my opinion that sort of security is essential to enable some of those students to come to me with their actual problems. (Besides, it doesn't seem economical to waste paper on something that has such a short lifespan.)

      --
      iThink iHate iMod
  85. Lets get Congress involved by Sabalon · · Score: 1

    (okay...I know McGill is in Canada)

    Lets get the lawmakers involved and ban academic material from the Internet so that students can download others papers.

    I think the way that academic institutions are pushing the Internet towards some sort of academic or research network is not a good trend. AOL and MCI didn't put all this time and money into developing the Internet into what it is today and academia is trying to leach off this. ;)

    1. Re:Lets get Congress involved by otprof · · Score: 1
      That's a hilarious comment... hopefully you will get some funny mods.

      Seriously, I tell my students that the problem isn't using the internet for information. The problem is that you have to cite the source of your information. Is that so hard? Geesh...

  86. When I was teaching by EmagGeek · · Score: 1

    On the first day, here's how my speech would go:

    "... You are more then welcome to cheat in my class. If you do cheat, I will probably catch you, but I am of the philosophy that if you want to fuck up your own life, you're more than welcome to do so. After all, what goes around comes around. You'll pay for it eventually, and the price will be much higher later than it is now..." :)

  87. It's all BSD and GNU's fault by Sabalon · · Score: 1

    The BSD and GPL licenses have been encouraging people to plagarise the works of others for years now.

    Just ask Darl McBride - Linux has been plagarizing SCO for quite a while.

  88. Source Scan by BHennessy · · Score: 3, Interesting

    In the computer science department at my uni, they scan all source based assignments for similarity with other submissions. You can see average similarity and max similarity to change it before the due date. I don't know of anyone objecting to it.

  89. If You Cheat, You Flunk by reallocate · · Score: 1

    Since when do we need to pay students to confirm that they aren't cheating? If a third-party makes a profit while determining who's cheating, what's the problem?

    If you cheat, you flunk. That's it. No excuses.

    --
    -- Slashdot: When Public Access TV Says "No"
  90. Re:I have no sympathy (anti-humanities rant)... by rokzy · · Score: 1

    my original anti-humanities post was inspired by the fact that the university education system in the UK is going straight to hell. Tony Blair is pushing for a retarded policy of wanting 50% of school students to go to uni, probably because they've destroyed the value of A-levels so much employers can't trust them to differentiate between good and bad students.

    as a consequnce my uni is full to bursting with people doing degrees just to put it on their CV as evidence of the ability to actually do something, then go get a completely unrelated job. funding has already been replaced with fees, which are set to increase even more, and because there isn't enough accommodation, the promise that 4th years are guaranteed on-campus accommodation has been withdrawn and it's even beginning to look doubtful for first year students.

    I'm not claiming all humanities are BS, but it's annoying to see that people like me who want to do degrees to then go on to PhD and a career are being financially raped to support the retards who do a couple of years of "American Film Studies" then go on the dole.

    as an aside, when I did history GCSE I found it very annoying that we were never allowed to make any kind of judgement - everything always had to be spilt straight down the middle: sources were always reliable in some ways but biased in others; the Cold War was equally USA's fault and equally USSR's; bombing Hiroshima was equally justified and unjustified. I think I lost marks once for saying the Cuban Missile crisis was more USA's fault because the exploitation, invasion, assassination, sabotage etc. was bound to make them want to protect themselves. considering different points of view is a valuable skill, but it seemed too strictly enforced. possibly just PC BS.

  91. Students hold copyrights to their work by sjbe · · Score: 2, Insightful

    That's true in the general case, but if I were you, I'd dig out whatever agreement or contract you signed when you were accepted into your school/college/university and have a good read of the small print. I suspect you may find that you've signed copyright over to the institution on anything that you produce in the course of your studies.

    I cannot speak for every or even most academic institutions firsthand. That said, I think this statement is completely false for virtually all universities here in the United States.

    I know I'm pretty darn careful about what I sign and I'm quite sure I've never assigned any copyrights to any of the universities I've attended. It's simply not a common or accepted practice. I think most students are not particularly aware of the fact that they have created copyrighted material, but that has no bearing under the law. If a student wants to prohibit reproduction of his/her work, that student can (and does) have that right.

    My personal experience has been when I've written material professors wanted to reuse, the've always been quite careful to ask permission. (cheerfully granted of course) Most professors I know are actually quite sensitive to this sort of thing.

    While IANAL, I'm pretty certain that absent any explicit agreement between the university and a student, the student retains the copyright to all his/her work. The university would be entitled to material produced as a "work-for-hire", say for example materials produced in a work-study program. But otherwise the copyright remains with the creator. The university would have to get the student's permission to reproduce their work.

    1. Re:Students hold copyrights to their work by YoJ · · Score: 1

      The statement about copyright being assigned to the university is not false for all schools. I have researched this issue at three schools, and one had students assign copyright of submitted assignments to the school (UIUC). The others just have agreements that the student won't plagiarize or pass off work done for one class in another class without permission from the instructor. The reason UIUC does the copyright assignment is to make it against school policy for students to submit their assignments to mills and other "cheat sites". I don't think they expect it to have legal weight (the journalism project is probably really owned by the student). What they really want is to make these types of "cheating" against the school policy and grounds for disciplinary action.

    2. Re:Students hold copyrights to their work by whatisthisaol · · Score: 1

      I'm a student at UIUC so when I read your post, it worried me, especially as I also disagree with copyright assignments away from the student and don't remember signing any such document.

      Fortunately the UIUC policy listed on their website agrees. Students do not assign copyright to the university for any works. They are merely required to allow certain graduate level works to be published royalty free by the university. Read more under section C

    3. Re:Students hold copyrights to their work by YoJ · · Score: 1

      They might have changed this at some point; it was a several years ago when I checked it. I think they got Draconian after the Netscape thing (students leaving and taking Mosaic with them to start Netscape). I might also be misremembering, and it was someplace else that I was researching a while ago.

  92. One more example by koan · · Score: 1

    Guilty waiting to be proven innocent.

    --
    "If any question why we died, Tell them because our fathers lied."
  93. Trust Me To Cheat, Eh? by reallocate · · Score: 1

    Trust? Students cheat and then whine about trust?? Come on.

    --
    -- Slashdot: When Public Access TV Says "No"
    1. Re:Trust Me To Cheat, Eh? by scotch · · Score: 1
      Some students cheat. Some students whine about trust. These may or may not be the esame students.

      HTH

      --
      XML causes global warming.
  94. Funny? by sacrilicious · · Score: 4, Insightful
    We can no longer endure these indignancies. Don't they know we should all be treated as infallible saints until we can be proven otherwise.

    Parent post is currently modded "funny". I can't tell if it was intended to be funny, but regardless there is an underlying serious issue: that of on whom the burden of proof lies in questions of guilt or innocence. Both Congress and the Bush administration are systematically orchestrating numerous radical reductions to the legal protections formerly held by citizens. These protections should be given much more care and public debate than they're getting. I sincerely hope that the debate doesn't simply amount to chuckles at strawman positions.

    --
    - First they ignore you, then they laugh at you, then ???, then profit.
    1. Re:Funny? by anthony_dipierro · · Score: 1

      I can't tell if it was intended to be funny, but regardless there is an underlying serious issue: that of on whom the burden of proof lies in questions of guilt or innocence.

      Depends on what you want to do. If all you want to do is scan a paper for plagiarism, then there is no burden of proof whatsoever. If, on the other hand, you want to fail a student, then the burden of proof is on the accuser.

    2. Re:Funny? by Anonymous Coward · · Score: 0
      Completely agree - cost of check (to both parties involved), defense and potential benefit are here the major factors. If the majority of people is ready to put up with the measures because they are conviced that the benefits are worth it, then you get to do that.

      The problem with current politics is that that kind of measures tends to be expanded with time, frequently doesn't have any ending time imposed before it starts, usually grants some "side-effect" powers to government-related structures, and the benefits are inflated beyond anything reasonable.

  95. Don't be stupid by Anonymous Coward · · Score: 1, Insightful

    I applaud technology like this. If you really HAVEN'T plagiarized, then YOU are the one who benefits. Personally, I find it annoying when I do hard work, and end up getting the same/a lower grade than someone who has used someone else's work. Student's cheat ALL the time, and 99% of the time the ONLY one who suffers are the honest students. Class have a curve? All those copies papers that got "A"s aren't going to help you one bit.

  96. It's not plagiarism if you quote and cite by mc6809e · · Score: 1

    Plagiarism is taking credit for someone elses work. Don't do that. Simply quote and give credit where credit is due.

    I think what might be happening is that students are being told to turn in a research paper, when in reality, the instructor means a survey paper of other's research.

    I remember how intimidated I was by the idea of having to do a research paper. I put myself under an incredible amount of pressure believing that when I wrote a paper, it had to contain real, original, never before seen theories and results.

    Ridiculous, maybe, but there were several times when I just gave up and wrote nothing and received a failing grade for the assignment. My A+ became a C-.

    If someone had just said "survey paper" instead of "research paper", I could have saved myself a lot of headache.

  97. this is disturbing by fkohl · · Score: 1

    I find it really disturbing that there is this general mistrust against students there. In most cases a professor/teacher would know the style of the students and if that suddenly changes to a proficient writing style that leaves nothing to be desired that should ring a bell. Yes you could argue that this is a problem when there are new students but I think it should be easy for a teacher to find out the capabilities of a student. And after all if a teacher finds a sentence or paragraph he finds suspicious he could use citeseer or google to crosscheck.

  98. Catch the cheaters and run them out.. by sabecon · · Score: 2, Insightful

    I am sick of all the people justifying the cheaters.

    The fact is that the cheaters are cheapening the value of your degree. What you are paying for when you pay the big bucks for the tuition is the reputation of the school. When some dumbass cheater gets out without knowing what they are supposed to know, they harm the school's reputation that is on your diploma. They are cheapenng your degree.

    Yes, make all the stupid justifications that you don't need what they are teaching and the assignments are meaningless. You seem to miss the function that universities provide. Their business is not teaching. Their function is certifying that that you learned what you say you did. There is nothing that you cannot learn by just going to the library and reading it yourself and observing the world around you on your own. Their true responsibility begins and ends with putting the grade on the gradebook. Sometimes you get a great instructor that is a good teacher, sometimes you get one that sucks. Luck of he draw. It is not their responsibility to teach. It is your responsibility to learn.

    You say that they are using the student's papers without compensation? Any tool that they use to weed out the slackers makes your degree that much more valuable.

    Give me a degree from an institution that it is free from the cheating losers. That is true value.

  99. missing the point... by Anonymous Coward · · Score: 1, Insightful

    Sounds like many people are missing a key point...

    I, as a student, wouldn't like my work being archived to some nameless corporation on the Internet for use in said corporations business model. There's a big difference between my report being checked against other works on the Internet (If I plaigerized it, the material I plaigerized from is already out there to retest against using something as simple as submitting strings against Google or another search engine) and having it archived in a repository by a single business who isn't sharing their archives with others...

    HOWEVER
    If it is a school where I signed away my rights to "my" work for a course and it belongs to the University, it's their choice what to do with it. Instead of the students having to submit it, let the teachers or University submit them in batch...it's not mine anymore.

    Personally, I'd prefer the route of a script or program that would take the source file (my work) and start searching against in-house archives (a school archive of turned-in reports) as well as searching distinctive strings against Google and other search engines. It stays with the University and won't become fodder for someone else to cheat with by being sent over the Internet somewhere else. But that's just me...

  100. Two more things. by Anonymous Coward · · Score: 0

    You're a fuckhead because you don't even know the difference between "alternate" and "alternative". Go die.

  101. Mixed feelings by sjames · · Score: 1

    Certainly, catching plagiarists is a good thing for everyone but the plagiarist. For one, it keeps cheaters from blowing the curve and devaluing the hard work of honest students. If more were caught in school, perhaps there would be less bosses that sign their name on an underling's work and only 'admit' it's not their original work when it is not well recieved.

    The job of spotting plagiarism is much harder now than it was before the net. When so many successful essays from highschool and up all over the world are available to cheats, no professor can possibly have read them all, even within a limited field.

    Before all of that, papers were checked for plaigerism as well, it's just that the check consisted of the professor thinking 'this sounds awefully familiar'. So the checking is not at all a new thing.

    What is new there is that the scope of the check has been broadened to match the student's broadened access to successful works. The other novelty in this case is that the check is very up front and obvious rather than quiet and implicit in the grading process.

    Would it make a difference if the professor required electronic submission and scripted the submission for checking?

    My only concern ios the false positive rate of the checking. I don't know what that rate is, so it's hard to favor or oppose this particular tool. At the very least, any flagged papers must be manually checked. If that's not happening then it is patently unfair. If it is, there is one more hurdle to overcome. If two works are similar, and a human compares them having been told that plagiarism has occurred, they will likely see it, even if it's not there. It will take a great deal of effort to view them in an unbiased way.

    One potential solution would be to scan a batch of papers, and return the suspect works AND an equal number of randomly selected papers (but always a minimum percentage of submitted papers), each with the closest matching existant work. Knowing that there is less than a 50% chance that the work is plagiarised could potentially reduce the natural bias to go with the machine generated opinion while still substantially reducing the workload.

  102. Website actually protects student's rights by Anonymous Coward · · Score: 0

    As a student, I'm in favor of these anti-cheating websites and would welcome their use at my school. When a student gets by with a plagiarized paper, it typically negatively impacts my grade. By using anti-cheating websites to catch cheaters, my work, my time and my investment is being protected.

  103. balancing "rights" by caller_number_six · · Score: 1

    Maybe in a perfect world a student has the right to be assumed honest 'til proven a plagiarist.

    But in that same perfect world doesn't every student also have the right to know that he/she is on a level playing field? If you don't cheat, great. But isn't it also important to know that you're not competing agaist cheaters? They (the hypothetical cheaters) can't take away from your learning experience, but they can displace honest students in class rankings.

  104. No, It Is Not Analagous, -1 Michael by thelizman · · Score: 1
    I suppose its analogue would be mandatory drug tests in sports.

    Look up analogous in the dictionary sometime. Drug testing in sports has several functions related to liability. If an athelete is found using drugs, it reflects badly on the team, reducing their fanbase loyalty and negatively impacting revenue from licensed goods. If the athlete is injured because of impaired judgement due to drug abuse, the team loses a player, and their insurance costs go up.

    University policies against plagiarism are based on moral grounds, and have little to nothing to do with economics. However, having a third party service do the job is a matter of economics. The service profits from verifying a students work, and their profit is directly linked to the students efforts. Moreover, the service is contracted by the University, which means the student is having to pay for this service as part of their tuition. The issue here is that faculty are outsourcing their academic responsibilities at the expense of the students, and failing to encourage integrity in their students. It is not that difficult to verify plagiarism. All you do is require a student to turn in copies of all their sources, and to utilize peer review to verify sources.

    Once again, michael goes on to approve an article submission based in part on the two-bit opinionations of himself and/or the submittor.
  105. The real problem by Anonymous Coward · · Score: 0

    Is that we live in a world where university is a cult, you must join no matter what. Employers want degrees, and universities and publishers want money.
    Not everyone is cut out for university, and that's the way it should be.
    However, with every kid now feeling forced to go to university just to get a shitty job, people are going to uni that just don't have the will or resources to do it honestly, but what choice do they have in a world where a PhD earns 8$/hour and a high school diploma is worthless?
    This cheating thing is going to get worse if university becomes a replacement for mandatory military service, which is what it looks like to me. Just a place to keep people out of the job market for a while.

  106. The university owns you by Anonymous Coward · · Score: 0

    as they should. If you don't like their policies, don't pay to go there. Maybe its different in Canada, cheating seems exceptable there.

  107. Catch the cheaters & run them out .. no don't by adzoox · · Score: 1
    "The fact is that the cheaters are cheapening the value of your degree. What you are paying for when you pay the big bucks for the tuition is the reputation of the school. When some dumbass cheater gets out without knowing what they are supposed to know, they harm the school's reputation that is on your diploma. They are cheapenng your degree."

    This is life - life, love, politics, and business are all about being able to rise above ALL adversity (even cheaters) and still come out on top.

    I had someone cheat off of me a lot in high school; in multiple classes. Now, here's the unfair part, because the teachers and school district disliked my father (he had sued the school system) - I got no credit - where the guy that cheated off of me would get half credit. (yes it was proven this was being done)

    School/Education nowadays is relatively meaningless. The only way to learn is to self improve and seek enrichment. Few businesses nowadays care about education - they care more about how you produce. If someone cheats on you later in life, you can root them out in subtle ways and know that they aren't producing MORE than you. Cheaters are often ass kissers too. Your goal is to be well liked but free thinking and independent - in other words - like for who you are - not what you say you are.

    --
    Yell & scream & rant & rave... it's no use... you need a shaaaave ~ Bugs Bunny
  108. forgoing moderator points to post; karma be damned by tealwarrior · · Score: 1

    I've just spent 20 minutes reading posts looking for something to mod up and resisting the strong urge to mod down. Now I'm giving up and posting myself. There seem to be four main arguments people are making that seem misguided (IMHO).

    First, people keep complaining about students having to submit their work to this site instead of the teacher submitting it. This is such a non-point. What difference does it make if the teacher submits it or the student does. It's perfectly reasonable to request electronic submission, and three lines of code can make a paper submitted to the teachers site send it to the plagiarism site.

    Second, that idea this some how violates trust between the student and teacher. When you turn you paper in you expect that the teacher will check for these sorts of things. The means by which they do it doesn't change these expectations. Trust is based on a personal relationship. I'd prefer the grading be as objective as possible and be the same regardless of whether the professor likes, trusts, or hates me.

    Third. Why does everyone assume that the "originality report" mentioned in the article only contains a binary value. Systems I've used look a lot like the output of a visual code diff (only the same areas are highlighted). The systems flag essays for review and then you make the call whether the specific case is actually plagiarism or just a quoted passages or a coincidence. There is no presumption of guilt, just a tool to make the assessment easier.

    Finally, I don't know why no one has ripped this comment from the article apart:
    "The reality is that the high monitoring of students really isn't about catching cheaters, it is a substitute for hiring enough faculty members to take the time to read student work," said Ian Boyko, national chair of the student federation.
    The papers still get graded so someone reads them. If you hire more people then that means that one person doesn't see all the papers which means that in-class plagiarism has more of a chance of succeeding.

    --
    In theory, there is no difference between theory and practice, in practice there is.
  109. Automating Control = Downward Spiral by Nadsat · · Score: 2, Insightful

    Technology should be used *ONLY* where it enhances human expression. Books, paint, and the internet are examples of various expressive-friendly technologies, for example.

    *AUTOMATED* technologies used for purposes of control and regulation are inherently wrong. Such automation grossly assumes a kind of ridged non-humaness in how society ought to function. Automated "anti-cheat" devices for schools, automated red light policing cameras, tickets, and racial profiling, as examples, must be stopped now.

    1. Re:Automating Control = Downward Spiral by Anonymous Coward · · Score: 0

      Automated control might be bad, but your argument makes *no* sense related to plagarism.

      If you want to "enhance human expression" as your key goal, how about eliminating plagarism where people copy others works without attribution rather than creating their own or giving proper credit?

      Sheesh.

  110. Oversight by bobbySquirlz · · Score: 1

    I don't know how it works at your university, but at Columbia any work submitted becomes *property* of the university. The logic behind this is that you wouldn't have had the thought or motive to write the paper if it wasn't for the course. Thus, the professor is free to do whatever s/he pleases with the paper, including running it through plaigarism tests (which they do for humanities essays).

    Columbia's policy on self-plaigarism is even stiffer: immediate failure of the course(s) for submitting two works with significant overlap (even if it is a different class with a different professor) if you 'self-plaigarize'. That is, of course, unless you get the _permission_ of the _instructors_ teaching the courses involved!

    If you ask me, that's a pretty screwed up intellectual property policy, even for one of the most prestigous universities in the nation. It seems that the universities have a built in "backdoor" for allowing your work to become an asset of someone else's business (although questionably).

  111. analogue... um no. by s88 · · Score: 1

    "I suppose its analogue would be mandatory drug tests in sports"

    You suppose wrong. The testers cannot make money from the results of a drug test, this is not true for submitting orginal works to "testers".

  112. Compare to Stanford's Policies by YahoKa · · Score: 4, Interesting
    It is interesting that Stanford, a top school in the world, trusts the studens to uphold the honor code. I remember reading about the problems of cheating, and McGill's exceptionally strict examination policies - and then they compared this to Stanford. I personally would never cheat, and having to submit my papers to a cheat detector would really ruin the learning environment for me.

    Here is a little blurb on stanford's and U of V's policies policies (Taken from here, speaking of plagiarizing :P )
    [Stanford] gives students and the community full responsibility of themselves and of upholding the honor law. The university puts all the pressure of academic integrity on its students and it trusts them enough not to cheat so that the faculty is not constantly reminding them of the Code, "The faculty on its part manifests its confidence in the honor of its students by refraining from proctoring examinations and from taking unusual and unreasonable precautions to prevent [...] dishonesty [...]. The faculty will also avoid, as far as practicable, academic procedures that create temptations to violate the Honor Code." (S. U.) Another school where this idea of ienforcementi is put into effect is the University of Richmond in Virginia. This school lets students "leave the classroom during an exam or [...] may even take the exam home" (U. of V.). The professors trust the students because of the enforcement factor. Instead of faculty breathing down the student's neck about cheating, the student knows it is his/her responsibility not to cheat. Millersville University would benefit by adopting this honor code. The students here are trustworthy and would also benefit from the fact that they are trusted by their instructors.

    1. Re:Compare to Stanford's Policies by Anonymous Coward · · Score: 0

      I used to think Stanford was a pretty good school, until I met some people who had done post-doc and graduate work there.

      It seems in academic circles that Stanford's honor code is a joke. No proctor for an exam? Well, guess what -- the second the exams are handed out, out come all the reference books (regardless of whether it was closed book or not), you whip out your cell to call anyone who might know the material better, and everyone starts discussing the problems (and if you're really stuck, you can just head over to the library to pick up a few more books). It's no longer a matter of testing individuals, but of testing the class as a whole, anyone they might happen to know, and any reference they might happen to find. (Now try designing an exam for an intro physics class that will be doable but actually say something about a student's abilities.)

      Of course, someone could report it... but then they'd have to prove it, or be a pariah for the rest of their time at school. And when everyone else is cheating their asses off without consequences, it's very difficult to take the high road and live with a lower grade. Meanwhile the instructor can't do anything, because checking in on the students is a violation of the honor code.

    2. Re:Compare to Stanford's Policies by wiredog · · Score: 1

      UVa works that way. The problem is that if you are suspected of cheating you get called in front of an honor board. Where there is no right to confront your accuser, no right of appeal, and you can be immediately expelled.

    3. Re:Compare to Stanford's Policies by Anonymous Coward · · Score: 0

      I'm not sure what disciplines the people you met studied, but in all my exams here at Stanford I've never had one final or midterm where "out come all the reference books" or "everyone starts discussing the problems." Most of the students I've talked to agree with me that their open-book exams are difficult enough such that if you don't know what you're doing, referencing your textbook isn't going to help.

      Granted, I've never followed every single person who looks like he or she is going to the restroom around to make sure they're not making a cell phone call or heading to a library. During a three-hour exam, if you have time to leave your test, walk or bike to the library, search for books, check them out, get back, and start reading these new books you probably haven't seen before, then well, congratulations. But you'll still have to sneak them by the professor and/or TA's, who are sitting outside ready to answer questions about the exam. They don't pace through the auditorium, but they're usually not far away, and they're certainly not dumb as other posters have said. If you're gone for ten minutes, they have every reason to ask you why.

      The faculty's side of the Honor Code is that they cannot provide "easy" opportunities that will encourage students to cheat. Take-home exams, for instance, cannot be timed any shorter than all hours between when it is handed out and when it is due. I have a friend at Cal Tech, and most of his tests seem to be take-home. What seemed strange to me is that they are supposed to limit themselves to around three hours when they have four days to do the exam. I wouldn't trust many of my classmates in a situation like this when they can just shut their door and start burning the candles for the night, but my friend seems to, and I believe that most people have academic integrity still.

      I'm by no means saying cheating doesn't happen; I'm sure it does everywhere. I'm just saying that by no means is it easy to just whip out a stack of books and start going through them in the middle of an exam like your friends told you (or at least this wouldn't fly in any class I've taken). Everyone in the exam room who was up for the past three nights going over (or cramming) the material won't be too happy when some guy tries to take the easy way out.

    4. Re:Compare to Stanford's Policies by hendrix69 · · Score: 1

      his school lets students "leave the classroom during an exam or [...] may even take the exam home" (U. of V.). The professors trust the students because of the enforcement factor.

      That might work for open questions that require some essay writing but will not work for most exact sciences courses. If a student takes the exam home and cannot prove the last equation you can bet your ass he's going to ask around.

      --
      The power of Christ compiles you!
  113. There are other ways to catch plagiarism by Aguila · · Score: 2, Interesting

    In reality, professors are going to catch plagiarism only if the student happens to copy from a source that the professor is very familiar with.

    This is a valid point, no professor will be familiar with all the works out there, and hence will be unable to look at a student work and state that he's seen it before. However, this is not the only way to catch plagiarism.

    One flaw in plagiarism is that each person has an individual writing style. Therefore, as long as a class requires multiple essays over the course of the semester, a professor should be able to spot plagiarism, as they should be able to look at the second paper of the semester by John Doe and see that it looks as if a different person wrote it than wrote the first paper. (Of course, this supposes that the professor is only required to teach a reasonable number of students each semester, few enough that he can be familiar with them and their writing style.) I can guarantee you that if I tried to pass off one of your essays as one of mine to a professor who I've had before, they'd spot that the plagiarized essay has a different feel, different words that the author has an affinity for, etc.

    Another argument that people might raise against this method is that students may plagiarize all the essays in the course, hence the professor would not be familiar with their personal writing style, but the writing style of their plagiarized source. However, in order for the student to get away with this, the student would need the writing style of all his plagiarized essays to be the same. This would be very difficult to do, unless the essay topics are very generic. If the esay topics are somewhat specific, than it would be difficult to find one author/source that can appropriately answer all the essays. Additionally, if this is a major concern, I would just require ONE of the essays to be in class. That essay would provide a standard for determining each student's writing style.

    Additionally, people might point out that in today's litigious world, a professor might be able to spot plagiarism using this method, but not to prove it. However, once a professor spots an essay using this method, then he can begin searching for the source using Google, etc.

    1. Re:There are other ways to catch plagiarism by tgibbs · · Score: 1

      One flaw in plagiarism is that each person has an individual writing style.

      A professor might suggest that a student is plagiarizing if the writing style is inconsistent. But a lot of undergraduates have writing styles that are not all that distinctive, while a particular creative student might show a lot of variation in style. And ultimately, the professor would probably have to go to an originality testing service to get evidence to support the accusation.

  114. Learning and Applying: the test of time by cquark · · Score: 1
    A few years later, I'm looking at job sites on the web, and they all want C++. Guess what. I learned Java in college, because they were, and are, convinced that "*C++ is dying!!!111", a common meme from the early Java days that refuses to go away.

    I'm going to guess that you're young by your mention of learning Linux and Java in university. Neither technology existed when I went to university. Neither did C++, ANSI C, or Windows for that matter. Computer technology changes and you can't expect to learn most of the technologies you'll use in your career in college.

    That's what the theory courses are for--to teach you the aspects of computer science that aren't as likely to change. Wait until you've had a few different jobs, or just think about other students who aren't doing precisely what you're doing. The university can't tailor its curriculum to every student going through, even if your professors were magically prescient and knew just the technologies you'd use in each of your jobs.

    Oh, and all those boring theory classes I wasted my time on? Irrelevant. Never have I needed to know anything about calculus, algebra, automata theory, artificial intelligence, declarative programming, or even statistics. Heck, I hardly ever use floats or do anything more complex than i++ in a for loop.

    If you're using variables, you're using algebra, so I expect you use it every day. I found automata quite useful when I spent a few years reading RFCs on network protocols, and writing or debugging finite state machines that modelled the protocols in clients or servers. Techniques like functional, declarative, and object-oriented programming all have their place, and I've found them all useful in one job or another. Most programmers don't use a lot of Prolog, but XML DTD's and context-free grammars like yacc are both declarative techniques and I've used both more than once.

    Assembly and an understanding of computer architecture was useful when I was doing hardware-centric programming too. I've also spent a fair amount of time doing scientific programming, which covers the rest of the classes you listed except AI, though I've never seen AI as a requirement so I suspect you chose it as an elective. However, I have a friend who writes AI-teaching software, so for her, it was a class that directly applied to her job.

    1. Re:Learning and Applying: the test of time by WanderingGhost · · Score: 1

      I found automata quite useful when I spent a few years reading RFCs on network protocols, and writing or debugging finite state machines that modelled the protocols in clients or servers.

      Not only that. It's usually one of the courses that makes people start doign abstract reasoning more heavily (along with others like Algebra). It's so important, but seems to be difficult to see. The sutdent learns how to generalize concepts - formally! And to prove things, and to map concepts onto frameworks, formalize ideas... This is much more useful later than it seems at first.

  115. personal information dissemination by Anonymous Coward · · Score: 0

    I'm surprised that nobody has mentioned the fact that if any part of your paper is flagged as copied, the original author's personal contact information is made available to you so you can "resolve the issue." This policy is listed under turnitin.com's "privacy pledge."

    Most privacy pledges are of the form "we promise to abuse your privacy whenever we feel like it."

  116. Less Cheating = Less Outsourcing by fervent_raptus · · Score: 1

    With the increased percentage of American jobs going overseas, I am all for anti-plagiarism systems. These systems will make US education worth more. There will be less idiots slipping through the system without doing any work.

    Remember, a college education of today is the high school education of yesterday. I am for any system that claims to increase the worth of US college degrees.

  117. Grandfather existing students by Frisky070802 · · Score: 1
    One issue is applying this technology to existing students. Probably the right thing to do is to change the honor code effective with next year's entering class, and allow for this analysis explicitly.

    PS. I searched for "grandfather" in the 4 pages of this thread, and didn't see it. I didn't read every message in detail and apologize if this proves redundant.

    --
    Mencken had it right. So glad that's old news.
  118. Removing your site from Turnitin.com's database? by securitas · · Score: 2, Interesting


    Has anyone here had any experience with getting Turnitin.com to remove your site from their database - and prove that they have done so? We just noticed that their bot appears to have done a complete crawl and sucked in our entire site. This violates our terms of service (not to mention copyright) since Turnitin.com is a commercial entity.

    If Turnitin wants to pay to use our content that's one thing, but just taking it for their own commerical exploitation without any compensation is completely another.

  119. two better ways to deal with plagiarism by Major+Tom · · Score: 1

    First, as most any professor will tell you, there are plagiarism-friendly and plagiarism-resistant assignments. Ask your kids to turn in an essay on what they did last summer, and you'll be flooded with rip-offs. Ask them to write about a specific and interesting question, relevant to the content of the course, and they will simply have trouble finding an essay to buy that answers the question.

    Second, those profs who *have* to ask generic, plagiarism-friendly questions will be much better at identifying rip-offs than some for-pay service. More often than not, a cheater's paper sticks out because the content or the style jars so badly with what he has turned in previously. When a student who has turned in nonesense up to this point turns in a perfectly lucid paper, I am immediately suspicious.

    But what if, you say, the professor has so many students that he can't get a feel for their writing? Well, this is a problem. But the solution is to fix class sizes, not to hire a private company to run regexes at a huge markup. The kids in the article are exaclty right: this program is about reducing the number of professors McGill has to hire. Not about improving the quality of student work.

    --
    What's good for the syndicate is good for the country. --Milo Minderbinder
  120. I'm not sure trust is the issue by HangingChad · · Score: 2, Insightful
    What ever happened to trust?

    Hard to tell if trust is the real issue or if your first comment was more telling. One thing for sure, I'm getting seriously tired of this republican attitude of guilty until proven innocent. And that bubbles over into a lot of areas. Check points on roads that inconvenience everyone to check for a few people who have been drinking. Drug testing is another great example. Invade everyone's privacy to weed out few bad actors...one that strangely hasn't affected the actual level of drug use in this country. Software activation inconveniences everyone looking for a few pirates, and where is the payoff? Activation was supposed to lower prices to the consumer. Anyone seen lower prices? So that was bullshit. The DRM arguements are recycled bullshit. Finger printing and photgraphing millions of people looking for a handful of terrorists...more bullshit.

    Guess I'm wondering when we started to just accept this crap as part of the program? Have we turned into such pussies that we feel those things are somehow okay?

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    1. Re:I'm not sure trust is the issue by Hobophile · · Score: 1
      One thing for sure, I'm getting seriously tired of this republican attitude of guilty until proven innocent.

      There is nothing "Republican" about assuming the worst about someone without any direct substantiating evidence.

      One could point to countless examples of Democrats and any other group demonizing someone for an off-hand remark with no proof that it was meant in a malicious way.

      However you provide a classic example of this sort of mentality simply by picking on Republicans specifically. What basis do you have for using such a phrase? Your dimwitted political allegiances? What was that about "guilty until proven innocent" again?

    2. Re:I'm not sure trust is the issue by HangingChad · · Score: 1
      There is nothing "Republican" about assuming the worst about someone without any direct substantiating evidence.

      Oh, really? We don't have to go any farther than Iraq for support of that observation. But for my first witness I'd call Karl Rove to the stand. Let's think back to the Rove-inspired Gay Rumors that were started about political opponents in Texas, a tactic later employed with equal success in a close race in Georgia and more recently in Colorado. Here's an older article as exhibit A, several books to back this up (if you read, that is) http://www.texasobserver.org/showArticle.asp?Artic leID=398

      That's only one example of many such incidents, but those are most relevant to the topic of indicment without evidence. Or don't you know about those? My next witnesses would be Mr. Prescription Drug Abuser wind bag and Haley Barbour, those are the warm up acts. We haven't even started with Cheney and his crew. Politics is dirty all around but the Republicans have taken it to new lows. So, yes, it is a republican trait and there are an unfortunate number of supporting observations.

      Maybe you're not like that, but you support them. What's that say about you?

      --
      That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    3. Re:I'm not sure trust is the issue by Hobophile · · Score: 1
      Congratulations. You managed to miss my point entirely and go off on a tangent citing a laundry list of Republican sins.

      I am not claiming Republicans are angels -- that would be absurd. But it is equal parts ridiculous, hypocritical, and naive to assume that Republicans are alone in such slanderous behavior.

      Witness all the negative commentary on Bush and his new emphasis on the space program, something which is near and dear to my heart even though I disagree with Bush on many, many issues.

      Making sad jokes about Bush wanting to go to Mars to find WMD is tiresomely stupid, because it trivializes an amibition that could well materialize into one of the highlights of the century and rank among the foremost accomplishments of mankind.

      But none of that bothers a substantial number of liberals, who view each and every policy decision that President Bush makes as an act of deliberate malice, regardless of its merits. Where is the rationality in that?

      Still want to talk about "guilty before proven innocent"?

  121. Blowing out of proportion by Universal+Indicator · · Score: 1, Insightful

    I think people might be blowing this out of proportion just a tad. For my college English courses, as well as psychology courses, I was told to use turnitin.com to process my papers beforehand.

    The whole idea of the site is to make sure that you are quoting your sources properly. That is all! If you haven't used proper source quoting, then your paper will be returned letting you know what you did wrong.

    However, the site can be abused by instructors. You see, using the above method of working with the site, the instructor can set up the number of times you can submit a paper. Most professors will set it up so that you can submit a paper two or three times to make sure everything is sourced properly. However, if a professor only lets you submit once, then I could see how using the service could be a bit like trying to win the lottery if after all the computer decides you didn't quote properly without giving you a chance to fix it.

    Even still, the bottom line is that the site is designed to make sure you're quoting your sources properly, not necessarily to check if your paper is an exact duplicate of someone else's.

  122. Re:forgoing moderator points to post; karma be dam by YetAnotherDave · · Score: 1

    the only anti-turintin argument I've seen that has any merit is that they're making money using students' work, without the students being compensated for it.

    Unless I give explicit permission otherwise, the only person who can make money off my work is _me_

  123. Hahaha... by rolocroz · · Score: 1

    The high school I go to uses TurnItIn.com, but so far we haven't had to actually turn anything in using it. What interests me is that there are dozens of schools that put TurnItIn class usernames and passwords on their websites; I've created a TurnItIn username that is enrolled at almost 50 classes around the country. I've even created a teacher account at one college foolish enough to leave that info on an easily-Googled Web page. Ahh, stupidity...

    --

    I meta-mod all positive moderation Unfair, because it's abuse of the system.

  124. False positives are the problem by Mycroft_514 · · Score: 1

    During my MBA, I knew one guy who took his OWN paper and rewrote it to adjust the topic for each new class. According to wha tI am reading here, it would have shown up as a false positive each time after the first.

    At the 2 Universities I attended, no copyrights were granted by the students to the University or to the professor. With American copyright law, it would not be. Therefore, turnitin.com is breaking the law in using papers from many American Universities.

    As for writing style, talk about bullshit! AS students in high school we were taught ot write "this way" which would give all of us a similar style.

    I'm glad that both my degrees occured before the advent of the internet.

  125. Sumbit PDF with images by aliebrah · · Score: 1

    I remember being asked to submit a paper electronically once. I happily compiled by printing the paper, and then scanning it at low DPI into a PDF file without using OCR. They couldn't say anything because they asked for it in 'electronic format' without specifying further.

    1. Re:Sumbit PDF with images by Carmody · · Score: 3, Insightful

      I remember being asked to submit a paper electronically once. I happily compiled by printing the paper, and then scanning it at low DPI into a PDF file without using OCR. They couldn't say anything because they asked for it in 'electronic format' without specifying further.

      How proud you are! You were able to deliberately make someone's life more difficult, and I'm sure you bragged about it to your friends, and they smiled and told you how "cool" you were that you made things tougher on a grown-up.

      A professor has a certain amount of time, and many professional duties. Scholarship, teaching, and service. By asking you to submit things electronically, the professor was hoping to spend more time doing what you are paying him for, reading your work carefully. But yes, by finding a loophole, you were able to take his time away from grading the smart kids' papers so he could read your smartass paper.

      And now you brag about it in slashdot. Someday you may be an adult in a position where you are asking for results from somebody, and I hope you don't have to deal with "You didn't say they couldn't be in base 8" "You didn't say they had to be in English" "You didn't say I couldn't smear excrement on them first"

      It annoys me when people deliberately make other people's jobs harder.

      --
      God is real unless declared integer
  126. Dupe detector? by shish · · Score: 1

    Dupe checker on slashdot = good
    Dupe checker in school = bad

    wha?

    *does the "double standards are fun!" dance*

    (PS. I know they're different, but it'd be the same tech, and IMHO dupe checking for essays is *more* important than dupe-checking on /.)

    --
    I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
  127. I go to Mcgill, and the article missed something by Tyir · · Score: 0, Redundant

    The article says that the reason why Rosenfeld didn't submit it was because he didn't like the 'innocent until proved guilty' idea. However, that was not it. Turnitin.com works by keeping all essays submitted into the database, to keep the database growing. Rosenberg was also protesting the idea that his orignal work will be helping a company (A US company, no less) get more money. This this equally as important in his protest

  128. MOD PARENT UP by Anonymous Coward · · Score: 0

    that's a very good point

  129. over ambitious by Anonymous Coward · · Score: 1, Informative

    you never plagurize for an A or a perfect grade you make a hodgepodge of many and make it look half-assed that way you end up below the suspicion level

  130. Why is it only the other guy? by pieterh · · Score: 1

    For the simple reason that the educational establishment is responsible for itself. Children and teenagers do not run schools, they have no real voice, and rarely any power.

    I'm not suggesting that young people know what kind of education system they need, but it is obvious that it is incredibly inefficient to teach people by force.

    This discussion should be easy to settle, by taking a poll on how many people believe their education was 'optimal'. I've asked this to many of my aquaintances and I get about one positive answer for about four negative ones.

    But... if you think a school should be a place of rules and discpline, with metal detectors and security guards, you have the right to send your kids to such a place.

    1. Re:Why is it only the other guy? by overunderunderdone · · Score: 1

      For the simple reason that the educational establishment is responsible for itself.

      As are college students - who are old enough that we can stop calling them children. Plagiarism is a problem and the source of the problem doesn't lie with the university, it lies with the student. I'm tired of this "society made me do it" crap excuse.

      It is obvious that it is incredibly inefficient to teach people by force.

      It's a good thing that we don't have such a system. The students at a university are there by choice - hell, they PAID to be there. Sure, there are lousy teachers, and institutional stupidity on the part of universities but plagiarism is not caused by those things, and I don't think checking for plagerism is an example of them.

      But... if you think a school should be a place of rules and discpline, with metal detectors and security guards, you have the right to send your kids to such a place.

      What the hell kind of university are you going to??? If (as I now gather) you have changed the topic to the largely unrelated subject of government primary and secondary schools then I can more than agree with you (I homeschool my kids). I'm all for kids having sufficient freedom to explore their interests, and think that government schools are little more than institutional daycare with education too often nothing more than a thin and neglected pretext.

      That being said- at the university level I don't think it takes a rulebound quasi-fascist to think that that freedom to learn extends to cheating and plagiarism. To the degree that these are a widespread problem in universities I think it is more than reasonable that the universities take action to prevent it and to dismiss students that engage in it. I'd go further and say it's the universities *obligation* to do so. It is unfair to cheating students in the long run to let them succeed by cheating; It's unfair to the other students who didn't cheat; and to others in the future that would be fooled into thinking the cheaters diploma is worth something - because it's not.

      There is a fairly wide variety of universities and colleges out there with a range of educational philosophies and practices - if you don't like the one you are at, transfer to another. If you are uninterested in learning for it's own sake and are only in it for the sheepskin, fine - but at least do the work without cheating. If you ARE in it to learn and can't find a university that gives you the freedom to learn as you see fit, a decent library is a LOT cheaper.

  131. At First Blush by DumbSwede · · Score: 2, Interesting
    At first blush it seems to be a good argument "so and so is making money off my work without my permission"
    Last time I looked, the college itself is making money off other people's work in general, and your only compensation is a diploma (assuming you finish).

    I'm unaware of any prohibition of the schools making a students work public, though they may have to take pains to make sure the author's name is removed. So if they put this work on the web, aren't search engines making a profit off this work? That is a battle that has already been fought and lost.

    All of that is an aside. The college takes on the roll of an employer here, and has full rights to whatever works you produce. When I was in college, I constantly heard grumbles (far more justified) about professors assigning graduate students programming tasks that the professors would collect and string into marketable products. At the University of Illinois professors are allowed to profit from side projects, though this is not true for all universities.

    As for fear of false positives, that would be a legitimate complaint if the plaggerism detector merely turned back a yeah/nay response. The article says it returns a fitness number of originality. I would assume when the number gets too low, you the teacher can request the most offending example that it was supposedly plagereized from. Now it becomes a human decision again, by comparing the two papers. I would also imagine this side by side check would only be done on students whose papers consistently come back with low fitness numbers. Assuming this is the way it is applied, I don't have much of a problem with it. The alternative is to just realize that good plagerizers will get the same grades on essays as everyone else, now that so much searchable material is available on the web.

    1. Re:At First Blush by willtsmith · · Score: 2, Insightful

      All of that is an aside. The college takes on the roll of an employer here, and has full rights to whatever works you produce. When I was in college, I constantly heard grumbles (far more justified) about professors assigning graduate students programming tasks that the professors would collect and string into marketable products. At the University of Illinois professors are allowed to profit from side projects, though this is not true for all universities.

      Full time grad students in tech fields are PAID to go to school. So your works literally are "works for hire".

      The fact that the prof gets rights over the university is between U Illinois and their faculty. It's likely part compensation for the fact that most of them could go into industry and make double their academic salary.

      --
      -------- -------- Support Wesley Clark for president!!!
    2. Re:At First Blush by Hatta · · Score: 3, Informative

      I'm unaware of any prohibition of the schools making a students work public

      It's called copyright law.

      The college takes on the roll of an employer here, and has full rights to whatever you produce.

      Unless you have a stipend or work/study arrangement you are a customer of the university, not an employee.

      --
      Give me Classic Slashdot or give me death!
    3. Re:At First Blush by EvanED · · Score: 1

      "The college takes on the roll of an employer here, and has full rights to whatever works you produce."

      This is often true of faculty, staff, and grad students, but it is often *not* true for undergrads. For instance, I retain copyright on my works I do for class.

    4. Re:At First Blush by Stween · · Score: 1

      "The college takes on the roll of an employer her, and has full rights to whatever works you produce."

      Don't know about the States, or many other Universities in the UK for that matter, but I do know that as an undergrad Computing student at the University of Glasgow, I am the sole owner of *any* work I produce. It is my intellectual property, and since I created it, I hold copyright on the work too. Technically, nobody else can use it, without my permission.

    5. Re:At First Blush by Anonymous Coward · · Score: 0

      At New Mexico Tech, we once had a professor name Yodaiken. Every class that he taught, no matter what the focus was supposed to be, you learned one thing. How to program a real-time operating system. Undergrads were doing it, any grad students he had were doing it. Huge numbers of students writing chunks of Real Time OS's.

      Fast forward a couple of years, he leaves the university and starts his company selling Real-Time Linux (RTLiunx). A lot of that code and ideas came straight from undergrad and grad work. Yodaiken is a smart man and he did do a lot of that work himself, but he also did it while employed at the school.

      At our school, undergrads do a lot of work that usually only grad students get to do at other schools. Thus, a lot of work does get turned into marketable products that does get sold -- and the students have no recourse whatsoever.

    6. Re:At First Blush by DumbSwede · · Score: 1
      You are giving the university implicit permission to use your work as a metric of deciding how well you have learned the course material. Since you know ahead of time that your work will be submitted to plagiarism detection software, you give them permission to do so in exchange for them performing their metric service. You don't have to give them permission, as this student didn't, in which case they can just give you zero. Schools have for years put requirements on how assignments will be turned in. Years ago the standard was hand written in pen. Hey! Paper producers and pen manufactures are producing a profit off my work! This plagiarism service is not disseminating your work directly for profit, it is protecting your work by preventing others from using as theirs and profiting off it more directly. You may hold the copyright for any material you produce, but I would say by turning it into a school you have implicitly given them permission to catalog and archive it, for purposes of comparing to other past essays and improving how their metric service is conducted. The fact that they outsource this one particular aspect of producing a metric should be fine, as long as it doesn't violate this one implied privilege given.

      I think you might have legal grounds to kick if the school decided to cull through 20 years of essays to produce a book "Best Essays of the Last Twenty Years," without informing you or asking for permission to include your material.

    7. Re:At First Blush by Stween · · Score: 1

      I give them permission to *see* my work for assessment purposes. They cannot use any software I produce, unless I let them do so. They cannot keep any software I produce.

      Glasgow University does put much of the code we submit for normal assessed work through plagiarism detection software, but this is entirely internal, which is different from the story submitter.

      The algorithms for detecting similarities between documents are not tricky; I know of at least one guy in my year who is implementing some of them for his final year project.

  132. man by Anonymous Coward · · Score: 0

    My teacher for network administration is a rejected high-school math teacher, my teacher for programming is an ex-KEMA ( product testing and qualification corp ) employee. My teacher for Windows NT system administration ( don't laugh ) is a former Greenpeace sysadmin. *nix sysadmin teacher is an ex-marine. All these people changed job to teacher in the last 5 years. So, are they experts regarding their subjects and teaching, then?

    Thats one shitty school.

  133. Academic Spirit by willtsmith · · Score: 1

    I'm pretty sure the prececpt of almost ALL academic ventures is that it goes into the open domain. Once a professor publishes a paper, it's made freely available for use provided that you make the correct citations.

    Here, you can consider a students work part of the "public domain". Once you right it, it's fair use for other academics to cite it, or reference it. "Turnitin" just provides a cross referencing service. They aren't "selling" your paper. It's like doing a public records search.

    --
    -------- -------- Support Wesley Clark for president!!!
    1. Re:Academic Spirit by Anonymous Coward · · Score: 1, Informative

      Whoa there dude have you ever been in academia let alone worked in it? The precept of ALL academic ventures is IP. Professors, and Universities, are very, very careful in maintaining their IP rights. That's why you have to cite :). If it were in the open domain then it wouldn't make a difference.

      Compound this with the fact that as a student, you are PAYING for the privlege of being their. You maintain the rights to all of your assignments unless you explicitly assign those rights over to the University.

      Grad students are different - they're running on the Uni's dole, but as an undergrad, you keep your IP rights.

    2. Re:Academic Spirit by jpmrst · · Score: 1
      I'm pretty sure the prececpt of almost ALL academic ventures is that it goes into the open domain. Once a professor publishes a paper, it's made freely available for use provided that you make the correct citations.

      Actually, it depends on the publisher of the journal/conference. Normally part of publishing is assigning copyright to the publisher. Usually the author keeps some rights, but not for unlimited distribution. It's almost never the case that published academic writing becomes public domain.

      Most universities assign the right of student research and writing to themselves. Every now and then a story pops up about a research assistant who tries to patent something based on their work in a professor's lab; the university tends to lose those cases. It would be part of the university's contract with the assistant, or part of the registration agreement.

      So chances are that most universities (at least in the US) are well within their rights to use this sort of a plagiarism-checking service.

      --

      Time for a snack.

    3. Re:Academic Spirit by srleffler · · Score: 1
      I'm pretty sure the prececpt of almost ALL academic ventures is that it goes into the open domain. Once a professor publishes a paper, it's made freely available for use provided that you make the correct citations.

      You are mistaken. Academic papers are copyrighted. Perversely, in order to get them published the researchers turn over their copyrights to the company that publishes the scientific journal. The researchers are usually not paid for this, and in fact frequently have to pay the journal a fee for publishing their work. The journals jealously guard their copyright in the published works. Researchers cannot typically even post the published version of the paper on their own website, although some journals allow earlier versions of the same work to be posted online. The researchers do usually get printed copies of their paper they can mail to colleagues, although they sometimes have to pay a fee for these.

      Unless there is some legal agreement to the contrary, undergraduate students clearly own the copyright to anything they write. It is not completely unheard of for a gifted student to later publish something that was originally written for a class, and this should not be discouraged.

      If the university wants to continue using this service, what they really need is a licensing agreement with their students, which gives the university the right to keep copies of the papers and use them for plagiarism checking, and gives them the right to assign this right to someone else (i.e. Turnitin). Such an agreement should be signed at the beginning of the program, and it needs to be explicit that the students' compensation for licinsing their work is the consideration of their work for academic credit. A licensing agreement online with Turnitin will not do, since Turnitin is not able to offer the students any kind of compensation for licensing their work. (A contract is only valid if both parties receive some form of compensation for whatever they are giving up.)

  134. I believe it's possible to avoid detection by rolocroz · · Score: 1

    TurnItIn accepts PDFs. I believe that if you create a PDF that is just made up of images of the pages of the report, they don't OCR it, thus defeating the system.

    --

    I meta-mod all positive moderation Unfair, because it's abuse of the system.

  135. Very good and serious point...here's what I think. by Eric_Cartman_South_P · · Score: 1
    Regarding your idea, I was thinking, like, we could force people to use this service before posting on /., maybe we wouldn't have to wade through so many duplicate posts, and stuff.

  136. The problem and the solution by caesar79 · · Score: 2, Interesting

    I have been a teaching assistant for over 3 years and it is no secret that plagiarism is a fact of life.

    The problem is that the assignments handed out are overly broad. Instead, I believe the solution is to significantly narrow down the problem, so that it is more or less unique. You may find it on the net, but u'll spend more time getting it to conform to the requirements.

    For e.g., instead of asking for the effects of globalization on world economy (or some such thing), ask them for effects of globalization on THEIR life. u get the idea...

  137. Maybe the idea is by autopr0n · · Score: 1

    Maybe having the professor run paper though the site was catching "too many" people? Having the student run the paper through the service gives them the opportunity to make sure they haven't plagiarized anything "unintentionally" before it becomes a major issue.

    --
    autopr0n is like, down and stuff.
  138. cheat testers are good by sklib · · Score: 2, Insightful

    A lot of the programming classes at umich have projects graded by an autograder -- specifically you run a script to submit your code, then it compiles it, and runs a bunch of tests to make sure the behavior is right. One of the features of this system is that it checks your submission against every other submission (even past semesters) for that project to see copied pieces of code, even detecting stuff like copies with renanmed variables. And of course every year, we'd hear about groups of people getting caught with all-too-similar code, all with the same set of bugs, etc -- obvious offenders.

    I went through this class after class, and it was never a problem for me, because although i trust myself not to cheat, I don't trust others. If other people are getting the same grades as I am without any of the effort, then the grades mean nothing, because they don't separate people based on what they know. Now, sure, my stuff was all programs, and their stuff is papers or something, but in the end what is the difference? The kids that refused to submit their stuff are just spoiled brats looking for attention, and not focused on learning anything.

    --
    -S
  139. So... by FooAtWFU · · Score: 1

    When I post my paper on my personal website, and then the service says I plagarized myself, what happens? =b

    --
    The World Wide Web is dying. Soon, we shall have only the Internet.
  140. Re:I have no sympathy (anti-humanities rant)... by Anonymous Coward · · Score: 0
    I'm not claiming all humanities are BS, but it's annoying to see that people like me who want to do degrees to then go on to PhD and a career are being financially raped to support the retards who do a couple of years of "American Film Studies" then go on the dole.


    And because of your aspirations you have more of a right to a university education via taxpayer expense? I've worked in the academic environment for quite awhile as a support person, and I'm here to tell you the majority of doctorates I've seen over the last ten years are nothing more than leeches.

    They generally abhor teaching undergrads and then attempt to procure grants to pursue any number of follies errr research with the financial resources of others, most of which will amount to nil.

    So, once you get that doctorate, how about getting a real fucking job?
  141. Hopefully not said before but by jago25_98 · · Score: 1

    How exactly do I write something original?

  142. Class, repeat after me...offshoring by WindowlessView · · Score: 1

    OK lets do some maths here...

    So calculating from the student's point of view they are getting about an aggregate 2.5 hours worth of individual professor and TA attention per year. What a deal at somewhere between $8,000 and $25,000!!!

    (1) Explain to me again why an online degree is considered less worthy than paying a boat load of money to get drunk on campus. Wasn't it because of all this "individual attention" students were suppose to get?

    (2) At the 10+ percent this industry - and let's not kid ourselves that it isn't an industry - raises prices every year, how long before we see hundreds of campuses spring up in India catoring to consumers looking for a better deal?

    --
    Leave the gun, take the cannolis.
    1. Re:Class, repeat after me...offshoring by Ruds · · Score: 2, Interesting

      Yes, because grading is the only individual attention a student gets. And coursework is the only value of a college education.

      People pay tuition because high-quality employers (and graduate schools) prefer candidates who come from prestigious four-year universities. A degree (and high GPA) from such a university indicates:
      (1) The student excelled at the coursework. This is the bare minimum, and can be provided by any university; however, most employers prefer the guarantee of rigor and a reasonable breadth and depth that is provided by a prestigious school.
      (2) The student was mature enough to do well at the coursework while at the same time living away from home for the first time (in most cases). Again, this can be provided by most four-year schools, but the more prestigious the school, the more of an accomplishment this is presumed to be (with good reason--the culture at, say, MIT, requires a much faster maturation than, say, the local community college; whether that's a good thing is another question, but adaptability is certainly a virtue prized by employers and grad schools).
      (3) The student was exposed to and had (the opportunity for) contact with some of the finest minds on the planet, and presumably to their research. This is especially important for graduate school. This is not accomplished primarily in the classroom, but through one-on-one conversations in office hours, small discussion sections or reading groups, and undergraduate research.

      As to your second question, India already has hundreds of campuses with extremely competitive admissions standards; a reason that skilled, educated workers are available in India is that a large number of Indians are highly educated, most in India, not the U.S.

    2. Re:Class, repeat after me...offshoring by stephanruby · · Score: 1
      (1) Explain to me again why an online degree is considered less worthy than paying a boat load of money to get drunk on campus. Wasn't it because of all this "individual attention" students were suppose to get?

      At the top of my head, here are a couple of reasons:

      1. In an online school, you could hire/convince someone else to take the tests and the exams for you.

      2. Internet bandwidth + phone bandwidth will never be as good as human face-to-face bandwidth.

      3. Lack of face-to-face learning from your peers.

      4. Lack of specialized laboratory facilities for some Sciences.

      5. Lack of prescreening. Anyone can get in. Right, or wrong, people don't value anything anyone can get.

    3. Re:Class, repeat after me...offshoring by Anonymous Coward · · Score: 0

      You are implying that 8000-25000 buys you 2.5 hours of the lecturer's time (you did say individual time, but the implication was that 2.5 hours for 8000-25000 was not a good deal). This overlooks the time and resources that go into developing unit materials, the time spent dealing with administration etc, your access to a range of intellectual property.

      Think of it this way...every student that plagiarises an assignment takes extra time in terms of marking. In addition to this, there is extra time spent doing all of the necessary paperwork, time spent in informal appeals by the student, time spent in formal appeals, time spent in administrative appeals, time spent counselling the student in how to avoid plagiarism issues in the future, time spent developing and maintaining relevant university policies dealing with plagiarism. Then there is also the money and resources that go into to running workshops teaching students about proper academic standards, the cost of maintaining full time academic skills advisors and student support officers, the cost of maintaining the web pages of the academic skills advisors.

      So you could say that every plagiarising student is increasing quite significantly the costs to the university. I'm not an expert on University funding arrangements in all places around the world, but I would assume in most places this would be factored into the 8000-25000 or whatever it is that students pay.

    4. Re:Class, repeat after me...offshoring by WindowlessView · · Score: 1

      -->Yes, because grading is the only individual attention a student gets.

      Brushing pointless sarcasm aside, I would have thought it obvious that I was raising the larger issue of whether the economics of higher education in the US are really working.

      People pay tuition because high-quality employers (and graduate schools) prefer candidates who come from prestigious four-year universities

      It is interesting that you equate "expensive" and "prestigious". Part of my argument stems from the fact that there is no correlation whatsoever.

      Even if we accept the fact that the cost of a MIT education justifies itself, can you really claim that the person who goes 100k in the financial hole at age 22 for a piece of paper from Farleigh Dickinson University (or a thousand others just like it) will get their money's worth? I think the answer to that is decidedly no, certainly compared to times when a college education cost less and provided a much bigger societal step up.

      Which brings us back on point: in an age where (a) global competition is likely to contain or erode real earnings and (b) millions more college grads worldwide are available to be tapped for the global work force, can US universities continue to justify and increase their tuition without some kind of economic backlash and educational alternatives arising?

      And before you blithely dismiss the question, consider that the president of (I think it was) Georgia Tech has questioned the viability of US engineering schools in the future.

      As to your second question, India already has hundreds of campuses with extremely competitive admissions standards; a reason that skilled, educated workers are available in India is that a large number of Indians are highly educated, most in India, not the U.S.

      And this has what to do with anything I said?

      Is it your claim that Indian entrepreneurs, educational institutions, academics, etc., would therefore be uninterested in making a sizable amount of money educating westerners more economically than they can do in their home countries?

      --
      Leave the gun, take the cannolis.
    5. Re:Class, repeat after me...offshoring by WindowlessView · · Score: 1

      -->1. In an online school, you could hire/convince someone else to take the tests and the exams for you.

      You do appreciate the irony of this remark in a thread initiated by an article on how campus based students are turning in so many stolen papers, right?

      -->4. Lack of specialized laboratory facilities for some Sciences.

      I think this is the most compelling of the arguments for a campus based education. It is also why, as far as I am aware, no institution offers an online degree in the sciences outside of math and computer science.

      It is, oddly enough, an argument that works against most small campus colleges as well. The expense of setting of up state-of-the-art labs and so forth requires a certain economy of scale that they can't achieve. Hence the fact that "small" is almost synonymous with "liberal arts" schools. When was the last time you heard anyone refer to a "small hard sciences" school?

      -->5. Lack of prescreening. Anyone can get in. Right, or wrong, people don't value anything anyone can get.

      That is a shame, particularly when you look at the luminaries that have graduated from a place like City College in NYC over the years. There is a difference between getting in and graduating.

      That said, there isn't any reason online schools can't (or won't in time) become more selective.

      -->2. Internet bandwidth + phone bandwidth will never be as good as human face-to-face bandwidth.

      -->3. Lack of face-to-face learning from your peers.

      You know, I won't claim that there isn't something to these. But I don't think they are enough to justify inflated education costs when an online education can be delivered at a fraction of the cost. I guess we will see what the future brings.

      --
      Leave the gun, take the cannolis.
    6. Re:Class, repeat after me...offshoring by stephanruby · · Score: 1
      -->1. In an online school, you could hire/convince someone else to take the tests and the exams for you.

      "You do appreciate the irony of this remark in a thread initiated by an article on how campus based students are turning in so many stolen papers, right?"

      No, I only see it as supportive evidence for my point. Right now, some campus-based students get away with cheating when it comes to homework and home projects, but they *usually* can't get away with that much cheating when it comes to their in-class tests and their in-class exams. So my original point still remains, in an online school, you could hire/convince someone else to take the tests and the exams for you.

      However, this problem is easily resolved when the online school arranges to have its tests and its exams taken in a physical location. I don't remember what they call this type of school, but I would agree that this problem goes away when they can vouch for the identity of the person they're testing.

      -->4. Lack of specialized laboratory facilities for some Sciences.

      "I think this is the most compelling of the arguments for a campus based education. It is also why, as far as I am aware, no institution offers an online degree in the sciences outside of math and computer science. It is, oddly enough, an argument that works against most small campus colleges as well. The expense of setting of up state-of-the-art labs and so forth requires a certain economy of scale that they can't achieve. Hence the fact that "small" is almost synonymous with "liberal arts" schools. When was the last time you heard anyone refer to a "small hard sciences" school?"

      I didn't know we were talking about small schools. The smaller the school gets, the lesser its reputation will be in the marketplace, that's my theory anyway. So I didn't know you were comparing online schools with tiny campus-based schools that don't have enough money for lab facilities.

      -->5. Lack of prescreening. Anyone can get in. Right, or wrong, people don't value anything anyone can get.

      "That is a shame, particularly when you look at the luminaries that have graduated from a place like City College in NYC over the years. There is a difference between getting in and graduating. That said, there isn't any reason online schools can't (or won't in time) become more selective."

      Online schools have a high upfront cost and a low marginal cost for adding students, they will become commoditized and their stigma will remain.

      If a school wants to appear selective, it will have to start by being selective. For instance, when UC Berkeley created a world reknown Women's Study department, it started the program by only admitting one person to the major for the first couple of years.

      And incidently, I went to a University but I didn't graduate, so I do know from experience what you mean when you talk about being able to get in but not being able to graduate.

  143. McGill.. by philv2 · · Score: 1

    I actually attend this school, although studying in management. I'd be curious to see what deptartment is using testing out turnitin. Although now that they lost in court, I doubt they'll continue since any student will be able to refuse.

  144. Not teh same as drug tests. by /dev/trash · · Score: 1

    When you pee in the cup, what Intellectual Property are you giving up for free? None.

  145. We're not producing sausages here! by Bopper · · Score: 2, Insightful

    It used to be that learning was a serious endeavor, between a professor and a student, a master and an apprentice. Your final exam was an oral one, and the purpose was for the professor to determine whether you had absorbed the material sufficiently, and the result was a pass or fail for the student.

    As testing becomes more mechanized and impersonal, it opens the door for fraud of all sorts. You can try to stem the fraud with technology, but nothing can stop a student from hiring an expert to write an original essay for them, or even a thesis.

    If society really cares about the quality of the output of universities, then funding should be improved, class sizes reduced, and a more personal approach taken to teaching. Automated fraud detection is not going to save the university, in fact, it just shows how much in trouble it really is.

  146. Student Copyright by jefu · · Score: 1
    A quick scan of google gives me the impression that colleges and universities for the most part do not claim copyright of student work.

    They do frequently claim ownership of the physical medium (the paper or exam itself), and a right to use the work in an academic context, but the copyright most frequently continues to reside with the author (as is proper).

  147. No big deal by indros13 · · Score: 1
    I have absolutely no problem with professors using for-pay sites to identify plagarism. What is disgusting is that the basically have to because so many students are fscking cheaters.

    I don't know why people plagarize. You pay to be at college, you pay for each class. If you cheat, you're just wasting the money you (or your parents) spent to send you there. Additionally, just a couple citations and quote marks transforms a paper from plagarized to innovative, original work. Stop being so damn lazy!

    --
    Under capitalism man exploits man. Under communism it's the other way around.
  148. Where's the license? by mr3038 · · Score: 3, Interesting
    If I check my paper agains plagiarism, will it be added to their database or not? I'm fine with the prof checking my paper with whatever software or service he wants but I would hate if I were required to use a commercial service myself to "proof" that my work is original. Double so, if the license for the service required me to give rights to distribute my work via the service.

    As I can see it, I return my paper to the prof and because I have the copyright to the paper, it cannot be stored by some for-profit-company unless I license it. Perhaps I should hand out my paper to the prof with a written license that he can use it as required for grading it but the paper may not be redistributed. If this web service doesn't allow comparing the paper without adding the content to their database, then the prof cannot use this service. If, on the other hand, the service allows checking papers without adding the content to the database, I can see absolutely no reason why the prof shouldn't be allowed to use the service if he feels that it's the most effective way to work. If the professor or the university pays the bill, of course.

    --
    _________________________
    Spelling and grammar mistakes left as an exercise for the reader.
  149. My rights to my work is my problem with turnitin by Facekhan · · Score: 1

    If a school wants to run its papers through a service like turnitin then that is fine. I don't really care if they use a service to find cheaters. There are so many cheaters in colleges it would be nice for those of us who are honest to have a chance again. I was recently in an exam and the professor left the room for a few minutes (his fault I admit) and instantly everyone was asking for answers from each other. And in several cases this year I was offered money to other people's work. Obviously they found someone to do it.

    My real problem with turnitin.com is that they collect a database of papers from those submitted and those published. They are using original works of others without permission or compensation and making millions at it.

    I am starting to add a copyright notification at the end of my papers specificly prohibiting their storage in turnitin.com's database.

  150. Re:I have no sympathy (anti-humanities rant)... by rokzy · · Score: 1

    yes I believe I should have more of a right. I'm doing a degree because it's the only way to get into the profession I want. people who are doing degrees just for the sake of being able to say they have one are a waste of resources.

  151. Colleges don't own your copyrights by Facekhan · · Score: 1

    Even if you had signed an agreement to this effect. You are essentially giving them something for nothing. Ownership of your papers goes to the university but you are not compensated in any way. Your education does not count because you pay tuition and fees for that. It is a contract without "consideration" for the student, so even if that guy was right which I am quite certain he is not since I know I never signed any contract with my evil university and they are exactly the type of place that would try this sort of thing, therefore the contract probably would not be enforceable.

  152. Just use babelfish twice! by Powercntrl · · Score: 1

    Just run it through English to some other language then back to English again. Oh sure, you may get marked off for bad English, but they sure as hell won't figure out your source!

    Example from turnitin.com's own site:

    Turnitin took once to a plagiarized test the 100% word by word. He was of course already suspected, due to the professional quality extraordinary discharge of the writing. But really it helped saving the effort "to obtain the test."

    --

    ---
    DRM is like antifreeze, to the MPAA/RIAA it's sweet, to the consumers it's poison.
  153. Sorry, the article doesn't support the claim by eschasi · · Score: 1
    This line from the summary at top really hit me:
    The student is right to refuse, as he gets no compensation from the service for making money off his original work.

    Unfortunately for the submitter, this sort of things appears nowhere in the CBC article. Yes, the paper is compared to other papers submitted. How one gets from that to 'gets no compensation' is such a thin reed as to be ludicrous. To continue in the own submitters logic, it would be like Olympic atheletes refusing to submit urine samples because they don't get a cut of the testing labs income.

    It may well be that the submitter knows more about this case or the student than is visible in CBC article. But as the moderator notes, there's so little detail in here as to be useless. The editorial comments simply further that uselessness.

  154. Smaller classes? by TachyonAT · · Score: 1

    See this is a case where having smaller classes is once again a better idea In high school my english teacher would know in an instant if someone hadn't written a paper because after a few in class essays she had some idea of our writing stlye. I know in colleges this might not be so practical, but that just makes me glad i go to a smaller school (classes of 20-30 instead of 100-200)

  155. Re:Hrmm cutandpaste by Anonymous Coward · · Score: 0

    In todays age, cutandpaste is the main way to write papers. Most students don't or will most likely not step into the university library to research the material in books, magazines etc but will cut and paste from the internet. In my day, one had to do the research and use a typewriter to do the paper. Moreover, you were also graded on the whiteouts and cleanliness of the paper, smudges etc. Today, its laser printers with color
    and graphics. I'd think graphics would not be allowed but that one had to do it the old way.

    One of the problems with cutandpaste, is that when one does use a sentence/paragraph almost verbose, but doesn't properly quote it, that one could be accused of plagerism. This could be a mistake on the students part due to forgetting/mistake to include a reference quote, or that the student says its only part of phrase and thus quoting it in their judgement could be skipped since it is so minor that just about any reference or source could have stated the same thing due to its commonality or status quo.
    So how do you grade a paper when a student makes a mistake like this.

  156. well by ShadowRage · · Score: 1

    if the professors need a site that probably re-sells the essays to cheating websites or individuals, then they should be fored because they cannot do their job, god, they should go back to the public school system where teachers are expected to do that shit.

  157. Whats the big deal? by logicnazi · · Score: 1

    Now I'm usually a big supporter of personal rights and so forth but I simply can't see how this inconvieniences anyone let alone violates their rights.

    First of all anytime you hand in a paper it is implicit that you give up certain rights to that paper. For instance, I don't think anyone would claim a prof. shouldn't be allowed to keep a copy of all papers turned in to later compare for plagerism. How is this really any different?

    So what if a prof keeps a copy of every paper turned in to him and then highers a grad student to check new papers against the stack of old papers. In this case someone is clearly making money off of the papers (the grad student) but I still don't see any evidence of a rights violation.

    Would it suddenly be a violation of rights if the department or the university maintained a file of all papers instead of the prof. I can't see a problem here, in fact I think many departments do engage in this sort of policy. Would creating a seperate administrative unit in the university which pays grad students to compare papers suddenly make this a violation of rights. If the university makes agreements with other universities to merge their plagerism checking effors is this a problem?

    It seems all that has happened here is that the prof/university has subcontracted out the process of checking for plagerism (or at least the first check). I don't see any difference between contracting with a company or paying a graduate student.

    Of course to be fair the company which detects plagirism should be prohibeted from using the papers in any other manner (selling them etc.. etc..). However, whether or not they actually include this guarantee in their user agreement practically this shouldn't be an issue. After all who would want a term paper you know is entered into an anti-cheating database?

    --

    If you liked this thought maybe you would find my blog nice too:

    1. Re:Whats the big deal? by alecto · · Score: 1

      The big deal is that there's a big-assed difference between a college or university doing something like this on its own, and a commercial enterprise making money from the aggregation of the work of students across many institutions. No one has the right to make money from a student's academic work without his explicit permission. And any college requiring that permission be given as a condition of attendance is acting in a morally reprehensible manner.

    2. Re:Whats the big deal? by logicnazi · · Score: 1

      I think there is an important difference here. The private institution is NOT making money off of the students creative work. They are only making money off of having a DATABASE of student works. All the value is contained in the assembely of the information, nothing of the students is truly being used for a profit.

      If information wants to be free then companies like this should be able to do there thing. If you believe in the advantageous of free and open information you have to be willing to accept things like this. If you don't like the profit motive start your own non-profit site that does this.

      --

      If you liked this thought maybe you would find my blog nice too:

    3. Re:Whats the big deal? by alecto · · Score: 1
      If you don't like the profit motive start your own non-profit site that does this.

      What does liking or not liking the profit motive have to do with a private enterprise making use of students' work without compensation? It looks as if you've danced around the issue while backhandedly trying to call me a Communist!

      The fact is, any university or college requiring work to be submitted to any database of this sort is on shaky ground unless the practice is disclosed in the catalog. If this were a U.S. school, I wouldn't have been surprised to see this being settled in court, as opposed to an internal judicial procedure.

  158. The real problem with this is... by Art_Vandelai · · Score: 2, Insightful
    that if I write an essay or a term paper, it should belong to me. I should not have to give up my ability to profit from (either to get a higher mark in class, or provide the knowledge and theories that I have researched to build upon or profit from at a later date.

    Students who hand in their essays automatically give up their rights to their work to turnitin.com. This company is assembling a massive database of content, which can then be turnd around and sold to businesses for big bucks, without giving credit to the students who created the material. These guys are worse than the RIAA is when it comes down to compensating the creators for their efforts.

  159. Maybe I can sue them? by BigDish · · Score: 4, Insightful

    I absolutely hate TurnItIn.com, but sadly many teachers at my school use it. I have never cheated in my life, but as others have mentioned, I feel I have to prove my innocence.
    I'm wondering if I have legal grounds to sue them, as every paper I have submitted to them has had the following attached to the bottom:
    Copyright (C)2003-2004 (My Name). All Rights Reserved.
    Any unauthorized use, reproduction or storage, either electronic or printed, in whole or in part, without written or verbal permission, is a violation of international copyright laws.
    Permission for TurnItIn.com and/or iParadigms.com to retain a copy of this work for more than 14 days, or to incorporate this work into their database(s) is explicitly DENIED.
    They have terms and conditions people automatically agree to when they use TurnItIn.com, it would seem my terms for them receiving my papers would be valid, as they will obviously ignore them and retain my papers.

    1. Re:Maybe I can sue them? by Insanity · · Score: 1

      Now that this issue is in the public consciousness, TurnItIn will probably add the equivalent of a click-through license agreement to their system, wherein the user specifically grants permission for long term archival and royalty-free use. This assumes that this isn't already the case.

      The notice on your paper won't do much good in the face of a contract to which you agreed (after all, you clicked "I Agree"). Your notice is passive, while you have to actively click on something to agree to the hypothetical TurnItIn license agreement. It could be argued that you made a conscious decision in managing your intellectual property, and thus, the license agreement supercedes the disclaimer on your paper.

      More importantly, you can't just make laws. To use an analogy (I know, just bear with me)... If you make a product, you can't say "This product is not to be used outside your bathroom. Kitchen use is explicitly forbidden." Well, you can say it, you can stamp it on the product, but it won't have any legal meaning.

      Likewise, the notice that you suggest putting on the paper would hold no legal weight. You can state that it's your copyright, but it's yours even if you don't. You can state that all rights are reserved, but those rights remain yours even if you omit that standard line. There is no magic phrase that makes copyright valid - if you made it, you own it.

      If you decide to enter a legally binding contract with TurnItIn, one that gives them unrestricted use of your copyrighted work, then the law will see that as your mistake. Don't agree to something unless you're prepared to accept the consequences.

      [At this point it should probably be said that I'm not a lawyer; far from it, I'm applying what I think to be common sense to the situation.]

      [Of course, a reality check is in order: the balance of power between the individual and a larger corporate entity like a university is so skewed that the idea of you signing a mutually negotiated contract is a joke. The act of "agreeing" to a license in a situation like this is like agreeing to something with a gun to your head. One could argue that this makes such a contract unenforcable, but the reality is that the law doesn't see it that way. You went through the motions of agreement, so the contract is valid. To rule otherwise would invalidate the system of EULAs that the entire tech industry is based on.]

      --
      Nix absolutably seriousness.
    2. Re:Maybe I can sue them? by ZorbaTHut · · Score: 1

      Keep in mind that he's said *he* doesn't use turnitin.com - his *teachers* do. If his teachers sign a contract saying that anything they submit can be used, and then submit something they have no right to give up rights to, then the law is pretty firmly on the student's side.

      --
      Breaking Into the Industry - A development log about starting a game studio.
    3. Re:Maybe I can sue them? by Dhalka226 · · Score: 1

      They have terms and conditions people automatically agree to when they use TurnItIn.com

      By submitting the paper to begin with, you no doubt agree to the terms you say they have. Writing on your paper, "I had my fingers crossed!" doesn't make a difference. You can't agree to their terms to permit them to do whatver they want and expect them to abide by your terms limiting what they can do. You've already agreed to their terms and theirs supercede yours.

      Now if, on the other hand, you gave the paper to a friend to look over with a clause that they could not do anything to make money from it, and they did, your terms would seem to apply.

      The gray area is who sbumits your paper. If you do yourself and the profs check it from the service, see paragraph 1. If you give it to the teacher who puts it throw the system, you have an issue: Did you explicitly agree to permitting your professor to do that? If not, it seems your professor would be the one in violation of your terms, not TurnItIn.com. If you did give explicit permission, then you have essentially waved your terms.

      IANAL, but I'm pretty sure that's how it would go.

  160. and I'm a student by Anonymous Coward · · Score: 0

    and would you believe a I had an instructor last term who showed up unprepared for lecture but projected an online version of the textbook onto a screen in the front of the room and tried to speed-read it as he lectured with his back to the class?

    So would the instructors agree to have all of their lecture notes pre-processed by the same plagerism software so that the schools and students know they're getting the original instructional resources they paid for and a copy of readily available material?

    1. Re:and I'm a student by WanderingGhost · · Score: 1

      and would you believe a I had an instructor last term who showed up unprepared for lecture but projected an online version of the textbook onto a screen in the front of the room and tried to speed-read it as he lectured with his back to the class?

      So would the instructors agree to have all of their lecture notes pre-processed by the same plagerism software so that the schools and students know they're getting the original instructional resources they paid for and a copy of readily available material?


      But that's using one error to justify another. A teacher shouldn't only read. He is supposed to explain, and "make people learn". Now... He may need to use some text that's already been written instead of reinventing the wheel (like using a textbook, for example). Not for reading in class, but so students may follow the subject, and catch up if they've missed something.

      I never "read" in class. I usually take lots of time to prepare classes, and build concepts gradually, give exercises, and always - always - ask if everyone is understanding what I'm talking about.

      And still, there are the guys who just want their degree, and it doesn't matter to them if they're going to learn anything or not. And I'm sorry - but they will make others feel like them. It's a contagious feeling ("who cares? Let's have a beer"). It's hard for the others to resist.

  161. I go to McGill... by BSDevil · · Score: 2, Interesting

    ...and can clear a few things up.

    Firstly, the use of Turnitin.com is very rare at McG. In fact, the prof for this class is one of only two profs in the whole school that make using the site mandatory. Apparently this prof is the only one that thinks we're all rabid cheaters.

    Secondly, although the article dosen't say it, the case was won in a domestic McGill instiution. As of the fall (when this was big news), the saga of Jesse Rosenfeld had moved beyond the negociations with the prof, to the point where he was about to file a J(udicial)-Board complaint. Seeing as the J-Board, however, takes somewhere in the matter of a year to get anything done, it was time for another round of negociations, this time between Jesse, the prof, the departement, and Student Advocacy which got the solution.

    Oh yeah, and this was after five or six articles in both Campus papers, as well as the backing of the Undergrad Student Society and the Postgrad Student Society.

    So way to go Jesse. Although I'm personally not a fan of you, you won one for the little guy.

    --
    Cue The Sun...
  162. Sweden by Knacklappen · · Score: 1

    In Sweden there is an analogon to this service: Urkund. They offer the possibility to the student exclude your file from public access. Only your home school//college/university will have access (this is regulated by the law). They also mention that your copyright is not affected.

    Well, I must admit that I welcome that my university has begun to use the service more frequently. For me, there is no excuse for cheating sutdents.

    To the world outside, especially to someone who wants to hire you, a degree is a proof of your knowledge. So they don't have to check with you in person, whether you know anything at all (often, they don't have the knowledge themselves).

    It's like certificates for commercial websites: Do you accept their pledge to be trustworthy, or do you want to see a valid certificate?

    --


    Excellence: Moderate (mostly affected by comments on your karma)
  163. Cheating is rampant in the university system by bigbadbob0 · · Score: 3, Insightful
    Cheating in the university system right now is absolutely ridiculous. As a computer science student at one of the University of California systems finest, I find that some large percentage of senior-level computer science students couldn't write code to save their lives. They have made it through all 4 years by cheating on their programming assignments.

    Even more disturbing is the fact that these cheaters, when caught, get nothing more than a slap on the wrist. They are not kicked out of the school, the department or even the major. They are sent on their way with a note made on their "permanent record."

    I'm quite sure that cheating is just as bad in other departments/majors as well. Something should be done about this.

    1. Re:Cheating is rampant in the university system by Anonymous Coward · · Score: 0
      Cheating in the university system right now is absolutely ridiculous.

      I agree completely. I used to teach Math at a major west coast (Pac 10) university. Whenever we made two (or more) versions of a test or quiz, several students would appear with the absolute correct answers to the questions from the other test. "I can explain!" they'd cry. So can I.

      The major problem, as another poster has pointed out, is that when caught and turned in (and convicted!) they don't even get a note on their "permanent record" as you suggest. They get a slap on the wrist and told not to do it again.

    2. Re:Cheating is rampant in the university system by serutan · · Score: 1

      Maybe something should be done, but that doesn't make any one thing right. I don't think withholding grades unless students sign over rights to a third party is a suitable answer, especially since the students already paid to be graded. It's like a movie theater demanding that you write a paper and sign the rights over to them or they won't let you see the last 10 minutes of the film.

  164. It's NOT like random drug testing by hross · · Score: 1

    Here is a related article from the Globe and Mail and a response that suggests it is the same as random drug tests. It is NOT the same as random drug tests. http://www.globeandmail.com/servlet/ArticleNews/TP Story/LAC/20040116/ESSAYS16//?query=McGill http://www.globeandmail.com/servlet/ArticleNews/TP Story/LAC/20040117/LETTERS17-5//?query=McGill

  165. Turnitin's legal statement by Facekhan · · Score: 2, Informative

    Turnitin.com has a legal opinion they had written up to explain the issues with what they do. In the opinion they admit that some aspects, particularly the archiving and the commercial (for-profit) use of other's work is not necesarily covered by fair use.
    http://turnitin.com/static/legal/Legal_Docum ent.pd f

    warning pdf file, your eyes may bleed.

  166. It is NOT the same as random drug testing by hross · · Score: 4, Insightful
    This testing is NOT the same as random drug testing.

    The problem is at least two fold:

    1) The testing company keeps the submitted essay and then uses it to test further submissions. They are now using the submitted essay for their own profit, and the student is effectively forced to allow this.

    The equivalent drug test would be where the blood/urine sample has a value on a secondary market and the original owner loses the right to dictate how this sample is used.

    2) Also, there are many procedural issues that relate to plagiarism that make the issue worse. It has been defacto at McGill that if you submit group work and one contributor has plagairised - intentionally or not - then all members of the group are held accountable. Teams often divide work for efficiency. To then require that every team member vet every other member's work is simply impossible in theory and impractical in general.

    The equivalent drug test would be to ban everyone on any team that has had any member fail a drug test. For people caught in this net, the heavy-handed practise feels unfair and indefensible.

    For people with professional standing (e.g. accountants) this has long reaching impact far beyond some elective where a team member missed citations.

    In practise, it can seem like the guilt by association with a death penalty.

  167. An even eviller approach by LPetrazickis · · Score: 1

    Couldn't this service theoretically set up a sister site that sells the papers that were submitted into the anti-cheating service? This has the added benefit of increasing true positives as people start submitting the essays they had bought from the same company.:P

    --
    Is this a sigs-optional kind of place? 'Cause I am totally down with that if you know what I mean.
  168. [SOT]: their crawler by SavannahLion · · Score: 2
    On that business about the Cyveillance bot being ill behaved. Did anybody else find it strange that they use a robots.txt and their contact information is a free yahoo.com address?

    I guess it's OK for Cyveillance to harass everyone else, but we're not to harass them. :-\

    1. Re:[SOT]: their crawler by Neophytus · · Score: 1

      hotmail will shut down addresses used for domain registration.. do yahoo do the same?

  169. Don't go. by foniksonik · · Score: 1

    I avoided this whole debacle and self taught. There's nothing in a University system that can not be found outside. They are delapidated institutions riddled with hypocrisy and inefficiency whose only purpose is to line their own coffers with your parents money and whatever grants or 'donations' government and special interests care to give them. The only thing Universities have to offer is resources and peer review. If you plan to be a biochemist or nuclear physicist you're out of luck, otherwise you don't need anything more than a normal consumer grade PC and some motivation as resources. Peer review? Find some semi-intelligent friends, you'll be better off than what the University has to offer.

    The truth is that unless you're a lawyer or a broker you won't be making enough money to need a degree/piece of paper until you're 28-30 years old... no matter what. Strangely enough that is when you're also old enough to be taken seriously as an adult and profs, administrators, etc won't be a quick to try to push you around. So if you really need a degree graduate or post graduate, wait until it counts.

    Ultimately my advice is to go out and make $15-$20 an hour doing something you really enjoy for awhile, take people on balloon rides or push them off a bridge with a bungie attached, there's no need to get stuck sitting in a desk while you're in your physical prime... plenty of time for that later.

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
  170. My Experience with Turnitin by annielaurie · · Score: 1

    These people give me the creeps.

    I maintain and host a website for a group of people who make and sell rosaries and prayer beads. The site includes very little text; what is there includes descriptions of the pieces and the odd prayer or scriptural reference.

    Turnitin has been crawling the site for months. I could prevent it (according to them) by adding them to the robots.txt file. But they're decidedly not interested in holding any philosophical discussions. (Why are you crawling this site when there's no original text here?? Do you care? Or do you just operate some kind of giant maw that chews data and students and spits out the mangled remains?)

    I keep worrying that some hapless student somewhere will cite a scriptural passage, prayer, or whatever and become the victim of some massive and impersonal vengance due to Turnitin combined with professorial ignorance.

    I seldom say anything "against" teachers. But when I was producing term and research papers, there was an assumption that the professor or instructor actually read them and that he/she was literate enough in the topic to ferret out any bogosity.

    This ticks me off especially when I consider the massive tuition bills that students (and their folks) are paying now. Apparently all these gigabucks don't entitle the student to a careful reading of his/her work. As I said, Turnitin gives me the creeps.

    Anne

    --
    DUCT TAPE: The Election Supervisors' Secret Weapon
  171. Appalling no. Annoying yes. by wornst · · Score: 1

    Give me a break. This is not such a big atrocious deal. Plagarism is appallingly rampant at colleges and universities today - it's even worse in high school and middle schools these days. People shouldn't steal someone else's work and turn it in as their own without proper citations. MLA is not that hard of a citation format to follow. Mistakes happen, especially in college when one has to write a paper after, during, or right before partying. A mediocre professor can see the difference between honest mistakes and an honest attempt at stealing. People just don't want to get caught doing what they know they shouldn't be doing.

    If you are an English, Philosophy, Poly/Sci, and etc. major, this should not be a problem in the least bit. Original work is your goal - I have a feeling that people who really like their majors and the writing it requires of you would not care about having to submit papers to the service. Getting published is your goal anyway and people are going to go over your work closely no matter what. I have a feeling that the "101" people who are just taking a writing class to fulfill a requirement are the one's bitching. In a intro class no one expects genius. You don't need to be original, just don't steal. Is it really so hard to parse a few sentences together that are your own?

    Getting back to the service itself, if anything it should be adopted not at universities (where supposedly you are PAYING money to GET an EDUCATION), but instead in public high schools and middle schools. That is the place where this type of plagiarism really needs to be nipped in the bud. A lot of teachers on this level don't have the access or are too over burdened by student load, cash, etc., to have the time to trawl through the net like their students. My Father was a high school english teacher for 25 years and now teaches on the middle school level. He happens to love computers and the internet and is constantly catching students trying to pass off work as their own. It's pathetic. But a lot of teachers don't have that kind of computer savvy, or at least knowledge.

    You can do a lot with a computer. I remember back when Prodigy was the main online service and I would use it's encyclopedia & etc. to help me write reports and stuff. I remember thinking how easy it would be to just use the info. Having always had a computer (I'm 26) I was unique back then. (With my Mac Classic I even used scanned images taken with a logitech hand scanner to spice up various reports). Now, any kid can do stiff like that and so much friggen more.

    So yes. You are guilty until proven innocent - but who cares. Trust is something that is earned anyway, and if this is the way students toady have to earn it, then so be it.

  172. Cs majors by minus_273 · · Score: 2, Informative

    I think every CS major already knows about this. We have been doing it here at my school for year now. Wonderful apps like Moss do agreat job of finding people who have stolen other people's work
    Move along, nothing new.

    --
    The war with islam is a war on the beast
    The war on terror is a war for peace
    1. Re:Cs majors by sholden · · Score: 1

      The rather major difference between this form of plagerism detection and most is that it is performed by an external for profit company.

      I have run plagerism detection on all the assignments for all the courses I've run. No one has ever complained, and no one would have grounds to. Since the plagerism detection is just part of marking and placed no extra requirements upon the students.

      I don't know anyhing about Moss that I didn't read on http://www.cs.berkeley.edu/~aiken/moss.html just now, but it doesn't seem to infringe on the rights of the student.

      My university tried a similar thing last year and it also caused a stink amongst the students. The problem is that to submit the assignment the student must first submit it to the plagerism detection company. That submission requires assigning some rights to that company - essentially to comply with the assignment submission requirements the student must license their work to the company in question to use for profit making purposes with no compensation at all.

      At my university that actually conflicts with the letter of the university regulatoins about student intellectual property, since the university isn't allowed to force the students to do anything with the student's own IP.

  173. Let's talk about the student's "I.P."... by jwiegley · · Score: 1
    The original poster's, or affected student's, argument of... "The student doesn't make any money from the use of his intellectual property" (paraphrased) is crap.

    Too bad!! There is no law that says just because you created something and gave it away you must get money for it. Unless there exists an original contract between the parties that promised such payment. Which there wasn't such a contract in this case. Just a whiney student's immature wishes and subsequent tantrum.

    First off: The professor CAN do what he did and make it a requirement that all student's work be submitted to anywhere and in any manner he wishes. If the students fail to adhere to the rules (as arbitrary as they might be) then zeros CAN be given. If the student finds the instructor's policies unacceptable then they can always take the class with a different instructor, take a different class entirely or even switch major or institution.

    But actually the reality is that the student does sort of get a payment for his work. Its called a grade. If he accumulates enough decent grades we award them a bonus called a degree and that is one very, very valuable asset for younger people these days.

    This is not about "fairness" to provide students with only policies they like. Come on... All of us had more than one professor in our academic career that we found to be unfair, biased or just a plain jerk with stupid policies. Just because we didn't like the policies didn't mean they got repealed or changed. There is no law mandating student's approval every policy that they are subject to. Besides what jobs do you know that enforce only policies that the employees like? If they did then every company would go bankrupt in two weeks. (See Dilbert's "flextime" fiasco).

    And if you want to talk about "fair" is it fair to hobble instructor's ability to catch cheaters? (And let me tell you, they exist in large quantities). No, because there are students that actually make the effort to do the work and they are not being treated fairly if other lazy, unethical students who cheat and cannot be caught are awarded the same privileges. This fairness is of far, far more importance.

    Yes. I am a university faculty member. Cheating is a big problem. maybe because degrees are so essential to success these days and effort seems to be on a decline. The Internet and modern technology has provided cheaters with resources and methods that are nearly impossible for instructors to thwart. There is nothing wrong with what the instructor in the news item did. The student, if they don't like it, can cry all they want. Or they could mature a little bit. I would suggest the latter as being the more productive and successful solution.

    However, I will backup the argument in favor of the student if the instructor failed to: 1) explain in the course syllabus that submitted works will be filed with the anti-plagiarism service or that other, non-specific anti-cheating methods would apply to submitted works; or 2) The instuctor verbally explained, clearly during lecture that this policy was being enacted and why. (And then I would even allow that this explanation should have been given prior to the last day allowed to students to withdraw from the course without receiving a grade a "F").

    Pick on my grammar all you want; I'm not an English professor. ;-)

    --
    I will never live for sake of another man, nor ask another man to live for mine.
    1. Re:Let's talk about the student's "I.P."... by Anonymous Coward · · Score: 0
      Nice troll.

      ~~~

  174. Well Put by Anonymous Coward · · Score: 0

    It's similar to classes with compulsory attendance. Those kinds of measures always seemed to me a tacit admission that the class wasn't worthwhile enough to justify coming to so students had to be compelled by some other means. Anyone paying the prices that a college education today requires should expect more value than a class with compelled attendance, or untrusted honesty. It's the same principle in both cases.

  175. i don't think anyone here would argue by Transient0 · · Score: 1

    that your high school English teacher was an idiot.

    Just working from your original text, I can find three word clusters like "about which a," "go so far," "in addition to," "as to say," "may well be," "this is not."

    Given the definition provided by your teacher I would say that "many students could be falsely accused" is a bit of an understatement. I would be surprised to find a single paper that would fail to meet these criteria.

  176. Is this a Breach of Contract?? by serutan · · Score: 2, Insightful

    IANAL, but to me this looks like a clear breach of contract. When students pay to take a class, the deal includes an evaluation by the teacher. Otherwise they are merely auditing the class, which they can usually do for free. Simply marking the work with a zero is not an evaluation, at least not by any competent definition. Students who have paid to take a class shouldn't additionally be required to forfeit something to an outside vendor in order to receive a grade.

    Come to think of it, the anti-plagiarism service seems very parallel to what record companies have been doing for a century. Musicians don't don't make money from record sales because of the expenses that are routinely deducted from their royalties, leaving zero. They get a chance to achieve fame while the record company makes money from their work. Students get a chance to achieve a good grade, and the anti-plagiarism service makes money by adding the students' work to their database without having to pay for it.

  177. Re:Some things it seems to noteful to point by xtermin8 · · Score: 1

    I said Cambridge because there are a lot of Universtiy Institutions here. Havard and MIT are just two of many. In that sense, we both are likely to have a bit more knowlege of various educational institutions than other geographical. The article doesn't mention anything about government involvement, which led me to assume it wasn't a court level ruling. Also does Canada have more "liberal" views on privacy rights? The tone suggests they might, but I'm not clear what the difference might be.

  178. Re:Hrmm (yeah, but beta error) by Anonymous Coward · · Score: 0

    You're probably right about most not being very clever, but your argument's still has classic type II (beta) error; detecting there's not a problem when there is. aka not rejecting the null hypothesis

  179. IP rights the issue by mzungu · · Score: 1
    Our department at uni used to run all of the submitted coding assignments in the first year through a script that would normalise the ident style, remove the comments and change all the variables names so they they could be diffed to check for cheating.

    I think there is a significant difference between a university using scripts to check for cheating and a commercial entity that acquires the right to use students' Intellectual Property.

    In the former, the university does not make any money. In the latter, the commercial entity gets the right to use the students' papers to further the commercial entity's profits.

    -- mzungu

    1. Re:IP rights the issue by Anonymous Coward · · Score: 0

      You're kidding, right? If you're not from one of those lucky countries where the "government" (and in practice your parents) finance your education, just look at your bill...

  180. no, nuisance isn't the issue by Anonymous Coward · · Score: 0

    It's not a public nuisance issue, it's a public v private communication issue. Posting a letter sent to you is valid since it's not only intended for your viewing (and you to do what you like with it) but it's not compelled. Papers are an interesting position for the student; only a fool would suggest that papers for university aren't compelled; if not by your grade than in the wider world the financial benefit of getting a degree. The fact that these are compelled writing doesn't mean students should cede their copyright on them. The previous posts are entirely right. The issue is entirely about the database created without students *voluntary* permission (sure they give access, but it's hardly voluntary), not about if plagiarism checking is a good {or at least a necessary-evil}.

  181. International Group by 0x0d0a · · Score: 1

    It would be interesting if universities required students to place papers in some kind of international repository. This would be searchable, and could be read (and used as a reference). It would also serve as a marvelous plagiarism detector.

    1. Re:International Group by squozebrain · · Score: 1

      It would be interesting if universities required students to place papers in some kind of international repository. This would be searchable, and could be read (and used as a reference). It would also serve as a marvelous plagiarism detector. The problem is how to protect the content. You don't want it to be too accessible, because it might become a big source for people who want to plagiarize. I like the idea of locally managed data on a locally administered server which accepts search requests from trusted sources. In this scheme, outsiders never have direct access to the content, but can still use it to check for plagiarism.

    2. Re:International Group by 0x0d0a · · Score: 1

      I have to disagree.

      A source that is trivially searchable is no longer a good source for plagiarism, because a prof can check a paper with a single click.

      The current fragmentation (and commercial nature) of existing sources is what gives rise to plagiarism. There's a good chance that someone can write a paper at university A and that if someone else submits the same paper a year later at university B, the lecturer won't be able to pick up on the fact. Hence, it's easy for websites that allow archiving and downloading of papers to spring up.

  182. Can we stop the Slashdot editorializing? by BTWR · · Score: 0, Offtopic

    Can we stop the Slashdot editorializing? I mean, look at this story. The first half is very fact-oriented and neutral. It presents the case in question, the student's views and his initial punnishment. Do we need the poster's opinion as well? That is the sort of comment that should be reserved for the COMMENTS section, not the main article...

    anyone else agree that we're seeing this much more recently?

  183. I smell a rat. by An+Anonymous+Hero · · Score: 1

    Just ran http://www.catb.org/~esr/comparator/comparator.htm l through turnitin. Result:
    This page is plagiarized from:

    (internal document)

    turnitin.com: 403 Forbidden Access Denied / NDA protected page / Call Boies, Flexner, Schiller.

    Wazzup?
  184. Solution: submit papers using prof's public key by Starman9x · · Score: 1
    OK, I've read the many pros-and-cons and they are all griping about the same thing: that the "paper" will be retained by the scanning company for use without compensation for the submitter [and also bears the potential for the paper to be "extracted" from their database by a hacker/disgruntled employee and further sold down the river...]

    One poster had the right idea: present the paper as a scanned PDF image -- sure, a little more work for both parties, but not overly burdonsome to either [not even to the prof -- acrobat reader may take a long time to load, but not much longer than word...] The downside is that this can still be "OCR'd" from the images

    I'd suggest taking it a step further: submit the paper using the professor's "public key" -- that way, ONLY the professor can decipher it. If further copies "magically appear" in turnitin's database, well, you have a pretty good idea who the culprit may be...

    Actually, just as a side note, maybe this is a GOOD use for some of the new "features" in a palladium-ensconced version of office: you, as the "author" of the paper, can explicitly forbid copying and perhaps even the ability for turnitin to "read" it... (of course, turnitin will just look for an open source version of a DRM cracker... :) )

  185. Damnit. by xcham · · Score: 1

    I submitted this story yesterday, in fact before the CBC was even covering it, citing CTV's coverage of the same story.

    The point that a lot of people seem to miss when I tell them about this is that it's not about whether or not you're cheating, it's a matter of a university presuming your guilt. I know that when I submit work I've put my heart and soul into it, and I don't appreciate being treated like a criminal. Furthermore, I don't want people making money off of MY work unless I get paid dividends for it (and I consent to it in the first place). The vast majority of students are not "cheaters", and these sorts of systems generate all sorts of false-positives. "Better to let 10 murderers go free than to crucify one innocent person."

    People who say "Well I don't care because I don't plagiarize" are missing the point entirely.

    --
    When life gives you lemons, you CLONE those lemons, and make SUPER-LEMONS. -- Dr. Cinnamon Scudworth, Ph.D
  186. Call a lawyer by wiredog · · Score: 1

    and have him write them a nastygram demanding payment.

    1. Re:Call a lawyer by securitas · · Score: 1


      If possible we'd like to leave the lawyers out of it. We're not interested ina protracted legal battle if it can be avoided.

      If they prove to be unreasonable the time may come to lawyer up.

  187. destroying it's marketable value by wiredog · · Score: 1

    What marketable value? Or were you planning to sell it to other students?

    1. Re:destroying it's marketable value by nuggz · · Score: 1

      Sure, nothing wrong with that is there?

  188. Google might ban you by 0x0d0a · · Score: 1

    The Google folks (who are frusterated with automated scripts that hammer the bajeezus out of their search engine, trying to let result spammers figure out the ranking of a given page) have said on their policy page that if you're beating up on their servers with an automated system, they can ban you.

    Now, they don't seem to to it lightly. I've written a couple scripts that use Google, but I also put some limits on the thing -- one second delays between searches and the like.

    1. Re:Google might ban you by NoOneInParticular · · Score: 1

      I know, that's why I used a similar strategy of being light on Google, and also didn't distribute it as Google might take offense. At some point I ported it to use the Google API and was limited to 1000 searches a day, which was good enough for my purposes.

    2. Re:Google might ban you by Anonymous Coward · · Score: 0

      This is plain dumb - you can determine page rank of a given page on google with one query... Why would someone need a script that hammers the bajeezus out of Google - hammers *cough* beats me...

  189. Heh by wiredog · · Score: 1
    What's next? Submit your work to a business which does the grading?

    Given that any non-State school is a business, and most State schools charge money to students, what do you think is going on now?

  190. making it difficult? by Anonymous Coward · · Score: 0

    how is that [printing then scanning low-res] making it difficult to mark? Just print it out.

    That what professors are supposed to do. They're not meant to submit students' work to some money-making dot-com, just to show one of their asshole, shithead students is trying to pull one on them.

    Students pay the astronomical salaries of lecturers and professors, as well as financing their pet projects.

    Who cares if they plagiarise some time wasting shit you make them write out every year? Sometimes I wish students took action every time a professor used copyrighted material without permission.

    Bloody uni lecturers' egos couldn't take that... the dirty fucks.

    This is even more OT (less trollish):
    I have a friend who marks management tutorial assignments. The kind that are worth 5% each. He is directed to never give a mark less than 8/20, no matter what, lest it lose the department that student's fees.

    It's all corrupt.

  191. Does turnitin infringe copyright? by mx80 · · Score: 2, Informative

    turnitin has a pretty interesting analysis of whether they infringe on the copyright of the student who submit the papers.

  192. Doesn't this violate the Law by Holi · · Score: 1

    I believe this would violate FERPA

    FERPA (Family Educational Rights & Privacy Act, 34 C.F.R. Part 99, Subpart A - General Sec. 99.1) prevents an institution from disclosing or publishing a student's written examination or paper without prior written consent.

    Some how I doubt these universities got written permission from all their students

    --
    Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
  193. Let 'em cheat by mikeg22 · · Score: 1

    I graduated with a CS degree a couple years back and I would say one third of the graduates in my major were regular cheaters. These guys would routinely copy other people's code while they were not looking, or sometimes even form groups were one of the ten members would actually write the code, and the others would copy...they would take turns so everyone in the group wrote something at some point, kind of like buying rounds at a bar.

    We all graduated and the cheaters are the ones that are either unemployed or have very shitty jobs where a CS degree isn't required in the first place. They have degrees but most programming jobs screen potential employees with some kind of test to make sure the applicant knows how to program. The cheaters will fail these test, and even if they pass and get hired, they won't last long when management sees they are useless. The hard workers are the ones now with good companies getting payed a lot of money. I never turned in any of the cheaters because I knew they were digging their own graves...but its a shame that their parents all spend $60,000 so that their kids could go to a good school and learn next to nothing.

    1. Re:Let 'em cheat by Garridan · · Score: 1

      I agree with you, with one modification. In-class tests are a great way to catch cheaters. A CS teacher of mine gave tests on which he'd have us write code. By hand. Weight the tests so you need to do well on the tests to pass, and ask questions regarding algorithms used in the homework. No problem.

      OTOH, a great many jobs require more than one coder. I learned nothing about teamwork in college, everything is flat-out competition, every man for his own. Its self-destructive. At my last job, I was the senior programmer. I hired a guy fresh out of college. He had a competetive mindset, hated every suggestion I ever him, fought me on every requirement passed down from the boss, etc. He didn't last very long. He was replaced by a woman who had been a trucker and a waitress, and got a mail-order degree from some certification program. He could do great stuff when he put his mind to it, but she came to work every day, on time, and didn't dally for 10 minutes during the day. She was a team player, and we got the job done twice as fast as I ever could with the old guy.

  194. Creative Commons License? by emkman · · Score: 1

    I was thinking the same thing. If I submit my paper under the Creative Commons Attribution-NoDerivs-NonCommercial 1.0 Licence, then it can be read by whomever, and checked for plagurism, but cannot be included in the database for future financial gain on their part. If they ignore it, they are in breach of the license, and I can sue them for money they have made since my paper was added to the database.

    --
    Moderation Totals: Flamebait=2, Troll=1, Redundant=1, Insightful=6, Overrated=1, Underrated=1, Total=12. (not mine)
  195. easy by Anonymous Coward · · Score: 1, Insightful

    Forgetting everything else for a moment:

    The worst thing about it is the guilty until innocent approach that seems to have been taken. When you have be accused to have plagarized, you must PROVE and EXPLAIN how you didn't. Thank-you democracy.

    If you wrote your paper, you should be able to explain your non-cited observations and arguments. If you can't, then maybe there is something to their claim.

    1. Re:easy by Anonymous Coward · · Score: 0

      Maybe so, but why should you have too? It's a whole hell of a lot more difficult to prove that your completely without fault and thus innocent. It can be a lot easier to be proven guilty.

  196. Academic Misconduct vs. Academic Dishonesty by barik · · Score: 1

    This is slightly off-topic, but academic misconduct is a large problem that Universities must deal with. As a college student, I am fully aware of the problems, but unfortunately, I have no real solutions to offer.

    Let me start off by saying that I believe cheating is too generalized of a term. I prefer to differentiate the word cheating into two distinct branches: academic misconduct, and academic dishonesty. Almost all students, at some point in their collegiate career, commit academic misconduct. For example, many of the following fall under academic misconduct depending on the professor or the course: comparing solutions with other students, working together in groups on an assignment, assistanting other students in debugging programs or circuits, using exams and assignments from previous semesters to study, or using instructor's solutions manuals.

    I myself compare solutions with other students, but only after completing the problem on my own. I often work with other students, simply because I find that it is easier to learn when a group of dedicated students support each other. Everyone learns differently. But I believe that if a students does these things in a sincere effort to learn the material, to maintain academic integrity, then it is certainly excusable. I think that students often forget that the struggle of mastering a topic is as important, if not more important, than the final answer obtained.

    And this leads to the issue academic dishonesty, which to me, is the most disheartening form of cheating. In short, academic dishonesty is claiming work as your own when it is not. This form of cheating gives students an unfair advantage over other students. And sadly, I see this all the time. For instance, many experiments in Microelectronic Circuits Lab take anywhere from ten to fifteen to hours to complete. I have seen students simply copy data from students who took the class in previous semesters, and even go as far as to turn in their reports verbatim! And to think that these people will one day have the same degree as me! Perhaps more disturbing, last semester I was offered monetary payment to do a student's programming homework for Communication Networks. I refused, but I think the experience forever instilled a certain hatred in the University academic process.

    I think that despite its problem, this is one the reasons that I support automated cheating detection systems, as long as the results are then verified by a professor or instructor. Cheating is so rampant that is difficult to prosecute all but the most obvious of cases; and these are typically failing students anyway. It is the students who make straight As as result of academic dishonesty who are the most difficult ones to catch. And unfortunately, the latter kind is all too common. I hope that one day things will change, but until then, everyday is a constant reminder that dishonest students will graduate with me when I graduate next semester.

  197. Turnitin and other plagiarism detectors by John+Murdoch · · Score: 1

    Hi!

    I'm an adjunct lecturer at a local university, and I've seen the growing problem of plagiarism at first hand. The Internet provides students with massive amounts of material--in many respects posing a real problem for the school library, which is inevitably hopelessly out of date on a lot of subjects. And, as many people have pointed out, the Internet provides students with lots of material to use in plagiarizing--turning in someone else's work as their own.

    All of which has NOTHING to do with Turnitin.com.
    There are a couple of different business models in the plagiarism-busting business. One model (best exemplified by EVE (Essay Verification Engine from Canexus Software) selects potential search hits from an essay and then hits search engines to see if the content can be found on the Web. Turnitin.com doesn't do this: instead, it compares submitted papers to an existing database.

    The difference is business models is quite clear: the web-search tools (EVE) are focused on selling to the individual instructor who (like me) smells plagiarism but doesn't know where to look. If you get a paper whose English is simply too good to be believed, just fire up EVE, feed it the paper, and then have a heart-to-heart chat with the student and/or the dean. Turnitin.com, by contrast, really markets to an entire institution--it is squarely focused on dealing with a more serious academic problem: organized cheating. They're not busting you for copying two paragraphs from the CIA World Factbook: they don't compare your paragraphs with the web. But they can, and will, bust you for recycling a fraternity brother's A- essay for your Survey of European History class.

    This is more than just nickel-and-dime copy-lifting
    This isn't just lifting a paragraph from a good essay without using a footnote. This is out-and-out, undeniable cheating. Something that sends normally laid-back faculty members up the wall is to raise the notion of organized cheating: of groups of students (often fraternities) that maintain files of successful papers. (When I was an Ivy League college freshman, decades ago, the quality of a fraternity's essay files was a prominent feature mentioned when rushing a freshman.) The practice isn't just limited to fraternities--there are entrepreneurs around who will sell you a "guaranteed" grade on a paper; they can guarantee the grade because they know what grade the paper received a year ago. And, of course, there are the commercial paper mills that have turned cheating into a business. (And yes, Virginia, that "original" paper they sold you has been used for dozens of previous customers.)

    How Turnitin.com works:
    Turnitin.com works by comparing submitted papers against other papers that have previously been submitted. They stress that they don't just want papers that are suspected of plagiarism: they need every paper. That's because the original, appropriate, well-written, deserving-of-an-A paper you've just finished (and you have finished your homework, right?) might get submitted again next year in a different section of the same course. (And if you're wondering, it is not unheard-of for a teaching assistant to make a few bucks selling good papers.)

    That poses a business problem, and probably the biggest marketing problem Turnitin.com faces: faculties don't like requiring every student to submit every paper to Turnitin.com. Small schools like to think they have a close relationship with their students, so they tend to doubt that their students cheat. Big schools with 100+ student sections have few illusions about cheating--but balk at the cost.

    Cheating happens.
    Plagiarism happens. It is a real threat to the academic process. It is a real threat to a student's education--and a real threat to that student's future. (If a doctor cheated on an essay in college, who's to say he actually attended that seminar on laser surgery? Do you want him using that laser on you?) My school doesn't see the need to sign up for Turnitin--but a number of faculty members do use it, and others use EVE or other similar tools. It's a real problem, and Turnitin is one legitimate solution.

  198. define? by Anonymous Coward · · Score: 0

    As an undergrad, I did submit the same paper (entirely original, save for a ten-word epigram properly identified) to four different courses through four different semesters. Never got caught.

    Sure, that's just a sign of how bad the school was (and I got away from them) - but would would that be punishable?

    1. Re:define? by TeddyR · · Score: 1

      depends on the course....

      If the paper was written by you, then it is NOT plagarism.

      The question is if the course requires that the material be written FOR the course / within a certain timeline....

      --

      --
      Time is on my side
    2. Re:define? by Anonymous Coward · · Score: 0

      why would I take the word of someone that should be in jail?

      ~GoAT~

  199. Moral rights by Hamster+Lover · · Score: 1

    That may be true, but I surmise you could still refuse to have your paper submitted to their database by enforcing your moral rights.

    I am not sure about the U.S., but in Canada you maintain moral rights, that is, the right to refuse your work to be used by others for purposes you find immoral, for life. These rights cannot be given or sold even if the original copyrighted material is sold to another, they are exclusively the author's.

    Perhaps someone who knows more about copyright in Canada could comment.

    1. Re:Moral rights by EmagGeek · · Score: 1

      In the U.S., there are no "moral" rights. The US is a nationed governed by the rule of law, not the rule of morals. Just watch american TV for a while and you'll see that morals have completely gone out the window here...

  200. Re:Student Fights University Over Plagiarism-Detec by Anonymous Coward · · Score: 0

    frist dup3?????

  201. what im thinking by zenthax · · Score: 1

    On many occasions i have had to hand in papaers to anti-plagiarizer services, generally I did this without much thought. Now this made me think about it for a sec. It seems to me that the students problems would be something along the lines that the company is making money of the papers they hand in, so the analogy to the drug testing is not really correct. Im thinking that this is a problem because it is well with in the students rights to not hand in the paper to a web site. Mainly because the action of submitting the paper would most likely hand all their rights to the paper of to the website. Now that I have a problem with. For I may not want to have my paper in their database generating profit for them, and also in handing over my right on my paper. I have never seen one of the reports you get from turn it in sites but I assume they would show you where else the text is found. In order for them to do that legally the would have to have permission from you to use your paper, and last time I check I shouldn't have to give that permission to any one but my teacher/school. The solution to this is simple students have the right not to submit their paper, and the school also has the right to closely scrutinize the paper with its personnel.

  202. turnitin.com performs an important service by Dimmer · · Score: 1

    I am a senior at Univeristy of California - San Diego. I was forced to use the turnitin.com system on several occasions. Having served my time in the university system, I have seen many students get away with cheating. As a student with something of a (imho) high moral code, this drives me crazy. I think cheating on a test or plagiarizing a paper is reprehensible. As an electrical engineer, I find it important that all other engineering majors believe in the same ethical code (such as the ieee code of ethics) - because cheating in the real world can lead to disastrous consequences.

    Turnitin.com serves two important functions: to prevent plagarism, and to catch plagarism. In my writing classes, a few students (knowing that we use turnitin.com) plagiarized anyways. These idiots rightly deserved to be punished. On the downside, a friend of mine (writing a paper at 5am) forgot to use an endquote (") when citing something. She was marked for plagiarism, received an "F" in the class, and has that label on her permanent record. However, in that incident I find the administration to blame, not turnitin.com.

    The honor system is a great ideal, but (at least at UCSD) it is not followed. Turnitin.com is not invasive, it simply ensures that people do their own work (and therefore the grading curve reflects students' actual achievments). They profit slightly by adding your paper to their database, but at least that way nobody can plagiarize your work- doing a service to you. BTW, no grading what-so-ever is done by turnitin.com - the web-service returns information on sources of text- not style of writing or anything else. TAs or Professors still do the grading - they will just know that they are grading an original work.

    I think this Rosenfeld guy is a big whiner.

  203. Non-profit? by Kjella · · Score: 1

    It seems to me that most of the gripes here are with companies being able to do this for profit. So why not make a NON-profit, that Universities could sponsor?

    Make up a nice little agreement that states that the organization only has permission to store and use their works in order to compare to other works. I.e. no publication rights (noone else can see them), except as quotes to prove plageratism (which might be covered under fair use, but just to be on the safe side).

    It is a real problem, and you know it. I've been a student assistant and there's been several blatant attempts at wholesale copying (Mostly Excel code, wouldn't have a clue about written assigments from past years). The prize winners were those that managed to deliver a spreadsheet where *every* cell was linked to the source they copied it from...

    I literally told my professor, that I could fail quite many. But I got so many "perfect" solutions, I also told him that it wouldn't separate the cheaters from the non-cheaters - it'd separate the poor cheaters from the good cheaters. This was only pass/fail, not graded, must pass all. So they got to deliver it again. Mysteriously enough, a perfect solution identical to the original solution, released last year, appeared in no time.

    The entire class did really poorly on the exams though, but I don't see how I could have done any different. They got the exact same assignments, so it was easy to cheat. Same with papers, if it's easy... Even if you rework it to your own, that's basicly what most of the other students do. It's almost as much job rewriting it well, as it is writing it on your own...

    Kjella

    --
    Live today, because you never know what tomorrow brings
  204. Aren't you so high, mighty, and noble. by xtal · · Score: 2, Interesting

    It annoys me when people deliberately make other people's jobs harder.

    In my many years of experience in education, I have come across miserable people. Some of those miserable people were/are in a position of incredible power over the future of their students. To stick it to these people, in however small a way, is immensely satisfying - especially if you do it with their own asinine rules.

    You will see a similar situation in prisons where inmates will use whatever techniques are at their disposal to make life difficult for their keepers.

    Suffice it to say there probably was a reason for all the extra effort put into this "electronic copy". There are miserable people everywhere in this world, on both sides of the fence.

    --
    ..don't panic
  205. not necessarily "guilty until proven innocent" by enbody · · Score: 1

    Many people on /. assume that any use of cheat checking is "guilty until proven innocent", but that is not necessarily the case. I am a computer science professor who submits all programs for comparison to all other students in the class to MOSS . The 300 programs means 90000 comparisons which are returned sorted on similarity. It would be foolish to simply acuse people based on that. I spend at least an hour on each case. I only use MOSS to do a first pass to eliminate the programs which I need not look at. Out of 90000 only the top dozen require checking. Any case I build against a student is the same as if I did it all by hand -- I simply have been saved the time of looking at the vast majority which are fine. Of course, the assumption is that there are no false negatives -- all that I DON'T look at are innocent. Many years of experience have convinced me that it is a reasonable assumption.
    But my point is that the computer is not determining guilt; I am.

    Briefly, the issue of the database of papers is quite a different issue and I agree with the sentiment that it is a problem. I do teach courses with essays and I can tell you that it is quite easy to find plagarism proof -- I can search the web as well as the students. Just last semester I read a paper, the alarms went off, I searched and found the sources, and failed the student.

    People who have mentioned that the underlying issue is cutting costs, and that that is wrong are correct on both counts. In the US, financial support for education appears to be at a nadir.

  206. Wrong impression on this program by Anonymous Coward · · Score: 0

    For you guys that haven't used this system. You have to create a account and send your report in, and the teacher gets the report later on what you did. It doesn't tell you if it detected something wrong and give you the chance to fix it. You won't know until your teacher gets after you.

    And while some teachers may do the leg work and double check the flagged report on there own, not all of them do. Some have little clue how it works and assume it's correct.

  207. Re:Electronic submission by grahamsz · · Score: 1

    I get particularly fed up when instructors demand submissions in a certain format, like a proprietory word processor which will remain unnamed.

    Given that our school used to be 90% linux that seemed particularly unfair. Granted they did offer free Office licenses for students own computers but that doesn't help everyone.

    I've been accused of plagurism, which I absolutely did not do, and had to drag the departmental heads into a meeting and fight my case. Automated checkers cause far too many problems. My work was clearly intercepted heading to the print queue and retyped into micrsoft word, complete with capital I as a loop variable :)

    The point is that electronic submission should be secure, so that other people cant rip off your submission as it's been handed in. Lecturers should work on requiring GPG'd submissions to keep stuff safe.

  208. As a student... by mcbridematt · · Score: 1

    .... I think this is plain disgusting. If this service turned up in Australia, I wouldn't turn in my work to them. In fact, I'd happily publish work (actual work written by myself, not stuff on worksheets etc.) on my own website and not to that utter waste of money database. One of my friends already has.

  209. A difficult subject by sadangel · · Score: 2, Insightful

    I was a TA for a C programming class just last semester. With all the programs I had to grade, it was unrealistic for me to be able to detect cheating without help. I submitted papers to the free-as-in-beer MOSS program at UC Berkeley. The system doesn't require students to hand assignments in through it and merely shows you the closest matches and lets you draw your own conclusions. It's an impressive piece of work and it doesn't make anyone any money by my use of it.
    To my extreme dismay, the system brought up submissions by two students that grew progressively more similar as the semester progressed until it became obvious they were not original. Possibly the hardest thing I have ever done was to report these students to the professor. They admitted to it and both failed the class as a result. It still pains me to think that I had a part in causing them so much grief, but I still believe I did the right thing. If nothing is done to prevent this, it betrays the students who work hard to produce their own work. The value of a degree goes down as well as the integrity of the institution if anyone with money to buy assignments or skilled friends can do just as well as those who learn these skills on their own.

    Still, I'm glad I got a research position this semester where I will not have to play such a disciplinary role.

  210. -1: Paranoid by danila · · Score: 1
    You are really insecure, aren't you? Anyway, you would probably fit very well in Engsoc, since it's so easy to make you feel like a criminal. Do you feel like a criminal when a cop stops you on the highway too?

    Students cheat, that's a fact. You cheated at least once in your life, that's a very valid hypothesis. A professor checking the papers through the Turn-It-In is doing everything right, because today assuming the student is a cheater would be correct in >50% cases.

    Moral of the story.

    Use Turn-It-In.

    Punish the cheaters.

    and never trust your students.

    --
    Future Wiki -- If you don't think about the future, you cannot have one.
  211. Professors can steal words and ideas too by davekebab · · Score: 1

    Scanning and cataloging can work backwards too.

    Unquoted student contributors are often fuel for the output of the professorship It's not only cut and pasted recycling of their already published material that fuels this crazy infolation.

    I had quite a few ideas lifted by my doctoral supervisors, even the examiners. Sometimes they even took the words. I didn't mind it when they used the neologisms - which are designed to capture a concept in a word and are kind of copyrighted nuggets of insight - but whole lifted paragraphs got my goat(se) a little.

    Just because they mark it and have to figure it out a bit doesn't mean they can steal it to fulfil the exponential demand for journal articles.

    -rw-r--r--

    DK

  212. Does anyone.... by Anonymous Coward · · Score: 0

    find it funny that we can have a long and detailed discussion of fair use, copyright and intellectual property on this subject, and also say 'fuck the RIAA I want to download music for free'?
    It seems to me that not paying to get something you would otherwise have to pay for, and profiting from something you didn't pay for are mirror images.
    This is not flamebait - the RIAA truly does suck and hurts artists, especially good ones.

  213. they have that.... by Anonymous Coward · · Score: 0

    They have forced drug testing in high levels...specifically anti-doping regulations in the olympics and world championships, world cups, etc. requrie winners to submit to drug tests or forgo medals.

  214. professors do it too by cheekyboy · · Score: 1

    Why dont we get the professors off their ass and stop them plagerising question/answers tests and make them do some work for a change :)

    --
    Liberty freedom are no1, not dicks in suits.
  215. The worse part.... by Anonymous Coward · · Score: 0

    He rails on about accusing people of things before being proven, then he says that Republicans in general are like that, except maybe a couple, thereby indicting people who may be Republican of sins of a few, effectively convicting them of being Republican before being proven that they act in any sort of way.

    What an idiot. He should take his own advice better.

    1. Re:The worse part.... by Anonymous Coward · · Score: 0

      Well, by being republican, those people do support those who commit those since (at least by voting, if not in donations), so you could accuse them of cooperation.

  216. What do I have to do to get an "A"? by fire5ign · · Score: 1

    Most universities and colleges equate essay writing in classes of 50 students with "higher education". Higher education for many students in their freshman year, means big lecture halls, large classes, and high tuition. Under these conditions, how can there be a critical engagement between a young scholar and a professor? Essay cheating is the end result of a system in which the only question that students ask is: "What do I have to do to get an A?"

  217. What THEY have to say... by TheDanish · · Score: 1
    The only point a student could argue is that the Turnitin is using their papers for profit. At least, that's my big issue. Not that I'm arguing for Turnitin, but if you read their site, it says this:

    Use of a work for non-profit educational purposes is presumptively fair, under most circumstances. 17 U.S.C. 107. However, although the overall purpose of creating a database of student works is to increase the efficacy of the TURNITIN plagiarism detection system, the system is provided to institutions on a for-profit basis, and is therefore commercial in nature.

    Commercial use of a work may still be "fair use" under U.S. Copyright Law (17 U.S.C. 107), especially when less than the entire work is being used, and/or the use does not "materially impair the marketability of the work which is copied." Harper & Row Publishers, Inc. v. Nation Enters., 471 U.S. 539, 566-67 (1985). Here, the actual work is used by the TURNITIN system only as a reference, for purposes of creating a separate work, the digital "fingerprint". If there is a match between a submitted work and fingerprinted portions of an archived student work, only that matching text is highlighted in the originality report.

    The identification of a textual match between documents relays a fact, which is not protected from disclosure by the Copyright laws. 17 U.S.C. 102(b). Where there is no way to express the fact in question except by copying of the underlying material, the fact and the portion of the material representing it are said to have "merged", excluding the material itself from the ambit of copyright protection. Feist Publications, Inc. v. Rural Tel. Serv. Co., 499 U.S. 340, 349 (1991); Harper & Row Publishers, supra at 556; Veeck v. Southern Building Code Congress Int'l, Inc., 293 F.3d 791 (9th Cir., June 7, 2002). Because one cannot identify a passage as having been copied without matching it to the material that was putatively copied from, display of the matching material is not prohibited by copyright.

    No other portions of the archived work are displayed, used, published, distributed or further copied without prior author consent. Compare, A&M Records, et al. v. Napster, at 1015 and 1019 (distribution of a copied work to the public without the copyright holder's consent implies that the copyright in the copied material may have been infringed). As such, the archival does not publish the work as a whole, or otherwise impinge on the author's ability to exploit the work commercially. Because the "primary objective of copyright is not to reward the labor of authors but '[to] promote the Progress of Science and the useful Arts" (Veeck, supra as reported at 2002 U.S. App.LEXIS 10963, *25), the minimal use of a student's work to ferret out plagiarism in others works, without making the work itself available to the public, is a fair use that does not infringe any copyright which may be present in the archived work.
    So, they're arguing that their use of your paper isn't removing your ability to commercially exploit the use of your paper. Unless it was a paper on how to detect plagiarism, and you were planning to sell it to people or use it as a basis for a service of your own. ;)

    I wouldn't be so angry if it was, say, a non-profit service from a university. Still, I'd imagine that it's hard to argue before a court that, unless you were planning to use your paper in the same way they are, or they're distributing it, any damage has been done to you.

    I may be completely off base, so don't kill me if I'm dead wrong, please. In fact, I'd like to know what laws would specifically refute their statement, since IANAL...
    --
    Danish != nationality
  218. Opportunity to learn? by Anonymous Coward · · Score: 0
    For some students, all this "opportunity to learn" talk is just plain and straight bullshit. The system should be built for learning but the grading system penalizes those who do not know better from start.

    I haven't seen a single grading system that incorporates the factor "development" into it. Take the practice to take [weighted] averages from interim and final exams: if a student do not start out with a very good grade, odds are that, no matter how hard he studies afterwards, the excellent final grade will be muted by the poor initial one.

    If we allow ourselves to continue on this rant, the conclusion is that copying "certified" work from others provides a better payoff in terms of academic records, i.e., grades and ranks. It works like a
    "grade" insurance: The student has to cope with the risk of presenting somewhat original and untested work (from the point of view of the student himself) or showing up with something someone wrote before and already knows the result.

    Worse, the risk of not being able to perform satisfactorily in the future is outweighed by the risk of coming out with bad grades -- instant gratification! the time value of grades (for those finance geeks around)!!!

    To summarize:

    1. The existing system actually doesnt gauges the ability to learn a specific subject, but whether the student already has a good learning technique in place.
    2. As a result of the above, the "opportunity to learn" stance is devoid of meaning, since those who actually learn (learn = acquire a set of completely new skills) are punished.
    3. Attributing grades learning skills is inconsistent with the discourse of "opportunity to learn" because the grades are attributed to a skill that is not formally teached. Those who do not have a system in place and struggle during the course will take a hit.

    I could say that the skills needed to learn are more important than the actual learning. The way your brain acquires and associates information is more important than the information itself. Information (courses) can be acquired, through a book or a lecture, but insight on how to acquire, store and make sense of information is never taught and usually has some metaphysical conotations in it.

    And, yes, I post AC. So what?

    1. Re:Opportunity to learn? by stj · · Score: 1

      I use a system where I give interim exams and grade them and give them back to students, while I don't count those results into the final grade. The final exam covers the whole term. That is explained to the students at the first meeting and on every request. I found it to work very well and generally improved performance of the students - both subjectively observed and objectively measured as their grades. Students who don't take those interim exams (even though they have no impact) are rare exceptions. Most students treat them as real exams that count and prepare seriously for them. The results aren't very poor either - maybe a tiny little bit lower than they would be normally. I think subconciously every student thinks about it just as a test and wants to perform, whether it counts or not. Just like players on the field want to win whether the game has impact or not on the team's final standing. Certainly, it's not perfect, but it's the best I could think of and checked out in practice.

      --
      iThink iHate iMod
  219. IP Theft in the Linux Kernel by Anonymous Coward · · Score: 0


    Why, yes... and stolen code has been found in Linux before.

  220. fuck up the system.. by Suppafly · · Score: 1

    It would seem like someone would really fuck up the system by submitting works that included large sections quoted from famous works such as the bill of rights or the declaration of independance.

    I wonder if they filter out stuff like that?

  221. Now I know what bugs me... by ducomputergeek · · Score: 1
    I have had one paper published online in the EU and a second paper that maybe published next year at the end of a study regaurding technology and law. While I would want credit where is due, that's even the basis of the GPL and moreover the BSD licenses, I wouldn't want another company profiting from those words even if its in a database to compare against.

    While generally paper mills are despised in academics, its is not uncommon to have one of my business partners ghost write white papers where I dictate the ideas and then they write up the papers. Often because I don't have the time and second of all, they are professional writers and write twice as well as I ever could. We quickly found out its faster if I set in front of a video camera or tape recorder what needs to be said and then have them write it in the first place rather than I write it up and then have them rewrite it because it sucked that bad.

    --
    "The problem with socialism is eventually you run out of other people's money" - Thatcher.
  222. And American Law Applies How? by Traser · · Score: 1

    Given that the article in question concerns a McGill student, I fail to see how quoting US copyright law is even remotely relevant.

    I have a professor who uses the system and I careful licenced my paper before I submitted it. (And she couldn't deal with the PDF and never actually submitted it to the database anyway, and she just printed it and marked it. But then she knows I'd never, ever, cheat.)

    --
    Insanity is contagious. - Yossarian
  223. Re:Hrmm - full-proof by Anonymous Coward · · Score: 0
    full-proof???


    Maybe you need to go back to high school a bit.

  224. Re:some are missing the point by platypussrex · · Score: 1

    That's exactly it. The school pays money to the service. The service makes money. The papers that the students submit are in the database that the company uses to make money. Bottom line, student's work is being used by the company to make money and student is not compensated

  225. I like it by use_compress · · Score: 1

    As a college student, I couldn't be happier with my school using this. If you get away with plagiarizing a paper in school the following thing happen:
    1.) If the course is graded on a curve (most are) you wind up brining down the grade of the rest of the class (assuming that you copied from a decent source)
    2.) You waste the professor's time grading someone else's work
    3.) You don't learn the material that would have if you wrote the paper-- you come out of school a with a little less knowledge
    Cheating is probably the most anti-intellectual thing you can do. It has no place in any university. One does have to consider borderline cases and first offenses, and should give the student the benefit of the doubt. If I ran a school, anyone caught repeatedly cheating would be expelled and their names would be added to a page on the school's website.

  226. So this means ... by Niet3sche · · Score: 1

    That your university does NOT offer master's or PhD degrees.

    How can I be so certain? Well, you need to (surprise!) re-use a lot of your earlier work ("self-plagarism")in your advanced degrees. You lay the foundation in the BS, extend it in the MS, and then develop a new twist in the PhD.

  227. Re:Electronic submission by Anonymous Coward · · Score: 0

    Hmm. Not that I'm picking on you (of course I am, stupid question), but NSA says GPG is not a great protection tool... Or maybe it was PGP *smirk*

  228. Damn cheaters by Anonymous Coward · · Score: 0

    Although it is sometimes frustrating to see other students getting an A for cheating, when you worked hard for and A- or something, this kind of thing makes me wary because:
    1) If a class is structured properly, cheating isn't really much of a problem. It seems like most physics professors get this the best (I just graduated as a computer science major from UCI). They simply put all the emphasis on being able to DO the work. And they test this on the final & midterm exams. They even give you all the damn formulas most of the time, if their any good. And no whining about "it's different in other subjects". If it's a writing class, write an essay, two hours is usually available for the final exam, and even it it's only an hour, that's more time then they give on either the AP's or the GRE's, so it should be sufficient. If you can't come up with something in two hours, you don't know the material well enough. If it's a programming class, write out the code for a program on the test (this is actually quite a neat way of testing it, although most prof. bow to students unable to survive w/out a compiler). And if it's a engineering class, or a physics class, the teachers probably doing it right anyway. It's much easier to regulate people in a final exam then at home. If they want to copy all their homework, then they fail the exam, and if the hmk's only worth 10%, they'll get the grade they deserve (I mean cheating is harder then making zero effort, so maybe a F+ is deserved =P)

    2)In the long run, even if you get that stellar GPA through cheating instead of working, all you'll end up with is a shitload of debt, when employers realize you don't know shit. You usually can't cheat your way through a job, except if your in marketing or something, and then that's your damn job anyway, and good for you if you learned how to do it well.Besides, most of the things I see people cheat on our *harder* subjects that you either will never need in the workplace, or simply can't bs your way through once your in the workplace. So it does catch up with you unless your a CEO, or in sales, and usually those jobs are gotten through the buddy system anyway, and there are bigger issues with that person then the fact they cheated on a paper.

    With the best professors, cheating wasn't really much of a problem, because you simply couldn't find a way to cheat.

    And don't be complaining about all the work you do if your a prof or something. Graders do all the damn grading, at least a UCI, TA's usually don't even do that much. And so I've seen my share of what works and doesn't (as grading papers paid my rent through college).

    That's all for now

  229. Why not check inhouse? by nick_urbanik · · Score: 1
    Two lecturers from an Australian recently-upgraded-to-university college (not in NSW) told me recently that 60% of all year 1 students were found (with strong evidence) to be copying other people's programming assignments. But since the student union had student lawyers with lots of time on their hands, and the harried lecturers had little time available to argue each of the many hundreds of individual cases in 1 hour individual hearings, and because the senior administration was spineless in supporting the department, the department head backed down, and the situation continues unabated.

    I would not trust graduates from that "university" to work for me. I feel sad to come from a country where this goes on. Perhaps the "standard" is too difficult, but I think that cheating on this scale is nearly as corrosive to learning as high rates of corruption in many countries is to economic growth.

    In my university studies, I took pride in doing my work myself. I developed my ability to solve problems in a short time frame. I do not trust graduates who solve problems by copying to be able to solve real problems. Can they really write software?

    However, I suggest that it makes more sense for the university to check assignments themselves, using their own resources. It can be a simple part of the assignment submission process. Then a refusal to submit to plagiarism checking is equivalent to refusing to submit an assignment, and is much easier to adjudicate. Outsourcing can be carried beyond reasonable limits.

  230. Money by Eviscero · · Score: 1

    Hasn't anyone realized that most institutions care more about our tuition money than our grades/performance? I mean, our GPA isnt on that $80,000 peice of paper is it?
    Couldn't I just take out an $80,000 loan and trade that for a peice of paper that says I went to school for; but have no experience doing (insert area of study here)?

    ---Ponder it

    --


    It's not what you know; It's what you can find out.
  231. Re:Hrmm cutandpaste by holt · · Score: 1

    I'm in college now and I certainly don't cut and paste from the internet to write my papers. That doesn't mean I don't use online sources (I can access a ridiculous number of journals and things like that through my university's library online) at all. People should still know how to research sources and then put the things they've learned into their own words. It's not that hard.

    The only time I cut and paste for a paper is when I am making a direct quote, which will be formatted differently (either by actual quotation marks or by block-quoting). It's obvious when something like that is accidentally not attributed, so it's not as big of a deal.

  232. Different interpretations by nuggz · · Score: 1

    You can kick anyone out of your place of business of course.
    By opening a business you are generating an implied license of entry to them. Revoke it, and they are no longer permitted to enter.
    Key point is you must explicity inform them of the change.

    Student handbook agreements, sure they can have these, and they can kick them out. My point is unless I specifically and explicitly sign over my rights to them, I own my work.

    Companies have lost ownership of employee inventions done on company time using company equipment. Companies have also (less frequently) gained rights to employee inventions done on the employees personal time.

    It isn't very clear cut, I'm not a lawyer, and this is just my opinion, and my logic behind it.

  233. My prospective by Felinoid · · Score: 1

    The website seams overdone.
    The student has to submit the paper. He has to sign in and digitally sign a contract with thies people just so they can verify the paper isn't plagerised.
    Now you have a random website you don't nessisarly trust holding your paper e-mail address and so on. Exelent. Where did all this spam come from?
    "Hello? Yes I wrote that but... No I don't work for.. How the hell did that get.. Thats my freaking paper."

    If the professor trusts the organisation to be fair and honnest HE can submit the papers himself. Instead of forcing the students to.

    Ferther more when there are false postives the student can discuss it with the professor or the professor can do his own fact checking.

    Also a sliding scale can be used.

    After all the whole point of this tool is to:
    A. Protect a publisers intelectual property
    B. Help professors check for plagerism.

    Also you don't want the student involved in the process. After a while I'd expect a number of publishers to set up similare systems each for the same reason.

    Each with a diffrent logic and a diffrent way of scanning the information. If the student knows what system is being used he can do the research to discover how to thwart it.
    (I'm presume collage and universitys still provide students with vast resources for research including big fat internet pipes)
    But if the plagerist dosen't know who the professor is relying on the plagerist won't be able to check for possable ways to thwart.

    For now however I'd say the big fat back door is use books published by someone not participating in this project.

    --
    I don't actually exist.
  234. Guilty until proven innocent by Anonymous Coward · · Score: 0

    I've read a lot crap about this in this discussion. One thing strikes me: if you look around at the outcomes of different lawsuits it somehow shines pretty bright that 'plagiarism' is not the only thing that has this kind of assumption attached. Simply put, if court and legal costs outweigh costs of a settlement, nobody cares if they are deemed guilty or innocent, they are gonna settle even if that means putting 'guilty' label on them.