Slashdot Mirror


Professor Gets 4 Years in Prison for Sharing Drone Plans With Students

Hugh Pickens writes "Retired University of Tennessee Professor Dr. John Reece Roth has been sentenced to four years in prison after he allowed a Chinese graduate student to see sensitive information on Unmanned Air Vehicles (UAVs), also known as drones. In 2004, the company Roth helped found, Atmospheric Glow Technologies, won a US Air Force contract to develop a plasma actuator that could help reduce drag on the wings of drones, such as the ones the military uses. Under the contract, for which Roth was reportedly paid $6,000, he was prohibited from sharing sensitive data with foreign nationals. Despite warnings from his university's Export Control Officer, in 2006, Roth took a laptop containing sensitive plans with him on a lecture tour in China and also allowed graduate students Xin Dai of China and Sirous Nourgostar of Iran to work on the project. 'The illegal export of restricted military data represents a serious threat to national security,' says David Kris of the US Department of Justice. 'We know that foreign governments are actively seeking this information for their own military development. Today's sentence should serve as a warning to anyone who knowingly discloses restricted military data in violation of our laws.' During his trial, Roth testified that he was unaware that hiring the graduate students was a violation of his contract. 'This whole thing has not helped me, it has not helped the university,' said Roth. 'And it has probably not helped this country, either.'"

16 of 354 comments (clear)

  1. Some of my professors by Anonymous Coward · · Score: 5, Funny

    droned on and on too but I wouldn't send them to prison for it!

  2. Lamest court defense ever by Mad+Marlin · · Score: 5, Funny

    I had no idea that the US Military would get pissed if I shared details about how to build flying robots with people from Iran and China! I swear it!

  3. Re:Guilty. by H0p313ss · · Score: 5, Funny

    He knew he wasn't supposed to do it, he was warned not to do it, he did it anyway. He pled guilty. If he didn't read his contract that's his problem. I also find it very unlikely. Why is this on slashdot?

    Possibly to serve as a warning to others? That might be his whole purpose in life.

    --
    XML is a known as a key material required to create SMD: Software of Mass Destruction
  4. Re:Not long enough by SheeEttin · · Score: 5, Funny

    shear stupidity

    Maybe, but his haircut is irrelevant. This was just irresponsible.

  5. What the...?! by ZarathustraDK · · Score: 5, Funny

    and Sirous Nourgostar of Iran to work

    Did George Lucas get offspring in Iran or something?

    --
    If you quote this signature there'll be 72 copies of Windows ME waiting for you in Heaven.
  6. Re:Why stop there.. by legirons · · Score: 4, Funny

    that's just for grunts. Once you get really senior, you can show classified documents to press photographers in public

  7. Life or Death... by lordsid · · Score: 3, Funny

    At the very least he should have received a life sentence. In reality he should have received the death penalty. This is straight up treason of the highest order. The guy was warned not to work on it with the students in question, not to mention he was warned not to take the laptop to china with the sensitive information on it. Some may feel like this is an over reaction but in reality its an under reaction.

    --
    IMAGE VERIFICATION IS EVIL!
  8. Re:I remember the first time I signed... by Anonymous Coward · · Score: 4, Funny

    Yay for Wikileaks.

  9. Re:Why stop there.. by Spykk · · Score: 1, Funny

    Mr. Caladine,

    It seems you have divulged details of our countries classified briefing/debriefing procedures on an internationally viewable website. An unmarked van will be by to pick you up shortly.

    See you soon,
    The Government

  10. Re:Guilty. by koreaman · · Score: 3, Funny

    That's all well and good, but how relevant is it to the Cloud?

  11. Re:Why stop there.. by JackieBrown · · Score: 2, Funny

    Did that work or are you just trying to look big?

  12. Re:Guilty. by kencurry · · Score: 2, Funny

    ... I'm surprised they didn't try to tie the iphone and google into it.

    the laptop was a macbook pro...

    --
    sigs are for losers (except to point out that sigs are for losers)
  13. Re:Why stop there.. by B00KER · · Score: 3, Funny

    I used to have a top secret clearance and my experience was nothing close to yours. I simply had to take a flash light in font of me and... mmm, don't remenber the rest.

  14. Re:I Wasn't Bothered By The Guy's Sentence... by Artifakt · · Score: 2, Funny

    Look, we'll tell you what the thump on the roof was AFTER you prove you're not a Chines or Iranian grad student, and not until then - Got it?.

    --
    Who is John Cabal?
  15. What's ITAR? by jonaskoelker · · Score: 2, Funny

    I presume that ITAR means "International Traffic in Arms Regulations", as per http://en.wikipedia.org/wiki/International_Traffic_in_Arms_Regulations

    But to me as a non-american, it sounds more like Apple's archive format, iTar. You can then iGzip it and create secret_plans.itar.igz

  16. Re:I remember the first time I signed... by Hal_Porter · · Score: 2, Funny

    Yeah, because nothing shows you're a free thinker better than giving access to military technology to regimes that will use it to repress free thinking.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;