Skip to main content

Fwd: FW: DZero - Happy Holidays and best wishes for 2012!

Folder:   GENERAL
From:     xxxxxxxxx@fnal.gov
Subject:  Happy Holidays and best wishes for 2012!
Date:     23-DEC-2011 09:58
Expires:  22-JAN-2012 09:58

________________________________

Dear DZero Colleagues!

The year 2011 is coming to an end and we can look back on a very successful
year. We finished data collection on September 30 recording 10.7 fb-1 of
integrated luminosity, well above what we expected at the beginning of Run II.
Our data taking efficiency was consistently ~90% and we reconstructed the data
immediately after it was recorded. We continued to improve reconstruction
algorithms to further increase efficiency while at the same time we produced
record numbers of Monte Carlo events. While we are producing exciting physics
results, we are converting the detector for exhibit to educate future
generations for years to come.

The physics output of the experiment reached the highest level in years both
in quality and quantity. We have published 44 journal papers so far in 2011
and have seen complementarity of many of our publications to results coming
from the LHC experiments. We understand the top quark properties much better,
while puzzles still remain. Exciting results and studies of particles with b
quarks continue and we confirmed the anomalous di-muon asymmetry with even
higher significance. Many new physics models have been tested on DZero data
and did not stand experimental verification while measurements of electroweak
process and parameters reached unprecedented precision. Studies of QCD are
reaching levels of accuracy not even imagined recently and very little space
is left for the Higgs boson to hide with the Tevatron reaching sensitivity
within 50% of the Standard Model prediction below our already excluded
mass range.

We have a set of exciting goals for the coming year in place. We will re-
process a substantial fraction of the Run II data set with improved
reconstruction efficiencies leading to better physics reach for the
experiment. We will continue to improve particle identification algorithms and
data analysis methods and expect many legacy results and publications on the
full Tevatron data set addressing important topics in particle physics before
the end of 2012.

The success of the experiment rests on the contributions of all its members
and is not possible without such collaboration effort which is our strength.
Every collaboration member contributes in different ways to this success and
we are looking for our joint efforts to continue strongly in the coming years.

Many new members have joined the collaboration in 2011 and we welcome all of
them warmly. We wish good luck to those collaborators who moved on.

We would like to congratulate all the new DZero PhDs who defended their
degrees last year - well done!

We look forward for 2012 to be another very successful year for DZero with
important and exciting new results at the frontier of particle physics.

We wish all of you and your families happy and safe holidays.

Best wishes for 2012,

Gregorio and Dmitri.

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  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 ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...