THESIS

Table Of Contents

Previous topic

Upper Limits

Next topic

Energy Dependence

This Page

Meetings

Forward Physics

Warning

Meetings every Wednesday

Meetings

UC_Nuclear: 10/1 - 10/3
CERN: 10/4 - 10/6
Dilepton: 10/5 - 10/7

Todo

Fit Heavy ions data

Note

Meetings every Wednesday

Meetings

This is a subsection making bullet points

  • UC Davis Meetings link
  • CERN Hi Meetings
  • Dilepton MeetingsUC Davis Meetings
  • UPC Meetings (J/ Cross Section Calculations UPC Physics)
import matplotlib.pyplot as plt
import numpy as np
x = np.random.randn(1000)
plt.hist( x, 20)
plt.grid()
plt.title(r'Normal: $\mu=%.2f, \sigma=%.2f$'%(x.mean(), x.std()))
plt.show()

(Source code, png, hires.png, pdf)

_images/meetings-1.png

Customizing the look and feel of the site.