.. _meetings: *************** Meetings *************** .. _forward_physics: Forward Physics ----------------- .. warning:: Meetings every Wednesday .. _physics: Meetings ============================= .. schedule:: 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 .. _list_of_meetings: Meetings ------------- This is a subsection making bullet points * UC Davis Meetings `link `_ * CERN Hi Meetings * Dilepton MeetingsUC Davis Meetings * UPC Meetings (J/:math:`\Psi` Cross Section Calculations UPC Physics) .. plot:: :include-source: 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() :ref:`custom_look`.