Director Position |Bio-EM Facility of ShanghaiTech University

2021-02-13 iHuman大家庭

The Bio-Εlectron Microscopy Facility of ShanghaiTech is equipped with two FEI Titan Krios (300kV), one Talos Arctica (200kV) field emission transmission electron microscopes and two Talos L120C (120kV) electron microscopes, as well as affiliated sample preparation devices. In addition, the facility is equipped with a high-performance computer clusters system for data storage and structure analysis. At present, most of the equipment are in the commissioning stage are there are several positions open for applications. Talents with relevant backgrounds in physics, instrumentations, biology, computer science or mathematics are welcome to apply.

Facility Director (1)

Responsibilities: 

  1. Oversee the operation, user service and planning of the facility. Develope new bio-electron microscopic methods and technologies, carry out multi-level external academic collaborations and exchanges;

  2. Manage the operation and maintenance team to ensure the high performance and fair use of the facility, support users』 scientific research work.

  3. Guide the development, expansion and application of Bio-EM technology, lead the training of staff members and users, provide technical support for facility users.

 

Requirements:

  1. Doctorate degree in physics, material science or structural biology.

  2. Strong coordination and management capability, strong sense of dedication and responsibility.

  3. Full of teamwork spirit and service consciousness, able to work here for a long period of time.

 

Interested applicants should email their CV and statement of interest (with the subject header: Bio-Electron Microscopy Facility Director) to ihuman@shanghaitech.edu.cn

相關焦點

  • Lab-related virus plots contrary to facts: Wuhan lab director
    Claims that the novel coronavirus was man-made or leaked by China's National Biosafety Laboratory at the Wuhan Institute of Virology (WIV) is totally contrary to the facts, according to lab director
  • ...Tree Genetics and Breeding, Northeast Forestry University...
    The University Northeast Forestry University (NEFU) was established in 1952 and is a universityNEFU is the largest forestry university in China and was a designated 「211 Project」 institution, a project of building National Key Universities in China, and now elected as a Double
  • CEL-SCI Secures Manufacturing Facility for Multikine Cancer...
    This facility is located near Baltimore, Maryland.CEL-SCI leases the facility for 20 years, with options to extend the lease or purchase the facility at a later time.
  • Cryo-EM 初學者入門資料集錦(一)
    冷凍電子顯微鏡(Cryo-EM)入門 by 加州理工學院 Grant J.Jensen 連結:https://www.coursera.org/learn/cryo-emprotocol/10.1007%2F978-1-4939-7033-9_28 電子顯微三維重構技術發展與前沿 http://www.cnki.com.cn/Article/CJFDTotal-SWWL201007005.htm論壇:http://www.bio3dem.com
  • 「shanghai」和「Shanghai」意思大不同!
    點擊「土木視界」,關注我們 說起來英文詞shanghai,大家第一反應可能是「上海」。但是表示「上海」的時候一般首字母都要大寫為"Shanghai",而「shanghai」卻有另一個完全不一樣的意思。
  • Ohio State University Comprehensive
    Postdoctoral Researcher Position at Ohio State University Comprehensive Cancer Center and College of MedicineResearch Focus:There is postdoctoral research position
  • Colorado State University
    Special university advising courses try to help students. In these courses, advisors try to help students by teaching them how to manage test anxiety.
  • EM項目介紹(英文)| BIOREF
    The knowledge-transfer process will develop the necessary skills of the attendants for a successful career in the bioenergy sector.
  • 大氣科學/大氣探測:PhD at the University of Oldenburg, Germany
    JOB REQUIREMENTSPrerequisite is a qualifying university degree (diploma or master) in Mechanical Engineering, Physical Sciences, Meteorology, Wind Energy, Remote Sensing, or a similar field
  • 輕輕鬆鬆學CSS:position
    position屬性表示元素的定位類型,在CSS布局中,position發揮著非常重要的作用,一些元素的布局就是用position完成的,鑑於此,本文結合一些小實例詳細講解一下。position屬性在通常情況下有4個可選值,分別是:static、fixed、relative、absolute。
  • CSS之定位一(position屬性)
    本文我們討論涉及定位的position屬性。首先我們來看一下position對應的值及其含義(表1)。表1:position對應值其中static是默認值,當元素未定義position或定義position值為static時,該元素內定義的top, bottom, left, right 和 z-index無效。
  • CSS26-1什麼是em單位
    瀏覽器效果如下:那麼這個 50em 究竟具體是多寬了?帶著這個疑問,我們來測試一下。我們給 類名為div2 的容器設置了一個寬度值 800px瀏覽器效果如下:這是因為:em 的具體大小是它父元素字體大小的倍數瀏覽器默認的字體大小一般為16px這裡
  • 學習CSS了解單位em和px的區別
    我一直也搞不清楚px與em之間的關係和特點,看過以後確實收穫很大。平時都是用px來定義字體,所以無法用瀏覽器字體放大的功能,而國外大多數網站都可以在IE下使用。因為1、IE無法調整那些使用px作為單位的字體大小;2、國外的大部分網站能夠調整的原因在於其使用了em作為字體單位;3、Firefox能夠調整px和em,但是96%以上的中國網民使用IE瀏覽器(或內核)。px像素(Pixel)。相對長度單位。像素px是相對於顯示器屏幕解析度而言的。(引自CSS2.0手冊)em是相對長度單位。
  • 「Cancer」不是「癌症」,「shanghai」不是「上海」,為什麼?
    shanghai如果「s」不大寫,那這個單詞可就不能表示是「上海」了,牛津字典對其的解釋是:to trick or force somebody into doing something that they do not really want to do.坑蒙拐騙或威逼利誘某些人去做一些他們不願意做的事情。
  • [Shanghai] Caravan stay + hot springs and kayaking! Feb 18-19
    1) Fill up the booking form on our website: www.wannatravelshanghai.com2) Secure YOUR SEAT by transferring 1000 RMB deposit/person3) Send us the picture of the transaction and
  • 前端自學之路之CSS之position定位
    position標識定位,就類似於百度地圖上一系列定位點,position就是給html元素定位的。position有四種值:/*** 默認未設置的值,沒有任何影響*/position: static;/*** 相對定位,以默認位置為參照起始點,進行偏移定位*/position: relative;/*** 絕對定位,
  • 常用長度單位PX/EM/PT/百分比轉換公式與對照表
    這裡icech為大家找到了一個px、pt、em和percent大小轉換的一個表格,尤其針對字體大小的轉換十分方便。希望大家能夠喜歡!PX和PT轉換的公式:以前icech在文章中介紹過PX和PT的轉換規則,其實很簡單,pt=px乘以3/4。比如12px×3/4=9pt大小。
  • biopython簡介
    biopython和bioperl, biojava項目類似,都是Open Bioinformatics Foundation組織的項目之一,旨在提供一個編程接口,方便生物信息數據的處理。