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. Loadrunner报错“Too many local variablesAction.c”解决方法

    问题描述,在Action.c里定义数组时如果数组长度过长,如char a[1024*1024]运行时即会报错: 意思为:太多的局部变量 问题原因及解决方法如下: 1. VuGen对于局部变量可以分配的 ...

  2. Node.js 的异步机制由事件和回调函数——循环中的回调函数

    var fs=require('fs'); var files =['a.txt','b.txt','c.txt']; // for (var i = 0; i < files.length; ...

  3. 基于原生JS的jsonp方法的实现

    基于原生JS的jsonp方法的实现 jsonp,相信大家并不陌生,是在js异步请求中解决跨域的方法之一,原理很简单,有不清楚的同学可以google下,这里就补详细解释了.在Jquery库中,jQuer ...

  4. Django+Nginx+uwsgi搭建自己的博客(四)

    由于在上篇博文中仍然介绍了相当多的后端部分,导致原定于上篇介绍的前端部分“跳票”到了这篇.在此篇博文中,我将会介绍Users App和主页的前端部分,从而形成我们博客的一个雏形. 在前端部分,我们主要 ...

  5. vue 环境搭建笔记

    环境 开发工具:VS Code vue版本: 2.x 准备 使用 npm 包管理器进行安装,也可以使用 yarn 包管理器. 可以使用淘宝的 npm 镜像,国内速度更快. 使用方式: $ npm in ...

  6. Ocelot网关统一查看多个微服务asp.net core项目的swagger API接口

    0.前言 整体架构目录:ASP.NET Core分布式项目实战-目录 一.准备 前提需要下载安装consul,项目需要懂添加swagger 统一在网关中配置多个微服务的swagger,需要用到服务注册 ...

  7. hpu 1194 Sequence

    HS(Handsome)的Ocean在纸上写下NN个整数,Ocean把它定义为OO序列. Ocean认为一个序列的价值的是:序列中不同元素个数. 现在他想知道OO序列中所有子序列的价值之和. 比如说: ...

  8. 【BZOJ 2194】2194: 快速傅立叶之二(FFT)

    2194: 快速傅立叶之二 Time Limit: 10 Sec  Memory Limit: 259 MBSubmit: 1273  Solved: 745 Description 请计算C[k]= ...

  9. [BZOJ4560][JLOI2016]字符串覆盖(贪心+DP)

    先用KMP求出所有可以放的位置,然后两个值分别处理. 最大值: 贪心,4!枚举放的先后位置顺序,2^3枚举相邻两个串是否有交. 若有交,则后一个的起始位置一定是离前一个的结束位置最近的位置,无交也一样 ...

  10. CXF和Axis2的区别

    1.CXF支持 WS-Addressing,WS-Policy, WS-RM, WS-Security和WS-I Basic Profile.Axis2不支持WS-Policy,但是承诺在下面的版本支 ...