From: Christian Holm Christensen (cholm@hehi03.nbi.dk)
Date: Fri Sep 12 2003 - 08:34:54 EDT
Hi all, Here's another QM04 abstract (all sources included). Yours, ___ | Christian Holm Christensen |_| | ------------------------------------------------------------- | | Address: Sankt Hansgade 23, 1. th. Phone: (+45) 35 35 96 91 _| DK-2200 Copenhagen N Cell: (+45) 24 61 85 91 _| Denmark Office: (+45) 353 25 305 ____| Email: cholm@nbi.dk Web: www.nbi.dk/~cholm | | \documentclass[11pt]{article} \usepackage{geometry} \usepackage{amsmath} \usepackage{amssymb} \usepackage{units} \usepackage[english]{babel} \newcommand{\titlefont}[1]{\textrm{`#1'}} \let\eprintfont\texttt \let\journalfont\textit \let\volumefont\textbf \let\collaborationfont\textrm \title{Fluctuations in Charged Particle Production in $Au+Au$ Collisions at $\sqrt{s_{NN}} = \unit[200]{GeV}$} \author{Christian Holm Christensen\\ for the BRAHMS Collaboration} \date{} \setlength{\parskip}{1ex} \setlength{\parindent}{0em} \begin{document} \pagestyle{empty} \maketitle Fluctuations in particle production in relativistic heavy ion collisions has received attention as a possible signature for the QGP phase transition \cite{Heiselberg:2000fk,Aggarwal:2001aa}. Large fluctuations in the particle production is expected to result from a mixed phase where the active QGP `droplets' sit in a comparably in--active hadron gas background. %% During the $Au+Au,\ \sqrt{s_{NN}} = \unit[200]{GeV}$ of \textsc{rhic} %% it was shown that the charged particle production is very high %% ($\approx 5000$) in central collisions, and the $dN/d\eta$ %% distribution was explored and extensively discussed %% \cite{Bearden:2001qq}. In this talk, the fluctuations in charged particle production in central $Au+Au$ collisions at $\sqrt{s_{NN}} = \unit[200]{GeV}$ at \textsc{rhic}, as measured at \textsc{brahms}, is presented. The measurements are done with the central multiplicity array \cite{Bearden:2002nim} of \textsc{brahms}, using the total energy deposited signal. % The fluctuations in charged particle production, at different pseudo--rapidity and centralities will be discussed. Preliminary studies show no large scale fluctuations, within the systematic errors, as expected from a mixed phase. The feasibility of similar studies using the \textsc{alice} detector at \textsc{lhc} will be discussed, in particular with respect to the Forward Multiplicity Detector \cite{FMD} built at the Niels Bohr Institute. \bibliographystyle{thesis} \bibliography{fluct-th,fluct-ex,general-ex} \end{document} %% -*- mode: bibtex -*- %% %% Copyright (c) 2003 Christian Holm Christensen. %% %% Permission is granted to copy, distribute and/or modify this %% document under the terms of the GNU Free Documentation License, %% Version 1.1 or any later version published by the Free Software %% Foundation; with the all section being Invariant Sections, with the %% Front-Cover Texts being "Preface", and with no Back-Cover Texts. A %% copy of the license is included in the section entitled "GNU Free %% Documentation License". %% % % UT Physics bibliographic style, ver. 1.8a. Based on: % %X IEEE Transactions bibliography style (29-Jan-88 version) %X numeric labels, order-of-reference, IEEE abbreviations, %X quotes around article titles, commas separate all fields %X except after book titles and before "notes". Otherwise, %X much like the "plain" family, from which this is adapted. %X %X History %X 9/30/85 (HWT) Original version, by Howard Trickey. %X 1/29/88 (OP&HWT) Updated for BibTeX version 0.99a, Oren Patashnik; %X THIS `ieeetr' VERSION DOES NOT WORK WITH BIBTEX 0.98i. % % Modifications: 1) added hypertex support and "archive" and "eprint" fields. % 2) parentheses around dates, and no "pp." for article entries % 3) "publisher, address" instead of "address: publisher" % 4) added "report" field for article entries. % 5) particle physics-oriented abbreviations, rather than ieee. % 6) added "collaboration" field, as per % Jonathan Flynn' suggestion. SPIRES now supports this field. % 7) Improved output of Proceedings entries % % Modified by Jacques Distler, 11/99 % History: ver 1.0 9/96 % ver 1.1 10/96 - added "collaboration" field % ver 1.2 7/97 - added a "\providecommand{\href}[2]{#2}" % to handle case where \href is not defined % ver 1.3 12/97 - fixed lousy-looking proceedings output. % ver 1.4 1/98 - fixed format.number, address in % proceedings entries % ver 1.5 3/99 - added (nonprinting) CITATION field for % SLAC internal use % ver 1.6 4/99 - Fix to ensure %%CITATION output not broken % across lines. Added new.sentence to ensure % previous output properly terminated. % (Moral: test before you release.) % ver 1.7 10/99 - "et.~al." should be "et al." Morons! % ver 1.8 11/99 - Changed the Web URL to the more portable % arXiv.org. The "archive" field functions as % a true base-URL. This is NOT A % BACKWARDS-COMPATIBLE change! % ver 1.8a 12/99 - MACROs for arXiv and cogprints % BaseURL's defined. % % HyperTeX Wizardry: % % The following are equivalent: % archive = arXiv % eprint = "hep-th/9605023" % and % eprint = "hep-th/9605023" % both produce % \href{http://arXiv.org/abs/hep-th/9605023}{{\tt hep-th/9605023}} % in the bibliographic output at the appropriate point. More generally, % if the archive field is present, we produce a URL of the form % "archive/eprint" as the first argument of the \href. If absent, the base % URL defaults to "http://arXiv.org/abs" % If you are using a hypertex macropackage, like hyperref.sty, this command % will create a link to the eprint at Los Alamos (or wherever). % % The bibtex output produced by SPIRES, while far from perfect, is pretty % suitable for use with this style. Indeed, this style was designed with % SPIRES in mind. ENTRY { address author booktitle chapter edition editor howpublished institution journal key month note number organization pages publisher school series title type volume year archive eprint report collaboration SLACcitation } {} { label } INTEGERS { output.state before.all mid.sentence after.quote after.sentence after.quoted.block after.block } FUNCTION {init.state.consts} { #0 'before.all := #1 'mid.sentence := #2 'after.quote := #3 'after.sentence := #4 'after.quoted.block := #5 'after.block := } STRINGS { s t } FUNCTION {output.nonnull} { 's := output.state mid.sentence = { ", " * write$ } { output.state after.quote = { " " * write$ } { output.state after.block = { add.period$ write$ newline$ "\newblock " write$ } { output.state before.all = 'write$ { output.state after.quoted.block = { write$ newline$ "\newblock " write$ } { add.period$ " " * write$ } if$ } if$ } if$ } if$ mid.sentence 'output.state := } if$ s } FUNCTION {output} { duplicate$ empty$ 'pop$ 'output.nonnull if$ } FUNCTION {output.check} { 't := duplicate$ empty$ { pop$ "empty " t * " in " * cite$ * warning$ } 'output.nonnull if$ } FUNCTION {output.bibitem} { newline$ "\bibitem{" write$ cite$ write$ "}" write$ newline$ "" before.all 'output.state := } FUNCTION {blank.sep} { after.quote 'output.state := } FUNCTION {fin.entry} { output.state after.quoted.block = 'skip$ 'add.period$ if$ write$ newline$ } FUNCTION {new.block} { output.state before.all = 'skip$ { output.state after.quote = { after.quoted.block 'output.state := } { after.block 'output.state := } if$ } if$ } FUNCTION {new.sentence} { output.state after.block = 'skip$ { output.state before.all = 'skip$ { after.sentence 'output.state := } if$ } if$ } FUNCTION {not} { { #0 } { #1 } if$ } FUNCTION {and} { 'skip$ { pop$ #0 } if$ } FUNCTION {or} { { pop$ #1 } 'skip$ if$ } FUNCTION {new.block.checka} { empty$ 'skip$ 'new.block if$ } FUNCTION {new.block.checkb} { empty$ swap$ empty$ and 'skip$ 'new.block if$ } FUNCTION {new.sentence.checka} { empty$ 'skip$ 'new.sentence if$ } FUNCTION {field.or.null} { duplicate$ empty$ { pop$ "" } 'skip$ if$ } FUNCTION {emphasize} { duplicate$ empty$ { pop$ "" } { "\emph{" swap$ * "}" * } if$ } INTEGERS { nameptr namesleft numnames } FUNCTION {format.names} { 's := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't := nameptr #1 > { namesleft #1 > { ", " * t * } { numnames #2 > { "," * } 'skip$ if$ t "others" = { " \emph{et al.}" * } { " and " * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {format.authors} { author empty$ { "" } { author format.names } if$ } FUNCTION {format.eprint} { eprint empty$ { ""} { archive empty$ {"\eprintfont{\href{http://www.arXiv.org/abs/" * eprint * "}" * "{" * eprint * "}}" *} {"\eprintfont{\href{" archive * "/" * eprint * "}" * "{" * eprint * "}}" *} if$ } if$ } FUNCTION {format.report} { report empty$ { ""} { report} if$ } FUNCTION {format.editors} { editor empty$ { "" } { editor format.names editor num.names$ #1 > { ", eds." * } { ", ed." * } if$ } if$ } FUNCTION {format.qtitle} { title empty$ { "" } %% { "``" title * ",''" * } { "\titlefont{" title * ",}" * } if$ } FUNCTION {format.title} { title empty$ { "" } %% { "``" title "t" change.case$ * ",''" * } { "\titlefont{" title "t" change.case$ * ",}" * } if$ } FUNCTION {format.title.p} { title empty$ { "" } %% { "``" title "t" change.case$ * ".''" * } { "\titlefont{" title "t" change.case$ * ".}" * } if$ } FUNCTION {n.dashify} { 't := "" { t empty$ not } { t #1 #1 substring$ "-" = { t #1 #2 substring$ "--" = not { "--" * t #2 global.max$ substring$ 't := } { { t #1 #1 substring$ "-" = } { "-" * t #2 global.max$ substring$ 't := } while$ } if$ } { t #1 #1 substring$ * t #2 global.max$ substring$ 't := } if$ } while$ } FUNCTION {format.date} { year empty$ { month empty$ { "" } { "there's a month but no year in " cite$ * warning$ month } if$ } { month empty$ 'year { month ", " * year * } if$ } if$ } FUNCTION {format.date.paren} { year empty$ { month empty$ { "" } { "there's a month but no year in " cite$ * warning$ month } if$ } { month empty$ {"(" year * ")" *} {"(" month * ", " * year * ")" *} if$ } if$ } FUNCTION {format.collaboration} { collaboration empty$ { "" } { "\collaborationfont{" collaboration * "} " * "Collaboration" * } if$ } FUNCTION {format.SLACcitation} { SLACcitation empty$ {""} { newline$ SLACcitation output "" newline$ } if$ } FUNCTION {format.btitle} { title emphasize } FUNCTION {tie.or.space.connect} { duplicate$ text.length$ #3 < { "~" } { " " } if$ swap$ * * } FUNCTION {either.or.check} { empty$ 'pop$ { "can't use both " swap$ * " fields in " * cite$ * warning$ } if$ } FUNCTION {format.bvolume} { volume empty$ { "" } { "vol.~" volume * series empty$ 'skip$ { " of " * series emphasize * } if$ "volume and number" number either.or.check } if$ } FUNCTION {format.number.series} { volume empty$ { number empty$ { series field.or.null } { output.state mid.sentence = { "no.~" } { "No.~" } if$ number * series empty$ { "there's a number but no series in " cite$ * warning$ } { " in " * series * } if$ } if$ } { "" } if$ } FUNCTION {format.edition} { edition empty$ { "" } { edition "l" change.case$ "~ed." * } if$ } INTEGERS { multiresult } FUNCTION {multi.page.check} { 't := #0 'multiresult := { multiresult not t empty$ not and } { t #1 #1 substring$ duplicate$ "-" = swap$ duplicate$ "," = swap$ "+" = or or { #1 'multiresult := } { t #2 global.max$ substring$ 't := } if$ } while$ multiresult } FUNCTION {format.pages} { pages empty$ { "" } { pages multi.page.check { "pp.~" pages n.dashify * } { "p.~" pages * } if$ } if$ } FUNCTION {format.pages.nopp} { pages empty$ { "" } { pages multi.page.check { pages n.dashify } { pages } if$ } if$ } FUNCTION {format.volume} { volume empty$ { "" } { "\volumefont{" volume * "}" * } if$ } FUNCTION {format.number} { number empty$ { "" } { "no.~" number * "," *} if$ } FUNCTION {format.chapter.pages} { chapter empty$ 'format.pages { type empty$ { "ch.~" chapter * } { type "l" change.case$ chapter tie.or.space.connect } if$ pages empty$ 'skip$ { ", " * format.pages * } if$ } if$ } FUNCTION {format.in.ed.booktitle} { booktitle empty$ { "" } { "in " booktitle emphasize * editor empty$ 'skip$ { ", " * format.editors * } if$ } if$ } FUNCTION {format.thesis.type} { type empty$ 'skip$ { pop$ output.state after.block = { type "t" change.case$ } { type "l" change.case$ } if$ } if$ } FUNCTION {empty.misc.check} { author empty$ title empty$ howpublished empty$ month empty$ year empty$ note empty$ and and and and and { "all relevant fields are empty in " cite$ * warning$ } 'skip$ if$ } FUNCTION {format.tr.number} { type empty$ { "Tech. Rep." } 'type if$ number empty$ { "l" change.case$ } { number tie.or.space.connect } if$ } FUNCTION {format.paddress} { address empty$ { "" } { "(" address * ")" * } if$ } FUNCTION {format.article.crossref} { key empty$ { journal empty$ { "need key or journal for " cite$ * " to crossref " * crossref * warning$ "" } { "in \journalfont{" journal * "}" * } if$ } { "in " key * } if$ " \cite{" * crossref * "}" * } FUNCTION {format.journal} { journal empty$ { "" } %% { "``" journal "t" change.case$ * ",''" * } { "\journalfont{" journal * ",}" * } if$ } FUNCTION {format.crossref.editor} { editor #1 "{vv~}{ll}" format.name$ editor num.names$ duplicate$ #2 > { pop$ " \emph{et~al.}" * } { #2 < 'skip$ { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = { " \emph{et~al.}" * } { " and " * editor #2 "{vv~}{ll}" format.name$ * } if$ } if$ } if$ } FUNCTION {format.book.crossref} { volume empty$ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ "In " } { "Vol.~" volume * " of " * } if$ editor empty$ editor field.or.null author field.or.null = or { key empty$ { series empty$ { "need editor, key, or series for " cite$ * " to crossref " * crossref * warning$ "" * } { "\emph{" * series * "}" * } if$ } { key * } if$ } { format.crossref.editor * } if$ " \cite{" * crossref * "}" * } FUNCTION {format.incoll.inproc.crossref} { editor empty$ editor field.or.null author field.or.null = or { key empty$ { booktitle empty$ { "need editor, key, or booktitle for " cite$ * " to crossref " * crossref * warning$ "" } { "in \emph{" booktitle * "}" * } if$ } { "in " key * } if$ } { "in " format.crossref.editor * } if$ " \cite{" * crossref * "}" * } FUNCTION {article} { output.bibitem format.collaboration output format.authors "author" output.check format.qtitle "title" output.check blank.sep crossref missing$ { journal missing$ {} { %% journal emphasize "journal" output.check format.journal "journal" output.check blank.sep format.volume output blank.sep format.date.paren "year" output.check month empty$ { format.number output } 'skip$ if$ blank.sep format.pages.nopp output } if$ report missing$ {format.eprint output} {blank.sep format.report output format.eprint output} if$ } { format.article.crossref output.nonnull format.pages output format.eprint output } if$ new.sentence note output new.sentence format.SLACcitation output fin.entry } FUNCTION {book} { output.bibitem format.collaboration output author empty$ { format.editors "author and editor" output.check } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.btitle "title" output.check crossref missing$ { format.bvolume output new.block format.number.series output new.sentence publisher "publisher" output.check address output } { new.block format.book.crossref output.nonnull } if$ format.edition output format.date "year" output.check new.block note output new.sentence format.SLACcitation output fin.entry } FUNCTION {booklet} { output.bibitem format.collaboration output format.authors output title empty$ { "empty title in " cite$ * warning$ howpublished new.sentence.checka } { howpublished empty$ not address empty$ month empty$ year empty$ and and or { format.title.p output.nonnull } { format.title output.nonnull } if$ blank.sep } if$ howpublished output address output format.date output new.block note output new.sentence format.SLACcitation output fin.entry } FUNCTION {inbook} { output.bibitem format.collaboration output author empty$ { format.editors "author and editor" output.check } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.btitle "title" output.check crossref missing$ { format.bvolume output format.chapter.pages "chapter and pages" output.check new.block format.number.series output new.block publisher "publisher" output.check address output } { format.chapter.pages "chapter and pages" output.check new.block format.book.crossref output.nonnull } if$ format.edition output format.date "year" output.check new.block format.eprint output new.block note output new.sentence format.SLACcitation output fin.entry } FUNCTION {incollection} { output.bibitem format.collaboration output format.authors "author" output.check format.qtitle "title" output.check blank.sep crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.bvolume output format.number.series output format.chapter.pages output new.block publisher "publisher" output.check address output format.edition output format.date "year" output.check } { format.incoll.inproc.crossref output.nonnull format.chapter.pages output } if$ new.block format.eprint output new.block note output new.sentence format.SLACcitation output fin.entry } FUNCTION {inproceedings} { output.bibitem format.collaboration output format.authors "author" output.check format.qtitle "title" output.check blank.sep crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.bvolume output format.number.series output format.pages output organization output new.block publisher output address output format.date "year" output.check } { format.incoll.inproc.crossref output.nonnull format.pages output } if$ new.block format.eprint output new.block note output new.sentence format.SLACcitation output fin.entry } FUNCTION {conference} { inproceedings } FUNCTION {manual} { output.bibitem format.collaboration output author empty$ { organization empty$ 'skip$ { organization output.nonnull address output } if$ } { format.authors output.nonnull } if$ format.btitle "title" output.check author empty$ { organization empty$ { address new.block.checka address output } 'skip$ if$ } { organization address new.block.checkb organization output address output } if$ format.edition output format.date output new.block note output fin.entry } FUNCTION {mastersthesis} { output.bibitem format.authors "author" output.check format.qtitle "title" output.check blank.sep "Master's thesis" format.thesis.type output.nonnull school "school" output.check address output format.date "year" output.check new.block note output fin.entry } FUNCTION {misc} { output.bibitem format.collaboration output format.authors output title empty$ { howpublished new.sentence.checka } { howpublished empty$ not month empty$ year empty$ and or { format.title.p output.nonnull } { format.title output.nonnull } if$ blank.sep } if$ howpublished output format.date output new.block note output fin.entry empty.misc.check } FUNCTION {phdthesis} { output.bibitem format.authors "author" output.check format.qtitle "title" output.check new.block "PhD thesis" format.thesis.type output.nonnull school "school" output.check address output format.date "year" output.check new.block format.eprint output new.block note output new.sentence format.SLACcitation output fin.entry } FUNCTION {proceedings} { output.bibitem editor empty$ { organization output } { format.editors output.nonnull } if$ format.btitle "title" output.check format.bvolume output format.number.series output editor empty$ 'skip$ { organization output } if$ new.block publisher output address output format.date "year" output.check new.block note output new.sentence format.SLACcitation output fin.entry } FUNCTION {techreport} { output.bibitem format.collaboration output format.authors "author" output.check format.btitle "title" output.check blank.sep format.tr.number output.nonnull institution "institution" output.check address output format.date "year" output.check new.block note output fin.entry } FUNCTION {unpublished} { output.bibitem format.collaboration output format.authors "author" output.check format.btitle "title" output.check blank.sep note "note" output.check format.date output new.sentence format.SLACcitation output fin.entry } FUNCTION {default.type} { misc } MACRO {jan} {"Jan."} MACRO {feb} {"Feb."} MACRO {mar} {"Mar."} MACRO {apr} {"Apr."} MACRO {may} {"May"} MACRO {jun} {"June"} MACRO {jul} {"July"} MACRO {aug} {"Aug."} MACRO {sep} {"Sept."} MACRO {oct} {"Oct."} MACRO {nov} {"Nov."} MACRO {dec} {"Dec."} MACRO {nup} {"Nucl. Phys."} MACRO {cmp} {"Comm. Math. Phys."} MACRO {prl} {"Phys. Rev. Lett."} MACRO {pl} {"Phys. Lett."} MACRO {rmp} {"Rev. Mod. Phys."} MACRO {ijmp} {"Int. Jour. Mod. Phys."} MACRO {mpl} {"Mod. Phys. Lett."} MACRO {pr} {"Phys. Rev."} MACRO {arXiv} {"http://arXiv.org/abs"} MACRO {cogprints} {"http://cogprints.soton.ac.uk/abs"} READ STRINGS { longest.label } INTEGERS { number.label longest.label.width } FUNCTION {initialize.longest.label} { "" 'longest.label := #1 'number.label := #0 'longest.label.width := } FUNCTION {longest.label.pass} { number.label int.to.str$ 'label := number.label #1 + 'number.label := label width$ longest.label.width > { label 'longest.label := label width$ 'longest.label.width := } 'skip$ if$ } EXECUTE {initialize.longest.label} ITERATE {longest.label.pass} FUNCTION {begin.bib} { preamble$ empty$ 'skip$ { preamble$ write$ newline$ } if$ "\providecommand{\href}[2]{#2}" "\begingroup\raggedright\begin{thebibliography}{" * longest.label * "}\markboth{\bibname}{\bibname}" * write$ newline$ } EXECUTE {begin.bib} EXECUTE {init.state.consts} ITERATE {call.type$} FUNCTION {end.bib} { newline$ "\end{thebibliography}\endgroup" write$ newline$ } EXECUTE {end.bib} %% Local Variables: %% TeX-parse-self: t %% TeX-auto-save: t %% TeX-style-local: ".auto/" %% TeX-auto-local: ".auto/" %% End: %% %% $Id: fluct-th.bib,v 1.1 2003/02/24 11:09:23 cholm Exp $ %% %% Copyright (c) 2003 Christian Holm Christensen. %% %% Permission is granted to copy, distribute and/or modify this %% document under the terms of the GNU Free Documentation License, %% Version 1.1 or any later version published by the Free Software %% Foundation; with the all section being Invariant Sections, with the %% Front-Cover Texts being "Preface", and with no Back-Cover Texts. A %% copy of the license is included in the section entitled "GNU Free %% Documentation License". %% @Article{Aggarwal:1998fq, author = "Aggarwal, M. M. and Bhatia, V. S. and Das, A. C. and Viyogi, Y. P.", title = "Event-by-Event Fluctuation of Rapidity Distributions in Heavy-Ion Collisions", journal = "Phys. Lett.", volume = "B438", year = "1998", pages = "357-362", SLACcitation = "%%CITATION = PHLTA,B438,357;%%" } @Article{Asakawa:2000wh, author = "Asakawa, Masayuki and Heinz, Ulrich W. and Muller, Berndt", title = "Fluctuation Probes of Quark Deconfinement", journal = "Phys. Rev. Lett.", volume = "85", year = "2000", pages = "2072-2075", archive = "http://arXiv.org/abs", eprint = "hep-ph/0003169", SLACcitation = "%%CITATION = HEP-PH 0003169;%%" } @Article{Asakawa:2001mn, author = "Asakawa, M. and Heinz, Ulrich W. and Muller, B.", title = "Fluctuation Probes of Quark Deconfinement", journal = "Nucl. Phys.", volume = "A698", year = "2002", pages = "519-522", archive = "http://arXiv.org/abs", eprint = "nucl-th/0106046", SLACcitation = "%%CITATION = NUCL-TH 0106046;%%" } @Article{Baym:1995cz, author = "Baym, Gordon and Blattel, B. and Frankfurt, L. L. and Heiselberg, H. and Strikman, M.", title = "Correlations and Fluctuations in High-Energy Nuclear Collisions", journal = "Phys. Rev.", volume = "C52", year = "1995", pages = "1604-1617", archive = "http://arXiv.org/abs", eprint = "nucl-th/9502038", SLACcitation = "%%CITATION = NUCL-TH 9502038;%%" } @Article{Baym:1999up, author = "Baym, Gordon and Heiselberg, Henning", title = "Event-by-Event Fluctuations in Ultrarelativistic Heavy-Ion Collisions", journal = "Phys. Lett.", volume = "B469", year = "1999", pages = "7-11", archive = "http://arXiv.org/abs", eprint = "nucl-th/9905022", SLACcitation = "%%CITATION = NUCL-TH 9905022;%%" } @Article{Bleicher:2000tr, author = "Bleicher, M. and Randrup, J. and Snellings, R. and Wang, X. N.", title = "Enhanced Event-by-Event Fluctuations in Pion Multiplicity as a Signal of Disoriented Chiral Condensates at RHIC", journal = "Phys. Rev.", volume = "C62", year = "2000", pages = "041901", archive = "http://arXiv.org/abs", eprint = "nucl-th/0006047", SLACcitation = "%%CITATION = NUCL-TH 0006047;%%" } @Article{Bopp:2001xc, author = "Bopp, Fritz W. and Ranft, Johannes", title = "Charged Particle Fluctuation as Signal of the Dynamics in Heavy Ion Processes", journal = "Eur. Phys. J.", volume = "C22", year = "2001", pages = "171-177", archive = "http://arXiv.org/abs", eprint = "hep-ph/0105192", SLACcitation = "%%CITATION = HEP-PH 0105192;%%" } %% title = "CORRELATIONS AND FLUCTUATIONS IN HADRONIC MULTIPLICITY %% DISTRIBUTIONS: THE MEANING OF KNO SCALING", @Article{Carruthers:1983my, author = "Carruthers, P. and Shih, C. C.", title = "Correlations and Fluctuations in Hadronic Multiplicity Distributions: The Meaning of KNO Scaling", journal = "Phys. Lett.", volume = "B127", year = "1983", pages = "242", SLACcitation = "%%CITATION = PHLTA,B127,242;%%" } @Article{Danilov:1999gt, author = "Danilov, G. V. and Shuryak, Edward V.", title = "On the Origin of the Multiplicity Fluctuations in High Energy Heavy Ion Collisions", year = "1999", archive = "http://arXiv.org/abs", eprint = "nucl-th/9908027", SLACcitation = "%%CITATION = NUCL-TH 9908027;%%" } @Article{Gazdzicki:1997fg, author = "Gazdzicki, Marek and Leonidov, Andrei and Roland, Gunther", title = "On Event-by-Event Fluctuations in Nuclear Collisions", journal = "Eur. Phys. J.", volume = "C6", year = "1999", pages = "365-369", archive = "http://arXiv.org/abs", eprint = "hep-ph/9711422", SLACcitation = "%%CITATION = HEP-PH 9711422;%%" } @Article{Gazdzicki:2000ju, author = "Gazdzicki, Marek and Mrowczynski, Stanislaw", title = "Comment on `Charged Particle Ratio Fluctuation as a Signal for Quark-Gluon Plasma' and `Fluctuation Probes of Quark Deconfinement'", year = "2000", archive = "http://arXiv.org/abs", eprint = "nucl-th/0012094", SLACcitation = "%%CITATION = NUCL-TH 0012094;%%" } @Article{Heiselberg:1991is, author = "Heiselberg, H. and Baym, G. and Blaettel, B. and Frankfurt, L. L. and Strikman, M.", title = "Color Transparency, Color Opacity, and Fluctuations in Nuclear Collisions", journal = "Phys. Rev. Lett.", volume = "67", year = "1991", pages = "2946-2949", SLACcitation = "%%CITATION = PRLTA,67,2946;%%" } @Article{Heiselberg:2000fk, author = "Heiselberg, Henning", title = "Event-by-Event Physics in Relativistic Heavy-Ion Collisions", journal = "Phys. Rept.", volume = "351", year = "2001", pages = "161-194", archive = "http://arXiv.org/abs", eprint = "nucl-th/0003046", SLACcitation = "%%CITATION = NUCL-TH 0003046;%%" } @Article{Heiselberg:2000ti, author = "Heiselberg, H. and Jackson, A. D.", title = "Anomalous Multiplicity Fluctuations from Phase Transitions in Heavy Ion Collisions", journal = "Phys. Rev.", volume = "C63", year = "2001", pages = "064904", archive = "http://arXiv.org/abs", eprint = "nucl-th/0006021", SLACcitation = "%%CITATION = NUCL-TH 0006021;%%" } %% title = "Monte Carlo analysis of event-by-event fluctuations in Au + %% Au collisions at s(NN)**(1/2) = 19-GeV - 200-GeV", @Article{Holynski:2001tp, author = "Holynski, R. and others", title = "Monte Carlo Analysis of Event-by-Event Fluctuations in Au+Au Collisions at \sNN{19} - $200\GeV$", journal = "Acta Phys. Polon.", volume = "B32", year = "2001", pages = "1365-1377", SLACcitation = "%%CITATION = APPOA,B32,1365;%%" } @Article{Hwa:2000ry, author = "Hwa, Rudolph C. and Zhang, Qing-hui", title = "Fluctuation of Voids in Hadronization at Phase Transition", journal = "Phys. Rev.", volume = "C62", year = "2000", pages = "054902", archive = "http://arXiv.org/abs", eprint = "nucl-th/0003032", SLACcitation = "%%CITATION = NUCL-TH 0003032;%%" } @Article{Hwa:2001nm, author = "Hwa, Rudolph C. and Zhang, Qing-hui", title = "Void Analysis of Hadronic Density Fluctuations at Phase Transition", journal = "Phys. Rev.", volume = "C64", year = "2001", pages = "054904", archive = "http://arXiv.org/abs", eprint = "nucl-th/0104019", SLACcitation = "%%CITATION = NUCL-TH 0104019;%%" } @Article{Jeon:1999gr, author = "Jeon, S. and Koch, V.", title = "Fluctuations of Particle Ratios and the Abundance of Hadronic Resonances", journal = "Phys. Rev. Lett.", volume = "83", year = "1999", pages = "5435-5438", archive = "http://arXiv.org/abs", eprint = "nucl-th/9906074", SLACcitation = "%%CITATION = NUCL-TH 9906074;%%" } @Article{Jeon:2000wg, author = "Jeon, S. and Koch, V.", title = "Charged Particle Ratio Fluctuation as a Signal for QGP", journal = "Phys. Rev. Lett.", volume = "85", year = "2000", pages = "2076-2079", archive = "http://arXiv.org/abs", eprint = "hep-ph/0003168", SLACcitation = "%%CITATION = HEP-PH 0003168;%%" } @Article{Kharzeev:2001ev, author = "Kharzeev, D. and Krasnitz, A. and Venugopalan, R.", title = "Anomalous Chirality Fluctuations in the Initial Stage of Heavy Ion Collisions and Parity Odd Bubbles", year = "2001", archive = "http://arXiv.org/abs", eprint = "hep-ph/0109253", SLACcitation = "%%CITATION = HEP-PH 0109253;%%" } @Article{Lin:2001mq, author = "Lin, Zi-wei and Ko, C. M.", title = "Baryon Number Fluctuation and the Quark Gluon Plasma", journal = "Phys. Rev.", volume = "C64", year = "2001", pages = "041901", archive = "http://arXiv.org/abs", eprint = "nucl-th/0103071", SLACcitation = "%%CITATION = NUCL-TH 0103071;%%" } @Article{Mohanty:2002ue, author = "Mohanty, B. and Mahapatra, D. P. and Nayak, T. K.", title = "A Fluctuation Probe of Disoriented Chiral Condensates", year = "2002", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0201010", SLACcitation = "%%CITATION = NUCL-EX 0201010;%%" } @Article{Mrowczynski:2001mm, author = "Mrowczynski, Stanislaw", title = "Measuring Charge Fluctuations in High-Energy Nuclear Collisions", year = "2001", archive = "http://arXiv.org/abs", eprint = "nucl-th/0112007", SLACcitation = "%%CITATION = NUCL-TH 0112007;%%" } @Article{Stephanov:1999dr, author = "Stephanov, M.", title = "QCD Critical Point and Event-by-Event Fluctuations in Heavy Ion Collisions", journal = "Nucl. Phys.", volume = "A661", year = "1999", pages = "403-406", archive = "http://arXiv.org/abs", eprint = "hep-ph/9907312", SLACcitation = "%%CITATION = HEP-PH 9907312;%%" } @Article{Stephanov:1999zu, author = "Stephanov, M. and Rajagopal, K. and Shuryak, Edward V.", title = "Event-by-Event Fluctuations in Heavy Ion Collisions and the {QCD} Critical Point", journal = "Phys. Rev.", volume = "D60", year = "1999", pages = "114028", archive = "http://arXiv.org/abs", eprint = "hep-ph/9903292", SLACcitation = "%%CITATION = HEP-PH 9903292;%%" } @Article{Shuryak:1998yj, author = "Shuryak, Edward V.", title = "Event-per-Event Analysis of Heavy Ion Collisions and Thermodynamical Fluctuations", journal = "Phys. Lett.", volume = "B423", year = "1998", pages = "9-14", archive = "http://arXiv.org/abs", eprint = "hep-ph/9704456", SLACcitation = "%%CITATION = HEP-PH 9704456;%%" } @Article{Voloshin:1999yf, author = "Voloshin, S. A. and Koch, V. and Ritter, H. G.", title = "Event-by-Event Fluctuations in Collective Quantities", year = "1999", archive = "http://arXiv.org/abs", eprint = "nucl-th/9903060", SLACcitation = "%%CITATION = NUCL-TH 9903060;%%" } %% Local Variables: %% TeX-parse-self: t %% TeX-auto-save: t %% TeX-style-local: ".auto/" %% TeX-auto-local: ".auto/" %% End: %% %% Copyright (c) 2003 Christian Holm Christensen. %% %% Permission is granted to copy, distribute and/or modify this %% document under the terms of the GNU Free Documentation License, %% Version 1.1 or any later version published by the Free Software %% Foundation; with the all section being Invariant Sections, with the %% Front-Cover Texts being "Preface", and with no Back-Cover Texts. A %% copy of the license is included in the section entitled "GNU Free %% Documentation License". %% @Article{Adcox:2002pa, author = "Adcox, K. and others", collaboration = "PHENIX", title = "Event-by-Event Fluctuations in Mean $\Pt{}$ and Mean $e_\perp$ in $\sNN{130}$ $\AuAucol{}$ Collisions", journal = "Phys. Rev.", volume = "C66", year = 2002, archive = "http://arXiv.org/abs", eprint = "nucl-ex/0203015", pages = 024901, SLACcitation = "%%CITATION = NUCL-EX 0203015;%%" } %% title = "Event-by-event fluctuations of the kaon to pion ratio in %% central Pb + Pb collisions at 158-GeV per nucleon", @Article{Afanasev:2000fu, author = "Afanasev, S. V. and others", collaboration = "NA49", title = "Event-by-Event Fluctuations of the Kaon to Pion Ratio in Central Pb+Pb Collisions at $158\GeV$ per Nucleon", journal = "Phys. Rev. Lett.", volume = "86", year = "2001", pages = "1965-1969", archive = "http://arXiv.org/abs", eprint = "hep-ex/0009053", SLACcitation = "%%CITATION = HEP-EX 0009053;%%" } %% title = "Event-by-event fluctuations in particle multiplicities and %% transverse energy produced in 158-A-GeV Pb + Pb %% collisions", @Article{Aggarwal:2001aa, author = "Aggarwal, M. M. and others", collaboration = "WA98", title = "Event-by-Event Fluctuations in Particle Multiplicities and Transverse Energy Produced in $\unit[158]{AGeV}$ Pb+Pb Collisions", year = 2001, archive = "http://arXiv.org/abs", eprint = "nucl-ex/0108029", SLACcitation = "%%CITATION = NUCL-EX 0108029;%%" } %% title = "Localized charged-neutral fluctuations in 158-A-GeV Pb + Pb %% collisions", @Article{Aggarwal:2000aw, author = "Aggarwal, M. M. and others", collaboration = "WA98", title = "Localized Charged-Neutral Fluctuations in $158\AGeV$ Pb+Pb Collisions", journal = "Phys. Rev.", volume = "C64", year = "2001", pages = "011901", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0012004", SLACcitation = "%%CITATION = NUCL-EX 0012004;%%" } %% title = "Event-by-event fluctuations of average transverse momentum %% in central Pb + Pb collisions at 158-GeV per nucleon", @Article{Appelshauser:1999ft, author = "Appelshauser, H. and others", collaboration = "NA49", title = "Event-by-Event Fluctuations of Average Transverse Momentum in Central Pb+Pb Collisions at $158\GeV$ per Nucleon", journal = "Phys. Lett.", volume = "B459", year = "1999", pages = "679-686", archive = "http://arXiv.org/abs", eprint = "hep-ex/9904014", SLACcitation = "%%CITATION = HEP-EX 9904014;%%" } @Article{Kopytine:2001cs, author = "Kopytine, Mikhail L. and others", collaboration = "NA44", title = "Event Texture Search for Critical Fluctuations in Pb + Pb Collisions", journal = "Nucl. Phys.", volume = "A698", year = "2002", pages = "651-654", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0104002", SLACcitation = "%%CITATION = NUCL-EX 0104002;%%" } @Article{Nayak:2000rr, author = "Nayak, Tapan K. and others", collaboration = "WA98", title = "Multiplicity Distributions and Charged-Neutral Fluctuations", journal = "Pramana", volume = "57", year = "2001", pages = "285-300", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0103007", SLACcitation = "%%CITATION = NUCL-EX 0103007;%%" } @Article{Nayak:2001qn, author = "Nayak, Tapan K. and others", collaboration = "WA98", title = "Multiplicity Distributions and Charged Neutral Fluctuations", year = "2001", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0108026", SLACcitation = "%%CITATION = NUCL-EX 0108026;%%" } @Article{Reid:1999it, author = "Reid, J. G.", collaboration = "NA49", title = "Event-by-Event Physics in \NA{49}", journal = "Nucl. Phys.", volume = "A661", year = "1999", pages = "407-410", SLACcitation = "%%CITATION = NUPHA,A661,407;%%" } %% title = "STAR event-by-event fluctuations", @Article{Reid:2002rs, author = "Reid, J. G.", collaboration = "STAR", title = "STAR Event--by--Event Fluctuations", journal = "Nucl. Phys.", volume = "A698", year = "2002", pages = "611-614", SLACcitation = "%%CITATION = NUPHA,A698,611;%%" } %% title = "Multiplicity and mean transverse momentum fluctuations in %% Au + Au collisions at RHIC", @Article{Voloshin:2001ei, author = "Voloshin, Sergei A.", collaboration = "STAR", title = "Multiplicity and Mean Transverse Momentum Fluctuations in Au+Au Collisions at RHIC", year = "2001", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0109006", SLACcitation = "%%CITATION = NUCL-EX 0109006;%%" } %% Local Variables: %% TeX-parse-self: t %% TeX-auto-save: t %% TeX-style-local: ".auto/" %% TeX-auto-local: ".auto/" %% End: %% %% $Id: general-ex.bib,v 1.1 2003/02/24 11:09:23 cholm Exp $ %% %% %% Copyright (c) 2003 Christian Holm Christensen. %% %% Permission is granted to copy, distribute and/or modify this %% document under the terms of the GNU Free Documentation License, %% Version 1.1 or any later version published by the Free Software %% Foundation; with the all section being Invariant Sections, with the %% Front-Cover Texts being "Preface", and with no Back-Cover Texts. A %% copy of the license is included in the section entitled "GNU Free %% Documentation License". %% %% If you get an error from bibtex like: %% %% You can't pop an empty literal stack for entry ... %% %% it's most likely because you're missing the "archive" attribute. Add %% %% archive = "http://arXiv.org/abs", %% %% to the entry %% @String{cern = {\CERN{}}} @Article{Abreu:1997wa, author = "Abreu, M. C. and others", collaboration = "NA50", title = "J/psi and Drell-Yan Cross-Sections in Pb+Pb Interactions at 158-GeV/c per Nucleon", journal = "Phys. Lett.", volume = "B410", year = "1997", pages = "327-336", SLACcitation = "%%CITATION = PHLTA,B410,327;%%" } @Article{Abreu:1997wb, author = "Abreu, M. C. and others", collaboration = "NA50", title = "Anomalous J/psi Suppression in Pb+Pb Interactions at 158- GeV/c per Nucleon", journal = "Phys. Lett.", volume = "B410", year = "1997", pages = "337-343", SLACcitation = "%%CITATION = PHLTA,B410,337;%%" } @Article{Abreu:2000ni, author = "Abreu, M. C. and others", collaboration = "NA50", title = "Evidence for Deconfinement of Quarks and Gluons from the J/psi Suppression Pattern Measured in Pb+Pb Collisions at the CERN-SPS", journal = "Phys. Lett.", volume = "B477", year = "2000", pages = "28-36", SLACcitation = "%%CITATION = PHLTA,B477,28;%%" } %% Flow measurements via two-particle azimuthal correlations %% in Au + Au collisions at s(NN)**(1/2) = 130-GeV", @Article{Adcox:2002ms, author = "Adcox, K.", collaboration = "PHENIX", title = "Flow Measurements via Two-Particle Azimuthal Correlations in {\AuAucol{}} Collisions at {\sNN{130}}", journal = "Phys. Rev. Lett.", volume = 89, year = 2002, pages = 212301, archive = "http://arXiv.org/abs", eprint = {nucl-ex/0204005}, SLACcitation = "%%CITATION = NUCL-EX 0204005;%%" } %% title = "Search for disoriented chiral condensates in 158-A-GeV Pb + %% Pb collisions", @Article{Aggarwal:1998hd, author = "Aggarwal, M. M. and others", collaboration = "WA98", title = "Search for Disoriented Chiral Condensates in $158\AGeV$ Pb+Pb Collision", journal = "Phys. Lett.", volume = "B420", year = "1998", pages = "169-179", archive = "http://arXiv.org/abs", eprint = "hep-ex/9710015", SLACcitation = "%%CITATION = HEP-EX 9710015;%%" } @Article{Akesson:1988kh, author = "Akesson, T. and others", collaboration = "HELIOS", title = "The Transverse Energy Distribution in O\textsuperscript{16} - Nucleus Collisions at $60\GeV$ and $200\GeV$ per Nucleon", journal = "Z. Phys.", volume = "C38", year = "1988", pages = "383", SLACcitation = "%%CITATION = ZEPYA,C38,383;%%" } @Article{ALICE:1999kf, author = "", collaboration = "ALICE", title = "ALICE Technical Design Report of the Inner Tracking System (ITS)", note = "CERN-LHCC-99-12" } %% title = "Ratios of charged antiparticles to particles near mid- %% rapidity in Au + Au collisions at s(N N)**(1/2) = 130- %% GeV", @Article{Back:2001qr, author = "Back, B. B. and others", collaboration = "PHOBOS", title = "Ratios of Charged Antiparticles to Particles Near Mid- Rapidity in Au+Au collisions at \sNN{130}", journal = "Phys. Rev. Lett.", volume = "87", year = "2001", pages = "102301", archive = "http://arXiv.org/abs", eprint = "hep-ex/0104032", SLACcitation = "%%CITATION = HEP-EX 0104032;%%" } %% title = "Pseudorapidity distributions of charged particles from Au + %% Au collisions at the maximum RHIC energy", title = "Pseudorapidity Distributions of Charged Particles from Au+Au Collisions at the Maximum RHIC Energy", @Article{Bearden:2001qq, author = "Bearden, I. G. and others", collaboration = "BRAHMS", title = "Pseudorapidity Distributions of Charged Particles from Au+Au Collisions at the Maximum RHIC Energy", journal = "Phys. Rev. Lett.", volume = "88", year = "2002", pages = "202301", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0112001", SLACcitation = "%%CITATION = NUCL-EX 0112001;%%" } %% title = "Charged particle densities from Au + Au collisions at %% s(NN)**(1/2) = 130-GeV", @Article{Bearden:2001xw, author = "Bearden, I. G. and others", collaboration = "BRAHMS", title = "Charged Particle Densities from Au+Au Collisions at \sNN{130}", journal = "Phys. Lett.", volume = "B523", year = "2001", pages = "227-233", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0108016", SLACcitation = "%%CITATION = NUCL-EX 0108016;%%" } %% title = "Rapidity dependence of antiproton to proton ratios in Au + %% Au collisions at s(NN)**(1/2) = 130-GeV", @Article{Bearden:2001kt, author = "Bearden, I. G. and others", collaboration = "BRAHMS", title = "Rapidity Dependence of Antiproton to Proton Ratios in Au+Au Collisions at \sNN{130}", journal = "Phys. Rev. Lett.", volume = "87", year = "2001", pages = "112305", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0106011", SLACcitation = "%%CITATION = NUCL-EX 0106011;%%" } @Article{Bearden:2002yb, author = "Bearden, I. G. and others", collaboration = "BRAHMS", title = "Rapidity Dependence of Charged Antiparticle-to-Particle Ratios in Au+Au Collisions at $\sqrt{s_{NN}}=200$ GeV", year = "2002", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0207006", note = "Submitted to Phys. Rev. Lett.", SLACcitation = "%%CITATION = NUCL-EX 0207006;%%" } %% title = "Forward energy and multiplicity in Au Au reactions at s(N %% N)**(1/2) = 130-GeV", @Article{Bearden:2001nk, author = "Bearden, I. G. and others", collaboration = "BRAHMS", title = "Forward Energy and Multiplicity in Au+Au Reactions at \sNN{130}", year = "2001", archive = "http://arXiv.org/abs", eprint = "nucl-ex/0102011", SLACcitation = "%%CITATION = NUCL-EX 0102011;%%" } %% title = "Anti-proton to proton ratio in s(NN)**(1/2) = 130-GeV Au Au %% collisions", @Article{Bearden:2002ry, author = "Bearden, I. G.", collaboration = "BRAHMS", title = "Anti-Proton to Proton Ratio in \sNN{130} \AuAucol{} Collisions", journal = "Nucl. Phys.", volume = "A698", year = "2002", pages = "667-670", SLACcitation = "%%CITATION = NUPHA,A698,667;%%" } @Article{Bearden:2002nim, author = "Adamczyk, M. and others", collaboration = "BRAHMS", title = "The BRAHMS Experiment at RHIC", journal = "Nucl. Instrum. Meth.", year = "2003", volume = "A499", pages = "437" } @TechReport{CMS, collaboration = "CMS", title = {Technical Proposal}, institution = cern, year = {1994}, key = {CMS94}, type = cern # {/LHCC}, number = {94--38}, address = {Geneva}, month = {December}, url = {http://cmsdoc.cern.ch/TPref/TP.html} } %% title = "Two-particle correlations measured by PHENIX in Au Au %% collisions at s(NN)**(1/2) = 200-GeV", @Article{Enokizono:2002dn, author = "Enokizono, Akitomo", collaboration = "PHENIX", title = "Two-Particle Correlations Measured by \PHENIX{} in \AuAucol{} collisions at \sNN{200}", year = 2002, archive = "http://arXiv.org/abs", eprint = "nucl-ex/0209026", note = "Talk given at 16th International Conference on Ultrarelativistic Nucleus-Nucelus Collisions, Quark Matter 2002 (QM 2002), Nantes, France, 18-24 Jul 2002.", SLACcitation = "%%CITATION = NUCL-EX 0209026;%%" } @Article{Harris:1998dk, author = "Harris, J. W.", title = "Relativistic Heavy Ion Physics and the Relativistic Heavy Ion Collider", note = "Prepared for Lake Louise Winter Institute: Quantum Chromodynamics, Lake Louise, Alberta, Canada, 15-21 Feb 1998" } %% title = "Anti-baryon to baryon ratios in Au + Au collisions at %% s(NN)**(1/2) = 130-GeV", @Article{Huang:2002rx, author = "Huang, H. Z.", collaboration = "STAR", title = "Anti-baryon to Baryon Ratios in Au+Au Collisions at \sNN{130}", journal = "Nucl. Phys.", volume = "A698", year = "2002", pages = "663-666", SLACcitation = "%%CITATION = NUPHA,A698,663;%%" } %% title = "Search for disoriented chiral condensates in 158-A-GeV Pb + %% Pb collisions", @Article{Nayak:1999fu, author = "Nayak, Tapan K. and others", collaboration = "WA98", title = "Search for Disoriented Chiral Condensates in $158\AGeV$ Pb+Pb Collisions", journal = "Nucl. Phys.", volume = "A663", year = "2000", pages = "745-748", archive = "http://arXiv.org/abs", eprint = "nucl-ex/9909018", SLACcitation = "%%CITATION = NUCL-EX 9909018;%%" } @Article{Ohnishi:2002rw, author = "Ohnishi, H.", collaboration = "PHENIX", title = "Particle Ratios in PHENIX at RHIC", journal = "Nucl. Phys.", volume = "A698", year = "2002", pages = "659-662", SLACcitation = "%%CITATION = NUPHA,A698,659;%%" } @Article{Sanders:2001rf, author = "Sanders, S. J.", collaboration = "BRAHMS", title = "Strangeness at BRAHMS", journal = "J. Phys.", volume = "G27", year = "2001", pages = "671-676", SLACcitation = "%%CITATION = JPHGB,G27,671;%%" } @Article{Snellings:2001fs, author = "Snellings, Raimond", collaboration = "STAR", title = "Single Particle Inclusive Spectra, HBT and Elliptic Flow: A Consistent Picture at RHIC?", year = "2001", archive = "http://arXiv.org/abs", eprint = "hep-ph/0111437", SLACcitation = "%%CITATION = HEP-PH 0111437;%%" } @Unpublished{FMD, author = "Gaardh{\o}je, Jens J{\o}rgen and Nielsen, B{\o}rge Svane", title = "A Silicon Forward Multiplicity Detector (FMD) for ALICE", note = "In preperation", month = "November", year = 2002, url = "http://fmd.nbi.dk/fmd/Si-FMD-preTDR-v2.1.doc" } %% title = "Muon stopping power and range tables 10-MeV to 100-TeV", @Article{Groom:2001kq, author = "Groom, Donald E. and Mokhov, Nikolai V. and Striganov, Sergei I.", title = "Muon Stopping Power and Range Tables \MeV[10] to \TeV[100]", journal = "Atom. Data Nucl. Data Tabl.", volume = "78", year = "2001", pages = "183-356", SLACcitation = "%%CITATION = ADNDA,78,183;%%" } @Article{Nouicer:2001qs, author = "Nouicer, R. and others", title = "Silicon pad detectors for the PHOBOS experiment at RHIC", journal = "Nucl. Instrum. Meth.", volume = "A461", year = "2001", pages = "143-149", eprint = "nucl-ex/0208006", SLACcitation = "%%CITATION = NUCL-EX 0208006;%%" } %% Article{Videbaek:1994ts, %% author = "Videbaek, F.", %% collaboration = "BRAHMS.", %% title = "The BRAHMS experiment at RHIC", %% journal = "Nucl. Phys.", %% volume = "A566", %% year = "1994", %% pages = "299c-304c", %% SLACcitation = "%%CITATION = NUPHA,A566,299C;%%" %% } %% Local Variables: %% TeX-parse-self: t %% TeX-auto-save: t %% TeX-style-local: ".auto/" %% TeX-auto-local: ".auto/" %% End:
This archive was generated by hypermail 2.1.5 : Fri Sep 12 2003 - 08:35:53 EDT