Applications Physicist I, 2-Year Term | ||||
|
||||
Open Date: 06/21/2012
Close Date: 07/31/2012 This is for Term employment up to 2-years in duration. Description As data taking ends at the Tevatron, the Collider Detector at Fermilab (CDF) and D-Zero (D0) have amassed 20 Pbytes of raw, reconstructed and simulated data. Both collaborations are pursuing broad analysis activities and expect the publication rate to remain stable for several years. Fiscal Year 2012 expectations include over 100 students and postdocs actively doing data analysis. This number will gradually ramp down over the next few years. A number of important "legacy" Tevatron physics measurements have been identified. Our experience from earlier Tevatron collider runs is that analysis will be ongoing for the next decade and that the datasets will have value in generating and checking physics results throughout that time. The means to support this requires specific attention to ensure that the many different aspects of the data analysis environment are available, work correctly, and provide validated results that the collaborations will trust and approve for publication. Detailing what is required for preserving the ability to analyze D0 data and execution of this plan will be done by a team of people from the Fermilab Computing Sector and the D0. As a member of this team of scientists and computing professionals, the successful candidate will provide essential leadership in the analysis preservation effort of the experiment. Under general direction, this is an excellent opportunity to contribute to a variety of Physics Computing Services:
Responsibilities include:
Respect, understand and value individual differences that embody the principles of diversity.
Abide by all environmental, safety and health regulations. Qualifications and Essential Job Functions
Physical Activity and Work Conditions HUMAN FACTORS: Mental Concentration, Sitting, Tight Work Schedules, Visually Demanding
There
is no legal requirement that Fermilab sponsor an employee for U.S.
permanent residence. As a result, Fermilab will make the decision to
sponsor an employee on a case-by-case basis. Fermilab will consider the
following factors, among others, when determining whether to sponsor an
employee for U.S. permanent residence: performance, length of service,
long-term need for the position, and cost.
Diverse People, Diverse JobsFermilab is an Equal Opportunity Employer M/F/D/V |
https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl # will already be pre-configured export do = "--dry-run=client -o yaml" # k get pod x $do export now = "--force --grace-period 0" # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section . Question 1 | Contexts Task weight: 1% You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...
Comments
Post a Comment
https://gengwg.blogspot.com/