PhD Positions opening at University of Nevada, Reno
Dept. of Computer Science and Engineering

Research Areas: Wireless Networking / Cognitive Radio / Wireless Security

Prof. Shamik Sengupta
Website: http://www.cse.unr.edu/~shamik/
Email: ssengupta@unr.edumailto:ssengupta@unr.edu

* Applications are invited for PhD students in Wireless Networking / Cognitive Radio / Wireless Security at University of Nevada, Reno, Dept of Computer Science and Engineering. Research Assistantship is available for the students including tuition support. The positions are to work towards the PhD degree under the mentorship of Prof. Shamik Sengupta. Candidates with existing publication(s) and research track record are especially encouraged to apply. Interested students should directly first submit the following to Dr. Sengupta via email (ssengupta@unr.edu<mailto:ssengupta@unr.edu>) as soon as possible. The University deadline for application submission is Jan 15, 2014.
The focus research areas include:
    Cognitive Radio Networks & Security
    Intelligent Systems
    Vehicular Ad Hoc Networks,
    Wireless Mesh
    Network Economics

Required qualifications:
Candidates should have:
(A) A Bachelor or Masters degree (or be near completion by the time of application) in a relevant discipline with strong academic record
(B) Strong mathematical background and has demonstrable experience with at least one of the following areas:
    data (wireless) networking
    game theory
    stochastic modeling and Statistical analysis
    intelligent systems
    experience with Linux programming/ kernel programming/ driver programming/ embedded device (Soekris or USRP or equivalent) programming
(C) Strong programming skills: C/C++/Java/MATLAB
(D) Strong skills in oral and written communication.

Interested students should directly first submit the following to Dr. Sengupta via email (ssengupta@unr.edu<mailto:ssengupta@unr.edu>) as soon as possible.
- Cover letter stating qualifications, relevant experience and research interests.
- Curriculum vitae.
- A copy of transcripts (graduate and/or undergraduate studies, as applicable).
- Relevant published research materials.
- TOEFL & GRE scores information.
- Names and contact details of at least two referees, who are willing to provide detailed recommendation letters about the candidate

About Reno: The 255-acre main campus, located minutes from downtown Reno, features both contemporary and historic architecture, and the university?s treelined Quadrangle is listed on the National Register of Historic Places. The academic atmosphere is filled with rich surroundings for the cultural and intellectual development of the students. Reno benefits from a comfortable climate; and is bounded on the west by the majestic Sierra Nevada mountain range and on the east by the rolling basin and range province. There are four distinct seasons in this cool, dry climate where the sun shines nearly 290 days a year. The area is noted for its variety of recreational opportunities, which include sailing, camping, hiking, fishing, and sightseeing. Within an hour?s drive of the campus, for example, are Lake Tahoe in the High Sierra; and Pyramid Lake, a unique prehistoric desert sea; and a number of nationally known ski areas, including Squaw Valley, the site of the 1960 Winter Olympic
s. Reno is within 2 hours' drive from Sacramento and 3.5 hours' drive from San Francisco. (Courtesy:http://www.cse.unr.edu/).

PhD Positions opening at University of Nevada, Reno (Wireless Networking / Cognitive Radio / Wireless Security)的更多相关文章

  1. {ICIP2014}{收录论文列表}

    This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...

  2. 2017年USNews美国大学研究生专业排名

    2017年USNEWS美国大学研究生专业排名最佳商学院排名 排名 学校 费用 注册人数 #1 Harvard University Boston, MA $61,225 per year (full- ...

  3. Radio Basics for RFID

    Radio Basics for RFID The following is excerpted from Chapter 3: Radio Basics for UHF RFID from the ...

  4. paper 13:计算机视觉研究群体及专家主页汇总

    做机器视觉和图像处理方面的研究工作,最重要的两个问题:其一是要把握住国际上最前沿的内容:其二是所作工作要具备很高的实用背景.解决第一个问题 的办法就是找出这个方向公认最高成就的几个超级专家(看看他们都 ...

  5. S8-codelab02

    import news_cnn_model import numpy as np import os import pandas as pd import pickle import shutil i ...

  6. (转)Let’s make a DQN 系列

    Let's make a DQN 系列 Let's make a DQN: Theory September 27, 2016DQN This article is part of series Le ...

  7. paper 29 :CV会议+领先研究室+专家+代码网址

    做机器视觉和图像处理方面的研究工作,最重要的两个问题:其一是要把握住国际上最前沿的内容:其二是所作工作要具备很高的实用背景.解决第一个问题的办法就是找出这个方向公认最高成就的几个超级专家(看看他们都在 ...

  8. 【转载】计算机视觉(CV)前沿国际国内期刊与会议

    计算机视觉(CV)前沿国际国内期刊与会议这里的期刊大部分都可以通过上面的专家们的主页间接找到1.国际会议 2.国际期刊 3.国内期刊 4.神经网络 5.CV 6.数字图象 7.教育资源,大学 8.常见 ...

  9. face-alignment:用 pytorch 实现的 2D 和 3D 人脸对齐库

    使用世界上最准确的面对齐网络从 Python 检测面部地标,能够在2D和3D坐标中检测点. 项目地址:https://github.com/1adrianb/face-alignment 作者: 阿德 ...

随机推荐

  1. Next Permutation——简单、经典

    Implement next permutation, which rearranges numbers into the lexicographically next greater permuta ...

  2. print、println的区别

    System.out.print("a");——后面没有换行符 System.out.println("b");——后面有换行符 换行符:\r和\n以及\r\n ...

  3. hdu4307

    好题,详细题解在这里http://blog.csdn.net/weiguang_123/article/details/8077385 这里回顾一下: 当i和j都在一个集合里会产生新的收益,是经典题直 ...

  4. java EE : http 协议之请求报文、响应报文

    1 HTTP协议特点 1)客户端->服务端(请求request)有三部份 a)请求行 b)请求头 c)请求的内容,如果没有,就是空白字符 2)服务端->客户端(响应response)有三部 ...

  5. js 利用事件委托解决mousedown中的click

    有一个需求是这样的: 父元素div绑定一个mousedown事件,子元素a绑定一个click事件. 看解构: <div id="nav"> <a href=&qu ...

  6. bzoj 1880 最短路径图

    #include<bits/stdc++.h> #define LL long long #define fi first #define se second #define mk mak ...

  7. 9 行 javascript 代码获取 QQ 群成员

    昨天看到一条微博:「22 行 JavaScript 代码实现 QQ 群成员提取器」. 本着好奇心点击进去,发现没有达到效果,一是 QQ 版本升级了,二是博客里面的代码也有些繁琐. 于是自己试着写了一个 ...

  8. C++后台研发面试总结

    前言: 从中秋到国庆这几天面试了几家公司,有大公司也有小公司,连续几天面试没有系统的整理整理,正好有时间系统的整理一下,好多考点牛客的大佬们都分享过了,虽然每个人的方向不相同,不过多看一些总能找到一些 ...

  9. linux网络管理----网络命令

    1 Linux网络命令之网络环境查看命令  ifconfig  2 Linux网络命令之网络测试命令  telnet 基本已经被ssh替代了,telnet是明文传递,不安全

  10. CodeForces 909D Colorful Points

    题解: 暴力,模拟. 把字符串压缩一下,相同的处理成一位,记录下个数,然后暴力模拟即可. #include <bits/stdc++.h> using namespace std; con ...